body {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    overflow-x:hidden;
}

button, a {
    -webkit-tap-highlight-color: transparent !important;
}

#preloader-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    /*width: 0;*/
    background-color: rgba(0,0, 0, 1);
    z-index: 9999;
    transition: .3s;
    opacity: 1;
}

#preloader-container.show {
    background-color: rgba(0,0, 0, 1);
    opacity: 1;
}

#preloader-container.opaque {
    background-color: rgba(0,0, 0, .7);
    opacity: 1;
}
#preloader-container.hide {
    opacity: 0;
    pointer-events: none;
}


input::placeholder {
    opacity: .5; 
}

body > #preloader-container {
    position: fixed !important;
}

.loader {
    font-size: 10px;
    margin: 40px auto;
    text-indent: -9999em;
    width: 7em;
    height: 7em;
    min-width: 7em;
    min-height: 7em;
    max-width: 7em;
    max-height: 7em;
    border-radius: 50%;
    background: #0d6efd;
    background: -moz-linear-gradient(left, #0d6efd 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #0d6efd 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #0d6efd 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #0d6efd 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #0d6efd 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1s infinite linear;
    animation: load3 1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #0d6efd;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: inherit;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-io {
    display: flex;
    justify-content: center;
    margin: 2rem;
}

.loader-io div {
    animation: loader-io 1s linear infinite;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    box-shadow: 0 3.024px 0 0 #0d6efd;
    transform-origin: 47.519999999999996px 49.032px;
    box-sizing: content-box;
}

@keyframes loader-io {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.cc_banner-wrapper {
z-index: 9001;
position: relative
}

.cc_container .cc_btn {
cursor: pointer;
text-align: center;
font-size: 0.6em;
transition: font-size 200ms;
line-height: 1em
}

.cc_container .cc_message {
font-size: 0.6em;
transition: font-size 200ms;
margin: 0;
padding: 0;
line-height: 1.5em
}

.cc_container .cc_logo {
display: none;
text-indent: -1000px;
overflow: hidden;
width: 100px;
height: 22px;
background-size: cover;
background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/logo.png);
opacity: 0.9;
transition: opacity 200ms
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
    opacity: 1
}

@media screen and (min-width: 500px) {
.cc_container .cc_btn {
    font-size: 0.8em
}

.cc_container .cc_message {
    font-size: 0.8em
}
}

@media screen and (min-width: 768px) {
.cc_container .cc_btn {
    font-size: 1em
}

.cc_container .cc_message {
    font-size: 1em;
    line-height: 1em
}
}

@media screen and (min-width: 992px) {
.cc_container .cc_message {
    font-size: 1em
}
}

@media print {
.cc_banner-wrapper, .cc_container {
    display: none
}
}

.cc_banner-wrapper {
height: 66px
}

.cc_container {
padding: 15px 15px 15px;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
right: 0
}

.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}

.cc_container .cc_message {
    display: block
}

@media screen and (min-width: 500px) {
.cc_container .cc_message {
    margin-top: 0.5em
}
}

@media screen and (min-width: 768px) {
.cc_container {
    padding: 15px 30px 15px
}

    .cc_container .cc_btn {
        padding: 8px 15px
    }
}

.cc_container {
background: #222;
color: #fff;
font-size: 17px;
box-sizing: border-box
}

.cc_container ::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000;
    background-color: #f1d600;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

    .cc_container .cc_btn:hover, .cc_container .cc_btn:active {
        background-color: #fff;
        color: #000
    }

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color
}

    .cc_container a:hover, .cc_container a:active {
        color: #b2f7ff
    }

@-webkit-keyframes slideDown {
0% {
    margin-top: -66px
}

100% {
    margin-top: 0
}
}

@keyframes slideDown {
0% {
    margin-top: -66px
}

100% {
    margin-top: 0px
}
}

@-webkit-keyframes growDown {
0% {
    height: 0
}

100% {
    height: 66px
}
}

@keyframes growDown {
0% {
    height: 0
}

100% {
    height: 66px
}
}

.cc_container {
-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-name: slideDown;
animation-name: slideDown
}

.cc_banner-wrapper {
-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-name: growDown;
animation-name: growDown
}

.cc_banner-wrapper {
position: fixed;
bottom: 0;
display: none;
}

.cc_banner-wrapper.show {
    display: block;
}

.cc_container {
top: unset;
bottom: 0;
background: rgba(18,21,27);
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff;
    background-color: #0087cc;
}

.cc_message {
pointer-events: none;
}

.cc_container button {
max-height: 40px;
margin: 0px;
}

.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-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
    color: #fff;
    background-color: #111;
    background-color: rgba(13, 13, 16);
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

h1, h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 135px;
  font-weight: 600;
  line-height: 150px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top:10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

p {
  margin-bottom: 10px;
}

.simple-header {
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.simple-logo {
  width: 9vw;
}

.main-content {
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.utility-banner-content {
  padding-top: 120px;
  padding-bottom: 40px;
}

.main-content.container-content {
  padding-top: 160px;
  padding-bottom: 160px;
}

.paragraph-big {
  font-size: 30px;
  line-height: 40px;
}

.color-holder {
  border: 2px solid #fff;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

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

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.color-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.inner-title {
  border-bottom: 1px solid #010101;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.paragraph-holder, .link-holder {
  border: 2px solid #fff;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: dodgerblue;
}

.button-inner {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.style-over-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.emphasis-holder, .list-holder {
  border: 2px solid #fff;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 26px;
}

.rich-text-holder {
  border: 2px solid #fff;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.heading-holder {
  border: 2px solid #fff;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.emphasis-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.button-holder {
  border: 2px solid #fff;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.link-inner {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.color-white {
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.button {
  text-align: center;
  background-color: #9381ff;
  border-radius: 40px;
  padding: 16px 50px;
  font-size: 16px;
  line-height: 26px;
  transition: color .5s, background-color .5s;
}

.button:hover {
  color: #111;
  background-color: #fff;
}

.color-purple {
  width: 100%;
  height: 70px;
  background-color: #9381ff;
}

.simple-footer {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.hero-section {
  z-index: 10;
  margin-bottom: 240px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.header-wrapper {
  align-items: center;
  display: flex;
}

.menu {
  align-items: center;
  margin-bottom: 0;
  margin-right: 2vw;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
  display: flex;
}

.menu-item {
    margin-right: 2vw;
}

.menu-item.no-margin {
  margin-right: 0;
}

.menu-link {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
  position: static;
}

.menu-link:hover {
  color: dodgerblue;
}

.color-turquoise {
  width: 100%;
  height: 70px;
  background-color: dodgerblue;
}

.overheader {
    color: dodgerblue;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.lowercase-span {
  text-transform: lowercase;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.hero-image {
  margin-top: -65px;
  margin-bottom: -150px;
}

.hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-block-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-block-text-row {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 70% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.hero-block-text-row-nb {
  margin-right: 10px;
}

.hero-number {
  color: dodgerblue;
  align-items: center;
  display: flex;
}

.hero-number-span {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

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

.hero-cell {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.cell-icon {
  width: 130px;
  margin-bottom: 30px;
  margin-left: -40px;
}

.cell-paragraph {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.social-links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-link {
  transition: all .3s;
}

.social-link:hover {
  transform: scale(1.1);
}

.welcome-wrapper {
  z-index: 10;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.huge-heading {
  font-size: 220px;
  font-style: normal;
  line-height: 220px;
}

.huge-heading.align-right {
  text-align: right;
}

.welcome-wrapper .huge-heading {
  display: grid !important;
  grid-template-columns: min-content auto !important;
  grid-template-rows: auto auto !important;
  column-gap: .25ch;
  align-items: baseline;
}

.welcome-wrapper .huge-heading .title {
  grid-column: span 2;
}

.welcome-wrapper .huge-heading .lowercase-span
,.welcome-wrapper .huge-heading .rocks-text {
  grid-row: 2
}

.rocks-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.welcome-paragraph {
    max-width: 480px;
    margin-top: 60px;
    margin-bottom: 0;
    margin-right: 100px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    padding-right: 50px
}

.rocks-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logos-section {
  z-index: 20;
  background-color: #111;
  padding: 160px 40px;
  position: relative;
}

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

.our-projects {
  z-index: 20;
  text-align: center;
  background-color: #111;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.our-porjects-text {
  margin-top: 0;
  margin-bottom: 80px;
}

.our-projects-paragraph {
  max-width: 480px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.project-cell {
  position: relative;
}

.project-cell-image {
  z-index: 1;
  width: 100%;
  border-radius: 0;
  transition: opacity .2s;
  position: relative;
}

.project-cell-text {
  z-index: 10;
  text-align: left;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.no-margin, .project-cell-paragraph {
  margin-bottom: 0;
}

.create {
  z-index: 20;
  background-color: #111;
  padding: 160px 40px;
  position: relative;
}

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

.create-headings-wrapper {
  text-align: left;
  margin-bottom: 140px;
}

.create-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 55px;
  padding-bottom: 0;
  display: flex;
}

.create-image-wrapper {
  width: 50%;
}

.create-text {
  width: 45%;
  text-align: left;
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.create-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.create-box {
  width: 28%;
  text-align: left;
}

.create-icon {
  width: 130px;
  margin-bottom: 30px;
  margin-left: -40px;
}

.approach {
  z-index: 20;
  background-color: #111;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.approach-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
  display: flex;
}

.approach-text {
  width: 41%;
}

.aprproach-text-box {
  width: 90%;
  margin-bottom: 60px;
}

.aprproach-text-box.no-margin {
  margin-bottom: 0;
}

.approach-image-wrapper {
  width: 50%;
}

.benefits {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.benefits-box {
  width: 100%;
  height: 100%;
  max-width: 420px;
  min-height: 420px;
  border: 1px solid #2a2a2a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.benefits-box-inner {
  width: 70%;
  text-align: center;
}

.benefits-box-paragraph {
  color: #919191;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-section {
  z-index: 20;
  background-color: #111;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.contact {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 130px;
  display: flex;
}

.contact-box {
  width: 25%;
}

.footer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    /*border-top: 1px solid #302f2f;*/
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    display: grid;
}

.footer-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.talk-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-small-heading {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.footer-social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  display: flex;
}

.footer-social-link {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-social-text {
  margin-right: 7px;
  font-size: 16px;
  line-height: 26px;
}

.top-section {
  text-align: center;
  padding-top: 100px;
}

.banner {
  grid-row-gap: 0px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.projects-individual-banner-text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.thanks-banner {
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.upercase-span {
  text-transform: capitalize;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.thanks-wrapper {
  background-image: url('../images/thanks-shape.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.error-banner {
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-text {
  margin-bottom: 80px;
}

.contact-holder {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-banner {
  z-index: 20;
  text-align: center;
  margin-top: 115px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.contact-page-box {
    z-index: 20;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    background-color: rgba(0, 0, 0, .35);
    border: 1px solid #4a4a4a;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid rgba(100, 100, 100, .3);
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    display: flex;
    border-radius: 6px;
}

.w-input, .w-select {
    border: 1px solid rgba(100, 100, 100, .7);
}

.contact-page-box-heading {
  margin-bottom: 0;
 /* font-family: Playfair Display, sans-serif;*/
  font-style: italic;
  font-weight: 400;
  font-size:xx-large;
}

.paragraph-semi-bold {
  font-weight: 600;
}

.contact-tel {
  margin-bottom: 0;
}

.contact-link {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
  transition: color .3s;
}

.contact-link:hover {
  color: dodgerblue;
}

.contact-form {
  width: 100%;
}

.contact-form-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.field-label {
  color: #9381ff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  margin-bottom: 0;
  padding: 25px 20px;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.text-field::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.text-field.password {
  margin-bottom: 15px;
}

.contact-form-area {
  width: 100%;
}

.help-label {
  color: #9381ff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.help-field {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  padding: 25px 20px;
}

.help-field::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.help-field::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.map-wrapper {
  background-image: url('../images/map-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.submit-button {
  text-align: center;
  background-color: #9381ff;
  border-radius: 40px;
  padding: 20px 50px;
  font-size: 16px;
  line-height: 26px;
  transition: all .3s;
}

.submit-button:hover, .submit-button:active {
  color: #000;
}

.blog-page-body {
  padding-left: 40px;
  padding-right: 40px;
}

.blog-page-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #d4d4d4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.blog-banner {
  grid-row-gap: 0px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.blog-post-collection-list {
  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;
}

.blog-post {
  color: #fff;
  align-items: flex-end;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.blog-post:hover {
  color: dodgerblue;
}

.blog-post-inner {
  width: 60%;
  text-align: left;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.blog-post-image {
  width: 100%;
  border-radius: 40px;
}

.blog-post-inner-header {
  margin-bottom: 0;
}

.category-body {
  padding: 80px 40px 100px;
}

.center {
  max-width: 1000px;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.category-collection-list {
  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;
}

.purple-button {
  text-align: center;
  background-color: #9381ff;
  border-radius: 40px;
  padding: 16px 50px;
  font-size: 16px;
  line-height: 26px;
  transition: all .3s;
}

.purple-button:hover, .purple-button:active {
  color: #000;
}

.article-page-body {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.article-page-banner {
  grid-row-gap: 0px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.article-page-banner-text {
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.article-page-image {
  margin-bottom: 40px;
}

.article-page-column {
  max-width: 900px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.article-content-box {
  margin-bottom: 40px;
}

.article-page-wrapper {
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.similar-articles {
  margin-bottom: 100px;
}

.similar-header {
  width: 50%;
  text-align: left;
  margin-bottom: 60px;
}

.similar-collection-list {
  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;
}

.individual-banner {
  grid-row-gap: 0px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.projects-page-body {
  margin-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}

.projects-page-wrapper {
  position: relative;
}

.project-block {
  color: #fff;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.project-block:hover {
  border-bottom-color: #9381ff;
}

.project-block-image {
  width: 50%;
  margin-right: 80px;
}

.project-block-text {
  width: 35%;
}

.individual-projects-body {
  margin-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}

.individual-projects-image {
  margin-bottom: 40px;
}

.individual-projects-column {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.project-content-box {
  margin-bottom: 40px;
}

.banner-text {
  margin-left: auto;
  margin-right: auto;
}

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

.utility-page-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.waves-video {
  z-index: -1;
  height: 100vh;
  position: relative;
}

.gradient-top {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient-medium {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient-bottom {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-contact {
  z-index: -1;
  opacity: .75;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient-project {
  z-index: -1;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-project-template {
  font-size: 90px;
  line-height: 100px;
}

.licesing-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 3px solid #eee4db;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding: 40px;
  display: grid;
}

.licesing-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  display: flex;
}

.changelog-holder {
  border: 3px solid #eee4db;
  padding: 40px;
}

.paragraph-medium {
  font-size: 22px;
  line-height: 32px;
}

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

.privacy-page-wrapper {
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.privacy-body {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-heading {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
}

.heading {
  font-size: 82px;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  transition: opacity .2s;
}

.error-message {
  opacity: 1;
  color: red;
  background-color: rgba(0, 0, 0, 0);
}

.success-message {
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
}

.text-block {
  color: #fff;
  -webkit-text-stroke-color: white;
}
@media (min-width: 991px) and (max-width: 1760px) 
{
  .welcome-wrapper .huge-heading {
    /* margin-bottom: 20px; */
    font-size: 150px;
    line-height: 150px;
  }
}
@media (min-width: 991px) and (max-width: 1380px) 
{
  .hero-cell-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 991px) and (max-width: 1530px) 
{
  .welcome-wrapper .huge-heading {
    font-size: 110px;
    line-height: 110px;
  }

  .welcome-paragraph {
     position: static;
     margin-top: 0;
     margin-bottom: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1465px) 
{
  .contact {
    margin-bottom: 80px;
    padding-top: 80px;
    display: block;
  }

  .contact .huge-heading
  {
    font-size: 150px;
    line-height: 150px;
  }

  .contact-box {
    width: 100%;
  }
  .contact-box p
  {
    max-width: 60ch;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
    line-height: 100px;
  }

  h2 {
    font-size: 100px;
    line-height: 110px;
  }

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

  h4 {
    font-size: 45px;
    line-height: 55px;
  }

  h5 {
    font-size: 30px;
    line-height: 40px;
  }

  h6 {
    font-size: 22px;
    line-height: 32px;
  }

  .simple-logo {
    width: 18vw;
  }

  .main-content.utility-banner-content {
    padding-top: 80px;
  }

  .main-content.container-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .paragraph-big {
    font-size: 28px;
    line-height: 38px;
  }

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

  .color-title {
    font-size: 20px;
    line-height: 30px;
  }

  .inner-title {
    font-size: 24px;
    line-height: 34px;
  }

  .style-over-title {
    font-size: 28px;
    line-height: 38px;
  }

  .header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    margin-bottom: 80px;
    padding-top: 80px;
  }

  .menu {
    display: none;
  }

  .hero-image {
    margin-top: -40px;
    margin-bottom: -95px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-block-text {
    margin-bottom: -2px;
  }

  .hero-block-text-row {
    grid-template-columns: 1fr 1fr;
    font-size: 0;
  }

  .hero-number {
    font-size: 18px;
  }

  .hero-number-span {
    font-size: 45px;
    line-height: 80px;
  }

  .hero-cell-wrapper {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .hero-cell {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    top: 15%;
    right: 20px;
  }

  .welcome-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .huge-heading {
    margin-bottom: 20px;
    font-size: 90px;
    line-height: 90px;
  }

  .welcome-paragraph {
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    position: static;
  }

  .logos-section {
    padding: 80px 0;
  }

  .logos-grid {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .our-projects {
    padding-left: 0;
    padding-right: 0;
  }

  .our-porjects-text {
    margin-bottom: 60px;
  }

  .our-projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-cell-text {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: auto;
  }

  .project-cell-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .our-project-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .create {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .create-headings-wrapper {
    margin-bottom: 80px;
  }

  .create-holder {
    margin-bottom: 80px;
    display: block;
  }

  .create-image-wrapper {
    width: 100%;
    margin-bottom: 80px;
  }

  .create-text {
    width: 100%;
  }

  .create-box-wrapper {
    margin-bottom: 80px;
  }

  .approach {
    padding-bottom: 80px;
  }

  .approach-wrapper {
    margin-bottom: 80px;
    display: block;
  }

  .approach-text {
    width: 100%;
    margin-bottom: 80px;
  }

  .approach-image-wrapper {
    width: 100%;
  }

  .benefits {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .benefits-box {
    min-height: 320px;
  }

  .benefits-box-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-section {
    padding-bottom: 80px;
  }

  .contact {
    margin-bottom: 80px;
    padding-top: 80px;
    display: block;
  }

  .contact-box {
    width: 100%;
  }

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

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

  .top-section.thanks {
    padding-bottom: 0;
  }

  .banner {
    width: 80%;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .thanks-text {
    width: 100%;
  }

  .thanks-banner {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
  }

  .error-banner {
    width: 80%;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text {
    width: 100%;
    margin-bottom: 60px;
  }

  .contact-holder {
    grid-template-columns: 1fr;
  }

  .contact-banner {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .contact-form-row-inner {
    width: 100%;
  }

  .map-wrapper {
    height: 460px;
  }

  .blog-page-wrapper {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .blog-banner {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 80px;
  }

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

  .blog-post-inner {
    width: 70%;
  }

  .category-body {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .center {
    text-align: left;
    margin-bottom: 80px;
  }

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

  .article-page-banner {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .similar-articles {
    margin-bottom: 80px;
  }

  .similar-header {
    width: 100%;
  }

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

  .individual-banner {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .projects-page-body {
    margin-bottom: 80px;
  }

  .project-block {
    display: block;
  }

  .project-block-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .project-block-text {
    width: 100%;
  }

  .individual-projects-body {
    margin-bottom: 80px;
  }

  .waves-video {
    height: 60vh;
  }

  .gradient-top {
    top: 0%;
  }

  .gradient-bottom {
    height: auto;
  }

  .heading-project-template {
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph-medium {
    font-size: 20px;
    line-height: 30px;
  }

  .privacy-page-wrapper {
    padding-bottom: 80px;
  }

  .heading-3 {
    font-size: 80px;
  }
}

@media (min-width: 600px) and (max-width: 991px) 
{
  .hero-block-text 
  {
    /* align-self: stretch; */
    display: grid;
    grid-template-columns: auto auto;
  }
  .hero-block-text-row 
  {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-block-text > :nth-child(1) .hero-number-span
  ,.hero-block-text > :nth-child(2) .hero-number-span
  {
    font-size: 43px;
  }
}
@media (min-width: 767px) and (max-width: 1725px) 
{
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
    line-height: 75px;
  }

  h2 {
    font-size: 70px;
    line-height: 80px;
  }
  
  h3 {
    font-size: 30px;
    line-height: 45px;
  }

  h4 {
    font-size: 17px;
    line-height: 22px;
  }

  h5 {
    font-size: 26px;
    line-height: 36px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .simple-logo {
    width: 23vw;
  }

  .main-content.utility-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content.container-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .color-holder {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-holder, .link-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-over-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .emphasis-holder, .list-holder, .rich-text-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .emphasis-wrapper {
    grid-template-columns: 1fr;
  }

  .button-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .lowercase-span {
    font-size: 45px;
    line-height: 45px;
  }

  .hero-image {
    margin-bottom: -70px;
  }

  .hero-block-text {
    margin-bottom: -7px;
  }

  .hero-number-span {
    font-size: 30px;
    line-height: 60px;
  }

  .hero-cell {
    padding: 20px;
  }

  .social-links-wrapper {
    top: 13%;
  }

  .huge-heading {
    font-size: 65px;
    line-height: 65px;
  }

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

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

  .our-porjects-text {
    margin-bottom: 40px;
  }

  .our-projects-grid {
    grid-template-columns: 1fr;
  }

  .create {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .create-headings-wrapper, .create-holder, .create-image-wrapper {
    margin-bottom: 60px;
  }

  .create-box-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .create-box {
    width: 100%;
  }

  .approach {
    padding-bottom: 60px;
  }

  .approach-wrapper, .approach-text {
    margin-bottom: 60px;
  }

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

  .benefits-box {
    min-height: 420px;
  }

  .benefits-box-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-section {
    padding-bottom: 60px;
  }

  .contact {
    margin-bottom: 60px;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }

  .footer-social-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .thanks-banner, .error-banner {
    padding-bottom: 60px;
  }

  .contact-banner {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page-box {
    padding: 20px;
  }

  .contact-form-row-inner {
    width: 100%;
  }

  .blog-page-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .blog-banner {
    padding-bottom: 60px;
  }

  .blog-post-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-post-inner {
    bottom: 30px;
    left: 30px;
  }

  .category-body {
    padding-bottom: 60px;
  }

  .center {
    margin-bottom: 60px;
  }

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

  .article-page-banner {
    padding-bottom: 60px;
  }

  .article-page-banner-text {
    max-width: none;
  }

  .similar-articles {
    margin-bottom: 60px;
  }

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

  .individual-banner {
    padding-bottom: 60px;
  }

  .projects-page-body, .individual-projects-body {
    margin-bottom: 60px;
  }

  .waves-video {
    height: 40vh;
  }

  .gradient-project {
    display: none;
  }

  .heading-project-template {
    font-size: 55px;
    line-height: 65px;
  }

  .licesing-holder {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .paragraph-medium {
    font-size: 18px;
    line-height: 28px;
  }

  .privacy-page-wrapper {
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 70px;
  }
}

@media screen and (max-width: 600px) {
  h1, h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .simple-logo {
    width: 37vw;
  }

  .main-content.container-content {
    padding-top: 20px;
  }

  .paragraph-big {
    font-size: 20px;
    line-height: 30px;
  }

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

  .color-title {
    font-size: 18px;
    line-height: 28px;
  }

  .link {
    display: block;
  }

  .style-over-title {
    font-size: 24px;
    line-height: 34px;
  }

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

  .link-inner {
    justify-content: flex-start;
  }

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

  .header {
    flex-direction: column;
  }

  .brand {
    margin-bottom: 20px;
  }

  .header-wrapper {
    width: 100%;
  }

  .overheader {
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .hero-image {
    margin-top: 0;
    margin-bottom: -70px;
  }

  .hero-wrapper {
    font-size: 30px;
  }

  .hero-block-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: -32px;
    padding-top: 0;
  }

  .hero-block-text-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .hero-number-span {
    font-size: 25px;
    font-weight: 700;
  }

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

  .social-links-wrapper {
    top: 7%;
  }

  .huge-heading {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
  }

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

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

  .our-projects {
    padding-top: 20px;
  }

  .create {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .create-headings-wrapper {
    margin-bottom: 40px;
  }

  .create-holder {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .create-image-wrapper {
    margin-bottom: 40px;
  }

  .create-box-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .approach {
    padding-bottom: 40px;
  }

  .approach-wrapper, .approach-text, .aprproach-text-box {
    margin-bottom: 40px;
  }

  .benefits-box {
    min-height: auto;
    border-radius: 20px;
  }

  .footer-section {
    padding-bottom: 40px;
  }

  .contact {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

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

  .banner {
    padding-bottom: 0;
  }

  .contact-text {
    margin-bottom: 40px;
  }

  .contact-banner {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .contact-page-box {
    padding: 15px;
  }

  .contact-link {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-form-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .text-field {
    border-radius: 15px;
    padding: 24px 15px;
  }

  .help-label {
    margin-bottom: 5px;
  }

  .help-field {
    border-radius: 15px;
    padding: 15px;
  }

  .map-wrapper {
    height: 300px;
  }

  .submit-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-page-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .blog-post-inner {
    width: 75%;
    bottom: 20px;
    left: 20px;
  }

  .blog-post-image {
    border-radius: 20px;
  }

  .blog-post-inner-header {
    font-size: 16px;
    line-height: 26px;
  }

  .center {
    margin-bottom: 40px;
  }

  .purple-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-page-banner-text {
    margin-bottom: 40px;
  }

  .individual-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-page-body, .individual-projects-body {
    margin-bottom: 40px;
  }

  .banner-text {
    margin-bottom: -48px;
  }

  .utility-page-content {
    width: 80%;
    max-width: none;
  }

  .gradient-top {
    display: none;
  }

  .heading-project-template {
    font-size: 35px;
    line-height: 45px;
  }

  .licesing-holder {
    padding: 20px;
  }

  .paragraph-medium {
    font-size: 16px;
    line-height: 26px;
  }

  .privacy-page-wrapper {
    padding-bottom: 40px;
  }

  .heading-2 {
    margin-top: 25px;
  }

  .heading-3 {
    margin-bottom: 55px;
    font-size: 40px;
  }
}

#w-node-_3a5806fb-d8b9-b1eb-6711-107e64ccebbf-7aa24ba8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0cf764c9-e314-262a-1600-55b38a4390c5-7aa24ba8, #w-node-ff1d1e91-45f3-ec9d-83ca-5fe8f0b282a2-7aa24ba8, #w-node-c786b800-3474-ff4c-1dc7-cb535689d1e7-7aa24ba8, #w-node-c4437eff-121f-a032-9f7e-82fe5dc8610f-7aa24ba8 {
  align-self: center;
  justify-self: center;
}

#w-node-_071a6038-95a1-a2fd-ce97-0a43cdd39310-cdd39303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70d48b91-3c87-190f-ac2b-94708e4a5f7f-7aa24bad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0442fb86-ea72-6591-a985-b49c280d605d-7aa24ba8 {
    grid-column-start: 1;
  }

  #w-node-_3a5806fb-d8b9-b1eb-6711-107e64ccebbf-7aa24ba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_071a6038-95a1-a2fd-ce97-0a43cdd39310-cdd39303 {
    grid-column: span 3 / span 3;
  }

  #w-node-_071a6038-95a1-a2fd-ce97-0a43cdd39340-cdd39303 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-faec2bd6-d1e9-c6d7-b003-ecf56872d64f-7aa24bab {
    grid-column-start: 1;
  }

  #w-node-faec2bd6-d1e9-c6d7-b003-ecf56872d658-7aa24bab {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_13af19e5-be22-d69c-a1be-71de3fb3dd21-7aa24bad {
    grid-column-start: 1;
  }

  #w-node-_7524042f-55dd-7d10-cd85-3e17ddd6a7e7-7aa24bad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f7008ef-85ad-0507-414f-75ea23bebd14-7aa24bae {
    grid-column-start: 1;
  }

  #w-node-_0f7008ef-85ad-0507-414f-75ea23bebd1d-7aa24bae {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_77d28d8d-edd6-42fd-2752-7c4f68483dcd-7aa24bb0 {
    grid-column-start: 1;
  }

  #w-node-_77d28d8d-edd6-42fd-2752-7c4f68483dd4-7aa24bb0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cf5daac4-15fc-99f3-ec48-0d1a30f40635-7aa24bb2 {
    grid-column-start: 1;
  }

  #w-node-cf5daac4-15fc-99f3-ec48-0d1a30f4063c-7aa24bb2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_48eab01a-30ba-acc1-c4f4-edc86b12cdbd-7aa24bb3, #w-node-_48eab01a-30ba-acc1-c4f4-edc86b12cdbd-cc35840d {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a5806fb-d8b9-b1eb-6711-107e64ccebbf-7aa24ba8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_071a6038-95a1-a2fd-ce97-0a43cdd39310-cdd39303 {
    grid-column: span 2 / span 2;
  }

  #w-node-_071a6038-95a1-a2fd-ce97-0a43cdd39340-cdd39303 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7524042f-55dd-7d10-cd85-3e17ddd6a7e7-7aa24bad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 600px) {
  #w-node-_071a6038-95a1-a2fd-ce97-0a43cdd39310-cdd39303 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7524042f-55dd-7d10-cd85-3e17ddd6a7e7-7aa24bad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}



html ::-webkit-scrollbar {
    display: block;
    width: 14px;
    height: 14px;
    color: #666;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    color: #323232;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    color: #323232;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

body {
    overflow-x:hidden !important;
}
.text-field {
    border-radius:6px;
    color:white;
}
.help-field {
    border-radius: 6px;
    color: white;
}
.help-label {
    margin-bottom: 5px
}


.menu-item {
    display: flex;
}
.menu-item.no-wrap {
    white-space: nowrap;
}
.menu-link {
    display: flex;
    cursor:pointer;
}
.menu-icon {
    width: 20px;
}
.menu-icon svg {    
    max-width: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.menu-dropdown {
    position: relative;
}
.dropdown-background {
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:50001;
}
.dropdown {
    position: absolute;
    border: solid 1px rgba(100, 100, 100, .3);
    /* padding: 1rem 1.5rem; */
    border-radius: 6px;
    /* padding-top: 0; */
    /* top: 19.5px; */
    background: black;
    z-index: 5;
    /* width:100%;*/
    overflow: hidden;
    width: 120%;
    top: 2rem;
    left: -.5rem;
}
.dropdown-item {
}
.dropdown-link {
    color: white;
    text-decoration: none;
    transition: .2s;
    padding: .5rem 1rem;
    transition: .2s;
    cursor: pointer;
    display:flex;
}
.dropdown-link:hover {
    background: rgba(100, 100, 100, .3);
    color: dodgerblue;
}

select {
    background-color: black;
    color: white;
    border-radius: 6px;
    padding: .8rem 1rem;
    font-size: medium;
}

select option {
  background-color: black;
  color: white;  
}
select:focus {
    outline: none; /* Remove the focus outline */
}

select option:checked {
    background-color: black; /* Ensure the selected option has a black background */
    color: white; /* Ensure the selected text is white */
}

input[type=submit],
input[type=button],
.button {
    border: solid 1px transparent;
    outline: 0;
    margin: 0;
    background-color: transparent;
    color: white;
    font-size: 1rem;
    /* opacity: .7; */
    cursor: pointer;
    /* padding: 0rem .5rem; */
    /* margin-right: 1rem; */
    /* padding-top: .3rem; */
    margin-right: .3rem;
    transition: .3s;
    background-color: #323232;
    /* padding-bottom: .5rem; */
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    color: #FDFEFE;
    padding: .7rem 1.3rem;
    margin-right: 0rem;
    margin-top: 3px;
    margin-bottom: 0px;
    white-space: nowrap;
    cursor: pointer;
    /* opacity: 1; */
    font-size: 1.4rem;
    background: rgba(100, 100, 100, .3);
    border-color: rgba(100, 100, 100, .5);
    border-radius: 5px;
    padding: 1.25rem 4rem;
    padding: 15px 50px;
    font-size: 16px;
}
.button {
    padding: .7rem 2rem;
}
input[type=submit]:hover,
input[type=button]:hover,
.button:hover {
    background-color: dodgerblue;
    color: white;
}
input[type=submit]:focus,
input[type=button]:focus,
.button:focus {
    background-color: dodgerblue;
    color: white;
}
input[type=submit]:active,
input[type=button]:active,
.button:active {
    background-color: dodgerblue;
    color: white;
    opacity: .8;
    transition: .3s;
}

.field-label {
    color: whitesmoke;
}
.help-label {
    color: whitesmoke;
}
.help-field {
    padding: 20px 20px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    /*border: solid 1px #2A2A30 !important;*/
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 1s 5000s;
    font-family: sans-serif !important;
    font-size: 18px !important;
    caret-color: white !important;
}

.contact-form-row.margin-bottom-sm {
    margin-bottom:10px;
}

a:-webkit-any-link:not(.button, .link-ex) {
    color: white;
    transition:.2s;
}
a:-webkit-any-link:not(.button, .link-ex):hover {
    color: dodgerblue;
}

.contact-banner a:-webkit-any-link:not(.button-ex),
a:-webkit-any-link.link-ex:not(.button-ex) {
    color: dodgerblue;
    transition: .2s;
    text-decoration: none;
}

.contact-banner a:-webkit-any-link:not(.button-ex):hover,
a:-webkit-any-link.link-ex:not(.button-ex):hover {
    text-decoration:underline;
}


.user-image {
    position: relative;
    padding-right: 1rem;
}
.user-image .user-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    border: solid 1px rgba(100, 100, 100, .3);
    top: 3rem;
    right: -1rem;
    min-width: 200px;
    align-items: end;
    border-radius: 6px;
    transition: .1s;
    opacity: 0;
    display: flex;
    background: black;
   /* background: linear-gradient(170deg, #000, #111);*/
    /*overflow:hidden;*/
}
/*.user-image .user-menu::before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 38px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #000 transparent !important;
}*/
.user-image .user-menu.show {
    opacity: 1;
    z-index: 50002;
    pointer-events:all;
}
.user-image .user-menu-info {
    background: transparent;
    width: 100%;
    text-align: right;
    padding: .5rem 1rem;
    transition: .2s;
    font-size: medium;
    user-select:none;
}
.user-image .user-menu-item {
    background: transparent;
    width: 100%;
    text-align: left;
    padding: .5rem 1rem;
    padding: 1rem 1.25rem;
    line-height: normal;
    transition: .2s;
    font-size: medium;
    user-select:none;
}
.user-image .user-menu-item:hover {
    background: rgba(100,100,100,.3);
}
.user-image .user-menu-seperator {
    height:1px;
    width:100%;
    background: rgba(100,100,100,.3);
    display:none;
}
.user-image .image-container {
    outline: none;
    border-style: solid;
    border-width: 2px;
    margin-right:0px;
    width: 40px;
    height: 40px;
    opacity:.8;
    transition:.2s;
}
.user-image .image-container:hover {
    opacity:1;
}
.user-image .image-container .image-container-label {
    /* font-size: 17px; */
    font-size: medium;
    font-weight: bold;
}
.user-image .image-container:focus,
.user-image .image-container.focused {
    border-color: dodgerblue !important;
}
.menu-item .menu-icon {
    background: transparent;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    width: 20px;
    display: none;
}
.menu-item .menu-icon:focus,
.menu-item .menu-icon.focused {
    border-color: dodgerblue !important;
}
.user-image .menu-link {
    display: none;
}
.user-image .image-container::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position:absolute;
    right:0rem;
}

#UserMenuLogout {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.user-image-info {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: .5rem;
    background: transparent;
    width: 100%;
    text-align: right;
    padding: .5rem 1rem;
    padding: 1rem 1.25rem;
    padding-right: 2rem;
    padding-bottom: .5rem;
    transition: .2s;
    font-size: medium;
    user-select: none;
}
.user-image .name-container {
    margin-left: .5rem;
    text-align: left;
}
.user-image .name-container-user {
    padding: 0;
    line-height: normal;
    font-size: smaller;
    margin-bottom: .25rem;
    text-align: left;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user-image .name-container-email {
    padding: 0;
    line-height: normal;
    font-size: small;
    text-align: left;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user-image .user-image-info .image-container::after {
    display:none;
}
.user-image .user-image-info .image-container {
    width: 36px;
    height: 36px;
}
.user-image .user-switch-accounts {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.user-image .user-menu.user-accounts-menu {
    right: 100%;
    top: -5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index:-1;
    pointer-events:none;
}
.user-image .user-menu.user-accounts-menu:hover,
.user-image .user-switch-accounts:hover .user-menu.user-accounts-menu {
    opacity: 1;
    pointer-events: all;
    transition-delay: .3s;
    z-index: initial;
    pointer-events: all;
}
.user-image #UserMenuSwitchAccounts::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    transform: rotate(270deg);
}
.user-image .user-switch-accounts .user-image-info {
    padding:0px;
}
.user-image .user-switch-accounts .user-image-info .name-container {
    flex:1;
}
.user-image .check-container img {
    max-width: 24px;
    margin-left: 1rem;
}
.user-menu-loader {
    background: transparent;
    width: 100%;
    text-align: left;
    padding: .5rem 1rem;
    padding: 1rem 1.25rem;
    line-height: normal;
    transition: .2s;
    font-size: medium;
    user-select: none;
    display: flex;
    align-items: center;
}
.user-menu-loader .loading-spinner {
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
}
.user-menu-loader .loading-container {
    margin-left: .5rem;
    font-style: italic;
    white-space: nowrap;
    min-height: 2rem;
    display: flex;
    align-items: center;
}

.user-menu-item .check-container {
    opacity: 0;
}
.user-menu-item.selected .check-container {
    opacity: 1;
}

a, button {
    user-select: none;
}

.btn-fade-ex {
    transition:.2s;
    opacity:.7;
}
.btn-fade-ex:hover {
    opacity: 1;
    text-decoration:underline;
}
.btn-fade-ex:focus,
.btn-fade-ex.focused {
    opacity: 1;
    text-decoration:underline;
}
.btn-fade-ex:active {
    opacity:.8;
}

