html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

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

html, body {
  overflow-x: hidden;
}

.blue {
  color: #0201CB;
}

.green {
  color: #28B25A;
}

.wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

p, li {
  margin-bottom: 25px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  p, li {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  p, li {
    margin-bottom: 35px;
  }
}

h2, h3, h4 {
  color: #FFFFFF;
}

.headerThree {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .headerThree {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .headerThree {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .headerThree {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .headerThree {
    font-size: 48px;
  }
}

.placeTitle {
  font-size: 24px;
}
@media (min-width: 768px) {
  .placeTitle {
    font-size: 28px;
  }
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
a svg {
  pointer-events: none;
}
@media only screen and (min-width: 1100px) {
  a svg:hover {
    cursor: pointer !important;
  }
  a:hover {
    cursor: pointer !important;
  }
}

section {
  float: left;
  width: 100%;
}

svg {
  pointer-events: none;
}

input[type=email],
input[type=text],
input[type=tel] {
  background: transparent;
  border: none;
}

a:hover, a:focus,
div:hover,
div:focus,
button:hover,
button:focus,
select:hover,
select:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
text:hover,
text:focus {
  outline: none;
}

.headerTwo {
  font-size: 30px;
  font-weight: 500;
  color: #FFD100;
}
@media only screen and (min-width: 768px) {
  .headerTwo {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .headerTwo {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerTwo {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerTwo {
    font-size: 50px;
  }
}

.svgShadow {
  filter: drop-shadow(2px 20px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.3;
  max-width: 100%;
  overflow-x: hidden;
  background: #000000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

h1, h2, h3 {
  font-family: "Chonburi", cursive;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
}

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

p, ul, li, a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.7;
}
@media (min-width: 768px) {
  p, ul, li, a {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  p, ul, li, a {
    font-size: 18px;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: #000;
}

.companies {
  border-top: 1px solid #464646;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.companies .bottomLeft {
  max-width: 300px;
  left: -170px;
  bottom: -95px;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
}
@media (min-width: 1100px) {
  .companies .bottomLeft {
    max-width: 450px;
    left: -225px;
  }
}
@media (min-width: 1400px) {
  .companies .bottomLeft {
    max-width: 850px;
    left: -400px;
  }
}
.companies .wrapper {
  position: relative;
  z-index: 3;
}
@media (min-width: 640px) {
  .companies .wrapper .companiesWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.companies .wrapper .companiesWrapper .company {
  margin-bottom: 60px;
  text-align: center;
  opacity: 0;
  transition: 0.5s ease;
  transform: translateY(50px);
}
.companies .wrapper .companiesWrapper .company.active {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 640px) {
  .companies .wrapper .companiesWrapper .company {
    flex: 0 1 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1100px) {
  .companies .wrapper .companiesWrapper .company {
    flex: 0 1 33.33%;
  }
}
.companies .wrapper .companiesWrapper .company h2 {
  font-weight: 300;
  margin-bottom: 20px;
  color: #FFD100;
}
@media (min-width: 768px) {
  .companies .wrapper .companiesWrapper .company h2 {
    font-size: 28px;
  }
}
.companies .wrapper .companiesWrapper .company p {
  color: #FFFFFF;
}
.companies .wrapper .companiesWrapper .company a {
  border-radius: 40px;
  padding: 15px 20px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  display: inline-block;
  background-color: transparent;
  transform: scale(1);
  transition: 0.3s ease;
}
@media (min-width: 1100px) {
  .companies .wrapper .companiesWrapper .company a {
    padding: 20px 30px;
  }
}
.companies .wrapper .companiesWrapper .company a:hover {
  transform: scale(1.1);
  background-color: #000000;
  color: #FFFFFF;
}

.banner .wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.banner .wrapper .down-arrow-wrapper {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(588px, 50%);
  transition: all 0.3s ease;
}
.banner .wrapper .down-arrow-wrapper:hover {
  transform: translate(588px, 50%) scale(1.1);
  cursor: pointer;
}
@media (max-width: 1280px) {
  .banner .wrapper .down-arrow-wrapper {
    transform: translate(500px, 50%);
  }
  .banner .wrapper .down-arrow-wrapper:hover {
    transform: translate(500px, 50%) scale(1.1);
  }
}
@media (max-width: 1060px) {
  .banner .wrapper .down-arrow-wrapper {
    transform: translate(50%, -25%) scale(0.7);
  }
  .banner .wrapper .down-arrow-wrapper:hover {
    transform: translate(50%, -25%) scale(0.8);
  }
}
@media (max-width: 480px) {
  .banner .wrapper .down-arrow-wrapper {
    transform: translate(50%, -2%) scale(0.7);
  }
  .banner .wrapper .down-arrow-wrapper:hover {
    transform: translate(50%, -2%) scale(0.8);
  }
}
.banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g line, .banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g path {
  stroke: #FFD100;
}
@media (min-width: 1100px) {
  .banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g line, .banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g path {
    stroke: #FFD100;
  }
}
.banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g rect:nth-of-type(2) {
  stroke: #FFD100;
}
@media (min-width: 1100px) {
  .banner .wrapper .down-arrow-wrapper .down-arrow > g > g > g rect:nth-of-type(2) {
    stroke: #FFD100;
  }
}
.banner .upper {
  position: relative;
  width: 100%;
  height: 77vh;
  background-size: cover;
  background-position: 50% 64%;
  min-height: 390px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .banner .upper {
    height: 64vh;
  }
}
.banner .upper iframe {
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 75vh;
  z-index: 2;
}
@media (min-width: 768px) {
  .banner .upper iframe {
    min-height: 80vh;
  }
}
.banner .upper h1 {
  display: none;
}
.banner .upper .overlay {
  background: rgba(0, 0, 0, 0.4196078431);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.banner .upper .overlayReveal {
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
.banner .upper svg#DLC_logo_White {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 480px) {
  .banner .upper svg#DLC_logo_White {
    max-width: 180px;
  }
}
.siteWrap {
  float: left;
  width: 100%;
  overflow: hidden;
}

.container {
  margin: auto;
  background-color: #FFFFFF;
  color: #000000;
}
.container .map {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .container .map {
    margin-bottom: 100px;
  }
}
.container .map .bottomLeft {
  max-width: 300px;
  left: -150px;
  bottom: -230px;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .container .map .bottomLeft {
    bottom: -250px;
  }
}
@media (min-width: 1100px) {
  .container .map .bottomLeft {
    bottom: -430px;
    max-width: 450px;
    left: -225px;
  }
}
@media (min-width: 1400px) {
  .container .map .bottomLeft {
    bottom: -605px;
    max-width: 850px;
    left: -400px;
  }
}
.container .map .wrapper {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .container .map .wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .container .map .wrapper .leftText {
    flex: 0 1 calc(35% - 20px);
    opacity: 0;
    transition: 0.5s ease;
    transform: translateX(50px);
  }
  .container .map .wrapper .leftText.active {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .container .map .wrapper .leftText {
    flex: 0 1 325px;
  }
}
.container .map .wrapper .leftText h2 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .container .map .wrapper .leftText h2 {
    margin-top: 35px;
  }
}
.container .map .wrapper .leftText a.button {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  text-decoration: none;
  color: #FFD100;
  border: 1px solid #FFD100;
  border-radius: 3em;
  padding: 15px 30px;
  outline: none !important;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media (min-width: 360px) {
  .container .map .wrapper .leftText a.button {
    font-size: 13px;
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .container .map .wrapper .leftText a.button {
    font-size: 14px;
    padding: 20px 45px;
  }
}
.container .map .wrapper .rightMap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .container .map .wrapper .rightMap {
    justify-content: flex-start;
    flex: 0 1 calc(65% - 20px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.5s ease, filter 1s ease;
    transform: translateX(-50px);
    filter: saturate(0);
    transition-delay: 0s, 0s, 0.25s;
  }
  .container .map .wrapper .rightMap.active {
    filter: saturate(1);
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .container .map .wrapper .rightMap {
    flex: 0 1 calc(100% - 325px);
  }
}
@media (min-width: 768px) {
  .container .map .wrapper .rightMap img {
    max-width: 110%;
  }
}
.container .section.logos {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (min-width: 1100px) {
  .container .section.logos {
    margin-top: 120px;
  }
}
.container .section.logos .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .container .section.logos .wrapper {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .container .section.logos .wrapper {
    justify-content: space-between;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1100px) {
  .container .section.logos .wrapper {
    max-width: 1260px;
  }
}
.container .section.logos .wrapper .imageWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0 10px;
  flex: 0 1 calc(50% - 20px);
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease;
}
.container .section.logos .wrapper .imageWrapper.active {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
  .container .section.logos .wrapper .imageWrapper {
    flex: 0 1 calc(25% - 20px);
  }
}
@media (min-width: 768px) {
  .container .section.logos .wrapper .imageWrapper {
    flex: 0 1 calc(33.33% - 20px);
  }
}
@media (min-width: 1100px) {
  .container .section.logos .wrapper .imageWrapper {
    flex: 0 1 calc(16.66% - 20px);
  }
  .container .section.logos .wrapper .imageWrapper:nth-of-type(1) {
    transition-delay: 0.25s;
  }
  .container .section.logos .wrapper .imageWrapper:nth-of-type(2) {
    transition-delay: 0.4s;
  }
  .container .section.logos .wrapper .imageWrapper:nth-of-type(3) {
    transition-delay: 0.55s;
  }
  .container .section.logos .wrapper .imageWrapper:nth-of-type(4) {
    transition-delay: 0.7s;
  }
  .container .section.logos .wrapper .imageWrapper:nth-of-type(5) {
    transition-delay: 0.85s;
  }
  .container .section.logos .wrapper .imageWrapper:nth-of-type(6) {
    transition-delay: 0.9s;
  }
}
.container .section.section1, .container .section.section3, .container .section.section5 {
  width: 100%;
}
.container .section.section2 {
  width: 100%;
}
.container .section.section1 {
  padding: 80px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 640px) {
  .container .section.section1 {
    padding: 80px 0 60px;
  }
}
.container .section.section1 .hol {
  max-width: 100%;
}
.container .section.section1 .hol h2 {
  max-width: 100%;
  margin-bottom: 0;
}
.container .section.section1 h2 {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .container .section.section1 h2 {
    max-width: 85%;
  }
}
@media (min-width: 1100px) {
  .container .section.section1 h2 {
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .container .section.section1 .textWrapper {
    flex: 0 1 calc(50% - 20px);
    margin-top: 60px;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateX(50px);
  }
  .container .section.section1 .textWrapper.active {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .container .section.section1 .textWrapper {
    flex: 0 1 calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .container .section.section1 .textWrapper {
    padding-right: 20px;
  }
}
.container .section.section1 .ourHistory {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 600px) {
  .container .section.section1 .ourHistory {
    padding-right: 20px;
    overflow: visible;
  }
}
.container .section.section1 .ourHistory h3 {
  color: #FFD100;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1;
}
.container .section.section1 .ourHistory .historyImage {
  position: relative;
  left: -40%;
  height: 339px;
  flex: 0 0 80%;
  background-position: 65% !important;
  background-size: cover !important;
}
@media (min-width: 390px) {
  .container .section.section1 .ourHistory .historyImage {
    left: -22%;
  }
}
@media (min-width: 600px) {
  .container .section.section1 .ourHistory .historyImage {
    left: -16%;
  }
}
.container .section.section1 .bottomSection {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .container .section.section1 .bottomSection {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .container .section.section1 .bottomSection .textWrapper {
    margin-top: 80px;
  }
}
.container .section.section1 .bottomSection .textWrapper p {
  color: #fff;
  font-weight: 700;
}
.container .section.section1 .holistic {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .container .section.section1 .holistic {
    margin-top: 40px;
    flex: 0 1 calc(50% - 20px);
    position: relative;
    left: -15px;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateX(-50px);
  }
  .container .section.section1 .holistic.active {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .container .section.section1 .holistic {
    flex: 0 1 calc(50% - 40px);
  }
}
.container .section.section1 .holistic .icon {
  flex: 1 0 100%;
}
@media (min-width: 1100px) {
  .container .section.section1 .holistic .icon {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
  }
}
.container .section.section1 .holistic .icon img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.container .section.section1 h2 {
  font-family: "Chonburi", cursive;
  font-size: 24px;
  margin-bottom: 80px;
  text-align: left;
}
@media (min-width: 768px) {
  .container .section.section1 h2 {
    font-size: 26px;
  }
}
@media (min-width: 1100px) {
  .container .section.section1 h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .container .section.section1 h2 {
    font-size: 30px;
  }
}
.container .section.section2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3em 0 1em;
}
@media (max-width: 768px) {
  .container .section.section2 {
    padding: 0 0 1em;
  }
}
.container .section.section2 .holistic > h3 {
  color: #28B25A;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic > h3 {
    font-size: 24px;
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .holistic > h3 {
    font-size: 28px;
  }
}
.container .section.section2 .holistic .icon {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: ". top ." "left mainTitle right" ". bottom .";
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
  }
}
.container .section.section2 .holistic .icon .ellipse {
  display: none;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .ellipse {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 84%;
    height: 74%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .holistic .icon .ellipse {
    width: 76%;
  }
}
.container .section.section2 .holistic .icon div {
  position: relative;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.container .section.section2 .holistic .icon .mainTitle {
  text-align: center;
  flex: 1 0 100%;
  margin: 50px 0 140px;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .mainTitle {
    grid-area: mainTitle;
    margin: 50px 0;
  }
}
.container .section.section2 .holistic .icon .mainTitle h2 {
  color: #28B25A;
  width: 100%;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .mainTitle h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .holistic .icon .mainTitle h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .container .section.section2 .holistic .icon .mainTitle h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .top {
    grid-area: top;
    position: relative;
    top: -45px;
  }
  .container .section.section2 .holistic .icon .top h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .top .line {
    top: 100%;
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .bottom {
    grid-area: bottom;
    position: relative;
    bottom: -45px;
  }
  .container .section.section2 .holistic .icon .bottom h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .bottom .line {
    bottom: 100%;
    top: -20px;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .right {
    grid-area: right;
    position: relative;
    right: -45px;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .right .line {
    transform: rotate(90deg);
    bottom: 0;
    top: 0;
    left: auto;
    right: calc(100% + 20px);
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .left {
    grid-area: left;
    position: relative;
    left: -45px;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .left .line {
    transform: rotate(90deg);
    bottom: 0;
    top: 0;
    right: auto;
    left: calc(100% + 20px);
  }
}
.container .section.section2 .holistic .icon h3 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
  min-height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon h3 {
    margin: 50px 0;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .holistic .icon h3 {
    font-size: 30px;
    min-height: 135px;
  }
}
.container .section.section2 .holistic .icon .line {
  width: 1px;
  height: 80px;
  background-color: #28B25A;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100px;
}
@media (min-width: 768px) {
  .container .section.section2 .holistic .icon .line {
    z-index: 2;
  }
}
.container .section.section2 .imageWrapper {
  flex: 1 0 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto 45px;
}
.container .section.section2 .bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1 0 100%;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .container .section.section2 .bullets .thirds {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .bullets .thirds > h3 {
    flex: 1 0 100%;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .bullets .thirds > div {
    flex: 0 1 34%;
  }
}
@media (min-width: 768px) {
  .container .section.section2 .bullets .thirds ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .bullets .thirds ul {
    flex: 0 1 60%;
    padding-top: 0;
    margin-top: -20px;
    -moz-column-gap: 15%;
         column-gap: 15%;
  }
}
.container .section.section2 .bullets div p {
  font-size: 15px;
}
.container .section.section2 .bullets div h3 {
  margin-bottom: 60px;
  margin-top: 120px;
}
.container .section.section2 .bullets div ul {
  padding: 1em 0;
}
.container .section.section2 .bullets div ul li {
  padding: 1em 0 0 25px;
  position: relative;
}
.container .section.section2 .bullets div ul li::before {
  position: absolute;
  left: 0;
  top: 23px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/bullet.svg");
  margin-right: 30px;
}
@media (min-width: 768px) {
  .container .section.section2 .bullets div ul li::before {
    top: 26px;
  }
}
@media (min-width: 1024px) {
  .container .section.section2 .bullets div ul li::before {
    top: 30px;
  }
}
.container .section.section3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 4em;
}
.container .section.section3 svg.down-arrow {
  transition: all 0.3s ease;
}
.container .section.section3 svg.down-arrow:hover {
  transform: scale(1.1);
}
.container .section.section4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em 0;
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #28B25A;
}
@media (max-width: 600px) {
  .container .section.section4 h2 {
    text-align: center;
    max-width: 320px;
  }
}
.container .section.section4 .lower {
  padding-top: 4em;
}
.container .section.section4 .lower a {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 3em;
  padding: 1.67em 4.4em;
  outline: none !important;
  margin: 0 0.6em;
  transition: all 0.3s ease;
}
.container .section.section4 .lower a:hover {
  transform: scale(1.04);
}
.container .section.section4 .lower a:nth-of-type(2):hover {
  transform: scale(1.06);
}
@media (max-width: 900px) {
  .container .section.section4 .lower a:nth-of-type(2) {
    margin-top: 1em;
  }
}
@media (max-width: 900px) {
  .container .section.section4 .lower a {
    display: table;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .container .section.section4 .lower a {
    font-size: 15px;
    padding: 1.2em 1.5em;
  }
}
.container .section.section5 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 7em 0 9em;
  margin: 20px auto;
  flex-direction: column;
}
.container .section.section5 img {
  padding: 2.5em 0;
}
@media (min-width: 640px) {
  .container .section.section5 img {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  .container .section.section5 img {
    width: 100%;
    flex: 0 1 15%;
    margin: 0;
    padding: 20px;
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .container .section.section5 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.page-template-contact {
  background-color: #000000;
}
.page-template-contact .servicesIntro .wrapper .text h1 {
  color: #FFD100;
}

.topLogo {
  padding-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .topLogo {
    display: none;
  }
}
.topLogo .rightStar {
  max-width: 300px;
  right: -150px;
  top: 190px;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
}

.servicesIntro {
  padding: 100px 0;
  position: relative;
}
@media (min-width: 768px) {
  .servicesIntro {
    padding: 180px 0 120px;
  }
}
.servicesIntro .rightStar {
  display: none;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .servicesIntro .rightStar {
    max-width: 300px;
    right: -150px;
    z-index: 2;
    position: absolute;
    display: block;
    top: 150px;
  }
}
@media (min-width: 1100px) {
  .servicesIntro .rightStar {
    top: 100px;
    max-width: 450px;
    right: -225px;
  }
}
@media (min-width: 1400px) {
  .servicesIntro .rightStar {
    top: -100px;
    max-width: 850px;
    right: -350px;
  }
}
@media (min-width: 768px) {
  .servicesIntro .wrapper .text {
    max-width: 80%;
  }
}
@media (min-width: 1100px) {
  .servicesIntro .wrapper .text {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .servicesIntro .wrapper .text {
    max-width: 720px;
  }
}
.servicesIntro .wrapper .text h1 {
  color: #FFD100;
  font-size: 30px;
  font-weight: 500;
  color: #FFD100;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .servicesIntro .wrapper .text h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .servicesIntro .wrapper .text h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .servicesIntro .wrapper .text h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .servicesIntro .wrapper .text h1 {
    font-size: 50px;
  }
}
.servicesIntro .wrapper .text p {
  font-weight: 700;
  max-width: 540px;
}
.servicesIntro .wrapper .text p strong {
  color: #FFD100;
}

.testimonial .wrapper {
  margin: 80px auto 60px;
}
@media (min-width: 768px) {
  .testimonial .wrapper {
    margin: 90px auto 130px;
  }
}
.testimonial .wrapper .inner {
  border: 1px solid #464646;
  border-left: none;
  border-right: none;
  margin: auto;
  padding: 80px 20px;
  margin: auto;
}
@media (min-width: 768px) {
  .testimonial .wrapper .inner {
    padding: 100px 80px;
  }
}
@media (min-width: 1100px) {
  .testimonial .wrapper .inner {
    padding: 120px;
  }
}
.testimonial .wrapper .inner h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
.testimonial .wrapper .inner h3 p strong {
  color: #FFD100;
}
.testimonial .wrapper .inner p {
  text-align: center;
}
.testimonial .wrapper .inner p.name {
  margin: 0;
}

.services, .sectors {
  position: relative;
}
.services .rightStar, .sectors .rightStar {
  max-width: 300px;
  right: -150px;
  top: 190px;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .services .rightStar, .sectors .rightStar {
    top: 150px;
  }
}
@media (min-width: 1100px) {
  .services .rightStar, .sectors .rightStar {
    top: 230px;
    max-width: 450px;
    right: -225px;
  }
}
@media (min-width: 1400px) {
  .services .rightStar, .sectors .rightStar {
    top: 250px;
    max-width: 850px;
    right: -400px;
  }
}
.services .wrapper, .sectors .wrapper {
  position: relative;
  z-index: 2;
}
.services .wrapper .more, .sectors .wrapper .more {
  margin-bottom: 10px;
  color: #fff;
  opacity: 0;
  font-weight: 100;
  transition: 0.5s ease;
  transition-delay: 0.25s;
}
.services .wrapper .more.active, .sectors .wrapper .more.active {
  opacity: 0.3;
}
.services .wrapper h2, .sectors .wrapper h2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper h2, .sectors .wrapper h2 {
    margin-bottom: 60px;
  }
}
.services .wrapper .allServices .service, .sectors .wrapper .allServices .service {
  position: relative;
  right: -50px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.5s;
}
.services .wrapper .allServices .service:nth-of-type(1):before, .sectors .wrapper .allServices .service:nth-of-type(1):before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 1px;
  background: #464646;
  width: 0%;
  transition: 1s ease;
  transition-delay: 0.5s;
}
.services .wrapper .allServices .service:after, .sectors .wrapper .allServices .service:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 1px;
  background: #464646;
  width: 0%;
  transition: 1s ease;
  transition-delay: 0.5s;
}
.services .wrapper .allServices .service.active, .sectors .wrapper .allServices .service.active {
  right: 0;
  opacity: 1;
}
.services .wrapper .allServices .service.active:after, .services .wrapper .allServices .service.active:before, .sectors .wrapper .allServices .service.active:after, .sectors .wrapper .allServices .service.active:before {
  width: 100%;
}
.services .wrapper .allServices .service .accordion.active + .panel, .sectors .wrapper .allServices .service .accordion.active + .panel {
  padding-bottom: 35px;
  height: 100%;
}
.services .wrapper .allServices .service .accordion.active + .panel .leftText, .sectors .wrapper .allServices .service .accordion.active + .panel .leftText {
  opacity: 1;
  transform: translateY(0);
}
.services .wrapper .allServices .service .accordion.active + .panel .leftText p, .sectors .wrapper .allServices .service .accordion.active + .panel .leftText p {
  margin-bottom: 40px;
}
.services .wrapper .allServices .service .accordion.active + .panel .leftText a.button, .sectors .wrapper .allServices .service .accordion.active + .panel .leftText a.button {
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #f8f8f8;
  color: #f8f8f8;
  padding: 10px 25px;
  font-size: 13px;
  align-items: center;
  transition: 0.5s ease;
  transform: scale(1);
  margin-bottom: 30px;
}
.services .wrapper .allServices .service .accordion.active + .panel .leftText a.button:hover, .sectors .wrapper .allServices .service .accordion.active + .panel .leftText a.button:hover {
  background-color: #f8f8f8;
  color: #050505;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li, .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li, .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li, .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li {
  opacity: 1;
  transform: translate(0, 0);
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(1), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(1), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(1), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(1) {
  transition-delay: 0.5s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(2), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(2), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(2), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(2) {
  transition-delay: 0.6s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(3), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(3), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(3), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(3) {
  transition-delay: 0.7s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(4), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(4), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(4), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(4) {
  transition-delay: 0.8s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(5), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(5), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(5), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(5) {
  transition-delay: 0.9s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(6), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(6), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(6), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(6) {
  transition-delay: 1s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(7), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(7), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(7), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(7) {
  transition-delay: 1.1s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(8), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(8), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(8), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(8) {
  transition-delay: 1.2s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(9), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(9), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(9), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(9) {
  transition-delay: 1.3s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(10), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(10), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(10), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(10) {
  transition-delay: 1.4s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(11), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(11), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(11), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(11) {
  transition-delay: 1.5s;
}
.services .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(12), .services .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(12), .sectors .wrapper .allServices .service .accordion.active + .panel .rightText ul li:nth-child(12), .sectors .wrapper .allServices .service .accordion.active + .panel .leftText ul li:nth-child(12) {
  transition-delay: 1.6s;
}
.services .wrapper .allServices .service .accordion, .sectors .wrapper .allServices .service .accordion {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .accordion:after, .sectors .wrapper .allServices .service .accordion:after {
    content: "";
    top: 67px;
    left: 0;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.58' height='16.579' viewBox='0 0 16.58 16.579'%3E%3Cpath d='M16.572,8.274v-.2a12.317,12.317,0,0,1-5.14-2.762A12.223,12.223,0,0,1,8.5,0H8.274V.007h-.2a12.315,12.315,0,0,1-2.762,5.14A12.223,12.223,0,0,1,0,8.077v.228H.007v.2a12.314,12.314,0,0,1,5.14,2.762,12.224,12.224,0,0,1,2.93,5.315h.228v-.007h.2a12.312,12.312,0,0,1,2.762-5.14A12.221,12.221,0,0,1,16.58,8.5V8.274Z' fill='%23FFD100'/%3E%3C/svg%3E");
    background-size: contain;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.5s ease;
  }
}
.services .wrapper .allServices .service .accordion > span.line, .sectors .wrapper .allServices .service .accordion > span.line {
  display: none;
  flex: 1 0 auto;
  margin: 0 40px;
  border: 0;
  border-top: 1px solid #ffd100;
}
.services .wrapper .allServices .service .accordion > span.mont, .sectors .wrapper .allServices .service .accordion > span.mont {
  border: 1px solid #FFD100;
  border-radius: 45px;
  padding: 20px 75px 20px 15px;
  position: relative;
  font-size: 11px;
  color: #FFD100;
  font-weight: 400;
}
.services .wrapper .allServices .service .accordion > span.mont em, .sectors .wrapper .allServices .service .accordion > span.mont em {
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  display: flex;
  align-items: center;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .services .wrapper .allServices .service .accordion > span.mont em, .sectors .wrapper .allServices .service .accordion > span.mont em {
    left: 20px;
  }
}
.services .wrapper .allServices .service .accordion > span.mont em:nth-of-type(1), .sectors .wrapper .allServices .service .accordion > span.mont em:nth-of-type(1) {
  opacity: 1;
}
.services .wrapper .allServices .service .accordion > span.mont em:nth-of-type(2), .sectors .wrapper .allServices .service .accordion > span.mont em:nth-of-type(2) {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .services .wrapper .allServices .service .accordion > span.mont, .sectors .wrapper .allServices .service .accordion > span.mont {
    font-size: 13px;
    top: 0;
    padding: 25px 105px 25px 25px;
    text-transform: uppercase;
    color: #FFD100;
  }
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .accordion > span.mont, .sectors .wrapper .allServices .service .accordion > span.mont {
    padding: 30px 135px 30px 25px;
  }
}
.services .wrapper .allServices .service .accordion > span.mont:after, .sectors .wrapper .allServices .service .accordion > span.mont:after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s ease;
  right: 10px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.786' height='8.201' viewBox='0 0 15.786 8.201'%3E%3Cg transform='translate(-719.156 -731.866)'%3E%3Cpath d='M722.565,733.673l7.549,7.149,7.549-7.149' transform='translate(-3.066 -1.444)' fill='none' stroke='%23FFD100' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .services .wrapper .allServices .service .accordion > span.mont:after, .sectors .wrapper .allServices .service .accordion > span.mont:after {
    height: 8px;
    right: 20px;
    width: 15px;
  }
}
.services .wrapper .allServices .service .accordion.active, .sectors .wrapper .allServices .service .accordion.active {
  color: #FFD100;
}
.services .wrapper .allServices .service .accordion.active > span.line, .sectors .wrapper .allServices .service .accordion.active > span.line {
  display: block;
}
.services .wrapper .allServices .service .accordion.active > span.mont:after, .sectors .wrapper .allServices .service .accordion.active > span.mont:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.786' height='14.875' viewBox='0 0 15.786 14.875'%3E%3Cg transform='translate(-719.156 -728.866)'%3E%3Cpath d='M722.565,733.673l7.549,7.149,7.549-7.149' transform='translate(-3.066 -4.444)' fill='none' stroke='%23FFD100' stroke-width='1'/%3E%3Cpath d='M722.565,733.673l7.549,7.149,7.549-7.149' transform='translate(1457.164 1477.051) rotate(180)' fill='none' stroke='%23FFD100' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .services .wrapper .allServices .service .accordion.active > span.mont:after, .sectors .wrapper .allServices .service .accordion.active > span.mont:after {
    height: 12px;
    right: 20px;
    width: 15px;
  }
}
.services .wrapper .allServices .service .accordion.active > span.mont em:nth-of-type(1), .sectors .wrapper .allServices .service .accordion.active > span.mont em:nth-of-type(1) {
  opacity: 0;
}
.services .wrapper .allServices .service .accordion.active > span.mont em:nth-of-type(2), .sectors .wrapper .allServices .service .accordion.active > span.mont em:nth-of-type(2) {
  opacity: 1;
}
.services .wrapper .allServices .service .accordion.active:after, .sectors .wrapper .allServices .service .accordion.active:after {
  opacity: 1;
  left: -30px;
}
.services .wrapper .allServices .service .panel, .sectors .wrapper .allServices .service .panel {
  height: 0;
  overflow: hidden;
  transition: 0.5s ease;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner, .sectors .wrapper .allServices .service .panel .panel-inner {
    display: flex;
    justify-content: space-between;
  }
}
.services .wrapper .allServices .service .panel .panel-inner p, .sectors .wrapper .allServices .service .panel .panel-inner p {
  margin-top: 0;
}
.services .wrapper .allServices .service .panel .panel-inner .leftText, .sectors .wrapper .allServices .service .panel .panel-inner .leftText {
  transition: 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .leftText, .sectors .wrapper .allServices .service .panel .panel-inner .leftText {
    flex: 0 1 calc(50% - 20px);
  }
}
.services .wrapper .allServices .service .panel .panel-inner .leftText h3, .sectors .wrapper .allServices .service .panel .panel-inner .leftText h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .services .wrapper .allServices .service .panel .panel-inner .leftText h3, .sectors .wrapper .allServices .service .panel .panel-inner .leftText h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .leftText h3, .sectors .wrapper .allServices .service .panel .panel-inner .leftText h3 {
    font-size: 32px;
  }
}
.services .wrapper .allServices .service .panel .panel-inner .leftText p.sub, .sectors .wrapper .allServices .service .panel .panel-inner .leftText p.sub {
  text-transform: uppercase;
}
.services .wrapper .allServices .service .panel .panel-inner .leftText ul, .sectors .wrapper .allServices .service .panel .panel-inner .leftText ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .leftText ul, .sectors .wrapper .allServices .service .panel .panel-inner .leftText ul {
    margin-top: 4px;
  }
}
.services .wrapper .allServices .service .panel .panel-inner .leftText ul li, .sectors .wrapper .allServices .service .panel .panel-inner .leftText ul li {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate(0, 50px);
  transition-delay: 0s;
  position: relative;
  padding-left: 25px;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .leftText ul li, .sectors .wrapper .allServices .service .panel .panel-inner .leftText ul li {
    transform: translate(50px, 0);
    padding-left: 35px;
  }
}
.services .wrapper .allServices .service .panel .panel-inner .leftText ul li:after, .sectors .wrapper .allServices .service .panel .panel-inner .leftText ul li:after {
  content: "";
  top: 5px;
  left: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.58' height='16.579' viewBox='0 0 16.58 16.579'%3E%3Cpath d='M16.572,8.274v-.2a12.317,12.317,0,0,1-5.14-2.762A12.223,12.223,0,0,1,8.5,0H8.274V.007h-.2a12.315,12.315,0,0,1-2.762,5.14A12.223,12.223,0,0,1,0,8.077v.228H.007v.2a12.314,12.314,0,0,1,5.14,2.762,12.224,12.224,0,0,1,2.93,5.315h.228v-.007h.2a12.312,12.312,0,0,1,2.762-5.14A12.221,12.221,0,0,1,16.58,8.5V8.274Z' fill='%23FFD100'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .leftText ul li:after, .sectors .wrapper .allServices .service .panel .panel-inner .leftText ul li:after {
    top: 8px;
  }
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .rightText, .sectors .wrapper .allServices .service .panel .panel-inner .rightText {
    flex: 0 1 calc(50% - 20px);
    display: flex;
    justify-content: right;
  }
}
.services .wrapper .allServices .service .panel .panel-inner .rightText ul, .sectors .wrapper .allServices .service .panel .panel-inner .rightText ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .rightText ul, .sectors .wrapper .allServices .service .panel .panel-inner .rightText ul {
    margin-top: 4px;
  }
}
.services .wrapper .allServices .service .panel .panel-inner .rightText ul li, .sectors .wrapper .allServices .service .panel .panel-inner .rightText ul li {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate(0, 50px);
  transition-delay: 0s;
  position: relative;
  padding-left: 25px;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .rightText ul li, .sectors .wrapper .allServices .service .panel .panel-inner .rightText ul li {
    transform: translate(50px, 0);
    padding-left: 35px;
  }
}
.services .wrapper .allServices .service .panel .panel-inner .rightText ul li:after, .sectors .wrapper .allServices .service .panel .panel-inner .rightText ul li:after {
  content: "";
  top: 5px;
  left: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.58' height='16.579' viewBox='0 0 16.58 16.579'%3E%3Cpath d='M16.572,8.274v-.2a12.317,12.317,0,0,1-5.14-2.762A12.223,12.223,0,0,1,8.5,0H8.274V.007h-.2a12.315,12.315,0,0,1-2.762,5.14A12.223,12.223,0,0,1,0,8.077v.228H.007v.2a12.314,12.314,0,0,1,5.14,2.762,12.224,12.224,0,0,1,2.93,5.315h.228v-.007h.2a12.312,12.312,0,0,1,2.762-5.14A12.221,12.221,0,0,1,16.58,8.5V8.274Z' fill='%23FFD100'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-inner .rightText ul li:after, .sectors .wrapper .allServices .service .panel .panel-inner .rightText ul li:after {
    top: 8px;
  }
}
.services .wrapper .allServices .service .panel .panel-slider, .sectors .wrapper .allServices .service .panel .panel-slider {
  position: relative;
  padding: 30px 0;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-slider, .sectors .wrapper .allServices .service .panel .panel-slider {
    padding: 60px 0;
  }
}
.services .wrapper .allServices .service .panel .panel-slider .slick-arrow, .sectors .wrapper .allServices .service .panel .panel-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
  font-size: 10px;
  height: 42px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #000;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .services .wrapper .allServices .service .panel .panel-slider .slick-arrow, .sectors .wrapper .allServices .service .panel .panel-slider .slick-arrow {
    font-size: 10px;
    height: 58px;
  }
}
.services .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-prev, .sectors .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-prev {
  border-left: none;
  left: 0;
  padding: 0px 15px 0px 10px;
  border-radius: 0 40px 40px 0;
}
@media only screen and (min-width: 600px) {
  .services .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-prev, .sectors .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-prev {
    padding: 1px 25px 1px 15px;
  }
}
.services .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-next, .sectors .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-next {
  border-right: none;
  right: 0;
  padding: 0px 10px 0px 15px;
  border-radius: 40px 0 0 40px;
}
@media only screen and (min-width: 600px) {
  .services .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-next, .sectors .wrapper .allServices .service .panel .panel-slider .slick-arrow.slick-next {
    padding: 1px 15px 1px 25px;
  }
}
.services .wrapper .allServices .service .panel .panel-lower, .sectors .wrapper .allServices .service .panel .panel-lower {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-lower, .sectors .wrapper .allServices .service .panel .panel-lower {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}
.services .wrapper .allServices .service .panel .panel-lower .cs-right, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right {
  flex: 0 0 50%;
}
.services .wrapper .allServices .service .panel .panel-lower .cs-right h3, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right h3 {
  font-weight: 700;
  color: #FFD100;
  font-size: 20px;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-lower .cs-right h3, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right h3 {
    font-size: 30px;
  }
}
.services .wrapper .allServices .service .panel .panel-lower .cs-right h4, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service .panel .panel-lower .cs-right h4, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right h4 {
    font-size: 30px;
  }
}
.services .wrapper .allServices .service .panel .panel-lower .cs-right p, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right p {
  padding: 15px 0;
  max-width: 435px;
  margin: 0;
}
.services .wrapper .allServices .service .panel .panel-lower .cs-right a.readMore, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right a.readMore {
  color: #FFD100;
  border: 1px solid #ffd100;
  border-radius: 45px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 35px 15px 30px;
}
.services .wrapper .allServices .service .panel .panel-lower .cs-right a.readMore:after, .sectors .wrapper .allServices .service .panel .panel-lower .cs-right a.readMore:after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.418' height='38.155' viewBox='0 0 11.418 38.155'%3E%3Cg transform='translate(-724.291 -707.501)'%3E%3Cpath d='M.5 37.1h-1V0h1Z' transform='translate(730 707.501)' fill='%23ffd100'/%3E%3Cpath d='M727.922 739.686l-5.709-5.659.7-.71 5 4.961 5-4.961.7.71Z' transform='translate(2.077 5.97)' fill='%23ffd100'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  height: 38px;
  width: 60px;
  top: 14px;
  left: 25px;
  transform: rotate(-90deg);
}
.services .wrapper .allServices .service h3, .sectors .wrapper .allServices .service h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 300;
  display: block;
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
  transition: 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .services .wrapper .allServices .service h3, .sectors .wrapper .allServices .service h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .services .wrapper .allServices .service h3, .sectors .wrapper .allServices .service h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .services .wrapper .allServices .service h3, .sectors .wrapper .allServices .service h3 {
    font-size: 24px;
  }
}
.services .wrapper .allServices .service h3 svg, .sectors .wrapper .allServices .service h3 svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-height: 30px;
  width: auto;
  transition: 0.5s ease;
  transform: rotate(0deg);
}
@media only screen and (min-width: 640px) {
  .services .wrapper .allServices .service h3 svg, .sectors .wrapper .allServices .service h3 svg {
    max-height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .services .wrapper .allServices .service h3 svg, .sectors .wrapper .allServices .service h3 svg {
    max-height: 70px;
  }
}
.services .wrapper .allServices .service h3 svg > g line, .services .wrapper .allServices .service h3 svg > g g, .sectors .wrapper .allServices .service h3 svg > g line, .sectors .wrapper .allServices .service h3 svg > g g {
  transition: 0.5s ease;
}

.services {
  margin-top: 115px;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.post-type-archive-case_studies .container .case-studies-top-section {
  margin-top: 200px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section {
    margin: 0;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .wrapper .down-arrow-wrapper {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .wrapper .down-arrow-wrapper {
    display: block;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container {
  display: flex;
  justify-content: center;
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .left {
  display: none;
  width: 100% !important;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .left {
    display: block;
    max-width: 490px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .left {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1400px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .left {
    max-width: 630px;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .right {
  max-width: 953px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right {
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1270px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right {
    justify-content: center;
    padding-top: 150px;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner {
    max-width: 568px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner {
    max-width: 565px;
  }
}
@media only screen and (min-width: 1270px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner {
    max-width: 585px;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner h1 {
  font-size: 30px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner h1 {
    font-size: 50px;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner p {
  max-width: 600px;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner p {
    max-width: 100%;
  }
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner p strong {
  color: #0201CB;
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner p.jump {
  color: #BFBFBF;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 15px;
}
.post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner .quickJumps a.quickJump {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #BFBFBF;
  border: 1px solid #BFBFBF;
  border-radius: 45px;
  padding: 12px 25px;
  margin: 0 10px 16px 0;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner .quickJumps a.quickJump {
    padding: 10px 12px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-case_studies .container .case-studies-top-section .top-container .right .inner .quickJumps a.quickJump {
    padding: 14px 30px;
    font-size: 13px;
  }
}
.post-type-archive-case_studies .container .case-studies-list {
  padding: 20px 0 0;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-list {
    padding: 80px 0 140px;
  }
}
.post-type-archive-case_studies .container .case-studies-list h2 {
  font-size: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-case_studies .container .case-studies-list h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-list h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-case_studies .container .case-studies-list h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .post-type-archive-case_studies .container .case-studies-list h2 {
    font-size: 50px;
  }
}
.post-type-archive-case_studies .container .case-studies-list .innerWrapper {
  max-width: 580px;
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: unset;
  }
}
.post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container:nth-of-type(even) {
    top: 200px;
  }
}
.post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower {
  padding: 15px 0;
}
@media only screen and (min-width: 640px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 640px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower .left {
    display: flex;
    align-items: center;
  }
}
.post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower .left h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 5px;
}
@media only screen and (min-width: 640px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower .left h4 {
    padding: 0;
  }
}
.post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower .left span {
  border-top: 1px solid #fff;
  width: 5px;
  margin: 0 10px;
  height: 1px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower .left span {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower .left span {
    width: 45px;
    margin: 0 18px;
  }
}
.post-type-archive-case_studies .container .case-studies-list .innerWrapper .cs-container .cs-item a .lower p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
.post-type-archive-case_studies footer {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .post-type-archive-case_studies .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.single-case_studies .container .case-study-top-section {
  margin-top: 200px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section {
    margin: 0;
  }
}
.single-case_studies .container .case-study-top-section .wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-case_studies .container .case-study-top-section .wrapper .down-arrow-wrapper {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .wrapper .down-arrow-wrapper {
    display: block;
  }
}
.single-case_studies .container .case-study-top-section .top-container {
  display: flex;
  justify-content: center;
}
.single-case_studies .container .case-study-top-section .top-container .left {
  display: none;
  width: 100% !important;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .top-container .left {
    display: block;
    max-width: 490px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .case-study-top-section .top-container .left {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .case-study-top-section .top-container .left {
    max-width: 630px;
  }
}
.single-case_studies .container .case-study-top-section .top-container .right {
  max-width: 953px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .top-container .right {
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1270px) {
  .single-case_studies .container .case-study-top-section .top-container .right {
    justify-content: center;
    padding-top: 150px;
  }
}
.single-case_studies .container .case-study-top-section .top-container .right .inner {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner {
    max-width: 568px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner {
    max-width: 565px;
  }
}
@media only screen and (min-width: 1270px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner {
    max-width: 585px;
  }
}
.single-case_studies .container .case-study-top-section .top-container .right .inner h1 {
  font-size: 28px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner h1 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
.single-case_studies .container .case-study-top-section .top-container .right .inner p {
  max-width: 600px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner p {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner p {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.single-case_studies .container .case-study-top-section .top-container .right .inner p strong {
  color: #FFD100;
}
.single-case_studies .container .case-study-top-section .top-container .right .inner .serviceSector {
  margin-top: 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .case-study-top-section .top-container .right .inner .serviceSector {
    display: flex;
    justify-content: space-between;
  }
}
.single-case_studies .container .case-study-top-section .top-container .right .inner .serviceSector .LowerLeft {
  flex: 0 0 calc(50% - 30px);
  margin-bottom: 20px;
}
.single-case_studies .container .case-study-top-section .top-container .right .inner .serviceSector .LowerRight {
  flex: 0 0 calc(50% - 30px);
  margin-bottom: 20px;
}
.single-case_studies .container .case-study-top-section .top-container .right .inner .serviceSector h4 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.single-case_studies .container .case-study-top-section .top-container .right .inner .serviceSector p {
  font-size: 14px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening .sectionContainer .upper {
    display: flex;
    flex-wrap: wrap;
  }
}
.single-case_studies .container .opening .sectionContainer .upper .sectionImage {
  flex: 0 0 85%;
}
.single-case_studies .container .opening .sectionContainer .upper .date {
  position: relative;
  flex: 0 0 15%;
}
.single-case_studies .container .opening .sectionContainer .upper .date span {
  color: #333;
  display: block;
  font-family: "Chonburi", cursive;
  font-size: 32px;
  padding: 15px 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening .sectionContainer .upper .date span {
    transform: rotate(90deg);
    white-space: nowrap;
    position: absolute;
    font-size: 80px;
    right: 0px;
    left: 40px;
    top: 12px;
    margin: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .opening .sectionContainer .upper .date span {
    font-size: 92px;
  }
}
.single-case_studies .container .opening .sectionContainer .upper .stats {
  flex: 0 0 58%;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening .sectionContainer .upper .stats {
    display: flex;
    justify-content: space-between;
    padding: 55px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .opening .sectionContainer .upper .stats {
    padding: 110px 0 75px;
  }
}
.single-case_studies .container .opening .sectionContainer .upper .stats .stat h3 {
  color: #FFD100;
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .single-case_studies .container .opening .sectionContainer .upper .stats .stat h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening .sectionContainer .upper .stats .stat h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .opening .sectionContainer .upper .stats .stat h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .opening .sectionContainer .upper .stats .stat h3 {
    font-size: 48px;
  }
}
.single-case_studies .container .opening .sectionContainer .upper .stats .stat p {
  font-size: 18px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening .sectionContainer .lower {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }
}
.single-case_studies .container .opening .sectionContainer .lower .left {
  flex: 0 0 calc(50% - 30px);
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening .sectionContainer .lower .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.single-case_studies .container .opening .sectionContainer .lower .left h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-case_studies .container .opening .sectionContainer .lower .left h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .opening .sectionContainer .lower .left h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .opening .sectionContainer .lower .left h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .opening .sectionContainer .lower .left h2 {
    font-size: 32px;
  }
}
.single-case_studies .container .opening .sectionContainer .lower .left h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 30px;
}
.single-case_studies .container .opening .sectionContainer .lower .left .copy p {
  margin-bottom: 10px;
}
.single-case_studies .container .opening .sectionContainer .lower .right {
  flex: 0 0 calc(50% - 30px);
}
.single-case_studies .container .opening .sectionContainer .lower .right .imageContainer {
  padding: 10px 0 30px;
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .opening .sectionContainer .lower .right .imageContainer {
    padding: 10px 0 0;
  }
}
.single-case_studies .container .wideImage {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .wideImage {
    padding: 0 0 75px;
  }
}
.single-case_studies .container .middle {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle {
    padding: 0 0 75px;
  }
}
.single-case_studies .container .middle .middleContainer {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .top {
    display: flex;
    justify-content: space-between;
  }
}
.single-case_studies .container .middle .middleContainer .top .left {
  flex: 0 0 calc(50% - 30px);
}
.single-case_studies .container .middle .middleContainer .top .left img {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .top .left img {
    padding: 0 0 75px;
  }
}
.single-case_studies .container .middle .middleContainer .top .right {
  flex: 0 0 calc(50% - 30px);
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .top .right {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .middle .middleContainer .top .right {
    padding-top: 50px;
  }
}
.single-case_studies .container .middle .middleContainer .top .right .copy p {
  margin-bottom: 10px;
}
.single-case_studies .container .middle .middleContainer .top .right h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-case_studies .container .middle .middleContainer .top .right h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .top .right h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .middle .middleContainer .top .right h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .middle .middleContainer .top .right h2 {
    font-size: 32px;
  }
}
.single-case_studies .container .middle .middleContainer .top .right h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 30px;
}
.single-case_studies .container .middle .middleContainer .top .right .copy {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .top .right .copy {
    padding: 0 0 75px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .central {
    display: flex;
    justify-content: flex-end;
    margin-top: -165px;
  }
}
.single-case_studies .container .middle .middleContainer .central img {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .central img {
    padding: 0 0 75px;
    max-width: 850px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .middle .middleContainer .central img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .bottom {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .bottom img {
    padding-right: 75px;
    margin-top: -135px;
  }
}
.single-case_studies .container .middle .middleContainer .location {
  text-align: right;
  flex: 0 0 15%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .location {
    position: absolute;
    height: 800px;
    left: 0;
    width: 95px;
    bottom: 0;
    justify-content: center;
  }
}
.single-case_studies .container .middle .middleContainer .location span {
  color: #333;
  display: block;
  font-family: "Chonburi", cursive;
  font-size: 32px;
  padding: 15px 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .middle .middleContainer .location span {
    transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    text-align: right;
    font-size: 80px;
    margin: auto;
    padding: 0;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .single-case_studies .container .middle .middleContainer .location span {
    font-size: 92px;
  }
}
.single-case_studies .container .pullQuote {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .pullQuote {
    margin: 0 0 75px;
  }
}
.single-case_studies .container .pullQuote .quoteContainer {
  padding: 70px 0;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .pullQuote .quoteContainer {
    padding: 150px 0;
  }
}
.single-case_studies .container .pullQuote .quoteContainer h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  color: yellow;
  font-weight: 100;
  font-size: 28px;
  max-width: 500px;
  margin: auto;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .pullQuote .quoteContainer h3 {
    font-size: 40px;
    max-width: 880px;
  }
}
.single-case_studies .container .bottomSection {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .bottomSection {
    padding: 0 0 75px;
  }
}
.single-case_studies .container .bottomSection .middleContainer {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .bottomSection .middleContainer .top {
    display: flex;
    justify-content: space-between;
  }
}
.single-case_studies .container .bottomSection .middleContainer .top .right {
  flex: 0 0 calc(50% - 30px);
}
.single-case_studies .container .bottomSection .middleContainer .top .right img {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .bottomSection .middleContainer .top .right img {
    padding: 0 0 75px;
  }
}
.single-case_studies .container .bottomSection .middleContainer .top .left {
  flex: 0 0 calc(50% - 30px);
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .bottomSection .middleContainer .central {
    display: flex;
    justify-content: flex-start;
    margin-top: -165px;
  }
}
.single-case_studies .container .bottomSection .middleContainer .central img {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .bottomSection .middleContainer .central img {
    padding: 0 0 75px;
    max-width: 850px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-case_studies .container .bottomSection .middleContainer .central img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .bottomSection .middleContainer .bottom {
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .bottomSection .middleContainer .bottom img {
    padding-left: 75px;
    margin-top: -135px;
  }
}
.single-case_studies .container .results {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .results {
    padding: 0 0 75px;
  }
}
.single-case_studies .container .results .upper h3 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .results .upper h3 {
    text-align: center;
  }
}
.single-case_studies .container .results .resultContainer {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  padding: 40px 0;
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .results .resultContainer {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
  }
}
.single-case_studies .container .results .resultContainer .stat h3 {
  color: #FFD100;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .single-case_studies .container .results .resultContainer .stat h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .results .resultContainer .stat h3 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-case_studies .container .related .relatedContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: unset;
    padding-bottom: 90px;
  }
}
.single-case_studies .container .related .relatedContainer .cs-container {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .single-case_studies .container .related .relatedContainer .cs-container {
    padding-bottom: 50px;
  }
}
.single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower {
  padding: 15px 0;
}
@media only screen and (min-width: 640px) {
  .single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFD100;
  }
}
@media only screen and (min-width: 640px) {
  .single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower .left {
    display: flex;
    align-items: center;
  }
}
.single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower .left h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 5px;
}
@media only screen and (min-width: 640px) {
  .single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower .left h4 {
    padding: 0;
  }
}
.single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower .left span {
  border-top: 1px solid #fff;
  width: 5px;
  margin: 0 10px;
  height: 1px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower .left span {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower .left span {
    width: 45px;
    margin: 0 18px;
  }
}
.single-case_studies .container .related .relatedContainer .cs-container .cs-item a .lower p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

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

html, body {
  overflow-x: hidden;
}

.blue {
  color: #0201CB;
}

.green {
  color: #28B25A;
}

.wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

p, li {
  margin-bottom: 25px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  p, li {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  p, li {
    margin-bottom: 35px;
  }
}

h2, h3, h4 {
  color: #FFFFFF;
}

.headerThree {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .headerThree {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .headerThree {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .headerThree {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .headerThree {
    font-size: 48px;
  }
}

.placeTitle {
  font-size: 24px;
}
@media (min-width: 768px) {
  .placeTitle {
    font-size: 28px;
  }
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
a svg {
  pointer-events: none;
}
@media only screen and (min-width: 1100px) {
  a svg:hover {
    cursor: pointer !important;
  }
  a:hover {
    cursor: pointer !important;
  }
}

section {
  float: left;
  width: 100%;
}

svg {
  pointer-events: none;
}

input[type=email],
input[type=text],
input[type=tel] {
  background: transparent;
  border: none;
}

a:hover, a:focus,
div:hover,
div:focus,
button:hover,
button:focus,
select:hover,
select:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
text:hover,
text:focus {
  outline: none;
}

.headerTwo {
  font-size: 30px;
  font-weight: 500;
  color: #FFD100;
}
@media only screen and (min-width: 768px) {
  .headerTwo {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .headerTwo {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerTwo {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerTwo {
    font-size: 50px;
  }
}

.svgShadow {
  filter: drop-shadow(2px 20px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}

.nav .wrapper {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 105px;
}
@media only screen and (min-width: 1100px) {
  .nav .wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .nav .wrapper {
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .nav .wrapper {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
    flex-wrap: wrap;
  }
}
.nav .wrapper .logoWrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 1100px) {
  .nav .wrapper .logoWrapper {
    margin-right: 0;
    flex: 0 1 200px;
  }
}
@media (min-width: 1200px) {
  .nav .wrapper .logoWrapper {
    flex: 0 1 225px;
  }
}
.nav .wrapper .logoWrapper a {
  display: flex;
  align-items: center;
}
.nav .wrapper .logoWrapper a svg path {
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .nav .wrapper .logoWrapper .mobileLogo {
    display: none;
  }
}
.nav .wrapper .logoWrapper .tabletLogo {
  display: none;
}
@media (min-width: 768px) {
  .nav .wrapper .logoWrapper .tabletLogo {
    display: block;
    width: 200px !important;
  }
}
@media (min-width: 1100px) {
  .nav .wrapper .logoWrapper .tabletLogo {
    transform-origin: left;
    transform: scale(1);
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .nav .wrapper .logoWrapper .tabletLogo {
    width: 225px !important;
  }
}
.nav .wrapper .logoWrapper .tabletLogo > g g {
  opacity: 0;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .nav .wrapper .logoWrapper .tabletLogo > g g {
    opacity: 1;
  }
}
.nav .wrapper .logoWrapper .tabletLogo > g g:first-of-type {
  opacity: 1;
}
.nav .wrapper .burger {
  z-index: 450;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  padding: 5px;
  right: 20px;
  left: auto;
  margin: 0 auto;
  background-color: #FFD100;
  border: 2px solid #FFD100;
}
@media only screen and (min-width: 951px) {
  .nav .wrapper .burger {
    display: none;
  }
}
.nav .wrapper .burger:after {
  content: "Menu";
  opacity: 1;
}
.nav .wrapper .burger:before {
  content: "Close";
  opacity: 0;
}
.nav .wrapper .burger:before, .nav .wrapper .burger:after {
  position: absolute;
  left: 60px;
  top: 4px;
  font-weight: 600;
  bottom: 0;
  transition: 0.3s ease;
  margin: auto 0;
  color: #000000;
  font-size: 20px;
  display: none;
  align-items: center;
}
.nav .wrapper .burger.active {
  background-color: #FFD100;
  border: 2px solid #FFD100;
}
.nav .wrapper .burger.active:before {
  opacity: 1;
}
.nav .wrapper .burger.active:after {
  opacity: 0;
}
.nav .wrapper .burger.active .line:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 0;
}
.nav .wrapper .burger.active .line:nth-of-type(2) {
  width: 0;
}
.nav .wrapper .burger.active .line:nth-of-type(3) {
  bottom: 0;
  transform: rotate(45deg);
}
.nav .wrapper .burger .line {
  height: 2px;
  border-radius: 2px;
  width: 20px;
  background-color: #000000;
  position: absolute;
  left: 0;
  z-index: 10;
  margin: auto;
  transition: 0.5s ease;
  transform: rotate(0deg);
  transform-origin: center !important;
  right: 0;
}
.nav .wrapper .burger .line:nth-of-type(1) {
  bottom: 0;
  top: -14px;
}
.nav .wrapper .burger .line:nth-of-type(2) {
  bottom: 0;
  top: 0;
}
.nav .wrapper .burger .line:nth-of-type(3) {
  top: 0;
  bottom: -14px;
}
.nav .wrapper .logoWrap {
  position: relative;
  z-index: 400;
  display: none;
}
@media (min-width: 1100px) {
  .nav .wrapper .logoWrap {
    display: block;
  }
}

body.navActive header .nav {
  position: fixed;
}

.navItems {
  transition: transform 0.5s ease, border-radius 0.3s ease;
  transition-delay: 0s, 0.25s;
  z-index: 3;
  background: #141414;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-200%);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
}
@media (min-width: 1100px) {
  .navItems {
    display: none;
  }
}
.navItems.show {
  overflow: hidden;
  transform: translateY(0%);
}
.navItems.show .menuWrapper a {
  opacity: 1;
  transition-delay: 0.5s;
}
.navItems.show .menuWrapper a:nth-of-type(1) {
  transform: translateY(0);
}
.navItems.show .menuWrapper a:nth-of-type(2) {
  transform: translateY(0);
}
.navItems .menuWrapper {
  width: 100%;
  padding: 120px 20px 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.navItems .menuWrapper a {
  font-size: 30px;
  margin: 14px 0;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0s;
}
.navItems .menuWrapper a:nth-of-type(1) {
  transform: translateY(-50px);
}
.navItems .menuWrapper a:nth-of-type(2) {
  transform: translateY(50px);
}
.navItems ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}
.navItems ul li {
  display: block;
  width: 100%;
}
.navItems ul li a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  padding: 5px 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 80px;
  z-index: 999;
}
header .headerBGWrapper {
  position: relative;
}
header .headerBG {
  min-width: 1920px;
  width: 100%;
  max-height: 156px;
  max-width: 8000px;
  position: absolute;
  left: 0;
  top: -20px;
  transition: 0.3s ease;
  z-index: 1;
}
@media (min-width: 1100px) {
  header .headerBG {
    top: -30px;
    display: block;
  }
  header .headerBG .st0head {
    transition: 0.5s ease;
  }
}
@media (min-width: 1100px) {
  header.sticky .headerBG {
    top: -40px;
  }
}
header.sticky .headerBG .st0head {
  opacity: 1;
}
@media (min-width: 1100px) {
  header.sticky .nav .wrapper .logoWrapper svg {
    transform: scale(0.75);
  }
}
header.sticky .nav .wrapper .logoWrapper svg > g g:not(:first-of-type) {
  opacity: 0;
}
header .nav {
  transition: 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 40;
}
@media only screen and (min-width: 768px) {
  header .nav {
    padding: 10px 0;
  }
}
@media (min-width: 1100px) {
  header .nav .innerNav {
    position: relative;
    left: 0;
    transition: 0.3s ease;
    flex: 0 1 calc(100% - 200px);
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header .nav .innerNav {
    flex: 0 1 calc(100% - 225px);
  }
}
@media (max-width: 950px) {
  header .nav .innerNav .topNav {
    display: none;
  }
}
header .nav .innerNav .topNav .contactUs {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 3em;
  padding: 8px 20px;
  outline: none !important;
  margin-right: 0;
  transition: all 0.3s ease;
}
header .nav .innerNav .topNav .contactUs:hover {
  transform: scale(1.06);
}
header .nav .topNav {
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
header .nav .topNav a {
  color: #FFFFFF;
  margin-right: 15px;
}
@media (min-width: 768px) {
  header .nav .topNav a {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media (min-width: 850px) {
  header .nav .topNav a {
    font-size: 15px;
  }
}
@media (min-width: 1100px) {
  header .nav .topNav a {
    font-size: 14px;
    margin-right: 23px;
  }
}
@media (min-width: 1270px) {
  header .nav .topNav a {
    font-size: 14px;
    margin-right: 35px;
  }
}
@media (min-width: 1300px) {
  header .nav .topNav a {
    font-size: 15px;
    margin-right: 35px;
  }
}
header .nav .topNav .selectWrap {
  display: inline-flex;
  align-items: center;
  position: relative;
}
header .nav .topNav .selectWrap:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.152' height='6.283' viewBox='0 0 11.152 6.283'%3E%3Cpath d='M1631.574,96.856l4.869,4.869,4.869-4.869' transform='translate(-1630.867 -96.149)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 5px;
  width: 10px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  content: "";
}
header .nav .topNav #gtranslate_selector {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  outline: none;
  color: #FFFFFF;
  height: 44px;
  border-radius: 22px;
  padding: 0 10px;
  width: 60px;
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (min-width: 1200px) {
  header .nav .topNav #gtranslate_selector {
    margin-left: 20px;
    font-size: 18px;
  }
}
header .nav .topNav option {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
header .nav .topNav .buttons {
  margin: 0;
  display: flex;
  align-items: center;
}
header .nav .topNav .buttons a {
  align-items: center;
  font-size: 15px;
}
@media (min-width: 1100px) {
  header .nav .topNav .buttons a {
    margin-left: 10px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  header .nav .topNav .buttons a {
    margin-left: 15px;
  }
}
@media (min-width: 1400px) {
  header .nav .topNav .buttons a {
    font-size: 18px;
  }
}
header .nav .topNav .buttons a.blueButton {
  height: 40px;
  padding: 8px 20px;
  left: 0;
  min-width: auto;
  width: 132px;
}
@media (max-width: 767px) {
  header .nav .topNav .buttons a.blueButton {
    position: fixed;
    bottom: 16px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  header .nav .topNav .buttons a.blueButton {
    width: 165px;
    height: 50px;
    padding: 8px 35px;
  }
}
header .nav .topNav .buttons a.blueButton span {
  font-size: 15px;
  color: #000000;
  top: 2px;
  font-weight: 700;
}
@media (min-width: 768px) {
  header .nav .topNav .buttons a.blueButton span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  header .nav .topNav .buttons a.blueButton span {
    font-size: 18px;
  }
}
header .nav .topNav .buttons a.blueButton .yellBG {
  max-height: 100%;
  filter: drop-shadow(2px 20px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
header .nav .topNav .buttons a.continuum {
  display: none;
}
@media (min-width: 1100px) {
  header .nav .topNav .buttons a.continuum {
    display: inline-flex;
    height: 44px;
  }
}
header .nav .topNav .buttons a:not(:first-of-type) {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 10px 13px 5px;
}
header .nav .topNav .headerMenu {
  display: none;
}
@media (min-width: 1100px) {
  header .nav .topNav .headerMenu {
    display: block;
  }
}
header .nav .topNav .headerMenu ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header .nav .topNav .headerMenu ul li {
  margin: 0 7px;
  position: relative;
}
header .nav .topNav .headerMenu ul li.menu-item-38 {
  position: relative;
}
header .nav .topNav .headerMenu ul li.menu-item-38:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.152' height='6.283'%3E%3Cpath d='M.707.707l4.869 4.869L10.445.707' fill='none' stroke='%23fff' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 5px;
  width: 10px;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0;
  pointer-events: none;
  content: "";
}
@media (min-width: 1100px) {
  header .nav .topNav .headerMenu ul li {
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  header .nav .topNav .headerMenu ul li {
    margin: 0 20px;
  }
}
header .nav .topNav .headerMenu ul li.book {
  min-width: auto;
}
@media (min-width: 1100px) {
  header .nav .topNav .headerMenu ul li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
}
header .nav .topNav .headerMenu ul li.current_page_item > a:after {
  width: 100%;
}
header .nav .topNav .headerMenu ul li a {
  position: relative;
}
header .nav .topNav .headerMenu ul li a:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #FFFFFF;
  z-index: 2;
  transition: 0.3s ease;
  position: absolute;
}
@media (min-width: 1100px) {
  header .nav .topNav .headerMenu ul li a:hover:after {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  header .nav .topNav .headerMenu ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  header .nav .topNav .headerMenu ul li a {
    font-size: 20px;
  }
}
header .nav .topNav .headerMenu ul li .sub-menu li {
  margin: 0 7px;
}
@media (min-width: 1100px) {
  header .nav .topNav .headerMenu ul li .sub-menu {
    position: absolute;
    background: #2a3050;
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    left: -12px;
    top: auto;
    padding: 5px;
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 0;
    padding-bottom: 0;
  }
  header .nav .topNav .headerMenu ul li .sub-menu:after {
    content: "";
    top: 95%;
    left: 0;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 787.1 137.2' style='enable-background:new 0 0 787.1 137.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:1;%7D .st1%7Bfill:%232a3050;%7D%0A%3C/style%3E%3Cg id='Wave_form' transform='translate(0 173.778)' class='st0'%3E%3Cpath id='Path_475_00000013880402866187194050000010662100800160819079_' class='st1' d='M745.7-45.6c-24.9,0-24.9,9-49.7,9 c-24.9,0-24.9-9-49.7-9c-24.9,0-24.9,9-49.7,9c-24.9,0-24.9-9-49.7-9c-24.9,0-24.9,9-49.7,9c-24.9,0-24.9-9-49.7-9s-24.9,9-49.7,9 s-24.9-9-49.7-9s-24.9,9-49.7,9s-24.9-9-49.7-9s-24.9,9-49.7,9s-24.9-9-49.7-9s-24.9,9-49.7,9s-24.9-9-49.7-9s-24.9,9-49.7,9 v-137.2h787.1v137.2l0,0'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    position: absolute;
  }
}
@media (min-width: 1100px) {
  header .nav .topNav ul li {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  header .nav .topNav ul li {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  header .nav .topNav ul li.menu-item-39 {
    margin-left: 25px;
  }
}
@media (min-width: 1400px) {
  header .nav .topNav ul li.menu-item-39 {
    margin-left: 35px;
  }
}
header .nav .wrapper .mobileMenu {
  padding: 80px 20px 65px;
}

.mobileMenu.show ul li {
  opacity: 1;
}
.mobileMenu.show ul li:nth-of-type(1) {
  transition-delay: 0.5s;
}
.mobileMenu.show ul li:nth-of-type(2) {
  transition-delay: 0.6s;
}
.mobileMenu.show ul li:nth-of-type(3) {
  transition-delay: 0.7s;
}
.mobileMenu.show ul li:nth-of-type(3) li:nth-of-type(1) {
  transition-delay: 0.8s;
}
.mobileMenu.show ul li:nth-of-type(3) li:nth-of-type(2) {
  transition-delay: 0.9s;
}
.mobileMenu.show ul li:nth-of-type(3) li:nth-of-type(3) {
  transition-delay: 1s;
}
.mobileMenu.show ul li:nth-of-type(3) li:nth-of-type(4) {
  transition-delay: 1.1s;
}
.mobileMenu.show ul li:nth-of-type(3) li:nth-of-type(5) {
  transition-delay: 1.2s;
}
.mobileMenu.show ul li:nth-of-type(4) {
  transition-delay: 1.3s;
}
.mobileMenu.show ul li:nth-of-type(5) {
  transition-delay: 1.4s;
}
.mobileMenu.show ul li:nth-of-type(6) {
  transition-delay: 1.5s;
}
.mobileMenu ul li {
  position: relative;
  margin-bottom: 10px;
  opacity: 0;
  transition: 0.5s ease;
}
.mobileMenu ul li:nth-of-type(1) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(2) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(3) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(3) li:nth-of-type(1) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(3) li:nth-of-type(2) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(3) li:nth-of-type(3) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(3) li:nth-of-type(4) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(4) {
  transition-delay: 0s;
}
.mobileMenu ul li:nth-of-type(5) {
  transition-delay: 0s;
}
.mobileMenu ul li:after {
  max-width: 100%;
  top: -10px;
  left: 0;
  right: 0;
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120.922' height='6.303' viewBox='0 0 120.922 6.303'%3E%3Cpath d='M126.546,11.423a38.867,38.867,0,0,1-8.226.88,38.835,38.835,0,0,1-7.969-.825,39.193,39.193,0,0,1-4.8-1.326,38.99,38.99,0,0,0-25.544,0A39.033,39.033,0,0,1,67.232,12.3,39.033,39.033,0,0,1,54.46,10.151a38.99,38.99,0,0,0-25.544,0,39.023,39.023,0,0,1-8.321,1.9,38.806,38.806,0,0,1-4.45.255A38.86,38.86,0,0,1,8,11.44' transform='translate(-6.813 -7)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
  height: 11px;
  width: 100px;
  position: absolute;
}
.mobileMenu ul li:first-of-type:after {
  display: none;
}
.mobileMenu ul li a {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0201CB;
}
.mobileMenu ul li .sub-menu {
  margin-bottom: 7px;
}
.mobileMenu ul li .sub-menu li {
  margin-bottom: 0;
}
.mobileMenu ul li .sub-menu li:after {
  display: none;
}
.mobileMenu ul li .sub-menu li a {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
  padding: 3px 0;
}

.skiptranslate iframe {
  display: none !important;
}

body.navActive {
  overflow: hidden;
}
body.navActive .nav .wrapper .logoWrapper a svg path {
  fill: #FFFFFF;
}
body.navActive .aboveNavItems {
  opacity: 1;
  transform: translateY(-100%);
}

@media only screen and (max-width: 767px) {
  .home .nav .innerNav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home .nav .wrapper .logoWrapper {
    display: none;
  }
}

/** Safari */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  header .nav .innerNav .topNav .contactUs {
    margin-right: 30px !important;
  }
  @media only screen and (min-width: 1270px) {
    header .nav .innerNav .topNav .contactUs {
      margin-right: 65px !important;
    }
  }
  @media only screen and (min-width: 1400px) {
    header .nav .innerNav .topNav a {
      margin-right: 30px !important;
    }
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

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

html, body {
  overflow-x: hidden;
}

.blue {
  color: #0201CB;
}

.green {
  color: #28B25A;
}

.wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1100px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

p, li {
  margin-bottom: 25px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  p, li {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  p, li {
    margin-bottom: 35px;
  }
}

h2, h3, h4 {
  color: #FFFFFF;
}

.headerThree {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .headerThree {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .headerThree {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .headerThree {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .headerThree {
    font-size: 48px;
  }
}

.placeTitle {
  font-size: 24px;
}
@media (min-width: 768px) {
  .placeTitle {
    font-size: 28px;
  }
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
a svg {
  pointer-events: none;
}
@media only screen and (min-width: 1100px) {
  a svg:hover {
    cursor: pointer !important;
  }
  a:hover {
    cursor: pointer !important;
  }
}

section {
  float: left;
  width: 100%;
}

svg {
  pointer-events: none;
}

input[type=email],
input[type=text],
input[type=tel] {
  background: transparent;
  border: none;
}

a:hover, a:focus,
div:hover,
div:focus,
button:hover,
button:focus,
select:hover,
select:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
text:hover,
text:focus {
  outline: none;
}

.headerTwo {
  font-size: 30px;
  font-weight: 500;
  color: #FFD100;
}
@media only screen and (min-width: 768px) {
  .headerTwo {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .headerTwo {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerTwo {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerTwo {
    font-size: 50px;
  }
}

.svgShadow {
  filter: drop-shadow(2px 20px 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}

footer {
  display: flex;
  justify-content: center;
  padding: 80px 0 0;
  transition: 1s ease;
  border-top: 1px solid #464646;
  text-align: center;
  float: left;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}
footer .wrapper {
  position: relative;
  z-index: 3;
}
footer .wrapper h2 {
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  footer .wrapper h2 {
    margin-bottom: 60px;
  }
}
footer .wrapper .buttons {
  display: flex;
  flex-direction: column;
  max-width: 582px;
  margin: auto;
}
@media (min-width: 768px) {
  footer .wrapper .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
footer .wrapper .buttons a {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
  text-decoration: none;
  color: #FFD100;
  border: 1px solid #FFD100;
  border-radius: 3em;
  padding: 15px 20px;
  margin-left: 10px;
  margin-right: 10px;
  outline: none !important;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media (min-width: 360px) {
  footer .wrapper .buttons a {
    font-size: 13px;
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  footer .wrapper .buttons a {
    font-size: 14px;
    padding: 20px 45px;
  }
}
footer .wrapper .buttons a:hover {
  transform: scale(1.1);
}
footer .wrapper .buttons a.mail {
  min-width: 320px;
}
footer .bottom {
  width: 100%;
  border-top: 1px solid #464646;
  padding-top: 65px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 768px) {
  footer .bottom {
    margin-top: 80px;
  }
}
footer .bottom .logos .wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 620px) {
  footer .bottom .logos .wrapper {
    flex-wrap: nowrap;
  }
}
footer .bottom .logos .wrapper .imageWrapper img {
  max-width: 126px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 45px;
}
@media (min-width: 620px) {
  footer .bottom .logos .wrapper .imageWrapper img {
    max-width: 79px;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 950px) {
  footer .bottom .logos .wrapper .imageWrapper img {
    max-width: 126px;
  }
}
footer .bottom p {
  display: block;
  font-size: 12px;
  opacity: 0.4;
  color: #FFFFFF;
  padding-top: 60px;
  margin-bottom: 0;
  float: left;
  width: 100%;
  clear: both;
}/*# sourceMappingURL=style.css.map */