:root {
  --blue: #4830e6;
  --silver: #c5c7ce;
  --dark-sea-green: #67ae8c;
  --medium-purple: #9974da;
  --ghost-white: #f5f8ff;
  --dim-grey: #414147;
  --steel-blue: #0086aa;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #000;
  font-family: Dosis, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  border-left: 3px solid var(--blue);
  color: #000;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  color: #858585;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.go-top {
  z-index: 99;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.go-top:hover {
  background-color: #121217;
}

.utility-page-wrap {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 420px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.banner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.banner.second {
  padding-top: 30px;
}

.banner.third {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 65vh;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.banner.four {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.banner.five {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.banner.six {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.banner.sub {
  padding-top: 80px;
}

.banner.sub._2 {
  background-color: var(--blue);
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.banner.sub._3 {
  background-color: #fff;
  background-image: url('../images/banner-circle.jpg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: 800px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.banner.sub.dark {
  background-color: #000;
}

.banner.sub.components {
  background-color: var(--blue);
  padding-bottom: 80px;
}

.banner.sub.style {
  background-color: var(--silver);
  padding-bottom: 80px;
}

.banner.sub-search {
  background-color: #000;
  padding-top: 95px;
  padding-bottom: 95px;
}

.banner.intro {
  background-color: var(--silver);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 90vh;
  padding: 40px 1% 40px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  background-color: #fff;
  padding: 100px 5%;
}

.section.white {
  background-color: #fff;
  padding-top: 60px;
  display: block;
}

.section.black {
  background-color: #525a6a;
  display: block;
}

.section.black.half {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.more-top {
  padding-top: 140px;
}

.section.cta {
  background-color: var(--blue);
  padding-top: 50px;
  padding-bottom: 0;
}

.section.blue {
  background-color: var(--blue);
}

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

.section.dark-gray {
  background-color: var(--silver);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.dark-gray._100px {
  padding-top: 99px;
  padding-bottom: 99px;
}

.section.overflow {
  overflow: hidden;
}

.section.henrik-og-kirsten {
  padding-top: 0;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex {
  flex: 0 600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container._520px {
  flex: 0 auto;
  max-width: 544px;
}

.container.screenshots {
  flex: 0 auto;
  max-width: 712px;
  left: 40px;
}

.hamburger-line {
  background-color: #000;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 30px;
  display: flex;
}

.social-icon._2 {
  height: 35px;
}

.navigation-link {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 27px 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  opacity: .6;
}

.navigation-link.flex {
  flex-direction: row;
}

.logo {
  order: -1;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.menu-button {
  width: 50px;
  height: 50px;
}

.logo-text {
  color: #000;
  letter-spacing: 10px;
  text-transform: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.logo-text.white {
  color: #fff;
}

.logo-text.small {
  font-size: 20px;
  line-height: 30px;
}

.dropdown-list {
  background-color: #fff;
  min-width: 200px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 2px solid rgba(0, 0, 0, .03);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-nav {
  z-index: 2;
  flex: 1;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-nav.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-nav.flex {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.dropdown-link {
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: rgba(0, 0, 0, .6);
}

.arrow {
  width: 8px;
  margin-left: 3px;
}

.social-wrapper {
  margin-left: 15px;
  display: flex;
}

.social-wrapper.vertical {
  flex-direction: column;
}

.social-wrapper.center {
  justify-content: center;
  margin-left: 0;
}

.social-wrapper.footer-3, .social-wrapper.left-margin {
  margin-left: 0;
}

.social-wrapper.aboluste-social {
  justify-content: center;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 0%;
}

.nav-text {
  font-weight: 800;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.navbar.flex {
  justify-content: space-between;
}

.menu-flex {
  order: 1;
  align-items: center;
  display: flex;
}

.menu-flex.none {
  order: 0;
}

.x-button {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.x-button:hover {
  border-color: #fff;
}

.badge {
  background-color: var(--blue);
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.badge.category {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

.badge.black {
  background-color: #000;
}

.badge.white {
  color: #000;
  background-color: #fff;
}

.left-flex {
  align-items: center;
  display: flex;
}

.left-flex.center {
  justify-content: center;
}

.announcement-text {
  color: #fff;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.announcement-text.no-margin {
  margin-left: 0;
}

.announcement-bar {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 16px 2%;
  display: flex;
}

.announcement-bar.blue {
  background-color: var(--blue);
}

.announcement-bar.white {
  background-color: #fff;
  padding-bottom: 7px;
}

.white-link {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
  display: inline-block;
}

.white-link:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-grid.laptop {
  grid-template-columns: 1.2fr minmax(220px, 1fr);
}

.hero-grid.careers {
  grid-template-columns: 1fr .5fr;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 88px;
  font-weight: 700;
  line-height: 77px;
}

.display-1.white {
  color: #fff;
}

.display-1._78px {
  font-size: 78px;
  line-height: 70px;
}

.with-scibble {
  background-image: url('../images/scribble.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
}

.with-scibble.white {
  background-image: url('../images/scribble-white.png');
}

.top-divider {
  display: inline-block;
}

.top-divider.block {
  margin-bottom: 60px;
  display: block;
}

.top-divider.block.white.no-margin {
  margin-bottom: 0;
}

.top-divider.block.half {
  margin-bottom: 30px;
}

.top-divider.white {
  border-bottom-color: #fff;
  display: none;
}

.top-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.top-text.white {
  color: #fff;
}

.top-text.white.news {
  letter-spacing: 0;
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.top-text._13px {
  font-size: 13px;
}

.margin-70px {
  margin-top: 70px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/Arrow2x.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px 55px 20px 25px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-position: 90%;
}

.button.small {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 55px;
  font-size: 12px;
}

.button.small.white {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Arrow2x_1.svg');
  padding-left: 0;
  padding-right: 45px;
  font-weight: 800;
}

.button.small.transpraent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.button.small.transpraent.less-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.white {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Arrow2x_1.svg');
}

.button.add-top-margin {
  margin-top: 15px;
}

.button.black {
  background-color: #000;
}

.button-flex {
  display: none;
}

.top-arrow {
  transform: rotate(-90deg);
}

.hero-image {
  position: relative;
}

.square {
  z-index: 2;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.square._2 {
  width: 40px;
  height: 40px;
  bottom: 60px;
  left: 60px;
}

.square._3 {
  background-color: #000;
  width: 40px;
  height: 40px;
  top: -40px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.square._3.color-1 {
  background-color: #6f5f53;
}

.square._3.color-2 {
  background-color: silver;
}

.square._3.color-3 {
  background-color: #7f817e;
}

.square._3.color-4 {
  background-color: #ecb78e;
}

.square._3.color-5 {
  background-color: #d7d3d2;
}

.square._3.color-6 {
  background-color: #cdced7;
}

.square.color-black {
  background-color: #000;
}

.square.color-blue {
  background-color: var(--blue);
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.service-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding-right: 10%;
  display: flex;
}

.service-wrapper.second {
  min-height: 360px;
  padding-right: 0%;
}

.service-wrapper.auto {
  min-height: auto;
  padding-right: 5%;
}

.service-wrapper._200px {
  min-height: 230px;
}

.service-icon {
  background-image: url('../images/icons8-paint-256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}

.service-icon._2 {
  background-image: url('../images/icons8-venn-diagram-256.png');
}

.service-icon._3 {
  background-image: url('../images/icons8-zoom-in-256.png');
  display: block;
}

.service-icon._4 {
  background-image: url('../images/icons8-google-sites-256.png');
}

.service-icon._5 {
  background-image: url('../images/icons8-web-design-256-2.png');
}

.service-icon._6 {
  background-image: url('../images/icons8-faq-256.png');
}

.service-icon._7 {
  background-image: url('../images/icons8-infinity-256.png');
}

.service-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
}

.service-title.version-2 {
  margin-bottom: 0;
  font-size: 22px;
}

.service-title.white {
  color: #fff;
  margin-top: 20px;
}

.margin-20px {
  margin-top: 20px;
}

.margin-120px {
  margin-top: 120px;
  display: none;
  position: relative;
}

.search-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-icon.only-mobile {
  display: none;
}

.search-image {
  z-index: 2;
  position: relative;
}

.remove-image {
  z-index: 1;
  position: absolute;
}

.search-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.container-search {
  flex: 1;
  max-width: 1200px;
}

.search-wrapper-animation {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.search-content {
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 50%;
}

.search-input {
  float: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 90%;
  height: 80px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.search-input:focus {
  border-bottom-color: #fff;
}

.search-input::placeholder {
  color: #fff;
  font-weight: 500;
}

.search-button {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-outline_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 80px;
  height: 80px;
}

.search-button:active {
  border-left-color: #000;
}

.search-text {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
  font-size: 15px;
}

.sticky-nav {
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.video-image {
  object-fit: cover;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  height: 40vw;
  min-height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper.home-2 {
  width: 100%;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
}

.video-wrapper.home-2.full {
  min-height: 70vh;
}

.video-wrapper.home-2._50vh {
  min-height: 50vh;
}

.video-wrapper.home-3 {
  height: 100%;
}

.play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.play-wrapper.absolute {
  justify-content: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-play {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.heading-content {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.heading-content.left {
  text-align: left;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-content.normal {
  text-align: left;
  align-items: flex-start;
  max-width: 477px;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 63px;
}

.display-2.white {
  color: #fff;
}

.project-home-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-content {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  overflow: hidden;
}

.project-text {
  margin-top: 30px;
}

.project-text.absolute {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.project-title.white {
  color: #fff;
}

.project-title.white._0px {
  margin-bottom: 0;
}

.paragraph-project {
  width: 80%;
}

.margin-40px {
  margin-top: 40px;
}

.project-image {
  width: 100%;
  height: 100%;
}

.testimonials-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-quote {
  margin-top: 100px;
}

.testimonials-content {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.testiomonials-photo {
  background-image: url('../images/newsletter-icon.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 40px;
}

.testiomonials-photo._3 {
  background-image: url('../images/Newpaper_icon-Copy.svg');
  background-position: 50%;
}

.testiomonials-photo._2 {
  background-image: url('../images/Nyhedssite_icon.svg');
}

.testiomonials-photo._4 {
  background-image: url('../images/Group-Copy-5.svg');
  background-position: 50%;
}

.role-name {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper.version-2 {
  flex-wrap: nowrap;
  max-width: 80%;
}

.logo-client-wrapper.version-3 {
  justify-content: flex-start;
  max-width: 80%;
  margin-left: 0;
}

.logo-client {
  opacity: 1;
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.logo-client._25 {
  flex-basis: 25%;
}

.blog-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid._2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.blog-grid.blog-2-columns {
  grid-template-columns: 1fr 1fr;
}

.instagram-circle-wrppaer {
  position: absolute;
}

.instagram-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.image-instagram {
  width: 100%;
}

.follow-link {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.follow-link.text {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.instagram-circle {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  right: auto;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.display-3.white {
  color: #fff;
}

.instagram-section {
  background-color: #000;
  padding: 40px 5%;
}

.instagram-section.white {
  background-color: #fff;
}

.footer {
  background-color: #000;
  padding: 50px 5% 40px;
  position: relative;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-grid._4-columns {
  grid-template-columns: 1fr .75fr .75fr 1fr;
  margin-bottom: 30px;
}

.footer-logo {
  text-decoration: none;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white._20px {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-white.for-components {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-title.dark {
  color: #000;
}

.copyright-flex {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright-flex.center {
  justify-content: center;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.copyright.dark {
  color: #000;
}

.copyright-link {
  color: #fff;
  text-decoration: none;
}

.copyright-link.dark {
  color: #000;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.made-with-webflow.left-margin:hover {
  opacity: .73;
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.coppyright-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.coppyright-text.dark {
  color: #000;
}

.footer-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: .7;
}

.footer-link.dark {
  color: #000;
}

.footer-link.dark:hover {
  opacity: .5;
}

.blog-wrapper {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.margin-30px {
  margin-top: 30px;
}

.blog-titile {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 700;
}

.meta-flex {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.meta-flex.add-left {
  margin-left: 20px;
  margin-right: 30px;
  overflow: hidden;
}

.line-divider {
  background-color: #000;
  width: 15px;
  height: 2px;
  margin-left: 15px;
  margin-right: 15px;
}

.line-divider.white {
  background-color: #fff;
}

.blog-image-content {
  overflow: hidden;
}

.email-wrapper {
  order: 1;
  align-items: center;
  display: flex;
}

.email-text {
  color: #000;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-center {
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 150px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 65px;
  display: grid;
}

.relative-div {
  position: relative;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
  font-weight: 400;
}

.button-divider {
  width: 30px;
  display: inline-block;
}

.margin-100px {
  margin-top: 100px;
}

.display-4 {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.display-4.white {
  color: #fff;
}

.paragraph-no-margin {
  margin-bottom: 0;
}

.paragraph-no-margin.blue {
  color: var(--blue);
}

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

.margin-50px {
  margin-top: 50px;
}

.awards-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.awards-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.awards-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-blue {
  color: var(--blue);
}

.margin-60px {
  margin-top: 60px;
}

.get-started-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 85%;
  display: grid;
}

.get-started-form._3-column {
  grid-template-columns: 1fr 1fr .75fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.get-started-form._3-column._100 {
  width: 100%;
}

.get-started-form.in-sidebar {
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  width: 100%;
}

.text-field-primary {
  border-radius: 3px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 18px;
}

.text-field-primary::placeholder {
  color: #6b6b6b;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-primary._50px {
  height: 50px;
}

.text-field-primary._60px {
  height: 60px;
}

.text-field-primary._30px {
  height: 30px;
}

.text-field-primary._70px {
  height: 70px;
}

.success-message {
  background-color: var(--dark-sea-green);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-small-text {
  font-size: 15px;
}

.privacy-link {
  color: #000;
}

.privacy-link:hover {
  text-decoration: none;
}

.top-margin-30px {
  margin-top: 30px;
}

.ceo-name {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 700;
}

.ceo-name.white {
  color: #fff;
}

.role {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-paragraph {
  font-size: 40px;
  line-height: 42px;
}

.avatar {
  background-image: url('../images/testi-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  margin-right: 15px;
}

.avatar._2 {
  background-image: url('../images/testi-3.jpg');
}

.testimonaisl-content {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 550px;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.big-quote {
  color: var(--blue);
  font-size: 50px;
  line-height: 50px;
}

.footer-second {
  background-color: var(--blue);
  padding: 60px 5%;
  position: relative;
}

.cta-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.cta-grid.vertical {
  z-index: 3;
  text-align: center;
  border-bottom-style: none;
  grid-template-columns: 1fr;
  padding-bottom: 0;
}

.fotoer-column {
  text-align: center;
}

.banner-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 7%;
  display: flex;
}

.grid-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-circle {
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}

.features-content {
  border: 1px solid rgba(255, 255, 255, .3);
  min-height: 250px;
  padding: 30px;
}

.features-content.color {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 15px 40px;
  display: flex;
}

.display-5 {
  color: #fff;
  margin-top: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.quote-wrapper {
  position: relative;
}

.pargraph-quote {
  width: 64%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  line-height: 44px;
}

.pargraph-quote.icon {
  opacity: .1;
  width: auto;
  font-size: 120px;
  line-height: 100px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 80px;
  right: auto;
}

.pargraph-quote.icon.down {
  line-height: 0;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 80px;
}

.icons-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icons-grid._3-columns {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.fun-numbers {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}

.fun-numbers.dark {
  color: #000;
}

.color {
  color: var(--blue);
  margin-left: 2px;
  display: inline-block;
}

.field-label-form {
  color: #000;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.field-label-form.white {
  color: #fff;
}

.field-label-form.lowercase {
  text-transform: none;
}

.top-margin-20px {
  margin-top: 20px;
}

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

.select-field {
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.select-field:active, .select-field:focus {
  color: #111;
}

.form-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-block._50 {
  width: 50%;
}

.form-block.apply {
  width: 80%;
}

.text-field-select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-field-select::placeholder {
  color: #919197;
}

.text-field-select.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 70px;
}

.text-field-select.area::placeholder {
  color: #6b6b6b;
  font-size: 15px;
}

.footer-third {
  padding: 30px 5%;
}

.line-break {
  background-color: rgba(225, 225, 225, .7);
  width: 1px;
  height: 100%;
  min-height: 250px;
}

.footer-bottom-full {
  border: 1px #000;
  border-top: 1px solid rgba(225, 225, 225, .7);
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.footer-block-right {
  width: 60%;
  padding-left: 45px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-block-left {
  width: 40%;
  padding-right: 45px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-cta {
  color: #000;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
}

.footer-flex-wrap {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.footer-title-big {
  color: #111;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay.darker {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
}

.overlay.flex-center {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first-part {
  order: -1;
  display: flex;
}

.infos-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.icon-top {
  margin-right: 7px;
}

.top-small-text {
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.top-small-text.white {
  color: #fff;
}

.dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featrues-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 9px 24px;
  display: flex;
}

.features-wrapper.blue {
  border: 2px solid var(--blue);
}

.green-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-right: 12px;
  display: flex;
}

.video-background {
  min-height: 520px;
  position: relative;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-content {
  overflow: visible;
}

.tabs {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.tab-link:hover {
  border-bottom-color: #000;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.tab-text {
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

.tabs-menu {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-icon {
  width: 40px;
  margin-right: 20px;
}

.tab-service-title {
  color: #000;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
}

.left-padding {
  padding-right: 20%;
}

.project-wrapper-2 {
  float: right;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-overaly {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-icon {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  border-right: 1px solid rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-image {
  margin-right: 20px;
}

.fun-number {
  color: #000;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.blog-content {
  color: #fff;
  position: relative;
}

.blog-overlay {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-four {
  padding: 30px 5%;
}

.copyright-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.project-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-list._2-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.image {
  float: left;
  width: 948px;
  max-width: none;
}

.blog-news-warpper {
  display: flex;
  overflow: hidden;
}

.block-link-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.boxed-icon-link {
  color: #000;
  text-align: center;
  border: 1px solid rgba(225, 225, 225, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.boxed-icon-link:hover {
  margin-top: -20px;
}

.testi-menu {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.case-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.case-paragraph.for-testimonials {
  margin-top: 0;
  font-size: 22px;
  line-height: 25px;
}

.testimonials-content-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 0 50px;
  display: flex;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .15);
}

.testimonials-photo {
  opacity: .8;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0;
  transition: opacity .2s;
}

.testimonials-photo:hover, .testimonials-photo.w--current {
  opacity: 1;
}

.testimonials-photo._2 {
  background-image: url('../images/john.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-photo._3 {
  background-image: url('../images/testi-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.testimonials-photo._1 {
  background-image: url('../images/testi-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.testimonials-photo._4 {
  background-image: url('../images/testi-1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.relative-part {
  position: relative;
}

.process-big-circle {
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
}

.line-divider-step {
  background-image: linear-gradient(#ced5da, #fff);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 19px;
  right: auto;
}

.line-divider-step.second {
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  left: 15px;
}

.process-icon-number {
  color: #000;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.work-process-content {
  z-index: 1;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.work-process-content.no-bottom {
  margin-bottom: 0;
}

.pricing-style-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(225, 225, 225, .7);
  border-radius: 0;
  width: 100%;
  padding: 40px 30px;
  display: block;
  position: relative;
}

.pricing-style-wrapper.featured {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 80px;
}

.popular-badge {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  padding: 14px 17px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.top-sub-text {
  text-transform: capitalize;
  font-size: 39px;
  font-weight: 700;
  line-height: 38px;
}

.biger {
  color: #121217;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 600;
  line-height: 60px;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.introducing-text {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.introducing-text.popular {
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
}

.monthly-text {
  color: #afafb6;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  left: 4px;
}

.dollar {
  width: 60px;
  height: 60px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: -30px;
  right: 7px;
}

.small-icon-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-icon-list {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.small-icon {
  width: 26px;
  margin-right: 10px;
}

.main-image {
  width: 900px;
  max-width: none;
}

.clients-flex {
  align-items: center;
  margin-top: 40px;
  padding-left: 20px;
  display: flex;
}

.clients-flex._0-top {
  margin-top: 0;
}

.client-photo {
  z-index: 8;
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #000;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  position: relative;
}

.client-photo._2 {
  z-index: 7;
  background-image: url('../images/team-1_1.jpg');
}

.client-photo._3 {
  z-index: 6;
  background-image: url('../images/team-2.jpg');
}

.client-photo._4 {
  z-index: 5;
  background-image: url('../images/team-5_1.jpg');
}

.client-photo._5 {
  z-index: 4;
  background-image: url('../images/testi-3.jpg');
}

.client-photo.white {
  border-color: #fff;
}

.chat-link-block {
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  padding: 30px 30px 20px;
  text-decoration: none;
  display: flex;
}

.chat-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.chat-icon {
  flex: none;
  margin-right: 30px;
}

.circle {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.features-wrapper-second {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-content-wrapper {
  text-align: center;
  background-color: #6e5ce5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.features-content-wrapper._3 {
  background-color: var(--blue);
}

.features-content-wrapper._2 {
  background-color: #5e49e4;
}

.image-effect-wrapper {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-white {
  z-index: 1;
  width: 50px;
  position: relative;
}

.image-color {
  z-index: 1;
  width: 50px;
  position: absolute;
}

.margin-80px {
  margin-top: 80px;
}

.project-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.mask {
  width: 100%;
  overflow: visible;
}

.slide {
  width: 500px;
  overflow: visible;
}

.slide-content {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.left-arrow-slide {
  background-color: var(--blue);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 19px;
  font-weight: 700;
  transition: all .3s;
}

.left-arrow-slide:hover {
  background-color: #7567f8;
  border-color: #7567f8;
}

.slide-nav {
  margin-bottom: -50px;
  font-size: 11px;
}

.margin-180px {
  margin-top: 180px;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  font-family: Roboto, sans-serif;
  display: grid;
}

.skills-text {
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.skills-wrapper {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: #000;
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.skills-overlay.illustration {
  width: 100%;
}

.team-wrapper {
  text-align: center;
}

.team-wrapper.second {
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 36px;
}

.team-wrapper.second.in-author-page {
  border-color: #e1e1e1;
}

.social-wrapper-team {
  display: flex;
}

.social-wrapper-team.center {
  justify-content: center;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-circle {
  background-image: url('../images/team-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 52px;
  bottom: auto;
  left: 52px;
  right: auto;
}

.team-circle._2 {
  background-image: url('../images/team-6.jpg');
  top: auto;
  bottom: -60px;
  left: auto;
  right: 110px;
}

.team-circle._3 {
  background-image: url('../images/team-1.jpg');
  width: 70px;
  height: 70px;
  top: auto;
  bottom: 50px;
  left: 172px;
  right: auto;
}

.team-circle._4 {
  background-image: url('../images/team-3.jpg');
  width: 100px;
  height: 100px;
  top: 90px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.team-circle.relative {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-circle-main {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-icon {
  padding-right: 40px;
}

.benefits-icon {
  width: 60px;
  margin-bottom: 30px;
}

.compare-pargraph {
  margin-bottom: 0;
}

.display-6 {
  margin-top: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.display-6.no-margin {
  margin-bottom: 0;
  font-weight: 700;
}

.compare-line {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}

.compare-grid {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.compare-grid.top {
  margin-top: 0;
  margin-bottom: 30px;
}

.compare-grid.top._3-columns {
  grid-template-columns: 1fr .5fr .5fr;
  margin-bottom: 10px;
}

.compare-grid._3-columns {
  grid-template-columns: 1fr .5fr .5fr;
}

.compare-grid._2-columns {
  grid-template-columns: 1fr 1fr;
}

.careers-block {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.careers-block:hover {
  box-shadow: 0 18px 25px rgba(0, 0, 0, .1);
}

.careers-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.only-mobile, .careers-image {
  display: none;
}

.authors-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-image {
  width: 100%;
  height: 100%;
}

.blue-block {
  background-color: var(--blue);
  padding: 50px;
}

.team-content {
  z-index: 1;
  position: absolute;
}

.map-wrapepr {
  width: 60%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.radio-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.radio-wrapper:hover {
  border-color: var(--blue);
}

.radio-button {
  border: 2px solid #000;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: var(--blue);
}

.grid-radio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-1 {
  width: 45px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-hide {
  display: none;
}

.blog-page-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.categories-link {
  color: #000;
  border: 2px solid #000;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 11px 15px;
  text-decoration: none;
  transition: all .2s;
}

.categories-link:hover {
  opacity: .49;
}

.categories-link.tags {
  background-color: var(--blue);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  padding: 9px 12px;
  font-size: 12px;
}

.categories-link.tags:hover {
  opacity: .85;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.authors-wrapper {
  color: #000;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.team-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.categories-flex {
  display: flex;
}

.top-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.legal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-list {
  background-color: var(--blue);
  background-image: url('../images/checkmark-outline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.paragraph-no-margin-2 {
  margin-bottom: 0;
  font-style: normal;
}

.careers-page-block {
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 10%;
  box-shadow: 0 18px 25px rgba(0, 0, 0, .1);
}

.block-quote-white {
  color: #fff;
  border-left-color: #9c0f06;
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
}

.label-wrapper {
  text-transform: uppercase;
  background-color: #f5f5f7;
  border-left: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 40px auto;
  padding: 20px 22px 20px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.arrow-up {
  transform: rotate(-90deg);
}

.label-section {
  padding-left: 5%;
  padding-right: 5%;
}

.copy-flex {
  display: flex;
}

.copy-text {
  color: #6d6d6d;
  text-transform: none;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.changelog {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.components-grid._0-bottom {
  margin-bottom: 0;
}

.photo-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photo-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.photo-grid.for-buttons {
  align-items: start;
  justify-items: start;
}

.photo-grid.social {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 85%;
}

.laptop {
  width: 100%;
}

.color-block {
  background-color: var(--blue);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  background-color: var(--medium-purple);
}

.color-block._3 {
  background-color: var(--dark-sea-green);
}

.color-block._4 {
  background-color: #000;
}

.color-block._5 {
  background-color: var(--silver);
}

.color-block._6 {
  background-color: var(--ghost-white);
  color: #000;
}

.blue-background {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

.blue-background.add-color {
  background-color: var(--dark-sea-green);
  padding-top: 10px;
}

.blue-background.padding {
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.blue-background.padding.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.body-link {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.imput-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.imput-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.checkbox-label {
  color: #2c2c2c;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.checkbox {
  border: 1px solid #b8b8b8;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--blue);
  background-color: var(--blue);
  background-size: 11px;
}

.checkbox-field {
  font-size: 15px;
}

.badge-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.avatar-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coming-soon-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.coming-soon-content {
  max-width: 545px;
}

.search-result-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px 5% 20px;
  transition: all .3s;
}

.search-result-item:hover {
  box-shadow: 0 18px 25px rgba(0, 0, 0, .1);
}

.search-title {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.search-link {
  color: #525252;
  margin-top: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.search-result-wrapper, .fixed-search {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.line-service {
  background-image: linear-gradient(#deedf8, #f4f8fc);
  width: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._70-rich-text {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.project-page-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1130px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.screenshot-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-1-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.screenshot-link {
  transition: all .3s;
  box-shadow: 0 18px 24px rgba(0, 0, 0, .1);
}

.screenshot-link:hover {
  box-shadow: 0 18px 24px rgba(0, 0, 0, .2);
}

.screenshot-overlay {
  background-image: linear-gradient(to bottom, rgba(197, 199, 206, 0), rgba(197, 199, 206, .98) 51%, var(--silver) 87%);
  opacity: .8;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 230px;
  left: 0%;
  right: 0%;
}

.screenshot-overlay.top {
  background-image: linear-gradient(to bottom, var(--silver) 13%, rgba(197, 199, 206, .9) 49%, rgba(197, 199, 206, 0));
  top: 200px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.presantation-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.demo-link {
  text-align: center;
  background-color: #f5f5f7;
  padding: 45px 45px 15px;
  text-decoration: none;
  transition: all .3s;
}

.demo-link:hover {
  opacity: .7;
}

.pres-image {
  border-radius: 3px;
  margin-bottom: 20px;
}

.demo-title {
  color: #000;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
}

.components-flex {
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.components-link {
  color: #fff;
  align-items: center;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.components-link:hover {
  opacity: .7;
}

.external-link {
  width: 20px;
  margin-left: 9px;
}

.instruction-wrapper {
  width: 60%;
}

.peter-ramussen---big {
  border-radius: 0 21px 21px 0;
}

.display-1---jfm {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 77px;
}

.display-1---jfm.white {
  color: #fff;
}

.display-1---jfm._78px {
  font-size: 78px;
  line-height: 70px;
}

.display-6---jfm {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.display-6---jfm.no-margin {
  margin-bottom: 0;
  font-weight: 700;
}

.numbers-container {
  background-color: #004d76;
  border-radius: 9px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.numbers-container._2 {
  background-image: url('../images/icons8-venn-diagram-256.png');
}

.numbers-container._3 {
  background-image: url('../images/icons8-border-horizontal-256.png');
}

.numbers-container._4 {
  background-image: url('../images/icons8-google-sites-256.png');
}

.numbers-container._5 {
  background-image: url('../images/icons8-web-design-256-2.png');
}

.numbers-container._6 {
  background-image: url('../images/icons8-faq-256.png');
}

.numbers-container._7 {
  background-image: url('../images/icons8-infinity-256.png');
}

.numbers {
  color: #fcfcfc;
  text-align: center;
  padding-top: 20px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.top-text---jfm {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.top-text---jfm.white {
  color: #fff;
  display: none;
}

.top-text---jfm.white.news {
  letter-spacing: 0;
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.top-text---jfm._13px {
  font-size: 13px;
}

.div-block, .div-block-2, .div-block-3 {
  flex: 1;
}

.lofter-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.lofter-title.version-2 {
  margin-bottom: 0;
  font-size: 22px;
}

.lofter-title.white {
  color: #fff;
  margin-top: 20px;
}

.lofter-tekst {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.video-image---jfm {
  object-fit: cover;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-2---jfm {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 63px;
}

.display-2---jfm.white {
  color: #fff;
  font-family: Frank Ruhl Libre, sans-serif;
  display: block;
}

.block-quote-white---jfm {
  color: #fff;
  border-left-style: none;
  border-left-color: #9c0f06;
  font-size: 23px;
  font-weight: 300;
  line-height: 37px;
}

.underskrift {
  max-width: 85%;
  margin-top: 20px;
}

.peter-rasmussen-titel {
  text-align: left;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.avisen-dk-template {
  background-color: #fff;
  padding: 100px 5%;
}

.avisen-dk-template.white {
  background-color: #fff;
}

.avisen-dk-template.black {
  background-color: #525a6a;
  display: none;
}

.avisen-dk-template.black.half {
  padding-top: 60px;
  padding-bottom: 60px;
}

.avisen-dk-template.more-top {
  padding-top: 140px;
}

.avisen-dk-template.cta {
  background-color: var(--blue);
  padding-top: 50px;
  padding-bottom: 0;
}

.avisen-dk-template.blue {
  background-color: var(--blue);
}

.avisen-dk-template.blue.half {
  padding-top: 70px;
  padding-bottom: 70px;
}

.avisen-dk-template.dark-gray {
  background-color: var(--silver);
  padding-top: 60px;
  padding-bottom: 60px;
}

.avisen-dk-template.dark-gray._100px {
  padding-top: 99px;
  padding-bottom: 99px;
}

.avisen-dk-template.overflow {
  overflow: hidden;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4830e6;
  background-image: url('../images/Arrow2x.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px 55px 20px 25px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.button-2:hover {
  background-position: 90%;
}

.button-2.small {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 55px;
  font-size: 12px;
}

.button-2.small.transpraent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  transition: opacity .2s, all .3s;
}

.div-block-om-os-blaa {
  background-color: #004d76;
  border-radius: 21px 0 0 21px;
  padding: 20px 25px;
  display: block;
}

.top-text---jfm---white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.top-text---jfm---white.white {
  color: #fff;
  display: none;
}

.top-text---jfm---white.white.news {
  letter-spacing: 0;
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.top-text---jfm---white._13px {
  font-size: 13px;
}

.display-1---jfm---white {
  color: #fff;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.display-1---jfm---white.white {
  color: #fff;
}

.display-1---jfm---white._78px {
  font-size: 78px;
  line-height: 70px;
}

.div-block-bettina {
  background-image: url('../images/Christian-Gnutzmann-Højbjerg-04sh-ny.jpg');
  background-position: 0 20%;
  background-size: cover;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.navn-og-titel {
  color: #fff;
  margin-top: -3px;
  margin-bottom: 10px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.html-embed {
  height: 550px;
}

.why {
  margin-top: -10px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.image-4 {
  border-radius: 21px;
}

.tab-text-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.top-divider-2 {
  border-bottom: 2px solid #000;
  height: 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: Frank Ruhl Libre, sans-serif;
  display: none;
}

.paragraph {
  font-weight: 400;
}

.paragraph.white {
  color: #fff;
}

.tab-service-title-2 {
  color: #000;
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 400;
}

.om-journalisterne {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.link {
  color: #31304e;
}

.display-7 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #31304e;
  background-image: url('../images/Arrow2x.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px 55px 20px 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: none;
}

.button-3:hover {
  background-position: 90%;
}

.titel {
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 20px;
}

.section-2-journalister {
  background-color: #fff;
  padding: 0 5% 100px;
  display: none;
}

.section-2-journalister.white {
  background-color: #fff;
  padding-top: 60px;
  display: block;
}

.section-2-journalister.black {
  background-color: #525a6a;
  display: block;
}

.section-2-journalister.black.half {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2-journalister.more-top {
  padding-top: 140px;
}

.section-2-journalister.cta {
  background-color: var(--blue);
  padding-top: 50px;
  padding-bottom: 0;
}

.section-2-journalister.blue {
  background-color: var(--blue);
}

.section-2-journalister.blue.half {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-2-journalister.dark-gray {
  background-color: var(--silver);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2-journalister.dark-gray._100px {
  padding-top: 99px;
  padding-bottom: 99px;
}

.section-2-journalister.overflow {
  overflow: hidden;
}

.section-2-journalister.henrik-og-kirsten {
  padding-top: 0;
  display: block;
}

.underskrift-2 {
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 5px;
}

.section-1-journalist {
  background-color: #fff;
  padding: 0 5% 100px;
  display: block;
}

.section-1-journalist.white {
  background-color: #fff;
  padding-top: 60px;
  display: block;
}

.section-1-journalist.black {
  background-color: #525a6a;
  display: block;
}

.section-1-journalist.black.half {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-1-journalist.more-top {
  padding-top: 140px;
}

.section-1-journalist.cta {
  background-color: var(--blue);
  padding-top: 50px;
  padding-bottom: 0;
}

.section-1-journalist.blue {
  background-color: var(--blue);
}

.section-1-journalist.blue.half {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-1-journalist.dark-gray {
  background-color: var(--silver);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-1-journalist.dark-gray._100px {
  padding-top: 99px;
  padding-bottom: 99px;
}

.section-1-journalist.overflow {
  overflow: hidden;
}

.section-1-journalist.henrik-og-kirsten {
  padding-top: 0;
}

.column {
  display: none;
}

.div-hearken-embed {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  padding: 0 25px;
  display: block;
}

.e-mail-liv-hvid {
  color: #fff;
  font-family: Frank Ruhl Libre, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.div-block-kontakt {
  background-color: #004d76;
  border-radius: 21px;
  padding: 20px 25px 15px;
  display: block;
}

.navn-og-titel-kontakt {
  color: #fff;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-weight: 300;
}

.top-text---kontakt {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.margin-30-px {
  margin-top: 30px;
}

.display-kontakt {
  color: #fff;
  margin-top: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.container-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.column-kaffekop {
  padding-left: 0;
  padding-right: 0;
}

.promovideo {
  margin-top: 0;
  display: block;
}

.section-2 {
  background-color: #fff;
  padding: 100px 5%;
  display: inline;
}

.section-2.white {
  background-color: #fff;
  padding-top: 60px;
  display: block;
}

.section-2.white.hide {
  display: none;
}

.hero-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.banner-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.e-mail-block {
  text-decoration: none;
  display: block;
}

.e-mail-block:hover {
  color: #fff;
  text-decoration: underline;
}

.column-journalister {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.columns {
  align-items: center;
  display: flex;
}

.journalister-kaffekop {
  display: block;
}

.liv-journalist {
  border-radius: 13px;
  max-width: 40%;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

  .banner.third {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .banner.sub._2 {
    padding-bottom: 95px;
  }

  .banner.sub._3 {
    background-position: 235%;
    background-size: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner.intro {
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.more-top {
    padding-top: 100px;
  }

  .section.dark-gray._100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container._520px {
    max-width: 100%;
  }

  .container.screenshots {
    max-width: none;
    margin-top: 60px;
    left: 0;
  }

  .hamburger-line {
    background-color: #000;
  }

  .navigation-link {
    align-items: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .logo {
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list.w--open {
    border-radius: 0;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .container-nav {
    z-index: 2;
    position: relative;
  }

  .arrow {
    display: none;
  }

  .social-wrapper {
    margin-left: 25px;
    padding-left: 15px;
  }

  .social-wrapper.vertical {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .social-wrapper.center, .social-wrapper.footer-3 {
    padding-left: 0;
  }

  .navbar {
    padding: 13px 3% 13px 2%;
  }

  .menu-flex.none {
    order: 1;
  }

  .hero-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-grid.laptop {
    grid-template-columns: 1fr;
  }

  .display-1._78px {
    font-size: 72px;
  }

  .square._3 {
    display: none;
  }

  .service-wrapper {
    padding-right: 5%;
  }

  .search-icon.only-mobile {
    order: 1;
    margin-bottom: 0;
    margin-left: 15px;
    display: flex;
  }

  .search-icon.hide-mobile {
    display: none;
  }

  .search-content {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .search-input {
    width: 80%;
    height: 60px;
    font-size: 30px;
  }

  .search-button {
    width: 20%;
    height: 60px;
  }

  .video-wrapper {
    min-height: 450px;
  }

  .video-wrapper.home-2 {
    min-height: 600px;
  }

  .video-wrapper.home-2._50vh {
    min-height: 60vh;
  }

  .heading-content.left {
    width: 100%;
  }

  .heading-content.normal {
    max-width: none;
  }

  .display-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .project-home-grid {
    grid-column-gap: 50px;
    width: 100%;
  }

  .testimonials-wrapper {
    max-width: 100%;
  }

  .testimonials-quote {
    margin-top: 60px;
  }

  .logo-client-wrapper {
    width: 100%;
    max-width: 80%;
  }

  .logo-client-wrapper.version-2 {
    max-width: 100%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid._2-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .instagram-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid._4-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .copyright-flex.right {
    align-items: flex-end;
  }

  .copyright {
    margin-bottom: 0;
  }

  .made-with-webflow.left-margin {
    margin-top: 10px;
    margin-left: 0;
  }

  .email-text.hide.all-mobile {
    display: none;
  }

  .grid-2-columns {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .awards-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .awards-title {
    font-size: 25px;
    line-height: 26px;
  }

  .testimonaisl-content {
    padding: 30px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .pargraph-quote.icon {
    left: 25px;
  }

  .form-block {
    width: 85%;
  }

  .form-block._50 {
    width: 80%;
  }

  .line-break {
    display: none;
  }

  .footer-bottom-full {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-block-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-flex-wrap {
    flex-wrap: wrap;
  }

  .featrues-flex {
    align-items: center;
  }

  .tabs {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tab-text {
    font-size: 25px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    width: 70%;
    margin-bottom: 70px;
  }

  .fun-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-facts-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    justify-content: center;
  }

  .copyright-grid {
    grid-template-columns: 1fr;
  }

  .project-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-list._2-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image {
    width: 100%;
  }

  .block-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-style-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-style-wrapper.featured {
    padding-bottom: 87px;
  }

  .biger {
    font-size: 60px;
    line-height: 70px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .small-icon-flex {
    flex-wrap: wrap;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .small-icon-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-image {
    width: 100%;
  }

  .chat-grid {
    width: 70%;
  }

  .features-wrapper-second {
    flex-direction: column;
  }

  .team-grid._2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-circle {
    width: 110px;
    height: 110px;
    top: 52px;
    left: 37px;
  }

  .team-circle._2 {
    right: 30px;
  }

  .team-circle._3 {
    left: 40px;
  }

  .team-circle._3.relative {
    left: 0;
  }

  .team-circle._4 {
    top: 63px;
  }

  .team-circle._4.relative {
    top: 0;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .display-6.no-margin {
    font-size: 20px;
    font-weight: 700;
  }

  .compare-line {
    margin-top: 10px;
  }

  .compare-grid._3-columns {
    margin-top: 0;
  }

  .careers-grid, .map-wrapepr {
    width: 100%;
  }

  .blog-page-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .legal-wrapper, .careers-page-block {
    width: 100%;
  }

  .components-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  ._70-rich-text {
    width: 100%;
  }

  .project-page-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .screenshot-overlay {
    top: 270px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .screenshot-overlay.top {
    display: none;
  }

  .presantation-grid {
    width: 100%;
  }

  .demo-link {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .components-flex {
    width: 100%;
  }

  .peter-ramussen---big {
    border-top-right-radius: 0;
    border-bottom-left-radius: 21px;
  }

  .display-1---jfm._78px {
    font-size: 72px;
  }

  .display-6---jfm.no-margin {
    font-size: 20px;
    font-weight: 700;
  }

  .display-2---jfm {
    font-size: 60px;
    line-height: 60px;
  }

  .avisen-dk-template.more-top {
    padding-top: 100px;
  }

  .avisen-dk-template.dark-gray._100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-om-os-blaa {
    border-top-right-radius: 21px;
    border-bottom-left-radius: 0;
  }

  .display-1---jfm---white._78px {
    font-size: 72px;
  }

  .div-block-bettina {
    border-top-right-radius: 0;
    border-bottom-left-radius: 21px;
    min-height: 600px;
  }

  .navn-og-titel {
    margin-bottom: 10px;
  }

  .tab-text-2 {
    font-size: 25px;
  }

  .om-journalisterne {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-2-journalister.more-top {
    padding-top: 100px;
  }

  .section-2-journalister.dark-gray._100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-1-journalist.more-top {
    padding-top: 100px;
  }

  .section-1-journalist.dark-gray._100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-hearken-embed {
    border-top-right-radius: 0;
    border-bottom-left-radius: 21px;
    min-height: 600px;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding-top: 30px;
  }

  .banner.five {
    padding-top: 50px;
  }

  .banner.sub {
    padding-top: 60px;
  }

  .banner.sub._3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .banner.sub.components {
    padding-bottom: 60px;
  }

  .banner.intro {
    height: 850px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.white {
    padding-top: 80px;
  }

  .social-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .menu-flex.none {
    order: 1;
  }

  .left-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .announcement-text {
    margin-top: 10px;
    margin-left: 0;
  }

  .announcement-text.no-margin {
    margin-top: 0;
  }

  .announcement-bar {
    padding-left: 4%;
    padding-right: 4%;
  }

  .announcement-bar.blog-bar {
    display: none;
  }

  .hero-grid.careers {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .display-1 {
    font-size: 70px;
    line-height: 65px;
  }

  .display-1.white.on-project {
    font-size: 60px;
    line-height: 55px;
  }

  .display-1._78px {
    font-size: 60px;
    line-height: 60px;
  }

  .with-scibble.white {
    padding-left: 12px;
    padding-right: 12px;
  }

  .square.hide {
    display: none;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid._80 {
    grid-row-gap: 40px;
    width: 100%;
  }

  .video-wrapper {
    min-height: 400px;
  }

  .video-wrapper.home-2 {
    min-height: 550px;
  }

  .video-wrapper.home-2.full {
    min-height: 580px;
  }

  .display-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .project-home-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .logo-client-wrapper {
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-grid, .blog-grid.blog-2-columns {
    grid-template-columns: 1fr;
  }

  .display-3 {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-grid._3-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright-flex.center {
    align-items: center;
  }

  .copyright-flex.right {
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .made-with-webflow.left-margin {
    margin: 5px 0;
  }

  .meta-flex.add-left {
    margin: 15px 0;
  }

  .top-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
  }

  .awards-wrapper {
    width: 100%;
  }

  .awards-content {
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .get-started-form._3-column {
    width: 100%;
  }

  .testimonaisl-content {
    padding: 15px;
  }

  .footer-second {
    padding-bottom: 30px;
  }

  .cta-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .form-block, .form-block._50, .form-block.apply {
    width: 100%;
  }

  .footer-bottom-full {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .tabs-menu {
    width: 100%;
  }

  .project-list, .project-list._2-columns {
    grid-template-columns: 1fr;
  }

  .process-big-circle, .process-icon-number {
    flex: none;
  }

  .pricing-style-wrapper {
    margin-bottom: 30px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .slider {
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    width: 400px;
  }

  .skills-grid {
    width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-circle {
    top: 35px;
  }

  .team-circle._2 {
    bottom: -43px;
  }

  .team-circle._4 {
    top: 53px;
  }

  .benefit-icon {
    padding-right: 0;
  }

  .display-6.no-margin {
    font-size: 19px;
  }

  .compare-grid.top {
    margin-bottom: 20px;
  }

  .only-mobile {
    margin-bottom: 50px;
    display: block;
  }

  .authors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .careers-page-block {
    padding: 10% 12%;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .photo-grid.social {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .coming-soon-wrapper {
    height: 700px;
  }

  .screenshot-overlay {
    top: 194px;
  }

  .presantation-grid {
    grid-template-columns: 1fr;
  }

  .demo-link {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .peter-ramussen---big {
    max-width: 100%;
  }

  .display-1---jfm {
    font-size: 70px;
    line-height: 65px;
  }

  .display-1---jfm.white.on-project {
    font-size: 60px;
    line-height: 55px;
  }

  .display-1---jfm._78px {
    font-size: 60px;
    line-height: 60px;
  }

  .display-6---jfm.no-margin {
    font-size: 19px;
  }

  .display-2---jfm {
    font-size: 60px;
    line-height: 60px;
  }

  .block-quote-white---jfm {
    font-size: 20px;
  }

  .underskrift {
    max-width: 50%;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .avisen-dk-template {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-om-os-blaa {
    padding-left: 15px;
    padding-right: 15px;
  }

  .display-1---jfm---white.white.on-project {
    font-size: 60px;
    line-height: 55px;
  }

  .display-1---jfm---white._78px {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-bettina {
    min-height: 450px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .navn-og-titel {
    margin-bottom: 0;
  }

  .html-embed {
    height: 650px;
  }

  .why {
    margin-top: -30px;
    font-size: 26px;
    line-height: 35px;
  }

  .display-7 {
    font-size: 35px;
    line-height: 40px;
  }

  .section-2-journalister {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-2-journalister.white {
    padding-top: 80px;
  }

  .underskrift-2 {
    max-width: 50%;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .section-1-journalist {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-1-journalist.white {
    padding-top: 80px;
  }

  .div-hearken-embed {
    min-height: 450px;
  }

  .div-block-kontakt {
    padding: 10px 15px;
  }

  .display-kontakt {
    font-size: 32px;
    line-height: 65px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .banner.six {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .banner.sub {
    padding-top: 31px;
  }

  .banner.sub._2 {
    padding-top: 115px;
  }

  .banner.sub._3 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .banner.sub.components {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner.sub.style, .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.white {
    padding-top: 60px;
  }

  .section.dark-gray._100px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: none;
    margin-left: 0;
  }

  .container.flex {
    flex-direction: column-reverse;
    flex: none;
    align-items: flex-end;
  }

  .container._100 {
    width: 100%;
    max-width: 100%;
  }

  .social-icon.hide-social, .social-icon.hide {
    display: none;
  }

  .logo {
    margin-right: 0;
    padding-left: 0;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .logo-text {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .nav-menu {
    z-index: 9999;
  }

  .social-wrapper.white {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar {
    padding-left: 3%;
  }

  .menu-flex.none {
    flex: 1;
    order: 1;
    justify-content: flex-end;
  }

  .x-button.absolute {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .badge {
    margin-bottom: 5px;
  }

  .badge.category {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .left-flex {
    flex-direction: column;
  }

  .left-flex.center {
    flex-direction: column;
    margin-top: 0;
  }

  .announcement-bar {
    flex-direction: column;
  }

  .announcement-bar.white {
    padding-top: 0;
  }

  .display-1 {
    font-size: 47px;
    line-height: 47px;
  }

  .display-1.white.font {
    font-size: 36px;
    line-height: 37px;
  }

  .display-1.white.on-project {
    font-size: 42px;
    line-height: 39px;
  }

  .display-1._78px {
    font-size: 40px;
    line-height: 44px;
  }

  .with-scibble {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .top-text, .top-text.white {
    font-size: 14px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-wrapper {
    min-height: 285px;
  }

  .service-title {
    font-size: 25px;
  }

  .margin-120px {
    margin-top: 80px;
  }

  .search-icon {
    margin-left: 15px;
  }

  .search-input {
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }

  .search-button {
    background-size: 20px;
    height: 50px;
  }

  .video-wrapper.home-2._50vh {
    min-height: 50vh;
  }

  .video-wrapper.home-3 {
    min-height: 250px;
  }

  .play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .play-wrapper.absolute {
    width: auto;
    margin-top: 0;
  }

  .video-play {
    width: 70px;
    height: 70px;
  }

  .display-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .project-title {
    font-size: 30px;
    line-height: 30px;
  }

  .project-title.white._0px {
    font-size: 26px;
    line-height: 27px;
  }

  .testimonials-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testiomonials-photo {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .logo-client-wrapper.version-2 {
    flex-wrap: wrap;
  }

  .logo-client-wrapper.version-3 {
    max-width: 100%;
  }

  .logo-client {
    padding: 7px;
  }

  .instagram-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-grid._3-columns, .footer-grid._4-columns {
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .blog-titile {
    font-size: 24px;
    line-height: 27px;
  }

  .meta-flex.hide-mobile, .email-text.hide {
    display: none;
  }

  .top-grid.reverse {
    grid-template-columns: 1fr;
  }

  .hero-center {
    max-width: none;
  }

  .grid-2-columns {
    margin-top: 0;
  }

  .button-divider.divider {
    width: 0;
    height: 20px;
    display: block;
  }

  .display-4.white {
    font-size: 30px;
    line-height: 30px;
  }

  .margin-60px._20px {
    margin-top: 20px;
  }

  .get-started-form {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .get-started-form._3-column {
    grid-template-columns: 1fr;
  }

  .text-field-primary {
    height: 50px;
  }

  .testimonials-paragraph {
    font-size: 27px;
    line-height: 30px;
  }

  .big-quote {
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -10%;
  }

  .big-quote.bottom {
    top: 0%;
    bottom: auto;
    left: -10%;
    right: auto;
  }

  .footer-second {
    padding-top: 30px;
  }

  .features-content.color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-wrapper {
    padding-left: 23px;
  }

  .pargraph-quote {
    width: 80%;
    font-size: 28px;
    line-height: 28px;
  }

  .pargraph-quote.icon {
    left: -9px;
  }

  .pargraph-quote.icon.down {
    bottom: -5%;
    right: -3px;
  }

  .icons-grid, .icons-grid._3-columns {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    width: 100%;
  }

  .footer-bottom-full {
    text-align: center;
    flex-direction: column;
  }

  .grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .first-part {
    flex-direction: column;
  }

  .infos-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .features-wrapper {
    margin-right: 0;
  }

  .video-background {
    min-height: 340px;
  }

  .tab-link {
    justify-content: center;
    width: 100%;
  }

  .tab-text {
    font-size: 30px;
    line-height: 30px;
  }

  .fun-wrapper {
    grid-template-columns: 1fr;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .fun-image {
    margin-right: 15px;
  }

  .blog-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-news-warpper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-link-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper-big {
    width: 100%;
  }

  .testi-menu {
    justify-content: center;
    align-items: center;
  }

  .testimonials-content-2 {
    padding: 20px 25px;
  }

  .testimonials-photo {
    width: 45px;
    height: 45px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .process-big-circle {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }

  .line-divider-step.second {
    display: none;
    top: 2%;
    left: 14px;
  }

  .process-icon-number {
    z-index: 1;
    margin-bottom: -15px;
    position: relative;
  }

  .work-process-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .small-icon-flex {
    width: 100%;
  }

  .client-photo {
    width: 50px;
    height: 50px;
    margin-left: -17px;
  }

  .chat-link-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .chat-grid {
    width: 100%;
  }

  .chat-icon {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .features-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-effect-wrapper {
    width: 110px;
    height: 110px;
  }

  .slider {
    max-width: 280px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide {
    width: 280px;
  }

  .left-arrow-slide {
    display: none;
  }

  .slide-nav {
    margin-bottom: -70px;
  }

  .team-wrapper.second {
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-grid, .team-grid._2 {
    grid-template-columns: 1fr;
  }

  .team-circle {
    width: 70px;
    height: 70px;
    top: 23px;
    left: 19px;
  }

  .team-circle._2 {
    bottom: -29px;
  }

  .team-circle._3 {
    width: 60px;
    height: 60px;
    bottom: 13px;
    left: 21px;
  }

  .team-circle._4 {
    width: 60px;
    height: 60px;
    top: 33px;
    right: 23px;
  }

  .benefit-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .compare-pargraph.center {
    text-align: center;
  }

  .display-6.no-margin {
    font-size: 20px;
  }

  .compare-line.normal {
    border-top-style: none;
    margin-top: 0;
    padding-top: 0;
  }

  .compare-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .compare-grid.top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .compare-grid.top._3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .compare-grid._3-columns {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .display-none {
    display: none;
  }

  .careers-block {
    padding-top: 10px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .careers-image {
    margin-bottom: 50px;
    display: block;
  }

  .authors-grid {
    grid-template-columns: 1fr;
  }

  .map-wrapepr {
    height: auto;
  }

  .grid-radio {
    grid-template-columns: 1fr;
  }

  .map {
    height: 250px;
  }

  .categories-flex {
    flex-direction: column;
  }

  .legal-wrapper {
    border-style: none;
    padding: 0;
  }

  .careers-page-block {
    padding: 8% 9%;
  }

  .label-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copy-text {
    display: none;
  }

  .photo-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .photo-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .photo-grid.social {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .imput-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .imput-grid._3-column, .badge-grid {
    grid-template-columns: 1fr;
  }

  .avatar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-page-grid {
    grid-template-columns: 1fr;
  }

  .demo-link {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .display-1---jfm {
    font-size: 47px;
    line-height: 47px;
  }

  .display-1---jfm.white.font {
    font-size: 36px;
    line-height: 37px;
  }

  .display-1---jfm.white.on-project {
    font-size: 42px;
    line-height: 39px;
  }

  .display-1---jfm._78px {
    font-size: 40px;
    line-height: 44px;
  }

  .display-6---jfm.no-margin {
    font-size: 20px;
  }

  .top-text---jfm {
    font-size: 15px;
  }

  .top-text---jfm.white {
    font-size: 14px;
  }

  .lofter-title {
    font-size: 25px;
  }

  .display-2---jfm {
    font-size: 42px;
    line-height: 42px;
  }

  .underskrift {
    max-width: 80%;
  }

  .avisen-dk-template {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .avisen-dk-template.dark-gray._100px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-text---jfm---white, .top-text---jfm---white.white {
    font-size: 14px;
  }

  .display-1---jfm---white {
    font-size: 26px;
    line-height: 35px;
  }

  .display-1---jfm---white.white.font {
    font-size: 36px;
    line-height: 37px;
  }

  .display-1---jfm---white.white.on-project {
    font-size: 42px;
    line-height: 39px;
  }

  .display-1---jfm---white._78px {
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-bettina {
    background-position: 50%;
    background-size: cover;
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .html-embed {
    height: 750px;
  }

  .tab-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .display-7 {
    font-size: 27px;
    line-height: 30px;
  }

  .section-2-journalister {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2-journalister.white {
    padding-top: 60px;
  }

  .section-2-journalister.dark-gray._100px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .underskrift-2 {
    max-width: 80%;
  }

  .section-1-journalist {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-1-journalist.white {
    padding-top: 60px;
  }

  .section-1-journalist.dark-gray._100px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-hearken-embed {
    background-image: none;
    min-height: 320px;
  }

  .top-text---kontakt {
    font-size: 15px;
  }

  .margin-30-px {
    margin-top: 30px;
  }

  .display-kontakt {
    margin-top: 10px;
    line-height: 37px;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns {
    flex-direction: column;
    align-items: stretch;
  }
}

#w-node-_7bc3484b-2eeb-04b4-fc9f-45a90a3e2a30-b6a77039, #w-node-a4ef962a-a2f8-edb4-31f5-36be33ce59c3-b6a77039 {
  align-self: stretch;
}

#w-node-_3c916a44-d10d-d0c7-56df-32f8693dd04a-b6a77039 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3c916a44-d10d-d0c7-56df-32f8693dd053-b6a77039 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d26a6b0b-d755-193b-fb7f-ae12e67176cf-e67176cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d26a6b0b-d755-193b-fb7f-ae12e67176d2-e67176cc, #w-node-_48a3a5aa-9a57-bf38-89ba-fb0c4f1c6796-4f1c678a {
  justify-self: end;
}

#w-node-_03888865-b596-219b-119c-e2069cdbba01-9cdbb9fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_03888865-b596-219b-119c-e2069cdbba04-9cdbb9fe {
  justify-self: end;
}

#email.w-node-_73abe7f2-323d-05b6-efac-f149d4c8535a-47a77052 {
  align-self: stretch;
}

#w-node-c4944d4f-a6ee-567b-4d16-e2349a0eb510-bda77053 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#email.w-node-_4a79f853-057a-8799-5ef3-66e8205716e5-2ba77054, #Name.w-node-_821944d7-48c7-54f0-132d-ffd01eada3f8-aba77055, #email-2.w-node-_821944d7-48c7-54f0-132d-ffd01eada3f9-aba77055 {
  align-self: stretch;
}

#w-node-_27f475c8-9b0a-e8c1-3901-28aa81946469-81946466 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27f475c8-9b0a-e8c1-3901-28aa8194646c-81946466, #w-node-cac0a111-ba6d-b468-f473-a80da914e57d-a914e573 {
  justify-self: end;
}

#w-node-_4ba40047-66f4-9b56-60be-eea828ce072d-03a770a9 {
  align-self: center;
  justify-self: center;
}

#w-node-_282d784f-e9f4-6d0e-43e9-8e342349d897-eca19f99 {
  align-self: stretch;
}

#w-node-_282d784f-e9f4-6d0e-43e9-8e342349d8cb-eca19f99 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_48a3a5aa-9a57-bf38-89ba-fb0c4f1c6796-4f1c678a, #w-node-cac0a111-ba6d-b468-f473-a80da914e57d-a914e573 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bc3484b-2eeb-04b4-fc9f-45a90a3e2a49-b6a77039, #w-node-a35c78d0-2532-0c3f-cdaa-2edfdfbfb8fa-b6a77039, #w-node-d6ecf9a3-540a-eb14-048a-ff1ce650436f-b6a77039, #w-node-_06c15043-c424-f414-7037-ef89da3febe6-b6a77039 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67fa9042-9659-668a-0887-7af1cfb781ee-cfb781eb, #w-node-c4944d4f-a6ee-567b-4d16-e2349a0eb4f9-bda77053, #w-node-c4944d4f-a6ee-567b-4d16-e2349a0eb503-bda77053, #w-node-_49883833-9ffc-a0db-a5ab-d84b269b1039-269b1036 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cac0a111-ba6d-b468-f473-a80da914e57d-a914e573 {
    justify-self: start;
  }
}


