.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: 700;
}

.menu-button {
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0a253e;
}

.menu-button:hover {
  background-color: #f2f2f2;
  color: #272832;
}

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

.menu-button.w--open:hover {
  background-color: #1e1f26;
  color: hsla(0, 0%, 100%, 0.83);
}

.social-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  float: right;
  text-align: left;
}

.hamburger-icon {
  font-size: 31px;
}

.social-icon {
  height: 20px;
  margin-right: 15px;
}

.nav-menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a253e;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.nav-link {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 0px 5px 40px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #249cff;
}

.nav-link.w--current {
  color: #249cff;
}

.nav-link.w--current:hover {
  color: grey;
}

.social-link {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.social-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.image {
  height: 50px;
  margin-top: 10px;
}

.button {
  position: relative;
  margin-top: 18px;
  margin-right: 20px;
  padding: 5px 10px;
  float: right;
  background-color: #0a253e;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.fokus-container {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.fokus-flow-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(240px, 0px);
  -ms-transform: translate(240px, 0px);
  transform: translate(240px, 0px);
}

.fokus-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: hsla(0, 0%, 100%, 0.5) #fff #fff hsla(0, 0%, 100%, 0.5);
  background-color: #0a253e;
  cursor: pointer;
}

.fokusflow-text {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.fokus-soundbar {
  position: absolute;
  top: 0px;
  width: 20px;
  margin-top: 10px;
}

.fokus-arrow {
  position: absolute;
  bottom: 0px;
  width: 10px;
  margin-bottom: 10px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fokus-widget {
  width: 240px;
  height: 380px;
  background-color: #d8d8d8;
}

.white-section {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.heading {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.paragraph-2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.heading-2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

.heading-2.arturo {
  font-weight: 700;
}

.heading-copy {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.mission-img-1 {
  position: absolute;
  height: 280px;
}

.mission-img-2 {
  position: absolute;
  left: 200px;
  top: 50px;
  height: 170px;
}

.learn-more-button {
  margin-top: 20px;
  padding: 0px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a253e;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2 {
  margin-top: 20px;
  padding: 0px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.spacer {
  height: 50px;
}

.spacer._63 {
  height: 63px;
}

.text-field {
  height: 42px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-button {
  margin-top: 0px;
  padding: 0px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.image-2 {
  height: 430px;
}

.fokus-project-title {
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.fokus-project-image {
  overflow: hidden;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fokus-project-image-02 {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fokus-project-image-03 {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-copy {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-white {
  margin-right: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.fokus-soundbar-2 {
  position: static;
  top: 0px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.slide {
  max-width: 500px;
  background-color: #772d2d;
}

.fokus-flow-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  overflow: visible;
  max-width: 600px;
}

.flow-slide {
  max-width: 600px;
  margin-left: 60px;
  padding-right: 10px;
}

.slider {
  overflow: visible;
  height: 450px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider-right {
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
}

.slider-left {
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.playlist-header {
  position: absolute;
  left: -113px;
  top: 185px;
  right: auto;
  bottom: auto;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.slide-nav {
  display: none;
}

.flow-slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flow-div-left {
  width: 50%;
}

.flow-image {
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-block {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.text-block-2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.text-block-2-copy {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.flow-div-right {
  width: 50%;
}

.fokus-listen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1ed760;
  font-size: 16px;
}

.image-3 {
  height: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-50-percent {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.div-33-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-div-no-swap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mission-images {
  position: relative;
}

.div-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.mobile-center.white {
  color: #fff;
}

.text-field-2 {
  height: 42px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a253e;
  background-color: transparent;
}

.contact-form-button {
  margin-top: 0px;
  padding: 0px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a253e;
  background-color: #0a253e;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.fokus-footer {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0a253e;
}

.nav-menu-footer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a253e;
}

.nav-link-footer {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 20px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-footer:hover {
  color: #249cff;
}

.nav-link-footer.w--current {
  color: #249cff;
}

.nav-link-footer.w--current:hover {
  color: grey;
}

.footer-copyright {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.nav-container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.fokus-logo2 {
  height: 75px;
  margin-bottom: 20px;
}

.carousel3d-div {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.carousel-3d-slide {
  position: relative;
  overflow: visible;
  width: 400px;
  height: 400px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}

.carousel-3d-slide.fokuseye {
  width: 400px;
  height: 400px;
}

.carousel-image {
  width: 100%;
  height: 403px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.blue-section {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0a253e;
}

.blue-section.title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-h1 {
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.mag-div {
  width: 16%;
  margin: 15px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mag-div:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.white-button {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mag-frame {
  margin-bottom: 40px;
}

.project-header {
  margin-bottom: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.project-header.blue {
  color: #0a253e;
}

.project-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a253e;
  background-image: url('../images/fokus-image-01.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.previous-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  height: 100px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.5);
}

.previous-work:hover {
  background-color: #0a253e;
}

.previous-work-text {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.image-4 {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-7 {
  width: 32%;
  margin: 5px 5px 40px;
}

.image-5 {
  width: 100%;
}

.text-block-5 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 18px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-8 {
  overflow: hidden;
}

.gform_button {
  margin-top: 0px;
  padding: 5px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a253e;
  background-color: #0a253e;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.fp-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.main-mag-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-div-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-field-dark {
  height: 42px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #cfcfcf;
}

.c-collection-wrapper-movies {
  margin-right: -10px;
  margin-left: -10px;
}

.c-collection-list-movies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-collection-item-movies {
  width: 25%;
  padding: 10px;
  cursor: pointer;
}

.c-card-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card-details.cc-hidden {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title-wrapper.cc-card-flex {
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-title-wrapper.cc-margin {
  margin-bottom: 24px;
}

.c-title-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.c-title-4.cc-gray500 {
  color: #fff;
}

.c-title-4.cc-gray500.cc-card-padding {
  margin-right: 4px;
}

.c-title-4.cc-gray500.cc-card-padding.cc-hidden {
  display: none;
}

.c-card-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000), to(rgba(8, 10, 11, 0)));
  background-image: linear-gradient(0deg, #000 20%, rgba(8, 10, 11, 0));
}

.c-card-platforms {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card-rating-star {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.c-star-shadow {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.c-star-shadow.cc-notrated {
  z-index: 0;
}

.c-gradient-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2px;
  border-radius: 0px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.c-card-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  border-radius: 0px;
}

.c-card-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-card {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 310px;
  padding-top: 12px;
  padding-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  color: #fff;
}

.c-title-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.c-gradient-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(225deg, #fff, transparent 39%);
}

.c-gradient-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fff, transparent 39%);
}

.c-card-image_img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card-platform-icon {
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  border-radius: 8px;
}

.c-card-platforms_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-checkbox-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: #0a253e;
}

.c-select-field {
  position: relative;
  z-index: 1;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #1a2028;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.c-select-field:active {
  border-color: #255deb;
  color: #255deb;
}

.c-select-field:focus {
  border-color: #255deb;
  color: #255deb;
}

.c-languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-text-label {
  color: #fff;
  font-weight: 500;
}

.c-years-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-checkbox-lang {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0px;
  border-style: none;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
}

.c-checkbox-lang.w--redirected-checked {
  width: 100%;
  height: 100%;
  margin: 0px;
  border-color: #255deb;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #255deb;
}

.c-checkbox-lang.w--redirected-focus {
  margin-left: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
}

.c-premiere-icon {
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-range-wrapper {
  width: 100%;
  max-width: 335px;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.c-form-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-year-output-text {
  color: #fff;
}

.c-year-slider {
  width: 100%;
  margin-top: 48px;
  padding-top: 0px;
}

.c-checkbox-label-toggle {
  display: none;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}

.c-checkbox-label-toggle.cc-hidden {
  display: none;
}

.c-checkbox-toggle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 48px;
  height: 24px;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
}

.c-checkbox-toggle:active {
  border-radius: 0px;
}

.c-checkbox-toggle.w--redirected-checked {
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.c-checkbox-toggle.w--redirected-focus {
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0px;
  box-shadow: none;
}

.c-toggle-wrapper {
  width: 48px;
  height: 24px;
  margin-bottom: 16px;
}

.c-platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-gradient-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 0%;
  height: 0%;
  border-radius: 0px;
  background-image: linear-gradient(45deg, #1a2028 30%, #255deb);
}

.c-filter-icon {
  width: 24px;
  height: 24px;
  margin-top: -4px;
}

.lottie-animation {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 48px;
  height: 24px;
}

.c-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.c-year.cc-max-price {
  right: 0%;
}

.c-checkbox-field-lang {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 4px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-checkbox-label-lang {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.c-checkbox-label-lang:focus {
  color: #fff;
}

.c-form-block-filters {
  margin-bottom: 0px;
}

.c-gradient-lang {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 120px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.c-checkbox-field-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-checkbox-field-toggle.platform {
  width: 48px;
  margin-bottom: 0px;
}

.c-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-filter.cc-premiere {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-filter.cc-select {
  padding-top: 8px;
}

.arturo-image {
  height: 430px;
}

.c-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-right: 52px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-pagination_arrow-prev {
  width: 48px;
  height: 36px;
  margin-right: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/icon-previous.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-pagination_arrow-prev:hover {
  background-image: url('../images/previous-gray100.svg');
}

.c-pagination_arrow-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 48px;
  height: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/next-dark.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-pagination_arrow-next:hover {
  background-image: url('../images/icon-next-hover.svg');
}

.c-search-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.c-form-block-search {
  margin-bottom: 0px;
}

.c-search-textfield {
  margin-bottom: 0px;
  margin-left: 24px;
  padding-left: 48px;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url('../images/icon-24px.svg');
  background-position: 0px 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
}

.c-search-textfield:active {
  border-color: transparent;
  color: #dbe6eb;
}

.c-search-textfield:focus {
  border-color: transparent;
  color: #dbe6eb;
}

.c-search-textfield::-webkit-input-placeholder {
  color: #666;
  font-size: 24px;
  font-weight: 500;
}

.c-search-textfield:-ms-input-placeholder {
  color: #666;
  font-size: 24px;
  font-weight: 500;
}

.c-search-textfield::-ms-input-placeholder {
  color: #666;
  font-size: 24px;
  font-weight: 500;
}

.c-search-textfield::placeholder {
  color: #666;
  font-size: 24px;
  font-weight: 500;
}

.c-grid-item {
  position: relative;
  width: 100%;
}

.c-filter_empty {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -100;
  width: 100%;
  padding-top: 24px;
}

.c-title-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}

.c-title-1.cc-center {
  text-align: center;
}

.c-title-3-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.c-title-3-2.cc-gray500 {
  color: #525b66;
}

.c-title-3-2.cc-gray500.cc-center {
  text-align: center;
}

.c-empty-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-emoji-image {
  width: 96px;
  height: 96px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.c-pagination_numbers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pagination_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 36px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  color: #0a253e;
  font-weight: 500;
  cursor: pointer;
}

.port-icon {
  height: 20px;
  margin-right: 5px;
}

.div-40-percent {
  width: 40%;
  padding-right: 10px;
  padding-left: 10px;
}

.div-60-percent {
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
}

.white-button-vault {
  margin-top: 0px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0a253e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .fokus-container {
    width: 730px;
  }

  .nav-container {
    width: 730px;
  }

  .mission-img-1 {
    height: 250px;
  }

  .mission-img-2 {
    left: 96px;
    top: 205px;
  }

  .form-block {
    width: 350px;
  }

  .fokus-project-image {
    width: 240px;
    height: 240px;
  }

  .fokus-project-image-02 {
    width: 240px;
    height: 240px;
  }

  .fokus-project-image-03 {
    width: 240px;
    height: 240px;
  }

  .container-copy {
    width: 730px;
  }

  .div-block-6 {
    width: 300px;
  }

  .nav-container-footer {
    width: 730px;
  }

  .mag-div {
    width: 20%;
  }

  .previous-work {
    width: 22%;
  }

  .div-block-7 {
    width: 31%;
  }

  .main-mag-div {
    width: 300px;
  }

  .c-collection-list-movies {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-collection-item-movies {
    width: 33.33%;
  }

  .c-card-bottom {
    padding-right: 12px;
    padding-left: 12px;
  }

  .arturo-image {
    height: auto;
  }

  .c-form-block-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-search-textfield {
    background-size: 24px 24px;
    font-size: 16px;
  }

  .c-search-textfield::-webkit-input-placeholder {
    font-size: 16px;
  }

  .c-search-textfield:-ms-input-placeholder {
    font-size: 16px;
  }

  .c-search-textfield::-ms-input-placeholder {
    font-size: 16px;
  }

  .c-search-textfield::placeholder {
    font-size: 16px;
  }

  .c-title-1 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    padding: 10px;
  }

  .social-wrapper {
    margin-bottom: 9px;
    padding: 12px;
  }

  .brand-link {
    padding-left: 0px;
    text-align: left;
  }

  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-link {
    padding: 13px 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .image {
    margin-top: 5px;
  }

  .button {
    margin-top: 15px;
  }

  .fokus-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-container {
    width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .white-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-copy {
    text-align: center;
  }

  .mission-img-2 {
    left: 180px;
    top: 56px;
  }

  .learn-more-button.fokuseye {
    margin-bottom: 20px;
  }

  .container-copy {
    width: 100%;
  }

  .heading-white {
    text-align: center;
  }

  .mask {
    max-width: 400px;
  }

  .flow-slide {
    max-width: 300px;
  }

  .playlist-header {
    text-align: center;
  }

  .flow-div-left {
    width: 100%;
  }

  .flow-div-right {
    display: none;
  }

  .flex-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-div.mobile-swap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }

  .div-50-percent {
    width: 100%;
  }

  .div-33-percent {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-div-no-swap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mission-images {
    height: 300px;
    margin-top: 20px;
  }

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

  .mobile-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-footer {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link-footer {
    padding: 13px 10px;
    font-size: 18px;
  }

  .nav-container-footer {
    width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .blue-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-h1 {
    text-align: center;
  }

  .mag-div {
    width: 40%;
  }

  .project-header {
    text-align: center;
  }

  .previous-work {
    width: 45%;
  }

  .div-block-7 {
    width: 47%;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .main-mag-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }

  .flex-div-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-div-home.mobile-swap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .learn-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-collection-list-movies {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .c-collection-item-movies {
    width: 50%;
  }

  .c-years-wrapper {
    padding-top: 12px;
  }

  .c-form-block-filters {
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .c-filter {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-filter.cc-select {
    padding-bottom: 16px;
  }

  .c-pagination {
    padding-top: 24px;
  }

  .c-search-search {
    width: 100%;
    padding: 24px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
  }

  .c-form-block-search {
    margin-right: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-search-textfield {
    height: 48px;
    margin-left: 0px;
    padding: 12px 16px 12px 48px;
    border-width: 2px;
    border-color: #1a2028;
    border-radius: 8px;
    background-position: 12px 50%;
  }

  .c-search-textfield:active {
    border-color: #1a2028;
  }

  .c-search-textfield:focus {
    border-color: #1a2028;
  }

  .c-filter_empty {
    position: static;
    padding-top: 0px;
  }

  .c-title-1 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-40-percent {
    width: 100%;
  }

  .div-60-percent {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .social-wrapper {
    display: none;
  }

  .fokus-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-container {
    width: 100%;
  }

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

  .mission-img-1 {
    height: 200px;
  }

  .mission-img-2 {
    left: 123px;
    height: 110px;
  }

  .learn-more-button {
    font-size: 14px;
  }

  .button-2 {
    font-size: 14px;
  }

  .form-button {
    font-size: 14px;
  }

  .form-block {
    width: 300px;
  }

  .image-2 {
    height: 400px;
  }

  .container-copy {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-white {
    margin-right: 10px;
    font-size: 30px;
  }

  .fokus-soundbar-2 {
    width: 25px;
  }

  .slider {
    height: 400px;
  }

  .slider-left {
    margin-right: 5px;
    margin-left: 5px;
  }

  .flow-image {
    width: 220px;
    height: 220px;
  }

  .flex-div.mobile-swap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mission-images {
    height: 200px;
  }

  .contact-form-button {
    font-size: 14px;
  }

  .fokus-footer {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .nav-container-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carousel3d-div {
    padding-bottom: 100px;
  }

  .carousel-text {
    bottom: -100px;
  }

  .mag-div {
    width: 100%;
  }

  .mag-image {
    height: 400px;
  }

  .white-button {
    font-size: 14px;
  }

  .image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .previous-work {
    width: 100%;
  }

  .div-block-7 {
    width: 100%;
  }

  .gform_button {
    font-size: 14px;
  }

  .main-mag-div {
    height: auto;
  }

  .flex-div-home.mobile-swap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-collection-wrapper-movies {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-collection-list-movies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-collection-item-movies {
    width: 100%;
    padding: 10px 0px;
  }

  .c-card-bottom {
    padding: 12px;
  }

  .c-card-image_img {
    -o-object-position: 50% 9%;
    object-position: 50% 9%;
  }

  .arturo-image {
    height: auto;
  }

  .c-form-block-search {
    margin-right: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-search-textfield {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    border-width: 2px;
    border-color: #1a2028;
    border-radius: 8px;
  }

  .white-button-vault {
    font-size: 14px;
  }
}

#w-node-ab16ce09-0f79-0a35-bc96-1ea231ebf519-fcc15786 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

