/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 1em;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 66px;
  line-height: 1em;
  font-weight: 800;
  text-transform: capitalize;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 1em;
  font-weight: 800;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

a {
  align-items: center;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

a:hover {
  color: #be1e2d;
}

ul {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  flex-direction: column;
  grid-row-gap: 15px;
}

li {
  position: relative;
  display: flex;
  padding-left: 22px;
  align-items: center;
  background-image: url('../images/list-bullet.svg');
  background-position: 0% 7px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1.4em;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  border-left: 1px none #000;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

figure {
  margin-bottom: 10px;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.licensing-fonts {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.blog-sidebar {
  overflow: visible;
}

.section.works-details {
  padding-top: 120px;
}

.section.blog-post {
  padding-top: 120px;
}

.section.top-spacing {
  padding-top: 80px;
}

.section.landing-page {
  display: flex;
  padding-top: 140px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.section.color-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #be1e2d;
}

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

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

.section.padding-top-big {
  padding-top: 80px;
}

.base-container {
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  align-items: center;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.stretch {
  align-items: stretch;
}

.grid-system-wrapper {
  display: flex;
  width: 100%;
  margin-top: 30px;
  flex-direction: column;
}

.grid-system {
  display: flex;
  width: 80%;
  justify-content: space-between;
  border-top: 1px solid #7c7c7c;
}

.grid-title {
  display: flex;
  width: 19%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px;
  justify-content: center;
  border-right: 1px solid #7c7c7c;
  border-left: 1px none #a7a7a7;
  background-color: #be1e2d;
  color: #fff;
}

.grid-title.first-grid {
  width: 24%;
  margin-top: 0px;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  background-color: #be1e2d;
}

.grid-description {
  display: flex;
  width: 19%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px;
  justify-content: center;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}

.grid-description.first-description {
  width: 24%;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  position: relative;
  width: 70%;
  margin-top: 30px;
}

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

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

.bottom-style-spacing-desktop {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  font-weight: 700;
}

.top-style-spacing-desktop {
  position: absolute;
  top: 8%;
  right: 0px;
  bottom: auto;
  font-weight: 700;
}

.spacing-wrapper {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.middle-style-spacing-desktop {
  position: absolute;
  left: auto;
  top: 33%;
  right: 0%;
  bottom: auto;
  font-weight: 700;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: #be1e2d;
  color: #be1e2d;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  width: 75px;
  height: 75px;
  background-color: #000;
  box-shadow: 0 0 20px 10px hsla(0, 0%, 100%, 0.1);
}

.colors-container {
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
}

.color-container {
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.primary-light-style-guide {
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.headings-typography-wrapper {
  display: flex;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

.headings-typography-wrapper.last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 80px;
}

.h2-tablet {
  font-size: 66px;
}

.h1-mobile {
  font-size: 48px;
}

.h2-mobile {
  font-size: 42px;
}

.h3-mobile {
  font-size: 36px;
}

.h3-tablet {
  font-size: 50px;
}

.style-guide-body-wrapper {
  display: flex;
  width: 47%;
  margin-right: 40px;
  flex-direction: column;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0px;
}

.primary-button {
  display: inline-block;
  padding: 10px 30px;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #be1e2d;
  border-radius: 50px;
  background-color: #be1e2d;
  transition: all 300ms ease;
  color: #f9f9fa;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

.primary-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #be1e2d;
  background-color: rgba(190, 30, 45, 0.36);
  color: #fff;
}

.primary-button.full-width-mobile {
  display: block;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  position: absolute;
  top: 5%;
  right: 0px;
  font-weight: 700;
}

.middlr-style-spacing-mobile {
  position: absolute;
  top: 29%;
  right: 0px;
  font-weight: 700;
}

.bottom-style-spacing-mobile {
  position: absolute;
  right: 0px;
  bottom: 7%;
  font-weight: 700;
}

.grid-header {
  width: 100%;
  margin-top: 40px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.nav-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: all;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #be1e2d;
}

.nav-link.footer-link {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

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

.nav-link.footer-link-first {
  padding-left: 0px;
  color: #fff;
}

.nav-link.footer-link-first:hover {
  color: #be1e2d;
}

.nav-dropdown-toggle {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 25px 5px;
  transition: all 300ms ease;
}

.nav-dropdown-toggle:hover {
  color: #be1e2d;
}

.nav-dropdown-icon {
  display: none;
  font-size: 16px;
}

.nav-dropdown-list {
  width: 200px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}

.nav-dropdown-list.pages {
  width: 240px;
}

.nav-dropdown-link-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  align-items: center;
}

.nav-dropdown-link {
  display: flex;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0px;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-dropdown-link:hover {
  margin-left: 0px;
  color: #be1e2d;
}

.nav-dropdown-link.w--current {
  color: #be1e2d;
}

.nav-item-title {
  margin-top: 0px;
  margin-bottom: 8px;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.nav-item-title:hover {
  color: #be1e2d;
}

.style-guide-banner-section {
  display: flex;
  padding-top: 180px;
  padding-bottom: 140px;
  justify-content: center;
  align-items: center;
  background-color: #be1e2d;
}

.licensing-title-wrapper {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px none rgba(94, 94, 94, 0.5);
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid rgba(94, 94, 94, 0.5);
}

.licensing-grid {
  width: 100%;
  padding-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px none rgba(94, 94, 94, 0.5);
}

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

.licensing-image.eye {
  -o-object-position: 30% 0%;
  object-position: 30% 0%;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  margin-right: 50px;
  color: #000;
  font-weight: 700;
  letter-spacing: normal;
}

.license-link.last-child {
  margin-right: 0px;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  font-family: 'Fa brands 400', sans-serif;
  color: #be1e2d;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: 'Fa solid 900', sans-serif;
}

.licensing-fonts-wrapper {
  display: flex;
  width: 100%;
  margin-top: 20px;
  align-items: center;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  font-weight: 400;
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.utility-page-wrap.password {
  position: relative;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.utility-page-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.password-image {
  display: block;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  filter: invert(100%);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

._404-logo-wrapper {
  position: absolute;
  left: 0%;
  top: 35px;
  right: 0%;
  bottom: auto;
  display: flex;
  justify-content: center;
}

.text-center-404 {
  max-width: 500px;
  font-size: 60px;
  text-align: center;
}

._404-content-wrapper {
  display: flex;
  max-width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.coming-soon-wrapper {
  display: flex;
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  display: flex;
}

.coming-soon-input {
  height: auto;
  max-width: 300px;
  min-width: 250px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e9e9e9;
  background-color: transparent;
  color: #fff;
}

.coming-soon-input:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: #afafaf;
}

.coming-soon-input::-moz-placeholder {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-input::-ms-input-placeholder {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-input::placeholder {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-input.coming-soon {
  margin-bottom: 0px;
}

.coming-soon-paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.coming-soon-heading {
  margin-top: 40px;
  font-size: 70px;
  text-align: center;
}

.blog-post-title {
  transition: color 300ms ease;
}

.blog-post-title:hover {
  color: #be1e2d;
}

.nav-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.blog-sidebar-item {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.blog-sidebar-post-content {
  display: flex;
  margin-top: -16px;
  padding-bottom: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.blog-sidebar-post-category {
  display: inline-block;
  margin-top: -28px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #be1e2d;
  transition: all 300ms ease;
  color: #fff;
}

.blog-sidebar-post-category:hover {
  background-color: #fff;
  color: #be1e2d;
}

.blog-sidebar-post-category.top-banner-blog-page {
  margin-top: 0px;
}

.blog-sidebar-left {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.blog-sidebar-right {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 540px;
  flex-direction: column;
}

.blog-sidebar-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  grid-column-gap: 40px;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  display: flex;
  margin-bottom: 20px;
}

.sidebar-recent-post-image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-recent-post {
  display: flex;
  align-items: center;
}

.blog-recent-post-title {
  margin-top: 0px;
  font-size: 16px;
}

.div-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-recent-post-date {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #969696;
  font-size: 14px;
}

.sidebar-recent-posts {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 0px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.sidebar-categories {
  padding: 10px 20px 10px 0px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
}

.sidebar-category {
  display: inline-block;
  padding: 5px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #be1e2d;
  border-radius: 6px;
  background-color: #be1e2d;
  transition: all 300ms ease;
  color: #fff;
}

.sidebar-category:hover {
  background-color: transparent;
  color: #be1e2d;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.blog-template-image {
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  display: flex;
  margin-top: 80px;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.prev-post-arrow {
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #afafaf;
}

.next-post-arrow {
  margin-bottom: 0px;
  margin-left: 25px;
  font-family: 'Fa solid 900', sans-serif;
  color: #afafaf;
}

.blog-template-prev-button {
  display: flex;
  flex: 1;
}

.blog-template-next-button {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.blog-template-pagination-link {
  display: flex;
  width: auto;
  align-items: center;
}

.blog-template-next {
  text-align: right;
}

.footer {
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 20px;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #000;
  text-align: center;
}

.footer-rights-wrapper {
  display: flex;
  width: 100%;
  padding-top: 20px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-copyright {
  text-align: left;
}

.section-title-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between;
  text-align: center;
}

.section-title-wrapper.landing {
  flex-direction: column;
}

.style-guide-buttons-wrapper {
  display: flex;
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  display: none;
  margin-right: 0px;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.play-button {
  position: absolute;
  z-index: 5;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-30.centered {
  max-width: 880px;
  margin-top: 20px;
  text-align: center;
}

.link-with-icon {
  display: flex;
  transition: all 300ms ease;
}

.link-with-icon:hover {
  opacity: 0.7;
  color: #fff;
}

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

.footer-link {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 300ms ease;
  color: #afafaf;
}

.footer-link:hover {
  color: #fff;
}

.footer-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

.footer-brand-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.without-top-spacing {
  padding-top: 0px;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  transition: all 300ms ease;
  font-size: 18px;
}

.search-link:hover {
  opacity: 0.7;
}

.search-input {
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.search-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #be1e2d;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.list-item-circle {
  position: absolute;
  left: 0px;
  top: 7px;
  right: auto;
  bottom: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #be1e2d;
}

.headings-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
  margin-top: 30px;
  grid-row-gap: 10px;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  position: relative;
  display: flex;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  transition: all 300ms ease;
  color: #fff;
  font-size: 19px;
  line-height: 32px;
}

.about-3-tab-link.w--current {
  padding-top: 20px;
  padding-bottom: 4px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}

.template-empty-state {
  padding: 30px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #be1e2d;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-info {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.project-template-content-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.project-template-info-wrap {
  display: flex;
  padding: 20px;
  flex-direction: column;
  grid-row-gap: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.paragraph-gray {
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 800;
}

.project-template-social-icons {
  display: flex;
  margin-top: 3px;
  align-items: flex-start;
  font-size: 26px;
}

.project-template-social-link {
  display: flex;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 18px;
  line-height: 15px;
}

.project-template-social-link:hover {
  opacity: 0.6;
  color: #fff;
}

.project-template-social-link.last-child {
  margin-right: 0px;
}

.project-template-social-link.last-child:hover {
  background-color: transparent;
}

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

.play-button-icon {
  position: relative;
  z-index: 7;
  margin-left: 4px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.play-button-hover {
  position: absolute;
  z-index: 10;
  width: 94px;
  height: 94px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 50%;
  transform: scale(0.85);
  transition: all 300ms ease;
}

.play-button-hover:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
  transform: scale(1);
}

.sidebar-search {
  padding: 0px 20px 10px 0px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.sidebar-search-wrapper {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}

.sidebar-search-input {
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 22px 10px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 68.7%, 0.5) hsla(0, 0%, 68.7%, 0.5) #fff;
  background-color: transparent;
}

.sidebar-search-input:active {
  color: #fff;
}

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

.sidebar-search-input:focus-visible {
  color: #fff;
}

.sidebar-search-input[data-wf-focus-visible] {
  color: #fff;
}

.sidebar-search-input::-moz-placeholder {
  color: #afafaf;
  font-size: 16px;
}

.sidebar-search-input::-ms-input-placeholder {
  color: #afafaf;
  font-size: 16px;
}

.sidebar-search-input::placeholder {
  color: #afafaf;
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  position: relative;
  display: flex;
  width: 36%;
  height: 770px;
  flex: 0 auto;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.secondary-button {
  padding: 10px 30px;
  border-radius: 50px;
  background-color: transparent;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.secondary-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

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

.blog-section-title {
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  padding-right: 30px;
  padding-left: 30px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-title-center {
  display: flex;
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper {
  display: flex;
  width: 100%;
  margin-top: 10px;
  align-items: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.testimonials-wrapper-2 {
  display: flex;
  width: 100%;
  margin-top: 10px;
  align-items: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.top-banner-button-wrapper {
  position: relative;
  display: flex;
  margin-top: 38px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-img._1 {
  left: 12%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 350px;
}

.about-img._5 {
  left: 24%;
  top: 60%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  width: 350px;
}

.about-img._3 {
  left: auto;
  top: 19%;
  right: 4%;
  bottom: 0%;
  z-index: 1;
  width: 300px;
}

.about-img._4 {
  left: 50%;
  top: 47%;
  right: 30%;
  bottom: 0%;
  z-index: 5;
  width: 220px;
}

.about-img._2 {
  left: 2%;
  top: 31%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 300px;
}

.subtitle {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid hsla(0, 0%, 50.2%, 0.15);
}

.our-services-wrap {
  display: flex;
  width: 33.33%;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 20px;
}

.central-alignment-heaading {
  margin-bottom: 75px;
  text-align: center;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  display: flex;
  width: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-1-latest-works-collection {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.home-projects-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.projects-name {
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 0 0 auto;
  text-transform: uppercase;
}

.home-projects-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 3020px;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.content {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  border-radius: 5px;
}

.video-lightbox {
  position: absolute;
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
}

.video-lightbox.home-2 {
  right: 30px;
  bottom: 30px;
}

.industries-block-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 35vw;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 12px;
  background-color: transparent;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px 0 rgba(20, 23, 51, 0.15);
}

.sidebar-categories-list {
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.blog-details-link-title {
  color: #fff;
}

.home-9-team-item {
  position: relative;
  width: 31%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 370px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-with-blue-bg {
  display: flex;
  justify-content: center;
  background-color: #be1e2d;
}

.nav-dropdown-link-line {
  display: inline-block;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  background-color: #be1e2d;
}

.search {
  width: 100%;
}

.subtitle-2 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid hsla(0, 0%, 50.2%, 0.15);
  color: #fc8e44;
}

.project-title-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown-nav-link {
  display: flex;
  margin-left: -20px;
  padding: 5px 0px;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #999;
}

.dropdown-nav-link:hover {
  color: #004ae2;
}

.dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.home-19-gallery-img-link {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

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

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.rich-text-style h5 {
  margin-top: 20px;
}

.rich-text-style h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  left: 2%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: flex;
  height: 40px;
  align-items: center;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-tablet {
  display: none;
}

.arrow-link-icon {
  display: flex;
}

.link-arrow-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url('../images/Group-4.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-button-wrapper {
  display: flex;
  margin-left: 20px;
  align-items: center;
}

.home-tab-underline {
  width: 20px;
  height: 3px;
  background-color: #fff;
}

.footer-wrapper-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.overflow-hidden-container {
  overflow: hidden;
  width: 100%;
}

.logo-loop-wrapper {
  display: flex;
  width: 2399px;
  grid-column-gap: 50px;
  opacity: 0.4;
}

.logo-loop {
  display: flex;
  grid-column-gap: 50px;
}

.loop-logo-item {
  max-height: 80px;
}

.loop-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-banner-section {
  overflow: hidden;
  height: 100vh;
}

.top-banner-section.about-us {
  height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.top-banner-section.about-us-2 {
  height: auto;
  padding-top: 110px;
  padding-bottom: 50px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.top-banner-section.blog-page {
  height: 60vh;
}

.top-banner-section.blog-category-page {
  height: auto;
  max-height: 500px;
  padding-top: 70px;
}

.background-video {
  display: flex;
  overflow: hidden;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #000, transparent);
}

.background-video.home-3 {
  flex-direction: column;
  grid-row-gap: 30px;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.3));
}

.background-video.blog-page {
  height: 60vh;
  padding-top: 30px;
}

.home-title {
  max-width: 770px;
  font-size: 100px;
  text-align: center;
}

.home-title.heading-top-banner-title-smaller {
  max-width: none;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
}

.extra-bold-text {
  color: #000;
  font-size: 110px;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: -3px -1px 0 #fff, 3px -1px 0 #fff, -3px 1px 0 #fff, 3px 1px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff;
}

.text-lines-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-row-gap: 40px;
}

.text-and-image-lines-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  grid-column-gap: 30px;
  border-radius: 10px;
}

.full-width-video {
  display: block;
  max-height: 80vh;
}

.full-width-video.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.full-width-video.work-3 {
  max-height: 400px;
}

.arrow-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  transition: all 200ms ease;
}

.arrow-icon:hover {
  right: 25px;
  bottom: 25px;
}

.three-columns-grid {
  width: 100%;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.our-clients-names-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 50px;
}

.our-clients-names-wrapper.left-align {
  align-items: flex-start;
  grid-row-gap: 30px;
}

.our-clients-names-wrapper.left-align-about-3 {
  max-width: 700px;
  align-items: flex-start;
  grid-row-gap: 30px;
}

.about-us-video-wrapper {
  overflow: hidden;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 10px;
}

.image-wrapped-down {
  position: relative;
  overflow: hidden;
  max-height: 120px;
  margin-left: auto;
  flex: 1;
  border-radius: 10px;
}

.image-wrapped-down.last-item {
  max-width: 540px;
  flex: 1;
}

.image-wrapped-down.first-item {
  width: 100%;
  max-width: 585px;
  flex: 0 0 auto;
}

.image-wrapped-down.mid-item {
  width: 100%;
  max-width: 90%;
  margin-left: 0px;
  flex: 0 auto;
}

.image-wrapped-down.mid-item-copy {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  flex: 0 auto;
}

.background-video-colors {
  overflow: visible;
  margin-top: -75px;
}

.background-video-about-us.about-us-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), #000);
  text-align: center;
}

.background-video-about-us.about-us-3 {
  display: flex;
  width: 100%;
  max-height: 450px;
  max-width: 570px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  text-align: center;
}

.background-video-about-us.blog-page {
  display: flex;
  max-height: 400px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), #000);
  text-align: center;
}

.background-video-about-us.coming-soon {
  display: flex;
  min-height: 100vh;
  align-items: center;
}

.two-columns-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.latest-works-video-item {
  z-index: 1;
  width: 100%;
  height: 320px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  -o-object-fit: cover;
  object-fit: cover;
}

.latest-works-video-item.home-2-large {
  width: 48%;
  height: 59%;
}

.latest-works-video-item.home-2-smaller {
  width: 48%;
  height: 37%;
}

.video-title {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 47px;
}

.home-video-player {
  position: relative;
}

.home-video-player.home-3 {
  display: flex;
  width: 50%;
  height: 100%;
  max-height: 600px;
  max-width: 570px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.video-player-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.video-player-image.home-3 {
  height: 600px;
  border-radius: 10px;
}

.video-player-image.works-2 {
  min-height: 350px;
  border-radius: 10px;
}

.video-info-content-wrapper {
  display: flex;
  grid-column-gap: 125px;
}

.video-info-content-wrapper.works-2 {
  height: 100.0000062642993%;
  flex: 1;
  grid-column-gap: 100px;
}

.video-info-content-wrapper.works-2-top {
  height: 100.0000062642993%;
  flex: 1;
  grid-column-gap: 100px;
}

.video-info-block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 auto;
  grid-row-gap: 30px;
}

.max-width-580 {
  max-width: 580px;
  text-align: center;
}

.about-us-page-autoplay-video {
  overflow: hidden;
  max-height: 244px;
  border-radius: 10px;
}

.paragraph-and-button-wrapper {
  display: flex;
  max-width: 460px;
  flex-direction: column;
}

.heading-top-banner-title-smaller {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1em;
}

.our-clients-link-block-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.our-clients-link-image {
  transition: all 300ms ease;
}

.our-clients-link-image:hover {
  opacity: 0.8;
}

.background-video-visual {
  overflow: visible;
  width: auto;
  margin-top: -115px;
}

.about-us-3-video-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 10px;
}

.absolute-top-banner-title {
  position: absolute;
  width: 100%;
}

.about-us-background-video-3 {
  display: flex;
  width: 100%;
  min-height: 500px;
  padding-right: 85px;
  padding-left: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-row-gap: 30px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.8));
}

.max-width-600 {
  max-width: 600px;
}

.clients-background-video {
  max-height: 360px;
  max-width: 400px;
  border-radius: 10px;
}

.extra-bold-text-h3 {
  color: #000;
  font-size: 60px;
  line-height: 1em;
  font-weight: 800;
  text-shadow: -3px -1px 0 #fff, 3px -1px 0 #fff, -3px 1px 0 #fff, 3px 1px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff;
}

.our-clients-content-wrapper-about-us-3 {
  display: flex;
  width: 100%;
  grid-column-gap: 70px;
}

.our-client-image-about-us-3-wrapper {
  display: flex;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: space-between;
}

.about-us-3-awards-content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-row-gap: 30px;
}

.max-width-70 {
  width: 70%;
}

.contact-us-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.contact-us-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  grid-column-gap: 100px;
}

.have-an-idea-wrapper {
  display: flex;
  max-width: 480px;
  flex-direction: column;
  grid-row-gap: 20px;
}

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

.contact-us-title {
  font-size: 66px;
}

.contact-us-info {
  width: 100%;
  max-width: 480px;
}

.contact-us-links-wrapper {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
  grid-row-gap: 20px;
}

.contact-us-links-wrapper.mobile {
  display: none;
}

.contact-us-links-wrapper.desctop {
  margin-top: 40px;
}

.contact-us-form-block {
  display: flex;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}

.radio-buttons-wrapper {
  display: flex;
  margin-bottom: 45px;
  grid-column-gap: 40px;
}

.radio-button-field {
  position: relative;
  display: flex;
  margin-bottom: 0px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 60px;
  font-weight: 700;
}

.radio-button:hover {
  border-style: none;
}

.radio-button:active {
  border-style: none;
}

.radio-button.w--redirected-checked {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.radio-button.w--redirected-focus {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  box-shadow: none;
}

.radio-button.w--redirected-focus-visible {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.radio-button-lable-contact-form {
  font-weight: 700;
  white-space: nowrap;
}

.contact-us-form-field {
  height: 64px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.contact-us-form-field:focus {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.contact-us-form-field:focus-visible {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.contact-us-form-field[data-wf-focus-visible] {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.contact-us-form-field::-moz-placeholder {
  color: #fff;
}

.contact-us-form-field::-ms-input-placeholder {
  color: #fff;
}

.contact-us-form-field::placeholder {
  color: #fff;
}

.contact-us-form-field.first-item {
  height: 54px;
}

.contact-us-form-field.text-field {
  height: 100px;
  padding-top: 16px;
}

.contact-us-fields-wrapper {
  margin-bottom: 50px;
}

.contact-us-footer {
  padding-bottom: 50px;
}

.background-video-animation {
  overflow: visible;
}

.category-ablsolute-link {
  display: flex;
}

.category-ablsolute-link.right-align {
  justify-content: flex-end;
  text-align: right;
}

.absolte {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.nav-link-wrapper {
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  flex-direction: column;
  flex: 1;
}

.location-text-block {
  line-height: 1.5em;
}

.error-message {
  background-color: transparent;
}

.success-message {
  width: 100%;
  background-color: transparent;
}

.process-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-row-gap: 50px;
}

.e-1-background-videos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.e-1-background-videos.home-1-copy {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.home-1-latest-works-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-1-latest-works-list.home-2 {
  height: 100%;
  flex-direction: column;
}

.home-1-latest-works-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 48%;
  max-height: 320px;
  border-radius: 10px;
  transition: opacity 300ms ease, transform 300ms ease;
}

.home-1-latest-works-item:first-child {
  width: 100%;
}

.home-1-latest-works-item:last-child {
  width: 100%;
}

.home-1-latest-works-item.works-1:first-child {
  width: 48%;
}

.home-1-latest-works-item.works-1:last-child {
  width: 48%;
}

.projects-1-latest-works-wrap {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  transition: color 300ms ease;
}

.home-3-latest-projects-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 1400px;
  margin-top: 25px;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.home-3-latest-works-item {
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-height: 320px;
  border-radius: 10px;
  transition: opacity 300ms ease, transform 300ms ease;
}

.home-2-projects-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.home-2-latest-works-item {
  position: relative;
  z-index: 5;
  display: inline-block;
  overflow: hidden;
  width: 48%;
  height: 37%;
  border-radius: 10px;
  transition: opacity 300ms ease, transform 300ms ease;
}

.home-2-latest-works-item:first-child {
  height: 59%;
}

.home-2-latest-works-item:hover {
  opacity: 0.8;
}

.home-2-latest-works-item:active {
  transform: none;
}

.home-2-video-bg-wrapper {
  display: flex;
  height: 937px;
  flex-direction: column;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
}

.about-projects-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 2420px;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.works-latest-works-collection {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.works-2-latest-projects-wrapper {
  position: relative;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 320px;
  margin-top: 25px;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.header-wrapper {
  margin-bottom: 20px;
}

.background-video-404 {
  display: flex;
  overflow: hidden;
  height: 75vh;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #000, transparent);
}

.comimg-soon-wrapper {
  min-height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.link-block-blog-post {
  margin-top: 6px;
}

.work-template-video-wrapper {
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  border-radius: 10px;
}

.blog-rich-text {
  margin-right: auto;
  text-align: left;
}

.blog-rich-text h2 {
  width: 75%;
  max-width: 700px;
}

.blog-rich-text h3 {
  width: 75%;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.blog-rich-text h4 {
  width: 75%;
  max-width: 700px;
}

.blog-rich-text blockquote {
  width: 75%;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 0px 0px 30px;
  border-left: 4px solid #be1e2d;
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
}

.blog-rich-text p {
  width: 75%;
  max-width: 700px;
}

.blog-rich-text figure {
  margin-top: 30px;
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.landing-banner-title-wrapper {
  display: flex;
  max-width: 960px;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.text-white {
  color: #fff;
}

.banner-description {
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
}

.landing-banner-image {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.section-title-description {
  margin-top: 30px;
  text-align: center;
}

.landing-home-pages-wrapper {
  display: flex;
  max-width: 1480px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.landing-inner-page-item {
  width: 100%;
  padding: 6px;
  border-radius: 10px;
  background-color: #000;
  text-align: center;
}

.landing-inner-page-item.home-screen {
  border-radius: 10px;
}

.landing-inner-page-image-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.landing-inner-page-image {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.landing-inner-page-icon {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0f5cfa;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 20px;
}

.landing-inner-page-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.landing-progress-bar-88 {
  position: relative;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  border-radius: 10px;
  background-color: #000;
}

.landing-progress-bar-100 {
  position: relative;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  border-radius: 10px;
  background-color: #000;
}

.landing-progress-bar-95 {
  position: relative;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  border-radius: 10px;
  background-color: #000;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  width: 100%;
  height: 15px;
  border-radius: 10px;
  background-color: #eef4f8;
}

.landing-progress-bar-number {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 35px;
  font-size: 18px;
  font-weight: 700;
}

.landing-progress-bar-92 {
  position: relative;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  border-radius: 10px;
  background-color: #000;
}

.landing-performance-grid {
  width: 100%;
  margin-top: 25px;
  grid-column-gap: 120px;
  grid-row-gap: 60px;
}

.landing-features-grid {
  margin-top: 25px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
}

.landing-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-feature-icon {
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 20px;
}

.landing-inner-pages-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1480px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.landing-download-block-wrapper {
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px 80px 75px 200px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: #be1e2d;
  background-image: url('../images/Frame-47.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.primary-button-white {
  padding: 16px 22px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  transition: all 200ms ease;
  color: #0f5cfa;
  text-align: center;
  letter-spacing: 0.5px;
}

.primary-button-white:hover {
  background-color: transparent;
  color: #fff;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
}

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

.download-header {
  font-size: 48px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.social-card-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 48px;
  z-index: 1000;
  display: flex;
  width: 141px;
  min-width: 150px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.social-card-2:hover {
  color: #000;
}

.social-card {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 1000;
  display: flex;
  min-width: 150px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.social-card:hover {
  color: #000;
}

.button {
  display: block;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #272727;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.modal-closer {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform 200ms ease-in-out;
  cursor: pointer;
}

.modal-closer:hover {
  transform: scale(1.1);
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 50px;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.bot-background {
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #272727;
}

.modal {
  position: relative;
  z-index: 10;
  width: 500px;
  max-width: 100%;
  padding: 25px 40px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 7px 50px -9px rgba(0, 0, 0, 0.2);
  color: #383838;
  cursor: default;
}

.modal-title {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
}

.nav-link-modal {
  display: inline;
  padding: 10px 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  transition-property: all;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.nav-link-modal:hover {
  color: #be1e2d;
}

.nav-link-modal.footer-link {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.nav-link-modal.footer-link:hover {
  color: #be1e2d;
}

.nav-link-modal.footer-link-first {
  padding-left: 0px;
  color: #fff;
}

.nav-link-modal.footer-link-first:hover {
  color: #be1e2d;
}

.text-block {
  display: inline;
}

.modal-wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 50px;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.bot-background-2 {
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #272727;
}

.modal-2 {
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 100%;
  padding: 25px 40px;
  border-radius: 2px;
  background-color: #000;
  box-shadow: 0 7px 50px -9px rgba(0, 0, 0, 0.2);
  color: #383838;
  cursor: default;
}

.modal-closer-2 {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform 200ms ease-in-out;
  cursor: pointer;
}

.modal-closer-2:hover {
  transform: scale(1.1);
}

.nav-link-modal-hidden {
  display: inline;
  padding: 10px 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  transition-property: all;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.nav-link-modal-hidden:hover {
  color: #be1e2d;
}

.nav-link-modal-hidden.footer-link {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.nav-link-modal-hidden.footer-link:hover {
  color: #be1e2d;
}

.nav-link-modal-hidden.footer-link-first {
  padding-left: 0px;
  color: #fff;
}

.nav-link-modal-hidden.footer-link-first:hover {
  color: #be1e2d;
}

.datenschutz-wrapper {
  min-height: 100vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.partner {
  transition: all 300ms ease;
}

.partner:hover {
  opacity: 0.8;
}

.partner-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 50px;
}

.partner-wrapper.left-align {
  align-items: flex-start;
  grid-row-gap: 30px;
}

.partner-wrapper.left-align-about-3 {
  max-width: 700px;
  align-items: flex-start;
  grid-row-gap: 30px;
}

.partner-link-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.extra-bold-text-partner {
  color: #000;
  font-size: 50px;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: -3px -1px 0 #fff, 3px -1px 0 #fff, -3px 1px 0 #fff, 3px 1px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff;
}

.extra-bold-text-partner.hover-animation {
  font-size: 50px;
}

.modal-title-partner {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
}

.contact-us-form-field-honeypot {
  display: none;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.contact-us-form-field-honeypot:focus {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.contact-us-form-field-honeypot:focus-visible {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.contact-us-form-field-honeypot[data-wf-focus-visible] {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.contact-us-form-field-honeypot::-moz-placeholder {
  color: #fff;
}

.contact-us-form-field-honeypot::-ms-input-placeholder {
  color: #fff;
}

.contact-us-form-field-honeypot::placeholder {
  color: #fff;
}

.contact-us-form-field-honeypot.first-item {
  height: 54px;
}

.contact-us-form-field-honeypot.text-field {
  height: 100px;
  padding-top: 16px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  color: #1b1e3e;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  color: #69c399;
  font-size: 80px;
  line-height: 88px;
}

.heading-h3-size {
  color: #1b1e3e;
  font-size: 22px;
  line-height: 1.455em;
  font-weight: 700;
}

.color-neutral-700 {
  color: #494b5c;
}

.grid-project-a {
  margin-top: 1.2vw;
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox-link-a {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 320px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 14px;
}

.lightbox-link-a.large-a {
  height: 320px;
}

.block-project {
  position: absolute;
  z-index: 20;
  display: flex;
  width: 100%;
  padding: 95px 40px 35px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.overflow {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.heading-project {
  margin-bottom: 0px;
  font-size: 26px;
}

.heading-project:hover {
  color: #be1e2d;
}

.subheading-project {
  margin-bottom: 0px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.background-video-405 {
  z-index: 0;
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 14px;
  background-color: rgba(218, 215, 212, 0.07);
}

.link-with-icon-hidden {
  display: none;
  transition: all 300ms ease;
}

.link-with-icon-hidden:hover {
  opacity: 0.7;
  color: #fff;
}

.paragraph-gray-2 {
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 130px;
  }

  h2 {
    font-size: 90px;
  }

  h3 {
    font-size: 60px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.works-details {
    padding-top: 120px;
  }

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

  .section.landing-page {
    padding-bottom: 100px;
  }

  .section.color-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.padding-bottom-big {
    padding-bottom: 120px;
  }

  .section.padding-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-rights-wrapper {
    padding-top: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .footer-wrapper {
    margin-bottom: 100px;
  }

  .without-top-spacing {
    padding-top: 0px;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .project-template-content-wrapper {
    margin-bottom: 50px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-right: 40px;
    padding-left: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .extra-bold-text {
    font-size: 140px;
  }

  .extra-bold-text.hover-animation {
    font-size: 140px;
  }

  .text-and-image-lines-wrapper {
    flex-wrap: nowrap;
  }

  .about-us-video-wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }

  .image-wrapped-down {
    max-height: 160px;
  }

  .heading-top-banner-title-smaller {
    font-size: 90px;
  }

  .about-us-3-video-wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }

  .about-us-3-awards-content-wrapper {
    grid-row-gap: 50px;
  }

  .contact-us-section {
    padding-top: 190px;
  }

  .contact-us-title {
    font-size: 90px;
  }

  .radio-button {
    display: block;
    cursor: pointer;
  }

  .radio-button.w--redirected-checked {
    display: block;
    cursor: pointer;
  }

  .blog-post-heading {
    font-size: 100px;
  }

  .link-block-blog-post {
    margin-top: 10px;
  }

  .work-template-video-wrapper {
    margin-bottom: 50px;
  }

  .blog-rich-text h3 {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .blog-rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .blog-rich-text figure {
    margin-bottom: 50px;
  }

  .landing-banner-title-wrapper {
    max-width: 1200px;
  }

  .landing-inner-page-item.hiden-4-columns {
    display: none;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-title {
    font-size: 90px;
  }

  .extra-bold-text-partner {
    font-size: 140px;
  }

  .extra-bold-text-partner.hover-animation {
    font-size: 140px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
  }

  h2 {
    margin-bottom: 10px;
  }

  h3 {
    margin-bottom: 10px;
  }

  h4 {
    margin-bottom: 10px;
  }

  h5 {
    margin-bottom: 10px;
  }

  h6 {
    margin-bottom: 10px;
  }

  .section.works-details {
    padding-top: 150px;
  }

  .section.landing-page {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .base-container.stretch {
    align-items: stretch;
  }

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

  .nav-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link.footer-link-first {
    padding-right: 25px;
  }

  .footer {
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .paragraph-gray {
    font-size: 26px;
    line-height: 1em;
  }

  .play-button-hover:hover {
    color: #fff;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .home-projects-wrapper {
    height: 3040px;
  }

  .video-lightbox.home-2:hover {
    color: #fff;
  }

  .section-with-blue-bg {
    padding-right: 100px;
    padding-left: 100px;
  }

  .top-banner-section.about-us {
    padding-top: 220px;
  }

  .background-video.blog-page {
    padding-top: 50px;
  }

  .home-title {
    font-size: 130px;
  }

  .full-width-video {
    min-height: 600px;
  }

  .about-us-video-wrapper {
    margin-right: 60px;
    margin-left: 60px;
  }

  .background-video-about-us {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }

  .background-video-about-us.coming-soon {
    background-image: none;
  }

  .about-us-3-video-wrapper {
    margin-right: 60px;
    margin-left: 60px;
  }

  .contact-us-content {
    grid-column-gap: 90px;
  }

  .text-title {
    line-height: 1.5em;
  }

  .work-template-video-wrapper {
    margin-right: 60px;
    margin-left: 60px;
  }

  .landing-title {
    font-size: 130px;
  }

  .download-header {
    font-size: 50px;
  }

  .modal-wrapper {
    display: none;
  }

  .modal {
    display: block;
  }

  .nav-link-modal.footer-link {
    display: inline;
  }

  .nav-link-modal.footer-link-first {
    padding-right: 25px;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .modal-paragraph {
    text-align: left;
  }

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

  .nav-link-modal-hidden.footer-link {
    display: none;
  }

  .nav-link-modal-hidden.footer-link-first {
    padding-right: 25px;
  }

  .datenschutz-wrapper {
    overflow: visible;
    min-height: 0px;
  }

  .link-with-icon-hidden {
    display: none;
  }

  .paragraph-gray-2 {
    font-size: 26px;
    line-height: 1em;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.footer-link-first {
    padding-right: 25px;
  }

  .blog-template-wrapper {
    margin-top: 10px;
  }

  .footer-rights-wrapper {
    flex: 1;
  }

  .footer-rights-wrapper.contact {
    flex: 0 auto;
  }

  .about-img._1 {
    left: 16%;
    width: 420px;
  }

  .about-img._3 {
    left: 54%;
    top: 20%;
    width: 430px;
  }

  .about-img._4 {
    left: 48%;
  }

  .home-projects-wrapper {
    height: 3180px;
  }

  .section-with-blue-bg {
    padding-right: 180px;
    padding-left: 180px;
  }

  .loop-logo-item {
    max-height: 100px;
  }

  .background-video-about-us {
    min-height: 650px;
  }

  .background-video-about-us.about-us-3 {
    min-height: auto;
  }

  .background-video-about-us.blog-page {
    min-height: auto;
  }

  .clients-background-video {
    border-radius: 10px;
  }

  .blog-rich-text h2 {
    margin-bottom: 30px;
  }

  .blog-rich-text h3 {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .blog-rich-text h4 {
    margin-bottom: 25px;
  }

  .nav-link-modal.footer-link-first {
    padding-right: 25px;
  }

  .nav-link-modal-hidden.footer-link-first {
    padding-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }

  h3 {
    font-size: 36px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    background-color: #000;
  }

  .nav-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 320px;
    flex-direction: column;
    background-color: #000;
  }

  .menu-button {
    z-index: 10;
    padding: 0px;
    flex: 1;
    transition: opacity 200ms ease;
    text-align: right;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-link {
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    color: #fff;
  }

  .nav-dropdown {
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity 500ms ease;
  }

  .nav-dropdown-toggle {
    display: flex;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    color: #fff;
  }

  .nav-dropdown-icon {
    left: auto;
    top: 0%;
    right: 0px;
    bottom: 0%;
    display: block;
    margin-right: 0px;
  }

  .nav-dropdown-list {
    position: static;
    display: flex;
    padding: 0px 40px 0px 20px;
    flex-direction: column;
    border-style: none;
    background-color: #000;
  }

  .nav-dropdown-list.w--open {
    position: static;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .nav-dropdown-link-wrapper {
    padding-right: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-dropdown-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
  }

  .nav-dropdown-link.w--current {
    color: #fff;
  }

  .close-menu-button {
    padding-bottom: 0px;
  }

  .close-menu-button.w--open {
    padding: 0px 10px 0px 0px;
    background-color: transparent;
  }

  .nav-close-icon {
    z-index: 15;
    max-width: 60%;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-item-title {
    color: #fff;
    font-weight: 600;
  }

  .style-guide-banner-section {
    min-height: 300px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    font-size: 56px;
    text-align: center;
  }

  .blog-sidebar-post-content {
    padding-bottom: 0px;
  }

  .blog-sidebar-post-category.top-banner-blog-page {
    margin-left: 0px;
  }

  .blog-sidebar-left {
    width: 100%;
    margin-bottom: -30px;
    flex: 0 0 auto;
  }

  .blog-sidebar-right {
    position: static;
    width: 100%;
    height: auto;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    flex: 1;
  }

  .blog-template-wrapper {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    margin-top: 60px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer {
    margin-top: 0px;
  }

  .footer-rights-wrapper {
    flex-direction: column;
    grid-row-gap: 20px;
  }

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

  .style-guide-button-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }

  .footer-brand-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .search-input:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #be1e2d;
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .paragraph-gray {
    font-size: 20px;
  }

  .project-template-social-link {
    font-size: 20px;
  }

  .nav-dropdown-column {
    width: 180px;
    justify-content: center;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    width: 100%;
    flex: 0 0 auto;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    width: 80%;
    margin-top: 20px;
    flex-wrap: wrap;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    margin-top: 20px;
    flex-wrap: wrap;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-img._1 {
    left: 15px;
    top: 7%;
  }

  .about-img._5 {
    left: 60px;
    top: 58%;
    bottom: 0px;
  }

  .about-img._3 {
    top: 0%;
    right: 15px;
    width: 360px;
  }

  .about-img._4 {
    left: auto;
    top: 57%;
    right: 15px;
    width: 240px;
  }

  .about-img._2 {
    left: 35%;
    top: 30%;
    z-index: 5;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .home-projects-wrapper {
    height: 3000px;
  }

  .content {
    margin-bottom: 0px;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    color: #222;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #000;
  }

  .rich-text-style h4 {
    margin-bottom: 10px;
  }

  .home-banner-left-arrow {
    left: 4%;
    top: 20%;
    right: auto;
    bottom: auto;
  }

  .tablet-menu {
    display: flex;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    justify-content: space-between;
    align-items: center;
  }

  .image-burger {
    margin-bottom: 4px;
    filter: invert(100%);
  }

  .brand-tablet {
    display: block;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .home-tab-underline {
    display: none;
  }

  .footer-wrapper-top {
    align-items: center;
  }

  .footer-nav-links-wrapper {
    display: flex;
    grid-column-gap: 50px;
  }

  .top-banner-section {
    height: auto;
  }

  .top-banner-section.about-us-2 {
    padding-top: 50px;
  }

  .background-video {
    height: 70vh;
  }

  .text-lines-wrapper {
    grid-row-gap: 20px;
  }

  .text-and-image-lines-wrapper {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 20px;
  }

  .text-and-image-lines-wrapper.reversed {
    flex-direction: column-reverse;
  }

  .hidden-on-mobile.tablet {
    display: none;
  }

  .about-us-video-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }

  .image-wrapped-down {
    width: 100%;
  }

  .image-wrapped-down.last-item {
    position: relative;
    max-width: none;
  }

  .image-wrapped-down.first-item {
    position: relative;
    max-width: none;
  }

  .image-wrapped-down.mid-item {
    position: relative;
    max-width: none;
    margin-left: auto;
  }

  .image-wrapped-down.mid-item-copy {
    position: relative;
    margin-left: auto;
  }

  .background-video-colors {
    margin-top: -115px;
  }

  .two-columns-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .latest-works-video-item.home-2-large {
    width: 100%;
    height: 260px;
  }

  .latest-works-video-item.home-2-smaller {
    width: 100%;
    height: 260px;
  }

  .latest-works-video-item.work-1 {
    height: 260px;
  }

  .home-video-player.home-3 {
    width: auto;
    max-width: none;
  }

  .video-player-image.home-3 {
    height: auto;
  }

  .video-player-image.works-2 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .video-info-content-wrapper {
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .video-info-content-wrapper.works-2-top {
    flex-direction: column-reverse;
  }

  .video-info-block-wrapper {
    grid-row-gap: 20px;
  }

  .background-video-visual {
    margin-top: -200px;
  }

  .about-us-3-video-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }

  .clients-background-video {
    max-height: 330px;
  }

  .extra-bold-text-h3 {
    font-size: 36px;
  }

  .our-clients-content-wrapper-about-us-3 {
    grid-column-gap: 40px;
  }

  .contact-us-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .contact-us-content {
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .have-an-idea-wrapper {
    max-width: none;
  }

  .contact-form-wrapper {
    max-width: none;
  }

  .contact-us-info {
    max-width: none;
  }

  .contact-us-links-wrapper {
    margin-top: 30px;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 40px;
  }

  .radio-buttons-wrapper {
    margin-bottom: 10px;
  }

  .contact-us-fields-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .contact-us-form {
    display: flex;
    flex-direction: column;
  }

  .contact-us-footer {
    padding-bottom: 30px;
  }

  .category-ablsolute-link {
    position: relative;
  }

  .absolte {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
  }

  .nav-link-wrapper {
    padding-left: 0px;
  }

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

  .e-1-background-videos {
    display: -ms-grid;
    display: grid;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .e-1-background-videos.home-1 {
    align-content: space-around;
  }

  .e-1-background-videos.home-1-copy {
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .background-video-full-width {
    height: 60vh;
  }

  .home-1-latest-works-list {
    display: -ms-grid;
    display: grid;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 260px 260px 260px 260px;
    grid-template-rows: 260px 260px 260px 260px;
  }

  .home-1-latest-works-list.home-1 {
    align-items: stretch;
    -ms-grid-rows: 320px 320px 320px 320px;
    grid-template-rows: 320px 320px 320px 320px;
  }

  .home-1-latest-works-list.home-3 {
    display: flex;
    align-content: space-around;
  }

  .home-1-latest-works-item {
    width: 100%;
    height: 100%;
  }

  .home-1-latest-works-item.works-1 {
    max-height: 260px;
  }

  .home-1-latest-works-item.works-1:first-child {
    width: 100%;
  }

  .home-1-latest-works-item.works-1:last-child {
    width: 100%;
  }

  .home-3-latest-works-item {
    width: 100%;
    height: 100%;
  }

  .home-2-projects-wrapper {
    height: 1140px;
  }

  .home-2-latest-works-item {
    width: 100%;
    height: 260px;
  }

  .home-2-video-bg-wrapper {
    height: auto;
    flex-wrap: nowrap;
  }

  .about-projects-wrapper {
    height: 1370px;
  }

  .about-projects-wrapper.worrks {
    height: 1720px;
    justify-content: space-between;
  }

  .collection-list-2 {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .background-video-404 {
    height: 70vh;
  }

  .link-block-blog-post {
    margin-top: 10px;
  }

  .blog-rich-text h4 {
    width: auto;
  }

  .blog-rich-text blockquote {
    width: auto;
  }

  .blog-rich-text p {
    width: auto;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-home-pages-wrapper {
    justify-items: center;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .landing-inner-page-item.hiden-4-columns {
    display: none;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-pages-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .landing-download-block-wrapper {
    padding: 40px;
    justify-content: center;
    flex-wrap: wrap;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .landing-download-block-wrap {
    margin-bottom: 40px;
    text-align: center;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .landing-title {
    font-size: 70px;
  }

  .download-header {
    font-size: 36px;
  }

  .nav-link-modal {
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    color: #fff;
  }

  .nav-link-modal-hidden {
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    color: #fff;
  }

  .block-project {
    padding: 85px 30px 25px;
  }

  .paragraph-gray-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.works-details {
    padding-top: 100px;
  }

  .section.top-spacing {
    padding-top: 60px;
  }

  .section.landing-page {
    padding-bottom: 60px;
  }

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

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

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

  .section.padding-top-big {
    padding-top: 60px;
  }

  .grid-system-wrapper {
    margin-top: 15px;
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    border-left: 1px solid #7c7c7c;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-right-style: none;
    border-left-style: none;
  }

  .grid-description {
    width: 100%;
    align-items: center;
    border-top: 1px solid #a7a7a7;
    border-right-width: 1px;
    border-bottom-style: none;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px 0.5px 0px;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0px;
  }

  .colors-container {
    margin-top: 0px;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 48px;
  }

  .h2-tablet {
    font-size: 42px;
  }

  .h3-tablet {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-link {
    margin-left: 0px;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .style-guide-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .text-center-404 {
    max-width: 400px;
    margin-bottom: 0px;
    font-size: 50px;
  }

  .coming-soon-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left {
    -moz-column-count: 1;
    column-count: 1;
  }

  .sidebar-recent-posts-wrapper {
    -moz-column-count: 1;
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer {
    margin-top: 30px;
  }

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

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    margin-top: 35px;
    flex-wrap: wrap;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0px;
  }

  .mb-30.centered {
    margin-top: 10px;
  }

  .footer-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    align-items: center;
  }

  .footer-brand-wrapper {
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-info {
    width: 100%;
    margin-top: 0px;
  }

  .project-template-content-wrapper {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    padding: 10px;
  }

  .project-template-social-link {
    margin-right: 15px;
  }

  .blog-sidebar-left-wrapper {
    -moz-column-count: 1;
    column-count: 1;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

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

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1 {
    position: static;
    width: 100%;
  }

  .about-img._5 {
    position: static;
    width: 100%;
  }

  .about-img._3 {
    position: static;
    width: 100%;
  }

  .about-img._4 {
    position: static;
    width: 100%;
  }

  .about-img._2 {
    position: static;
    width: 100%;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .projects-name {
    font-size: 22px;
  }

  .home-projects-wrapper {
    height: 4800px;
  }

  .video-lightbox {
    left: 0%;
    right: 0%;
    bottom: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .video-lightbox.absolute {
    bottom: auto;
  }

  .video-lightbox.home-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    padding-left: 0px;
    justify-content: flex-start;
  }

  .brand {
    padding-left: 0px;
  }

  .footer-wrapper-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

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

  .top-banner-section.about-us {
    padding-bottom: 50px;
  }

  .top-banner-section.blog-page {
    height: 50vh;
  }

  .top-banner-section.blog-category-page {
    max-height: 400px;
  }

  .background-video {
    height: 60vh;
  }

  .background-video.blog-page {
    height: 50vh;
    padding-top: 70px;
  }

  .home-title {
    font-size: 60px;
  }

  .extra-bold-text {
    font-size: 60px;
  }

  .text-and-image-lines-wrapper {
    align-items: center;
  }

  .three-columns-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .our-clients-names-wrapper {
    grid-row-gap: 30px;
  }

  .our-clients-names-wrapper.left-align {
    grid-row-gap: 20px;
  }

  .our-clients-names-wrapper.left-align-about-3 {
    grid-row-gap: 20px;
  }

  .hidden-on-mobile {
    display: none;
  }

  .about-us-video-wrapper {
    margin-top: 20px;
  }

  .image-wrapped-down {
    margin-right: auto;
  }

  .background-video-colors {
    margin-top: -60px;
  }

  .background-video-about-us.blog-page {
    max-height: 250px;
  }

  .latest-works-video-item {
    height: 260px;
  }

  .latest-works-video-item.home-2-large {
    width: 100%;
    height: 260px;
  }

  .latest-works-video-item.home-2-smaller {
    width: 100%;
    height: 260px;
  }

  .video-title {
    left: auto;
    bottom: 30px;
    width: 100%;
  }

  .home-video-player {
    overflow: hidden;
    width: 100%;
    height: 275px;
    text-align: center;
  }

  .video-player-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .video-info-content-wrapper {
    grid-row-gap: 30px;
  }

  .heading-top-banner-title-smaller {
    font-size: 52px;
  }

  .our-clients-link-image.smaller {
    width: 35px;
  }

  .background-video-visual {
    margin-top: -145px;
  }

  .absolute-top-banner-title {
    text-align: center;
  }

  .about-us-background-video-3 {
    padding-right: 30px;
    padding-left: 30px;
    grid-row-gap: 20px;
  }

  .clients-background-video {
    max-height: 220px;
  }

  .extra-bold-text-h3 {
    font-size: 32px;
  }

  .our-clients-content-wrapper-about-us-3 {
    grid-column-gap: 30px;
  }

  .max-width-70 {
    width: 80%;
  }

  .contact-us-section {
    padding-bottom: 40px;
  }

  .contact-us-content {
    grid-row-gap: 30px;
  }

  .have-an-idea-wrapper {
    align-items: center;
    text-align: center;
  }

  .contact-form-wrapper {
    text-align: center;
  }

  .contact-us-title {
    font-size: 54px;
  }

  .contact-us-links-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column-gap: 10px;
  }

  .contact-us-links-wrapper.mobile {
    display: flex;
    width: 100%;
    margin-top: 60px;
  }

  .contact-us-links-wrapper.desctop {
    display: none;
  }

  .radio-buttons-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }

  .contact-us-form {
    align-items: center;
  }

  .process-wrapper {
    grid-row-gap: 30px;
  }

  .e-1-background-videos {
    justify-content: flex-start;
    grid-row-gap: 20px;
  }

  .home-1-latest-works-list {
    flex-direction: column;
    flex-wrap: nowrap;
    grid-row-gap: 20px;
  }

  .home-1-latest-works-list.home-1 {
    -ms-grid-rows: 260px 260px 260px 260px;
    grid-template-rows: 260px 260px 260px 260px;
  }

  .home-1-latest-works-list.home-2 {
    align-content: space-around;
  }

  .home-1-latest-works-list.works-1 {
    grid-row-gap: 35px;
  }

  .home-1-latest-works-item {
    width: 100%;
  }

  .home-3-latest-projects-wrapper {
    height: 1120px;
    margin-top: 15px;
  }

  .home-3-latest-works-item {
    width: 100%;
  }

  .home-2-latest-works-item {
    width: 100%;
    height: 100%;
  }

  .home-2-latest-works-item:first-child {
    height: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-projects-wrapper {
    height: 1100px;
  }

  .works-2-latest-projects-wrapper {
    height: 260px;
    margin-top: 15px;
  }

  .background-video-404 {
    height: 60vh;
  }

  .work-template-video-wrapper {
    margin-bottom: 30px;
  }

  .blog-rich-text {
    width: auto;
  }

  .blog-rich-text h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .blog-rich-text h4 {
    max-width: none;
  }

  .blog-rich-text blockquote {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .blog-rich-text p {
    max-width: none;
  }

  .blog-rich-text figure {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .landing-home-pages-wrapper {
    margin-top: 15px;
    grid-row-gap: 40px;
  }

  .landing-inner-page-item.hiden-4-columns {
    display: block;
  }

  .landing-performance-grid {
    margin-top: 15px;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    margin-top: 15px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    margin-top: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .landing-title {
    font-size: 52px;
  }

  .nav-link-modal {
    margin-left: 0px;
  }

  .nav-link-modal-hidden {
    margin-left: 0px;
  }

  .partner.smaller {
    width: 35px;
  }

  .partner-wrapper {
    grid-row-gap: 30px;
  }

  .partner-wrapper.left-align {
    grid-row-gap: 20px;
  }

  .partner-wrapper.left-align-about-3 {
    grid-row-gap: 20px;
  }

  .extra-bold-text-partner {
    font-size: 60px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

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

  .lightbox-link-a {
    height: 54vw;
  }
}

@media screen and (max-width: 479px) {
  .section.works-details {
    padding-top: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    width: 100%;
    text-align: center;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
  }

  .grid-description.first-description {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
    border-right-style: solid;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.footer-link {
    width: 35%;
    justify-content: center;
    text-align: center;
  }

  .nav-link.footer-link-first {
    width: 35%;
    justify-content: center;
    text-align: center;
  }

  .licensing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .text-center-404 {
    font-size: 40px;
  }

  ._404-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .coming-soon-form {
    justify-content: center;
    flex-wrap: wrap;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-template-prev-button {
    width: 100%;
    flex: 0 0 auto;
  }

  .blog-template-next-button {
    width: 100%;
    flex: 0 0 auto;
  }

  .footer {
    padding-bottom: 100px;
    text-align: left;
  }

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

  .footer-copyright {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .section-title-wrapper {
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info-wrap {
    align-items: center;
    text-align: center;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .projects-name {
    max-width: 220px;
  }

  .home-projects-wrapper {
    height: 3100px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0px;
  }

  .footer-nav-links-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .extra-bold-text {
    font-size: 50px;
  }

  .our-clients-link-image {
    width: 30px;
  }

  .our-clients-link-image.smaller {
    margin-right: -5px;
  }

  .our-clients-link-image.smaller:hover {
    margin-right: -10px;
  }

  .our-clients-content-wrapper-about-us-3 {
    flex-direction: column;
    grid-row-gap: 30px;
  }

  .our-client-image-about-us-3-wrapper {
    grid-row-gap: 20px;
  }

  .about-us-3-awards-content-wrapper {
    grid-row-gap: 20px;
  }

  .max-width-70 {
    width: auto;
  }

  .contact-us-links-wrapper {
    flex-direction: column;
  }

  .link-block-blog-post {
    margin-top: 0px;
  }

  .landing-features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .modal-wrapper {
    display: none;
    padding: 70px 20px 20px;
  }

  .modal {
    overflow: scroll;
    max-height: 80%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-link-modal {
    width: 99%;
    justify-content: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-link-modal.footer-link {
    width: 35%;
    justify-content: center;
    text-align: center;
  }

  .nav-link-modal.footer-link-first {
    width: 35%;
    justify-content: center;
    text-align: center;
  }

  .modal-wrapper-2 {
    display: none;
    padding: 70px 20px 20px;
  }

  .modal-2 {
    max-height: 80%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-link-modal-hidden {
    width: 99%;
    justify-content: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-link-modal-hidden.footer-link {
    display: none;
    width: 35%;
    justify-content: center;
    text-align: center;
  }

  .nav-link-modal-hidden.footer-link-first {
    width: 35%;
    justify-content: center;
    text-align: center;
  }

  .partner {
    width: 30px;
  }

  .partner.smaller {
    margin-right: -5px;
  }

  .partner.smaller:hover {
    margin-right: -10px;
  }

  .partner-wrapper.left-align {
    display: flex;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .extra-bold-text-partner {
    font-size: 30px;
  }

  .extra-bold-text-partner.hover-animation {
    font-size: 30px;
  }

  .modal-title-partner {
    color: #fff;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .block-project {
    padding: 45px 25px 22px;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .recaptcha {
    margin-top: 18px;
  }
}

#w-node-b0109ceb-8a41-87bf-b696-b0c54442640e-f7436018 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0109ceb-8a41-87bf-b696-b0c544426410-f7436018 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0109ceb-8a41-87bf-b696-b0c544426411-f7436018 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0109ceb-8a41-87bf-b696-b0c544426413-f7436018 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0109ceb-8a41-87bf-b696-b0c544426419-f7436018 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0109ceb-8a41-87bf-b696-b0c54442641a-f7436018 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0109ceb-8a41-87bf-b696-b0c54442641b-f7436018 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0109ceb-8a41-87bf-b696-b0c54442641d-f7436018 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46e2-1143602e {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46d0-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46d9-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46fb-1143602e {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46eb-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46f3-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54812b2d-d1a2-296d-6eac-bbe635eeb2e2-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_55445028-499c-a9ca-6d48-7adfc291316d-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e2746a9-1b7e-2cee-87fb-f60bb673635c-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_56ae2df9-ccd2-f18b-514d-9a68525aa9b4-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20fc575f-0a74-9a29-cd3b-2bf4c91b1ad0-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08ce8a82-e8ab-e520-5ff2-9035a0782374-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5f1f4ec-3462-54d3-ffcd-258ca7177cf6-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d62562b-5647-37eb-6d77-266ea281f439-1143602e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc96c52d-9abb-bf10-2cbf-4a1e36e62367-1143602e {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46e2-1143602e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cd40c4d-db45-faf8-4cbb-ac501b7c46fb-1143602e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cc96c52d-9abb-bf10-2cbf-4a1e36e62367-1143602e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}