

/* Start:/local/templates/green/css/normalize.css?16373092457772*/
/*! 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;
}

/* End */


/* Start:/local/templates/green/css/components.css?163730924539109*/
@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.0;
  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;
  opacity: 1 !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.0 !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%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[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.428571429;
  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;
  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-widget-gplus {
  overflow: hidden;
}
.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-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: .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 .3s;
  transition: all .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: .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 .8s infinite linear;
  animation: spin .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: .5;
  }
  .w-lightbox-close {
    opacity: .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;
}

/* End */


/* Start:/local/templates/green/css/greenvuz.css?1677830855268126*/
.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-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

body {
  font-family: Heliosextc, sans-serif;
  color: #848894;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Heliosextc, sans-serif;
  color: #0a1023;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Heliosextc, sans-serif;
  color: #0a1023;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0a1023;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0a1023;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0a1023;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0a1023;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #1c6c40;
  text-decoration: underline;
}

a:hover {
  color: #53ffcf;
}

ul {
  margin-top: 0px;
  margin-bottom: 64px;
  padding-left: 40px;
}

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

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

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

strong {
  color: #0a1023;
  font-weight: 700;
}

blockquote {
  margin-bottom: 32px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 38px;
  border-left: 6px solid #1c6c40;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-top: 76px;
  margin-bottom: 76px;
}

figcaption {
  margin-top: 24px;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-16px {
  margin-top: 16px;
  font-family: Heliosextc, sans-serif;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
  font-family: Heliosextc, sans-serif;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.mg-bottom-48px {
  margin-bottom: 48px;
}

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

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

.color-white {
  font-family: Heliosextc, sans-serif;
  color: #fff;
}

.color-white.licenses {
  margin-top: 0px;
}

.bg-primary-1 {
  background-color: #1c6c40;
}

.bg-primary-1.banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 50%;
}

.bg-primary-1.form-section {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 36%;
}

.bg-primary-1.banner-v2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 60%;
}

.bg-primary-1.apply-loan-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60%;
  height: 92%;
}

.bg-primary-1.banner-single-services {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 76%;
}

.bg-primary-1.loan-form {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 54%;
}

.bg-primary-1.hero-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 36%;
}

.bg-primary-1.quest-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9;
  width: 26%;
  background-color: #fff;
}

.bg-primary-1.about-section {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 36%;
}

.bg-primary-1.about-accossiation-section {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 36%;
}

.bg-primary-1.navigation-section-secondary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 36%;
}

.bg-secondary-1 {
  background-color: #53ffcf;
}

.bg-secondary-1.contact-us {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 45%;
  height: 63%;
  background-color: #1c6c40;
  background-image: url('/local/templates/green/css/../images/leaves-bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.bg-secondary-2 {
  background-color: #fbe3e7;
}

.bg-neutral-700 {
  background-color: #0a1023;
}

.bg-neutral-600 {
  background-color: #2c3655;
}

.bg-neutral-500 {
  background-color: #848894;
}

.bg-neutral-400 {
  background-color: #959aaa;
}

.bg-neutral-300 {
  background-color: #bdc2d1;
}

.bg-neutral-200 {
  background-color: #d8dce7;
}

.bg-neutral-100 {
  background-color: #f8f8f8;
}

.bg-neutral-100.solutions-business {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 50%;
}

.bg-neutral-100.contact-us-v2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  min-height: 48%;
}

.bg-neutral-100.contact-us-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 90%;
}

.bg-neutral-100.single-services-hero {
  position: absolute;
  left: auto;
  top: 4%;
  right: 64px;
  bottom: 0%;
  z-index: 0;
  height: 60%;
  min-width: 51%;
}

.bg-neutral-100.about-us-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 100%;
}

.bg-white {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default-1310px {
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.container-default-1310px.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-default-1310px.partners {
  width: 100%;
}

.container-default-1310px.apply-loan {
  position: relative;
  z-index: 1;
}

.container-medium-700px {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-592px {
  max-width: 592px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-592px.about-programm {
  margin-top: -30px;
  margin-left: 5vw;
}

.container-extra-small-481px {
  max-width: 481px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-extra-small-481px.text-center {
  max-width: 600px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #1c6c40;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #1c6c40;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #848894;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #fbe3e7;
  color: #1c6c40;
}

.styleguide-link.w--current {
  background-color: #fbe3e7;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #1c6c40;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #d8dce7;
  color: #0a1023;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d8dce7;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #1c6c40;
}

.color-block.bg-secondary-1 {
  background-color: #53ffcf;
}

.color-block.bg-neutral-700 {
  background-color: #0a1023;
}

.color-block.bg-neutral-600 {
  background-color: #2c3655;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #d8dce7;
}

.color-block.bg-neutral-100 {
  background-color: #f8f8f8;
}

.color-block.bg-neutral-200 {
  background-color: #d8dce7;
}

.color-block.bg-neutral-300 {
  background-color: #bdc2d1;
}

.color-block.bg-neutral-400 {
  background-color: #959aaa;
}

.color-block.bg-neutral-500 {
  background-color: #848894;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #0a1023;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #959aaa;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #d8dce7;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-hero-left {
  max-width: 46%;
  padding-right: 24px;
}

.container-hero-left.about-us {
  width: 40%;
  max-width: 40%;
  padding-right: 0px;
}

.container-hero-left.single-services {
  max-width: 100%;
  padding-right: 0px;
}

.container-hero-left.blog {
  max-width: 40%;
  padding-right: 0px;
}

.container-hero-left.styleguide {
  max-width: none;
  padding-right: 0px;
}

.typography-details {
  color: #1c6c40;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 40px;
  font-family: Heliosextc, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.paragraph-large.categories {
  margin-bottom: 0px;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #f8f8f8;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  margin-bottom: 32px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 22px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c6c40;
  border-radius: 0px;
  background-color: #1c6c40;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Heliosextc, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.button-primary:hover {
  border-radius: 0px;
  background-color: #53ffcf;
  box-shadow: none;
  color: #0a1023;
}

.button-primary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 22px 42px;
  font-size: 20px;
  line-height: 22px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #1c6c40;
}

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

.button-primary.header {
  position: static;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #1c6c40;
}

.button-primary.header:hover {
  background-color: #53ffcf;
}

.button-primary.store {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary.search-button {
  display: none;
}

.button-primary.hidden {
  display: none;
}

.button-primary.subscribe {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-primary.xs {
  padding: 15px;
}

.button-secondary {
  padding: 22px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c6c40;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  font-family: Heliosextc, sans-serif;
  color: #1c6c40;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.button-secondary:hover {
  background-color: #1c6c40;
  color: #fff;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 22px 42px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 22px;
}

.button-secondary.header {
  position: static;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  font-weight: 700;
}

.button-secondary.header:hover {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.7;
}

.button-secondary.careers-card {
  display: inline-block;
}

.button-secondary.header-copy {
  position: static;
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  font-weight: 700;
}

.button-secondary.header-copy:hover {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.7;
}

.button-secondary.header--mainp {
  position: static;
  padding: 10px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  font-weight: 700;
}

.button-secondary.header--mainp:hover {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.7;
}

.button-secondary.header__lk--mainp {
  position: static;
  padding: 10px 27px 10px 10px;
  border-color: transparent;
  background-color: transparent;
  background-image: url('/local/templates/green/css/../images/icon-lk.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: opacity 350ms ease, border 350ms ease, box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #fff;
  font-weight: 700;
}

.button-secondary.header__lk--mainp:hover {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.7;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Heliosextc, sans-serif;
}

.nav-link:hover {
  color: #1c6c40;
}

.nav-link.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-link.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  border-top-width: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link.footer.w--current {
  color: #53ffcf;
  font-weight: 700;
}

.nav-menu {
  margin-left: 85px;
}

.heading-special-1 {
  font-family: Heliosextc, sans-serif;
  font-size: 80px;
  line-height: 94px;
}

.heading-special-2 {
  font-family: Heliosextc, sans-serif;
  font-size: 68px;
  line-height: 76px;
}

.heading-special-3 {
  font-family: 'DM Sans';
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heading-special-3.author {
  letter-spacing: 0em;
  text-transform: none;
}

.footer {
  padding-top: 64px;
  border-top: 1px solid #d8dce7;
  background-color: #fff;
}

.footer-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 48px;
  grid-row-gap: 68px;
  -ms-grid-columns: 1.25fr 1fr 0.5fr 1fr;
  grid-template-columns: 1.25fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-container {
  margin-bottom: 24px;
}

.footer-nav {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-nav-item {
  margin-bottom: 16px;
}

.page-wrapper {
  min-width: 1195px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1c6c40;
}

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

.section.hero {
  position: relative;
  padding-top: 297px;
  padding-bottom: 265px;
}

.section.hero.v1 {
  margin-top: 0px;
}

.section.partners {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.relative {
  position: relative;
}

.section.slider {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 238px;
}

.section.credit-card {
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section.form-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero-v2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section.app {
  background-color: #f8f8f8;
}

.section.banner {
  position: relative;
  background-color: #f8f8f8;
}

.section.banner-v2 {
  position: relative;
  padding-top: 0px;
}

.section.contact-us-v2 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
}

.section.about-us-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-us-gallery {
  padding-bottom: 0px;
  background-color: #f8f8f8;
}

.section.about-us-gallery.smallpadding {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.section.section-hero.about-us {
  position: relative;
}

.section.section-hero.overflow-hidden {
  overflow: hidden;
}

.section.section-hero.blog-post {
  padding-bottom: 62px;
}

.section.section-hero.simpletextpage {
  padding-bottom: 62px;
  background-color: #f8f8f8;
}

.section.single-services-hero {
  position: relative;
  padding-top: 62px;
  padding-bottom: 126px;
}

.section.apply-loan {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #f8f8f8), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #f8f8f8 80%, #fff 0);
}

.section.banner-single-services {
  position: relative;
  padding-top: 0px;
  background-color: #f8f8f8;
}

.section.loan-form {
  position: relative;
}

.section.blog-hero {
  position: relative;
  padding-top: 195px;
  padding-bottom: 195px;
  background-color: #f8f8f8;
}

.section.small-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.section.search-results {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.blog-posts {
  padding-top: 80px;
}

.section.open-account {
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(0, #1c6c40));
  background-image: linear-gradient(180deg, #fff 60%, #1c6c40 0);
}

.section.hero-section {
  position: relative;
  margin-bottom: 65px;
  padding-top: 0px;
  padding-bottom: 80px;
  direction: ltr;
}

.section.about {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('/local/templates/green/css/../images/bg-line-msu2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('/local/templates/green/css/../images/bg-line-msu2.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section.quests-slider {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.section.about-programm {
  position: relative;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: transparent;
}

.section.about-association {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('/local/templates/green/css/../images/logo-bg-element.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.section.persons {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.unversirt-map {
  padding-top: 80px;
}

.section.subsribe-form {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.navigation-secondary {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  direction: ltr;
}

.section.what-inside {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.directions {
  padding-top: 0px;
}

.licenses-photgraphy-grid {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-photo-container {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.licenses-photo-container:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.licenses-image {
  border-radius: 16px;
}

.license-image-title {
  color: #0a1023;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #d8dce7;
}

.divider.footer {
  height: 2px;
  margin-top: 26px;
  margin-bottom: 44px;
  padding-top: 0px;
  border-top-width: 0px;
}

.divider.values {
  width: 1px;
  height: 290px;
  margin: 0px 60px;
}

.divider.cards {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.loan-form {
  margin-top: 46px;
  margin-bottom: 49px;
}

.divider.job {
  margin-top: 40px;
  margin-bottom: 72px;
}

.divider.sidebar-blog {
  margin-top: 48px;
  margin-bottom: 34px;
}

.divider.sidebar {
  display: none;
}

.divider.author {
  margin-top: 26px;
  margin-bottom: 40px;
}

.divider.values-about {
  width: 1px;
  height: 290px;
  margin: 0px 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  padding: 120px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap._404 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
  text-align: center;
}

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

.input {
  height: 62px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #848894;
  font-size: 18px;
  line-height: 22px;
}

.input:hover {
  border-color: #1c6c40;
}

.input:focus {
  border-color: #1c6c40;
  color: #0a1023;
}

.input::-webkit-input-placeholder {
  color: rgba(132, 136, 148, 0.41);
}

.input:-ms-input-placeholder {
  color: rgba(132, 136, 148, 0.41);
}

.input::-ms-input-placeholder {
  color: rgba(132, 136, 148, 0.41);
}

.input::placeholder {
  color: rgba(132, 136, 148, 0.41);
}

.input.search {
  padding-right: 55px;
  background-image: url('/local/templates/green/css/../images/icon-search-banca-template.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input.search-results {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  background-image: url('/local/templates/green/css/../images/icon-search-banca-template.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

._404-title {
  margin-bottom: -192px;
  color: rgba(216, 220, 231, 0.4);
  font-size: 270px;
  line-height: 160px;
  font-weight: 700;
}

.mega-menu-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-dropdown.first-element {
  margin-left: 0px;
}

.mega-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.underline-hover {
  height: 1px;
  background-color: #1c6c40;
}

.dropdown-icon {
  margin-top: 1px;
  margin-left: 8px;
  font-family: 'Icons Banca Template', sans-serif;
  font-size: 7px;
  line-height: 15px;
}

.mega-menu-link {
  margin-bottom: 16px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #1c6c40;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.mega-menu-link:hover {
  color: #2ac096;
}

.mega-menu-link.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 19px;
}

.mega-menu-grid {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 59px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.5fr;
  grid-template-columns: 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mega-menu-container {
  top: 70px;
  display: none;
  min-width: 580px;
  padding: 34px 32px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(17, 1, 2, 0.04), 0 0 5px 0 rgba(32, 20, 20, 0.01), 0 0 10px 0 rgba(37, 23, 23, 0.02), 0 0 17px 0 rgba(29, 18, 19, 0.04);
}

.mega-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.header-dropdown-toggle:hover {
  color: #1c6c40;
}

.header-dropdown-toggle.w--open {
  color: #1c6c40;
}

.header-v2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(216, 220, 231, 0);
  background-color: #fff;
}

.split-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-wrapper.post-author {
  max-width: 154px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-media-wrapper.about-author {
  max-width: 154px;
  min-width: 154px;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-media-link {
  margin-right: 32px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.social-media-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social-media-link.post-author {
  margin-right: 0px;
}

.footer-fine-print {
  margin-top: 48px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d8dce7;
}

.footer-title {
  color: #0a1023;
  line-height: 20px;
  font-weight: 700;
}

.contact-us-icon {
  margin-right: 13px;
}

.contact-us-icon.adress-icon {
  margin-top: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero-image {
  max-height: 100%;
  max-width: none;
}

.hero-image.single-services {
  max-width: 100%;
}

.sufix-line {
  width: 60px;
  height: 4px;
  background-color: #1c6c40;
}

.sufix-line.center {
  margin-right: auto;
  margin-left: auto;
  background-color: #1c6c40;
}

.sufix-line.left {
  min-width: 44px;
  margin-top: 27px;
  margin-right: 24px;
  background-color: #28a86e;
  color: #1c6c40;
}

.sufix-line.large {
  width: 80px;
}

.sufix-line.extra-large {
  width: 130px;
}

.span-primary-color {
  color: #1c6c40;
}

._2-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-buttons-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2-buttons-wrapper.banner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spacer.hero-buttons {
  min-width: 28px;
}

.spacer.banner-buttons {
  min-width: 32px;
}

.spacer.card {
  width: 2px;
  height: 24px;
  margin-right: 13px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d8dce7;
}

.spacer.blog-post {
  width: 1px;
  height: 20px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d8dce7;
}

.partners-container {
  position: absolute;
  top: -85px;
  min-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, #fff), color-stop(0, transparent));
  background-image: linear-gradient(90deg, #fff 95%, transparent 0);
}

.partners-wrraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-title {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partners-logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide {
  width: 100%;
  margin-right: 15px;
}

.slider {
  height: 100%;
  margin-top: 31px;
  margin-bottom: 48px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.service-title {
  margin-bottom: 8px;
  font-family: Heliosextc, sans-serif;
  color: #0a1023;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.service-wrapper {
  max-height: 100%;
  padding: 50px 47px 50px 54px;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: #1c6c40 #d8dce7 #d8dce7;
  background-color: #fff;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #848894;
  text-decoration: none;
}

.service-wrapper:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #848894;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1c6c40;
  text-decoration: none;
}

.link-wrapper:hover {
  color: #28a86e;
}

.link-arrow {
  margin-left: 6px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.link-arrow.ma-l-25 {
  margin-left: 25px;
}

.icon-services {
  width: 100%;
  margin: -25px 0px 40px;
}

.left-arrow {
  left: -23px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1c6c40;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.18), 0 1px 34px 0 rgba(242, 8, 35, 0.19);
}

.right-arrow {
  left: auto;
  top: 0%;
  right: -14px;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1c6c40;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.18), 0 1px 34px 0 rgba(242, 8, 35, 0.19);
}

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

.mg-top-0px {
  margin-top: 0px;
  font-family: Heliosextc, sans-serif;
}

.about-banca-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subcontainer-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 518px;
}

.subcontainer-small.services {
  max-width: 430px;
}

.subcontainer-small.history {
  position: -webkit-sticky;
  position: sticky;
  top: 81px;
}

.relative {
  position: relative;
}

.container-medium-1022px {
  max-width: 1022px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.banner-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  background-image: url('/local/templates/green/css/../images/background-wave-banca-template.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.next-goal-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.next-goal-wrapper {
  position: relative;
  overflow: hidden;
  height: 430px;
  color: #848894;
  text-decoration: none;
}

.next-goal-wrapper:hover {
  color: #848894;
}

.next-goal-card {
  position: absolute;
  left: 20px;
  top: auto;
  right: 20px;
  bottom: 32px;
  padding: 32px 24px;
  background-color: #fff;
  text-decoration: none;
}

.next-goal-title {
  margin-bottom: 28px;
  font-family: Heliosextc, sans-serif;
  color: #0a1023;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}

.text-bold {
  font-weight: 700;
}

.credit-card-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 131px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-us-grid {
  grid-column-gap: 35px;
  grid-row-gap: 110px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-us-form {
  max-width: 100%;
  min-width: 100%;
  padding: 65px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
}

.text-area {
  max-width: 100%;
  min-height: 142px;
  min-width: 100%;
  margin-bottom: 32px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #848894;
  font-size: 18px;
}

.text-area:hover {
  border-color: #1c6c40;
}

.text-area:focus {
  border-color: #1c6c40;
  color: #0a1023;
}

.text-area::-webkit-input-placeholder {
  color: #848894;
}

.text-area:-ms-input-placeholder {
  color: #848894;
}

.text-area::-ms-input-placeholder {
  color: #848894;
}

.text-area::placeholder {
  color: #848894;
}

.success-message-text {
  margin-top: 19px;
  color: #0a1023;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.contact-us-form-grid {
  margin-bottom: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.select {
  height: 62px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #848894;
  font-size: 18px;
}

.select:hover {
  border-color: #1c6c40;
}

.select:focus {
  border-color: #1c6c40;
  border-radius: 0px;
  color: #0a1023;
}

.select::-webkit-input-placeholder {
  color: #828aa5;
  font-size: 18px;
}

.select:-ms-input-placeholder {
  color: #828aa5;
  font-size: 18px;
}

.select::-ms-input-placeholder {
  color: #828aa5;
  font-size: 18px;
}

.select::placeholder {
  color: #828aa5;
  font-size: 18px;
}

.error-message-content {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(251, 227, 231, 0.27);
}

.field-label {
  margin-bottom: 16px;
  color: #0a1023;
  line-height: 20px;
}

.error-message-text {
  color: #d94556;
  text-align: center;
}

.success-message-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

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

.contact-us-subtitle {
  color: #0a1023;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 273px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-us-subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.8fr 1fr;
  grid-template-columns: 1.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-us-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #848894;
  text-decoration: none;
}

.contact-us-link:hover {
  color: #1c6c40;
}

.mg-top-28px {
  margin-top: 28px;
}

.lastest-articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.last-article-title {
  margin-top: 32px;
  margin-bottom: 8px;
  font-family: Heliosextc, sans-serif;
  color: #0a1023;
  font-size: 22px;
  font-weight: 700;
}

.last-article-content {
  min-height: 100%;
  border-bottom: 1px solid #bdc2d1;
  color: #848894;
  text-decoration: none;
}

.last-article-content:hover {
  color: #848894;
}

.image-and-element-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-icon {
  max-width: 30%;
}

.hero-image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-image-wrapper.single-services {
  position: static;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-wrapper.blog {
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-image-wrapper.about-us {
  width: 58%;
}

.partners-logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.partners-logo:hover {
  -webkit-filter: none;
  filter: none;
}

.brand {
  margin-right: 82px;
  padding-left: 0px;
}

.image-zoom.blog {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.last-article-image-wrapper {
  position: relative;
  overflow: hidden;
}

.open-hours-paragraph {
  margin-bottom: 0px;
}

.right-arrow-icon {
  max-width: 30%;
}

.mg-0px {
  margin: 0px;
}

.transition-bg-solid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #53ffcf;
}

.transition {
  position: relative;
  width: 100%;
  height: 100%;
}

.transition.blog {
  width: 100%;
  height: 100%;
}

.transition._3 {
  top: 60px;
}

.transition._1 {
  top: -60px;
}

.bg-transparent {
  background-color: transparent;
}

.service-wrapper-v2 {
  max-height: 100%;
  padding: 50px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease;
  transition: transform 350ms ease, border-color 350ms ease, -webkit-transform 350ms ease;
  color: #848894;
  text-decoration: none;
}

.service-wrapper-v2:hover {
  border-color: #1c6c40;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #848894;
}

.slider-v2 {
  height: 100%;
  margin-top: 31px;
  margin-bottom: 48px;
  background-color: transparent;
}

.hero-v2-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-v2-image-2 {
  position: absolute;
  left: auto;
  top: -9%;
  right: 6%;
  bottom: auto;
}

.hero-v2-image-1 {
  width: 70%;
  max-width: none;
}

.hero-v2-image-3 {
  position: absolute;
  left: 4%;
  top: 21%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.hero-v2-image-4 {
  position: absolute;
  left: 3%;
  top: 18%;
  right: auto;
  bottom: auto;
  z-index: -2;
}

.hero-v2-image-5 {
  position: absolute;
  left: auto;
  top: -14%;
  right: 4%;
  bottom: auto;
  z-index: -1;
}

.left-arrow-v2 {
  left: auto;
  top: -30%;
  right: 70px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  padding-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  font-family: 'Icons Banca Template', sans-serif;
  color: #848894;
  font-size: 16px;
}

.left-arrow-v2:hover {
  border-color: #1c6c40;
  background-color: #1c6c40;
  color: #fff;
}

.right-arrow-v2 {
  left: auto;
  top: -30%;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  font-family: 'Icons Banca Template', sans-serif;
  color: #848894;
  font-size: 16px;
}

.right-arrow-v2:hover {
  border-color: #1c6c40;
  background-color: #1c6c40;
  color: #fff;
}

.slide-v2 {
  width: 100%;
  margin-right: 28px;
}

.mg-bottom-0px {
  margin-bottom: 0px;
}

.mask-v2 {
  overflow: visible;
  width: 31.5%;
}

.about-banca-image-wrapper-v2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-banca-grid-v2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 110px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner-wrapper-v2 {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
  background-image: url('/local/templates/green/css/../images/background-wave-banca-template.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.app-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mockup-wrapper {
  position: relative;
}

.mockup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bg-mockup {
  margin-top: 66px;
  margin-bottom: 66px;
}

.contact-us-grid-v2 {
  margin-top: 53px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.animation-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 65px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
  color: #848894;
  text-decoration: none;
}

.animation-card:hover {
  color: #848894;
}

.animation-card.search-results {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-us-title-v2 {
  margin-bottom: 1px;
  color: #1c6c40;
}

.contact-us-link-v2 {
  font-size: 22px;
  line-height: 24px;
}

.contact-us-image-v2 {
  margin-right: 23px;
}

.animation-hover {
  position: relative;
}

.bg-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #1c6c40;
}

.nav-menu-v2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-v2 {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-weight: 600;
}

.nav-link-v2:hover {
  color: #1c6c40;
}

.nav-link-v2.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.header-dropdown-v2 {
  font-weight: 600;
}

.partners-logos-wrapper-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 819px;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-medium-941px {
  max-width: 941px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.next-goal-subtitle {
  margin-bottom: 8px;
  line-height: 20px;
  white-space: nowrap;
}

.companies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us-companies-title {
  max-width: 611px;
  margin-top: 32px;
  margin-bottom: 61px;
}

.mg-bottom-23px {
  margin-bottom: 23px;
}

.about-us-gallery-grid {
  margin-top: 96px;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto 32px auto;
  grid-template-areas: ". Area"
    ". Area";
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us-gallery-grid.notoppadding {
  margin-top: 0px;
}

.value-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.value-title {
  margin-top: 30px;
  margin-bottom: 11px;
}

.values-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.container-small-548px {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-548px.text-center {
  max-width: 548px;
}

.container-medium-991px {
  max-width: 991px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.country-address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 273px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.country-address-icon {
  margin-top: -4px;
  margin-right: 12px;
}

.country-address-title {
  color: #0a1023;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countries-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  margin-bottom: 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.story-grid {
  position: relative;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 728px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.years-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 94.5%;
  margin-top: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.year {
  color: #1c6c40;
  line-height: 20px;
  font-weight: 500;
}

.year.mg-bottom-0px {
  margin-bottom: 0px;
}

.year-dot {
  min-height: 11px;
  min-width: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #1c6c40;
}

.about-years {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline-line {
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #d8dce7;
}

.year-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 93.5%;
  margin-top: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-card-content {
  min-height: 100%;
  padding: 41px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #848894;
  text-decoration: none;
}

.job-card-content:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #848894;
}

.job-card-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-card-top-content.sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.job-icon {
  margin-right: 20px;
}

.job-icon.job-page {
  width: 88px;
}

.job-icon.sidebar {
  margin-right: 0px;
  margin-bottom: 20px;
}

.job-card-title {
  margin-bottom: 8px;
  color: #0a1023;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.job-card-place {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 20px;
  font-weight: 500;
}

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

.job-card-working-time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
}

.brand-v2 {
  padding-left: 0px;
}

.services-grid {
  position: relative;
  margin-top: 48px;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.custom-solution-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-services-grid-1 {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: -1;
  width: 58%;
}

.bg-services-grid-2 {
  position: absolute;
  left: auto;
  top: 2%;
  right: -7%;
  bottom: auto;
  z-index: -1;
  width: 31%;
}

.subcontainer-small-v2 {
  max-width: 443px;
}

.subcontainer-small-v2.apply-loan {
  max-width: 80%;
  margin-top: 101px;
}

.subcontainer-small-v2.benefits {
  position: -webkit-sticky;
  position: sticky;
  top: 121px;
  max-width: 95%;
  margin-top: 0px;
}

.apply-loan-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.steps-wrapper-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 48px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.step-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.step-wrapper._3 {
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
}

.custom-services-grid-v2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.apply-loan-form {
  max-width: 100%;
  min-width: 100%;
  padding: 60px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
}

.apply-loan-form-grid {
  margin-bottom: 32px;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.apply-loan-form-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.apply-loan-form-title {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: -5px;
}

.benefits-grid {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefits-cards-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.benefits-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
}

.faq-grid {
  margin-top: 40px;
  grid-column-gap: 84px;
  grid-row-gap: 48px;
}

.faq-grid.contact-us {
  margin-bottom: 85px;
}

.faq-icon {
  margin-bottom: 22px;
}

.container-medium-1133px {
  max-width: 1133px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.more-services-grid {
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mg-bottom-49px {
  margin-bottom: 49px;
}

.custom-services-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-services-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits-card-title {
  margin-bottom: 8px;
  line-height: 26px;
}

.benefits-icon {
  margin-right: 0px;
  margin-bottom: 18px;
}

.careers-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 88px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.careers-section-grid.about {
  margin-bottom: 40px;
}

.career-grid {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 108px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #848894;
  text-decoration: none;
}

.job-content:hover {
  color: #848894;
}

.career-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-split-left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-split-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.job-date {
  margin-bottom: 19px;
  font-weight: 500;
}

.job-title {
  margin-top: 0px;
  margin-bottom: 14px;
  line-height: 26px;
}

.job-top-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.sidebar.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar.author-mobile {
  display: none;
  padding: 40px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-openings-title {
  margin-top: 0px;
  margin-bottom: 40px;
}

.jobs-sidebar-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.career-top-content-mobile {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-grid {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.blog-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #848894;
  text-decoration: none;
}

.blog-post-content:hover {
  color: #848894;
}

.blog-post-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 360px;
  height: 264px;
  max-width: 100%;
  margin-right: 33px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0a1023;
  font-size: 22px;
  font-weight: 700;
}

.blog-popular-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #848894;
  text-decoration: none;
}

.blog-popular-content:hover {
  color: #848894;
}

.popular-title {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
}

.blog-popular-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-popular-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 125px;
  height: 85px;
  max-width: 100%;
  margin-right: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.blog-categories-grid {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-category {
  display: inline;
}

.category-content {
  color: #0a1023;
  text-decoration: none;
}

.category-content:hover {
  color: #1c6c40;
}

.category-content.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.category-content.all-articles {
  margin-right: 40px;
}

.pagination {
  margin-top: 66px;
}

.pagination-next {
  margin-left: 20px;
  padding: 22px 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c6c40;
  border-radius: 80px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #1c6c40;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.pagination-next:hover {
  background-color: #1c6c40;
  color: #fff;
}

.pagination-previous {
  margin-right: 20px;
  padding: 22px 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c6c40;
  border-radius: 80px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #1c6c40;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.pagination-previous:hover {
  background-color: #1c6c40;
  color: #fff;
}

.popular-title-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog-post-description-summary {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog-post-deatils-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-deatils-wrapper.post {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-category {
  color: #1c6c40;
  text-decoration: none;
}

.blog-post-category {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.blog-post-date {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.post-title {
  margin-top: 8px;
}

.post-author {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.container-medium-1100px {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.post-wrapper {
  position: relative;
  margin-top: -60px;
  padding: 83px 80px 45px;
  background-color: #fff;
}

.mg-top-60px {
  width: 100%;
  margin-top: 60px;
}

.rich-text h2 {
  max-width: 720px;
  margin: 0px auto 24px;
}

.rich-text p {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.rich-text h3 {
  max-width: 720px;
  margin: 0px auto 24px;
}

.rich-text h4 {
  max-width: 720px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h5 {
  max-width: 720px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h6 {
  max-width: 720px;
  margin: 0px auto 16px;
}

.rich-text ol {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.rich-text ul {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
}

.rich-text a {
  text-decoration: none;
}

.rich-text.job {
  margin-bottom: 24px;
}

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

.rich-text blockquote {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 22px;
}

.author-avatar {
  width: 106px;
  height: 106px;
  border-radius: 100px;
}

.post-author-rol {
  margin-bottom: 16px;
  color: #1c6c40;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.post-author-name {
  margin-top: 26px;
  margin-bottom: 16px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.post-author-name:hover {
  color: #1c6c40;
}

.more-help-grid {
  margin-top: 48px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-help-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 23px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #848894;
  text-align: center;
  text-decoration: none;
}

.more-help-card:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #848894;
}

.more-help-email-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-help-title {
  margin-top: 16px;
  margin-bottom: 8px;
}

.container-medium-627px {
  max-width: 627px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.blog-title {
  margin-top: 19px;
  margin-bottom: 16px;
}

.search {
  margin-bottom: 0px;
}

.search-title {
  color: #0a1023;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.web-address {
  margin-top: 8px;
  margin-bottom: 14px;
  color: #1c6c40;
  font-weight: 500;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 24px;
}

.credit-card-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.09);
}

.credit-card-highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 400px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.18);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.element-section {
  min-width: 8%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #f8f8f8;
}

.nav-menu-button-wrapper {
  display: none;
}

.container-medium-800px {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.link-author {
  display: block;
  color: #848894;
  text-decoration: none;
}

.link-author:hover {
  color: #1c6c40;
}

.author-grid {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 62px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-profile-image {
  width: 160px;
  border-radius: 1000px;
}

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

.about-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bg-about-author {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  background-color: #f8f8f8;
}

.overflow-hidden {
  overflow: hidden;
}

.credit-card {
  width: 100%;
}

.container-400px {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.select-container {
  height: 62px;
  padding-right: 6px;
  padding-left: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  -webkit-transition: border 350ms ease;
  transition: border 350ms ease;
}

.select-container:hover {
  border-color: #1c6c40;
}

.transition-bg-image {
  width: 100%;
  height: 100%;
  background-image: url('/local/templates/green/css/../images/hero-image-banca-template.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.blog {
  background-image: url('/local/templates/green/css/../images/learning-center-hero.jpg');
}

.transition-bg-image.about {
  background-color: #53ffcf;
  background-image: none;
}

.split-section-service {
  grid-column-gap: 60px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-paragraph {
  margin-bottom: 40px;
}

.author-avatar-link {
  display: inline-block;
  -webkit-transition: opacity 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, opacity 350ms ease, color 350ms ease;
  transition: transform 350ms ease, opacity 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

.author-avatar-link:hover {
  opacity: 0.78;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.author-name-link {
  display: block;
  line-height: 1.1em;
  text-decoration: none;
}

.author-name-link:hover {
  color: #1c6c40;
}

.empty-state-container {
  margin-bottom: 32px;
  padding: 50px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.empty-state-container.sidebar {
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: 18px;
}

.google-play-logo {
  position: relative;
  top: 3px;
}

.app-store-logo {
  position: relative;
  top: -2px;
}

.heading {
  font-family: Heliosextc, sans-serif;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 110px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.header--mainpage {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  font-size: 13px;
  font-weight: 700;
}

.header-dropdown-toggle--mainpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  line-height: 19px;
}

.header-dropdown-toggle--mainpage:hover {
  color: #1c6c40;
}

.header-dropdown-toggle--mainpage.w--open {
  color: #1c6c40;
}

.nav-link--mainpage {
  padding: 5px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Heliosextc, sans-serif;
}

.nav-link--mainpage:hover {
  color: #1c6c40;
}

.nav-link--mainpage.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-link--mainpage.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  border-top-width: 0px;
  color: #848894;
  font-weight: 400;
  text-decoration: none;
}

.nav-link--mainpage.footer:hover {
  color: #1c6c40;
}

.nav-link--mainpage.footer.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-lk-btn-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 19px;
  padding-right: 4vw;
  padding-left: 19px;
  background-color: #1c6c40;
}

.nav-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-row.primary {
  position: static;
  margin-bottom: 6px;
  padding-right: 190px;
  padding-left: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-menu--mainpage {
  position: static;
  margin-left: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-split-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-phone {
  min-width: 130px;
  margin-right: 15px;
  padding: 5px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Heliosextc, sans-serif;
  text-decoration: none;
}

.nav-link-phone:hover {
  color: #1c6c40;
}

.nav-link-phone.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-link-phone.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  border-top-width: 0px;
  color: #848894;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-phone.footer:hover {
  color: #1c6c40;
}

.nav-link-phone.footer.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-link__social--mainpage-copy {
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 17px;
  background-image: url('/local/templates/green/css/../images/vk_icon-social-bl.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.28;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Heliosextc, sans-serif;
}

.nav-link__social--mainpage-copy:hover {
  opacity: 1;
  color: #1c6c40;
}

.nav-link__social--mainpage-copy.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-link__social--mainpage-copy.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  border-top-width: 0px;
  color: #848894;
  font-weight: 400;
  text-decoration: none;
}

.nav-link__social--mainpage-copy.footer:hover {
  color: #1c6c40;
}

.nav-link__social--mainpage-copy.footer.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-link__social--mainpage-copy.fb {
  background-image: url('/local/templates/green/css/../images/fb_icon-social-bl.svg');
  background-size: 19px;
}

.nav-link__social--mainpage-copy.insta {
  background-image: url('/local/templates/green/css/../images/insta_icon-social-bl.svg');
  background-size: 19px;
}

.nav-social-group {
  min-width: auto;
  margin-right: 3%;
  margin-left: 3%;
}

.nav-row-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.right-arrow--heroslider {
  position: relative;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 77px;
  width: 50px;
  height: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  background-image: url('/local/templates/green/css/../images/ico-arrow-right-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
}

.right-arrow--heroslider:hover {
  left: 70px;
}

.hero-slider {
  min-height: 559px;
  -webkit-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
  text-align: left;
}

.slide-nav--heroslider {
  left: 50px;
  top: auto;
  right: auto;
  bottom: 2%;
  width: 100px;
  font-size: 9px;
  text-align: left;
}

.left-arrow--heroslider {
  position: absolute;
  left: 50px;
  top: 19px;
  width: 50px;
  height: 30px;
  margin: 0px;
  float: none;
  background-image: url('/local/templates/green/css/../images/ico-arrow-left-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out;
}

.left-arrow--heroslider:hover {
  left: 30px;
}

.hero-slide-title {
  margin-top: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 43px;
  text-decoration: none;
}

.hero-slide-subtitle {
  color: #fff;
}

.hero-slide-textgroup {
  position: absolute;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 81px;
  z-index: 2;
  width: 90%;
  text-decoration: none;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.hero-slide-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 12% 50%;
  object-position: 12% 50%;
}

.hero-wrapper {
  position: relative;
}

.hero-sidebar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 45%;
  max-width: none;
  background-color: #153021;
  background-image: url('/local/templates/green/css/../images/leaves-bg.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-news-wrapper {
  background-color: #fff;
}

.left-arrow--heronews {
  display: none;
}

.right-arrow--heronews {
  display: none;
}

.slide-nav--heronews {
  position: relative;
  top: -30px;
  height: 30px;
  margin-bottom: -30px;
  padding-top: 0px;
  padding-left: 27px;
  float: left;
  opacity: 0.41;
  font-size: 10px;
  text-align: left;
}

.hero-news-title {
  font-size: 23px;
  line-height: 29px;
}

.hero-news-slider {
  overflow: visible;
  height: 156px;
  max-height: 156px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: #fff1f4;
  background-color: #fff;
}

.hero-news-slide {
  padding: 30px;
  color: #1c6c40;
}

.timer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 10px;
  background-color: #53ffcf;
  color: #53ffcf;
}

.timer-bar {
  width: 20%;
  height: 100%;
  background-color: #1c6c40;
}

.hero-news-link-block {
  text-decoration: none;
}

.hero-news-link-block:hover {
  color: #0a1023;
}

.roles-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 45px;
  margin-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-role {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 200px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #1c6c40;
  color: #fff;
  text-decoration: none;
}

.hero-role:hover {
  background-color: #53ffcf;
  color: #0a1023;
}

.hero-role._2 {
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero-role._3 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero-role._1 {
  top: 125px;
  overflow: hidden;
  width: 250px;
  background-color: #1c6c40;
  color: #fff;
  text-decoration: none;
}

.hero-role._1:hover {
  background-color: #53ffcf;
  color: #0a1023;
}

.link {
  position: relative;
  top: -30px;
  z-index: 10;
  margin-right: 26px;
  margin-bottom: -30px;
  margin-left: 14px;
  float: right;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.link:hover {
  color: #3ab391;
}

.mask-2 {
  height: 163px;
}

.text-block {
  position: relative;
  z-index: 10;
  margin-top: 22px;
  margin-right: 25px;
  margin-left: 25px;
  line-height: 22px;
  text-decoration: none;
}

.h1__mainpage {
  font-size: 31px;
  line-height: 42px;
  text-align: center;
}

.container-about-left {
  max-width: 60%;
  padding-right: 0px;
  padding-left: 60px;
}

.container-about-left.about-us {
  max-width: 50%;
  padding-right: 0px;
}

.container-about-left.single-services {
  max-width: 100%;
  padding-right: 0px;
}

.container-about-left.blog {
  max-width: 40%;
  padding-right: 0px;
}

.container-about-left.styleguide {
  max-width: none;
  padding-right: 0px;
}

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

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

.statistics-item {
  width: 25%;
  min-height: 200px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  color: #0a1023;
}

.text-block-2 {
  font-size: 31px;
  line-height: 42px;
}

.link-statistics-item {
  width: 25%;
  min-height: 200px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 21px;
  border: 1px solid transparent;
  color: #0a1023;
  text-decoration: none;
}

.quests-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quest-column {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: auto;
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  color: #0a1023;
  font-size: 15px;
  line-height: 23px;
}

.quest-column-slider {
  width: 25%;
  min-height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-default-1310px-copy {
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.container-default-1310px-copy.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-default-1310px-copy.partners {
  width: 100%;
}

.container-default-1310px-copy.apply-loan {
  position: relative;
  z-index: 1;
}

.quest-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  padding: 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: #1c6c40 #d8dce7 #d8dce7;
  background-color: #fff;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #848894;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
}

.quest-wrapper:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #848894;
}

.link-wrapper--quest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1c6c40;
  text-decoration: none;
}

.quest-thumbnail {
  width: 100%;
  margin: -25px 0px 40px;
}

.quest-title {
  margin-right: 25px;
  margin-bottom: 8px;
  margin-left: 25px;
  font-family: Heliosextc, sans-serif;
  color: #0a1023;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.mg-bottom-32px--quest {
  margin-right: 25px;
  margin-bottom: 32px;
  margin-left: 25px;
}

.gallery {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 114px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.about-title {
  position: absolute;
  left: -1%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 230px;
  margin-top: 114px;
  margin-left: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #0a1023;
  font-size: 26px;
  text-transform: uppercase;
}

.value-wrapper-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.values-wrapper-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.map-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map {
  width: 735px;
  height: 500px;
  min-width: auto;
  background-color: #bdc2d1;
}

.mg-bottom-32px-black {
  margin-bottom: 15px;
  color: #0a1023;
  line-height: 25px;
}

.mg-top-0px-giant {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  font-family: Heliosextc, sans-serif;
  font-size: 56px;
  line-height: 57px;
}

.link-standart {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid rgba(28, 109, 75, 0.2);
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.paragraph {
  font-size: 16px;
}

.container-small-1000 {
  max-width: 592px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-1000.text-center {
  max-width: 1000px;
}

.container-small-1000.about-programm {
  margin-top: -30px;
  margin-left: 5vw;
}

.person-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #d8dce7;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #848894;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.person-card:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #848894;
}

.person-title {
  margin-top: 30px;
  margin-bottom: 8px;
  margin-left: 0px;
  font-size: 22px;
}

.person-about {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
}

.slider-persons {
  height: 100%;
  margin-top: 31px;
  margin-bottom: 30px;
  background-color: transparent;
}

.mask-persons {
  overflow: visible;
  width: 100%;
  max-width: none;
}

.slide-person {
  width: 24%;
  max-width: 300px;
  margin-right: 15px;
}

.about-association-gallery {
  max-width: 100%;
  min-width: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
}

.slider-2 {
  position: relative;
  height: 464px;
  background-color: #53ffcf;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  padding-left: 13px;
  font-size: 10px;
  text-align: left;
}

.title-news {
  margin-bottom: 0px;
}

.news-card {
  position: absolute;
  left: 20px;
  top: auto;
  right: 20px;
  bottom: 20px;
  padding: 24px 24px 17px;
  background-color: rgba(10, 16, 35, 0.27);
  color: #fff;
  text-decoration: none;
}

.news-subtitle {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.43);
  line-height: 20px;
  white-space: nowrap;
}

.news-title {
  margin-bottom: 15px;
  font-family: Heliosextc, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}

.news-wrapper {
  position: relative;
  overflow: hidden;
  height: 430px;
  color: #848894;
  text-decoration: none;
}

.news-wrapper:hover {
  color: #848894;
}

.news-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partners-container-mainpage {
  position: static;
  top: 0px;
  min-width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, #fff), color-stop(0, transparent));
  background-image: linear-gradient(90deg, #fff 95%, transparent 0);
}

.footer-primary {
  padding-top: 64px;
  border-top: 1px none #d8dce7;
  background-color: #1c6c40;
  color: #fff;
}

.footer-text {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 24px;
}

.image {
  width: 777px;
  height: 567px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-nav-main {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 15px;
  list-style-type: none;
}

.image-2 {
  margin-bottom: 11px;
}

.subscribe-form {
  max-width: 100%;
  min-width: 100%;
  padding: 20px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  background-color: #fff;
}

.subscribe-form-grid {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 11px;
  grid-row-gap: 32px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label-copy {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #0a1023;
  line-height: 20px;
}

.left-paragraph-about-association {
  margin-bottom: 40px;
}

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

.subcontainer-small-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 518px;
}

.subcontainer-small-map.services {
  max-width: 430px;
}

.subcontainer-small-map.issticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.hero-role-bg {
  position: absolute;
  left: auto;
  top: -65%;
  right: -75%;
  bottom: 0%;
  z-index: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-image: url('/local/templates/green/css/../images/student.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.hero-role-bg._1 {
  left: auto;
  top: -60%;
  right: -75%;
  background-image: url('/local/templates/green/css/../images/teacher.jpg');
}

.hero-role-bg._3 {
  left: auto;
  top: -65%;
  right: -75%;
  background-image: url('/local/templates/green/css/../images/univer.jpg');
  opacity: 0;
}

.hero-role-bg._2 {
  top: -80%;
  background-position: 100% 138%;
}

.what-inside-wrapper-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 48px;
}

.what-inside-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-arrow__indirections {
  margin-left: 0px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.mega-menu-container-about {
  left: -12px;
  top: 64px;
  display: none;
  min-width: 240px;
  padding: 34px 32px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(17, 1, 2, 0.04), 0 0 5px 0 rgba(32, 20, 20, 0.01), 0 0 10px 0 rgba(37, 23, 23, 0.02), 0 0 17px 0 rgba(29, 18, 19, 0.04);
}

.mega-menu-container-about.w--open {
  left: -11px;
  top: 31px;
  padding-bottom: 22px;
  border-radius: 0px;
}

.h1__aboutus {
  font-size: 42px;
  line-height: 54px;
}

.link--intext {
  border-bottom: 1px dashed #afc9be;
  text-decoration: none;
}

.h2-history {
  margin-top: 0px;
  font-family: Heliosextc, sans-serif;
  font-size: 42px;
  line-height: 54px;
}

.h2-history.mt-about {
  margin-top: 21px;
}

.hide {
  display: none;
}

.hero-bg-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.nav-link-email {
  min-width: 170px;
  margin-right: 15px;
  padding: 5px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Heliosextc, sans-serif;
  text-decoration: none;
}

.nav-link-email:hover {
  color: #1c6c40;
}

.nav-link-email.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.nav-link-email.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  border-top-width: 0px;
  color: #848894;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-email.footer:hover {
  color: #1c6c40;
}

.nav-link-email.footer.w--current {
  color: #1c6c40;
  font-weight: 700;
}

.mask-4 {
  width: 55%;
}

.persons-item {
  margin-top: 39px;
}

.person-photo {
  margin-bottom: 32px;
  border-radius: 50%;
}

.person-desc {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 22px;
}

.persons-grid {
  grid-column-gap: 17px;
}

.person-contact-us-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #848894;
  font-size: 14px;
  text-decoration: none;
}

.person-contact-us-link:hover {
  color: #1c6c40;
}

.person-name {
  color: #0a1023;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.mg-top-60px-textpage {
  width: 100%;
  height: 500px;
  margin-top: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-news-title-__isonmainpage {
  font-size: 16px;
  line-height: 24px;
}

.mask-5 {
  width: 100%;
  height: auto;
}

.slide-2 {
  position: relative;
  height: auto;
  max-height: none;
  min-height: auto;
}

.image-3 {
  height: 457.015625px;
}

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

.map-grid---alt {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 65px;
  -ms-grid-columns: 0.75fr 2fr;
  grid-template-columns: 0.75fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.person-ava {
  width: 220px;
}

.partner-logo-link {
  margin-right: 13px;
  margin-bottom: 31px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dwnld-menu.sbornik {
  position: relative;
  z-index: 10;
  margin-top: -35px;
}

.block-2columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.img-about {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slide-3 {
  width: 100%;
}

.vuz-log-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.vuz-log-grid.owl-carousel {
  min-width: 100%;
}

.vuz-log-grid.owl-carousel.off {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.vuz-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  min-width: 103px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.vuz-logo-link:hover {
  opacity: 0.65;
  color: #28a86e;
}

.vuz-logo-link.show-as-list--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.vuz-logo-img {
  width: 103px;
  height: 90px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.vuz-logo-grid--onpage {
  display: -ms-grid;
  display: grid;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.vuz-logo-grid--onpage.owl-carousel {
  min-width: 100%;
}

.vuz-logo-grid--onpage.owl-carousel.off {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.vuz-logo-grid--onpage.show-as-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.univer-name {
  margin-top: 13px;
  margin-bottom: 30px;
  color: #848894;
  font-size: 11px;
  line-height: 15px;
  text-decoration: none;
}

.univerlistviewtoggle {
  margin-right: 25px;
  margin-bottom: 0px;
}

.univergridviewtoggle {
  margin-right: 20px;
  margin-bottom: 0px;
}

.view-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 25px;
  padding: 8px 11px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  font-size: 13px;
}

.view-radio-button {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}

.view-radio-button.w--redirected-checked {
  border-color: #1c6c40;
  background-color: #53ffcf;
}

.view-menu-radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partner-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

  h1 {
    font-size: 51px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 26px;
  }

  figcaption {
    font-size: 18px;
  }

  .bg-primary-1.apply-loan-1 {
    width: 58%;
  }

  .container-default-1310px {
    max-width: 1510px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-medium-700px.text-center {
    max-width: 850px;
  }

  .container-extra-small-481px {
    max-width: 600px;
  }

  .container-extra-small-481px.text-center.solutions {
    max-width: 480px;
  }

  .container-extra-small-481px.text-center.get-a-new-car {
    max-width: 522px;
  }

  .container-hero-left.about-us {
    max-width: 46%;
  }

  .paragraph-large {
    font-size: 26px;
  }

  .button-primary {
    font-size: 19px;
  }

  .button-primary.small {
    font-size: 18px;
  }

  .button-primary.large {
    font-size: 19px;
  }

  .button-primary.header {
    font-size: 18px;
  }

  .button-secondary {
    font-size: 19px;
  }

  .button-secondary.small {
    font-size: 18px;
  }

  .button-secondary.large {
    font-size: 21px;
  }

  .button-secondary.header {
    font-size: 18px;
  }

  .button-secondary.header-copy {
    font-size: 18px;
  }

  .button-secondary.header--mainp {
    font-size: 18px;
  }

  .button-secondary.header__lk--mainp {
    font-size: 13px;
  }

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

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

  .section.about-us-hero {
    padding-top: 200px;
    padding-bottom: 240px;
  }

  .input {
    font-size: 20px;
  }

  .hero-image.single-services {
    max-height: 530px;
  }

  .partners-logos-wrapper {
    width: 75%;
  }

  .link-wrapper {
    -webkit-filter: none;
    filter: none;
  }

  .image-section-absolute {
    max-width: 667px;
  }

  .about-banca-grid {
    grid-column-gap: 114px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .subcontainer-small.auto-loan {
    max-width: 100%;
  }

  .credit-card-grid {
    grid-column-gap: 100px;
  }

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

  .text-area {
    font-size: 20px;
  }

  .select {
    font-size: 20px;
  }

  .contact-us-wrapper {
    grid-column-gap: 20px;
  }

  .hero-image-wrapper {
    width: 53%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-image-wrapper.single-services {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .brand {
    margin-right: 9vw;
  }

  .hero-v2-images-wrapper {
    display: inline-block;
  }

  .hero-v2-image-2 {
    right: -13%;
  }

  .hero-v2-image-1 {
    width: auto;
  }

  .hero-v2-image-3 {
    left: -14%;
  }

  .hero-v2-image-4 {
    left: -16%;
  }

  .hero-v2-image-5 {
    right: -16%;
  }

  .slide-v2 {
    margin-right: 32px;
    margin-left: 1px;
  }

  .mask-v2 {
    width: 23%;
  }

  .partners-logos-wrapper-v2 {
    width: auto;
    max-width: 900px;
  }

  .container-small-548px.text-center.apply-auto {
    max-width: 630px;
  }

  .job-card-top-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .job-icon.sidebar {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .custom-solution-grid {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .bg-services-grid-1 {
    bottom: 0%;
  }

  .custom-services-grid-v2 {
    grid-column-gap: 80px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .faq-grid.contact-us {
    grid-column-gap: 50px;
  }

  .custom-services-image-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blog-posts-grid {
    grid-auto-columns: 1fr;
  }

  .blog-popular-grid {
    grid-auto-columns: 1fr;
  }

  .container-medium-1100px {
    max-width: 1300px;
  }

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

  .rich-text h2 {
    max-width: 900px;
  }

  .rich-text p {
    max-width: 900px;
  }

  .rich-text h3 {
    max-width: 900px;
  }

  .rich-text h4 {
    max-width: 900px;
  }

  .rich-text h5 {
    max-width: 900px;
  }

  .rich-text h6 {
    max-width: 900px;
  }

  .rich-text ol {
    max-width: 900px;
  }

  .rich-text ul {
    max-width: 900px;
  }

  .container-medium-627px.text-center.have-questions {
    max-width: 670px;
  }

  .container-medium-800px {
    max-width: 1000px;
  }

  .container-medium-800px.open-account {
    max-width: 820px;
  }

  .author-grid {
    grid-column-gap: 80px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .hero-grid {
    grid-column-gap: 92px;
  }

  .nav-row.primary {
    padding-left: 2%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-link-phone {
    min-width: 135px;
    margin-right: auto;
  }

  .nav-social-group {
    min-width: 116px;
  }

  .hero-slide-bg {
    width: 100%;
  }

  .hero-sidebar {
    max-width: none;
  }

  .container-about-left.about-us {
    max-width: 46%;
  }

  .container-default-1310px-copy {
    max-width: 1510px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .map-grid {
    grid-column-gap: 114px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .subcontainer-small-map.auto-loan {
    max-width: 100%;
  }

  .nav-link-email {
    min-width: 174px;
    margin-right: auto;
    margin-left: auto;
  }

  .map-grid---alt {
    grid-column-gap: 18px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .block-2columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1440px) {
  .bg-neutral-100.single-services-hero {
    right: 309px;
    min-width: 34%;
  }

  .section.navigation-secondary {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .slide {
    width: 31.6%;
  }

  .mask {
    overflow: hidden;
    width: auto;
    padding-top: 3px;
  }

  .contact-us-grid {
    grid-column-gap: 120px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-wrapper {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-wrapper {
    width: 46%;
  }

  .brand {
    margin-right: 10%;
  }

  .benefits-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .faq-grid.contact-us {
    grid-column-gap: 56px;
  }

  .benefits-icon {
    margin-right: 18px;
    margin-bottom: 0px;
  }

  .author-grid {
    grid-column-gap: 100px;
  }

  .transition-bg-image {
    background-image: url('/local/templates/green/css/../images/2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .left-paragraph {
    max-width: 480px;
  }

  .hero-grid {
    grid-column-gap: 120px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-row.primary {
    padding-left: 4%;
  }

  .nav-link-phone {
    margin-right: 5vw;
  }

  .nav-link__social--mainpage-copy {
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
    background-image: url('/local/templates/green/css/../images/vk_icon-social-bl.svg');
    background-position: 50% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
  }

  .nav-link__social--mainpage-copy.fb {
    background-image: url('/local/templates/green/css/../images/fb_icon-social-bl.svg');
    background-size: 17px;
  }

  .nav-link__social--mainpage-copy.insta {
    background-image: url('/local/templates/green/css/../images/insta_icon-social-bl.svg');
    background-size: 18px;
  }

  .right-arrow--heroslider {
    -webkit-transition: left 200ms ease;
    transition: left 200ms ease;
  }

  .right-arrow--heroslider:hover {
    left: 65px;
  }

  .hero-slider {
    background-color: #1c6c40;
  }

  .left-arrow--heroslider:hover {
    left: 2%;
  }

  .hero-slide-bg {
    width: 100%;
  }

  .hero-sidebar {
    background-color: #153021;
  }

  .mask-persons {
    overflow: hidden;
    width: auto;
    padding-top: 3px;
  }

  .slide-person {
    width: 31.6%;
  }

  .about-association-gallery {
    border-style: none;
  }

  .left-paragraph-about-association {
    max-width: 480px;
  }

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

  .nav-link-email {
    margin-right: 5vw;
  }

  .mask-4 {
    width: 60%;
  }

  .person-desc {
    max-width: 480px;
  }

  .hero-news-title-__isonmainpage {
    font-size: 19px;
  }
}

@media screen and (min-width: 1920px) {
  .bg-neutral-100.single-services-hero {
    right: 323px;
  }

  .container-hero-left.style {
    max-width: 50%;
  }

  .button-secondary.header__lk--mainp {
    font-size: 18px;
  }

  .contact-us-wrapper {
    grid-column-gap: 40px;
    -ms-grid-columns: 0.8fr 0.8fr;
    grid-template-columns: 0.8fr 0.8fr;
  }

  .brand {
    margin-right: 8%;
  }

  .header--mainpage {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .header-dropdown-toggle--mainpage {
    font-size: 18px;
  }

  .nav-link--mainpage {
    font-size: 18px;
  }

  .nav-lk-btn-wrapper {
    padding-top: 25px;
    padding-right: 13%;
  }

  .nav-row.primary {
    margin-bottom: 15px;
  }

  .nav-link-phone {
    margin-right: 39px;
    font-size: 18px;
  }

  .nav-link__social--mainpage-copy {
    font-size: 18px;
  }

  .nav-social-group {
    margin-right: 11%;
  }

  .hero-slide-bg {
    width: 100%;
  }

  .container-about-left.style {
    max-width: 50%;
  }

  .mask-persons {
    width: auto;
  }

  .slide-person {
    width: 20%;
  }

  .nav-link-email {
    margin-right: 39px;
    font-size: 18px;
  }

  .mask-4 {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .bg-primary-1.form-section {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 60%;
  }

  .bg-primary-1.apply-loan-1 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    width: 100%;
    height: 55%;
  }

  .bg-primary-1.hero-section {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 46%;
  }

  .bg-primary-1.quest-section {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 46%;
  }

  .bg-primary-1.about-section {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 40%;
  }

  .bg-primary-1.about-accossiation-section {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 50%;
  }

  .bg-primary-1.navigation-section-secondary {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100%;
  }

  .bg-secondary-1.contact-us {
    width: 80%;
    height: 50%;
  }

  .bg-neutral-100.contact-us-v2 {
    display: none;
  }

  .bg-neutral-100.single-services-hero {
    left: 0%;
    top: -7%;
    right: 0%;
    bottom: auto;
    display: none;
    min-width: 100%;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default-1310px {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-small-592px.about-programm {
    max-width: none;
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .container-hero-left {
    max-width: 560px;
  }

  .container-hero-left.about-us {
    width: 100%;
    max-width: 754px;
  }

  .container-hero-left.single-services {
    max-width: 529px;
  }

  .container-hero-left.blog {
    max-width: 754px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.header {
    display: none;
  }

  .button-secondary.header {
    display: none;
  }

  .button-secondary.header-copy {
    display: none;
  }

  .button-secondary.header--mainp {
    display: none;
  }

  .button-secondary.header__lk--mainp {
    display: block;
    padding: 20px 40px 20px 20px;
    background-position: 91% 50%;
  }

  .nav-link {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #f8f8f8;
  }

  .nav-link.footer {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 80px;
    background-color: #fff;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #53ffcf;
  }

  .menu-button.w--open {
    background-color: #1c6c40;
  }

  .nav-menu {
    margin-left: 0px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(19, 1, 2, 0.18);
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 18px;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 1fr 20px 0.5fr 20px 1fr;
    grid-template-columns: 1fr 0.5fr 1fr;
    -ms-grid-rows: auto 18px auto;
    grid-template-rows: auto auto;
  }

  .page-wrapper {
    min-width: auto;
  }

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

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

  .section.hero {
    padding-top: 160px;
    padding-bottom: 0px;
  }

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

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

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

  .section.banner-v2 {
    padding-top: 80px;
  }

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

  .section.about-us-hero {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .section.about-us-gallery {
    padding-bottom: 0px;
  }

  .section.slider-section-2 {
    padding-top: 80px;
  }

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

  .section.section-hero.author {
    padding-top: 0px;
  }

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

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

  .section.banner-single-services {
    padding-top: 20px;
  }

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

  .section.licenses {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section.quests-slider {
    padding-top: 30px;
  }

  .section.about-programm {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .licenses-photgraphy-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .divider {
    display: block;
  }

  .divider.values {
    width: 100%;
    height: 1px;
    margin: 60px 0px;
  }

  .divider.sidebar-blog {
    display: block;
  }

  .divider.sidebar {
    display: block;
    margin-top: 40px;
  }

  .divider.values-about {
    width: 100%;
    height: 1px;
    margin: 60px 0px;
  }

  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-dropdown {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .header-dropdown.first-element {
    margin-right: auto;
    margin-left: auto;
  }

  .mega-menu-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 40px 0px;
  }

  .dropdown-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mega-menu-link {
    margin-bottom: 0px;
    padding: 20px 40px;
    border-bottom: 1px solid #f4f7fa;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
    font-size: 16px;
  }

  .mega-menu-link.w--current {
    border-bottom-color: rgba(223, 225, 235, 0.3);
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
    font-weight: 700;
  }

  .mega-menu-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mega-menu-container {
    position: static;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .mega-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f8f8f8;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
  }

  .social-media-wrapper.about-author {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-image {
    max-height: none;
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sufix-line.left {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .spacer.hero-buttons.app {
    min-width: 18px;
  }

  .partners-container {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
  }

  .partners-wrraper {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partners-title {
    margin-bottom: 32px;
  }

  .partners-logos-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners-logos-wrapper.about-us {
    width: auto;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slide {
    width: 45%;
  }

  .service-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }

  .link-wrapper.mg-bottom-48px {
    margin-bottom: 32px;
  }

  .left-arrow {
    left: -2%;
    width: 60px;
    height: 60px;
  }

  .right-arrow {
    right: 9px;
    width: 60px;
    height: 60px;
  }

  .mask {
    width: 100%;
  }

  .about-banca-grid {
    grid-column-gap: 48px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .subcontainer-small {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .next-goal-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .credit-card-grid {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-us-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-us-form {
    padding: 50px 40px;
  }

  .contact-us-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-us-wrapper {
    -ms-grid-columns: 1.5fr 1fr 2fr;
    grid-template-columns: 1.5fr 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .lastest-articles-grid {
    grid-row-gap: 72px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-and-element-wrapper {
    min-height: auto;
  }

  .left-arrow-icon {
    width: 15px;
  }

  .hero-image-wrapper {
    position: static;
    width: 100%;
    height: 660px;
    margin-top: 80px;
  }

  .hero-image-wrapper.single-services {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }

  .hero-image-wrapper.blog {
    width: 100%;
    height: 590px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-wrapper.about-us {
    width: 100%;
    height: 660px;
  }

  .partners-logo {
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .partners-logo.about-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-arrow-icon {
    width: 15px;
  }

  .transition._3 {
    top: 0px;
  }

  .transition._1 {
    top: 0px;
  }

  .service-wrapper-v2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-v2-image-2 {
    width: 25%;
    max-width: none;
  }

  .hero-v2-image-3 {
    left: 2%;
    width: 20%;
    max-width: none;
  }

  .hero-v2-image-4 {
    left: 1%;
  }

  .mask-v2 {
    width: 48%;
  }

  .about-banca-image-wrapper-v2 {
    min-height: auto;
  }

  .about-banca-grid-v2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .app-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-grid-v2 {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .animation-card {
    padding: 40px 20px;
  }

  .nav-menu-v2 {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(19, 1, 1, 0.18);
  }

  .nav-link-v2 {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #f8f8f8;
  }

  .partners-logos-wrapper-v2 {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners-logo-v2 {
    padding: 20px;
  }

  .companies-wrapper.about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .value-wrapper {
    max-width: 337px;
  }

  .values-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .country-address-wrapper {
    padding: 20px;
  }

  .countries-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story-grid {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .careers-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .job-card-top-content.sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .job-icon.sidebar {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .services-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .custom-solution-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-services-grid-1 {
    bottom: 4%;
    width: 100%;
  }

  .bg-services-grid-2 {
    display: none;
  }

  .subcontainer-small-v2 {
    max-width: 548px;
  }

  .subcontainer-small-v2.apply-loan {
    max-width: 60%;
    margin-top: 0px;
  }

  .subcontainer-small-v2.benefits {
    position: static;
  }

  .apply-loan-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .steps-wrapper-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step-wrapper {
    max-width: 348px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .custom-services-grid-v2 {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .apply-loan-form {
    max-width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 40px;
  }

  .apply-loan-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .faq-grid.contact-us {
    grid-column-gap: 32px;
  }

  .more-services-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .custom-services-image-wrapper {
    position: static;
    width: 100%;
  }

  .single-services-hero-wrapper {
    min-height: auto;
  }

  .careers-section-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar.author {
    display: none;
  }

  .sidebar.author-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 60px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .jobs-sidebar-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-popular-grid {
    max-width: 60%;
  }

  .post-wrapper {
    margin-top: 0px;
  }

  .more-help-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .credit-card-highlight {
    width: 200px;
    height: 200px;
  }

  .element-section {
    display: none;
  }

  .menu-burger-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1c6c40;
  }

  .menu-icon-top-line {
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #1c6c40;
    border-radius: 100px;
    background-color: #fff;
  }

  .menu-icon-middle-line {
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #1c6c40;
    border-radius: 100px;
    background-color: #fff;
  }

  .menu-icon-bottom-line {
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #1c6c40;
    border-radius: 100px;
    background-color: #fff;
  }

  .container-default-styleguide {
    max-width: 560px;
  }

  .nav-menu-button-wrapper {
    display: none;
    padding: 100px 24px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .author-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .author-profile-image {
    width: 140px;
  }

  .about-author-wrapper {
    margin-top: 0px;
    margin-left: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .transition-bg-image {
    background-image: url('/local/templates/green/css/../images/hero-image-tablet.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .split-section-service {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .google-play-logo {
    top: 2px;
  }

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

  .header-dropdown-toggle--mainpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f8f8f8;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
    font-size: 16px;
  }

  .nav-link--mainpage {
    width: 100%;
    padding: 20px 24px;
    border-bottom: 1px solid #f8f8f8;
    font-size: 16px;
  }

  .nav-link--mainpage.footer {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
  }

  .nav-lk-btn-wrapper {
    position: static;
    width: 50%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-row.primary {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav-menu--mainpage {
    position: absolute;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(19, 1, 2, 0.18);
  }

  .nav-link-phone {
    width: 50%;
    margin-right: 0px;
    padding: 20px 24px;
    border-bottom: 1px solid #f8f8f8;
  }

  .nav-link-phone.footer {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
  }

  .nav-link__social--mainpage-copy {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #f8f8f8;
  }

  .nav-link__social--mainpage-copy.footer {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
  }

  .nav-social-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-slide-bg {
    width: 60%;
  }

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

  .hero-sidebar {
    width: 40%;
  }

  .slide-nav--heronews {
    padding-left: 20px;
  }

  .hero-news-title {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-news-slide {
    padding-top: 19px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .roles-wrapper {
    margin-left: 0px;
    justify-items: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-role {
    height: 90px;
  }

  .hero-role._1 {
    top: auto;
  }

  .container-about-left {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .container-about-left.about-us {
    max-width: 754px;
  }

  .container-about-left.single-services {
    max-width: 529px;
  }

  .container-about-left.blog {
    max-width: 754px;
  }

  .statistics-item {
    width: 33.333333333333336%;
  }

  .link-statistics-item {
    width: 66.6%;
  }

  .quests-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quest-column {
    width: 100%;
  }

  .quest-column-slider {
    width: 100%;
  }

  .container-default-1310px-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .quest-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-wrapper--quest.mg-bottom-48px {
    margin-bottom: 32px;
  }

  .quest-thumbnail {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .gallery {
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .about-title {
    left: auto;
    margin-top: 45px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    text-transform: none;
  }

  .value-wrapper-about {
    max-width: 337px;
  }

  .values-wrapper-about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map-grid {
    grid-column-gap: 20px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .map {
    width: 94vw;
    height: 40vh;
  }

  .mg-bottom-32px-black {
    margin-top: 7px;
    margin-right: 23px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mg-top-0px-giant {
    margin-right: 17px;
    text-align: center;
  }

  .slider-persons {
    overflow: visible;
    margin-right: -24px;
  }

  .mask-persons {
    overflow: hidden;
    width: 100%;
  }

  .slide-person {
    width: 45%;
    max-width: none;
  }

  .about-association-gallery {
    min-width: auto;
    padding: 0px;
  }

  .slider-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .about-association-content {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .news-card {
    bottom: 80px;
  }

  .news-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .partners-container-mainpage {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
  }

  .subscribe-form {
    max-width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 21px 20px;
  }

  .subscribe-form-grid {
    grid-row-gap: 11px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .field-label-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .left-paragraph-about-association {
    margin-bottom: 0px;
  }

  .map-wrapper {
    min-height: auto;
  }

  .subcontainer-small-map {
    position: static;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subcontainer-small-map.issticky {
    position: static;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-role-bg {
    display: none;
  }

  .what-inside-wrapper-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .what-inside-item-wrapper {
    max-width: 348px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mega-menu-container-about {
    position: static;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .nav-link-email {
    width: 50%;
    margin-right: 0px;
    padding: 20px 24px;
    border-bottom: 1px solid #f8f8f8;
  }

  .nav-link-email.footer {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
  }

  .mask-4 {
    width: auto;
  }

  .persons-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-news-title-__isonmainpage {
    font-size: 12px;
    line-height: 19px;
  }

  .slider-image {
    width: 100%;
  }

  .map-grid---alt {
    grid-column-gap: 20px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .partner-logo-link {
    margin-right: -2px;
  }

  .column-1 {
    margin-bottom: 60px;
  }

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

  .block-2columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vuz-log-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .vuz-logo-link {
    display: block;
  }

  .vuz-logo-grid--onpage {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    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;
  }

  .partner-logo {
    width: 25%;
    margin-right: 10px;
    margin-bottom: 28px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  figure {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .bg-primary-1.about-accossiation-section {
    height: 40%;
  }

  .container-default-1310px {
    padding-right: 18px;
    padding-left: 18px;
  }

  .container-default-1310px.hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-medium-700px {
    max-width: 100%;
  }

  .container-extra-small-481px.text-center.solutions {
    max-width: 394px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-hero-left.about-us {
    max-width: 575px;
  }

  .container-hero-left.single-services {
    max-width: 575px;
  }

  .container-hero-left.blog {
    max-width: 575px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.full-width {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-secondary.header__lk--mainp {
    display: block;
    padding-right: 42px;
    padding-left: 20px;
    background-position: 91% 50%;
  }

  .menu-button.w--open {
    z-index: 9999;
    background-color: #fff;
  }

  .nav-menu {
    height: 95vh;
  }

  .heading-special-1 {
    font-size: 64px;
    line-height: 72px;
  }

  .heading-special-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .heading-special-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .licenses-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.hero-v2 {
    padding-top: 40px;
  }

  .section.about-us-hero {
    padding-top: 56px;
  }

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

  .section.single-services-hero {
    padding-bottom: 20px;
  }

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

  .section.our-latest-articles {
    border-bottom: 1px solid #d8dce7;
  }

  .section.blog-posts {
    padding-top: 40px;
  }

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

  .section.grow-v2 {
    padding-bottom: 20px;
  }

  .section.hero-section {
    padding-bottom: 0px;
  }

  .section.navigation-secondary {
    padding-bottom: 0px;
  }

  .section.about-parners---nopadding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .divider.footer {
    margin-bottom: 26px;
  }

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

  .divider.sidebar {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .divider.sidebar.job-post {
    margin-top: 70px;
  }

  .utility-page-wrap._404 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    font-size: 180px;
  }

  .header-dropdown {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .header-dropdown.first-element {
    margin-right: auto;
    margin-left: auto;
  }

  .mega-menu-title {
    padding-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }

  .underline-hover {
    display: none;
  }

  .dropdown-icon {
    margin-right: 29px;
    margin-left: 5px;
  }

  .mega-menu-link {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .social-media-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-media-wrapper.about-author {
    min-width: 154px;
    margin-right: auto;
    margin-left: auto;
  }

  .sufix-line.extra-large.about-partners {
    display: none;
  }

  ._2-buttons-wrapper.banner {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .spacer.hero-buttons {
    min-width: 15px;
  }

  .spacer.banner-buttons {
    min-height: 18px;
    min-width: 0px;
  }

  .partners-title {
    font-size: 18px;
  }

  .partners-logos-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners-logos-wrapper.about-us {
    width: 100%;
    margin-bottom: 16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slide {
    width: 100%;
  }

  .service-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .service-wrapper.services-page {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icon-services {
    width: 104px;
    margin-bottom: 32px;
  }

  .left-arrow {
    left: -7%;
    top: -25%;
  }

  .right-arrow {
    top: -25%;
    right: -8px;
  }

  .mask {
    overflow: hidden;
    width: 100%;
    padding-right: 0px;
  }

  .about-banca-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .subcontainer-small.services {
    max-width: none;
  }

  .subcontainer-small.app {
    max-width: 455px;
  }

  .next-goal-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .credit-card-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .contact-us-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-us-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .lastest-articles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-and-element-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-image-wrapper {
    height: 300px;
  }

  .hero-image-wrapper.blog {
    height: 430px;
  }

  .hero-image-wrapper.about-us {
    height: 450px;
  }

  .partners-logo {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .service-wrapper-v2 {
    padding-right: 29px;
    padding-left: 29px;
  }

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

  .hero-v2-images-wrapper {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .hero-v2-image-2 {
    width: 30%;
  }

  .hero-v2-image-1 {
    width: 80%;
  }

  .hero-v2-image-3 {
    z-index: auto;
    width: 30%;
  }

  .hero-v2-image-4 {
    left: 4%;
    width: 13%;
    max-width: none;
  }

  .hero-v2-image-5 {
    width: 13%;
    max-width: none;
  }

  .left-arrow-v2 {
    top: -26%;
  }

  .right-arrow-v2 {
    top: -26%;
  }

  .mask-v2 {
    width: 100%;
    margin-top: 68px;
    padding-right: 0px;
  }

  .about-banca-image-wrapper-v2 {
    width: 100%;
  }

  .about-banca-grid-v2 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .app-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-us-grid-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .animation-card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
    transition: border-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
    transition: border-color 350ms ease, transform 350ms ease, color 350ms ease;
    transition: border-color 350ms ease, transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  }

  .animation-card:hover {
    border-color: #1c6c40;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
  }

  .bg-hover {
    display: none;
  }

  .nav-menu-v2 {
    height: 100vh;
  }

  .partners-logos-wrapper-v2 {
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners-logo-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .companies-wrapper.about-us {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-companies-title {
    max-width: 517px;
    margin-top: 0px;
    margin-bottom: 14px;
    text-align: center;
  }

  .about-us-gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .story-grid {
    max-width: 100%;
  }

  .job-icon.sidebar {
    margin-right: 16px;
  }

  .services-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .custom-solution-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .bg-services-grid-1 {
    display: none;
  }

  .subcontainer-small-v2.apply-loan {
    max-width: 80%;
  }

  .steps-wrapper-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-wrapper._3 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .custom-services-grid-v2 {
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .apply-loan-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefits-cards-grid {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .more-services-grid {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .custom-services-image-wrapper {
    position: static;
    width: 100%;
  }

  .career-top-content {
    display: none;
  }

  .job-split-left-content {
    margin-bottom: 40px;
  }

  .job-split-right-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-date {
    margin-bottom: 0px;
  }

  .sidebar.author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar.author-mobile {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .career-top-content-mobile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-image-wrapper {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 33px;
  }

  .blog-popular-grid {
    max-width: 575px;
    grid-row-gap: 33px;
  }

  .blog-popular-image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .blog-categories-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-categories-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-category {
    margin-right: 0px;
  }

  .category-content {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #d8dce7;
  }

  .category-content.all-articles {
    margin-right: 0px;
  }

  .blog-post-description-summary {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .post-wrapper {
    padding-top: 43px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .element-section {
    min-width: auto;
    margin: 0px 40px;
    padding-top: 8%;
  }

  .nav-menu-button-wrapper {
    display: none;
    padding-top: 40px;
  }

  .author-profile-image {
    width: 120px;
  }

  .about-author-wrapper {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .top-notch-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .header-dropdown-toggle--mainpage {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .nav-link--mainpage {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .nav-lk-btn-wrapper {
    position: static;
    width: 50%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-row.primary {
    margin-bottom: 27px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu--mainpage {
    width: 100%;
    height: 95vh;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link-phone {
    width: 50%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link__social--mainpage-copy {
    padding-right: 20px;
    padding-left: 13px;
  }

  .nav-social-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-slider {
    min-height: 350px;
  }

  .hero-slide-textgroup {
    width: 80%;
  }

  .hero-slide-bg {
    width: 100%;
  }

  .hero-wrapper {
    overflow: hidden;
    width: auto;
  }

  .hero-sidebar {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-news-slider {
    width: 100%;
  }

  .hero-news-slide {
    width: 100%;
  }

  .roles-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    -ms-grid-columns: 0.75fr 1fr 1fr;
    grid-template-columns: 0.75fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-role {
    width: 30%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }

  .hero-role._2 {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-role._3 {
    width: 30%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #195f42;
  }

  .hero-role._1 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #1c7c54;
  }

  .text-block {
    margin-right: 10px;
    margin-left: 13px;
  }

  .container-about-left.about-us {
    max-width: 575px;
  }

  .container-about-left.single-services {
    max-width: 575px;
  }

  .container-about-left.blog {
    max-width: 575px;
  }

  .statistics-item {
    width: 50%;
  }

  .link-statistics-item {
    width: 50%;
  }

  .quest-column-slider {
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-default-1310px-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .quest-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .quest-wrapper.services-page {
    padding-right: 32px;
    padding-left: 32px;
  }

  .quest-thumbnail {
    width: 100%;
    margin-bottom: 32px;
  }

  .map-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .person-card {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 0px;
  }

  .slider-persons {
    height: auto;
    margin-bottom: 0px;
  }

  .mask-persons {
    width: 100%;
    padding-right: 0px;
  }

  .slide-person {
    width: 50%;
    margin-right: 0px;
  }

  .about-association-gallery {
    padding: 0px;
  }

  .slider-2 {
    width: 470px;
    height: 373px;
  }

  .news-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subscribe-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .subcontainer-small-map.services {
    max-width: none;
  }

  .subcontainer-small-map.app {
    max-width: 455px;
  }

  .hero-role-bg {
    width: auto;
    height: auto;
  }

  .mask-3 {
    width: auto;
  }

  .what-inside-wrapper-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-inside-item-wrapper {
    width: 100%;
    max-width: none;
  }

  .nav-link-email {
    width: 50%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-news-title-__isonmainpage {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-2 {
    font-size: 29px;
    line-height: 43px;
  }

  .slider-image {
    height: 373px;
  }

  .map-grid---alt {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .image-4 {
    width: 100%;
  }

  .person-ava {
    width: 150px;
  }

  .partner-logo-link {
    margin-bottom: 0px;
  }

  .vuz-log-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .vuz-logo-link {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .view-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

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

  p {
    font-size: 14px;
    line-height: 23px;
  }

  ul {
    padding-left: 19px;
  }

  ol {
    padding-left: 17px;
  }

  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .bg-primary-1.about-section {
    height: 24%;
  }

  .bg-primary-1.about-accossiation-section {
    height: 20%;
  }

  .bg-secondary-1.contact-us {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 20%;
  }

  .container-default-1310px {
    padding-right: 8px;
    padding-left: 8px;
  }

  .container-default-1310px.hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-medium-700px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-700px.text-center.jobs {
    padding-right: 42px;
    padding-left: 42px;
  }

  .container-small-592px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-extra-small-481px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-extra-small-481px.text-center.get-a-new-car {
    max-width: 368px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-hero-left {
    padding-right: 0px;
  }

  .paragraph-large {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding-top: 18px;
    padding-bottom: 18px;
    white-space: normal;
  }

  .button-primary.large {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-primary.full-width {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-primary.form {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-secondary {
    padding-top: 18px;
    padding-bottom: 18px;
    white-space: normal;
  }

  .button-secondary.large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 26px;
  }

  .menu-button.w--open {
    z-index: 999;
    color: #0a1023;
  }

  .heading-special-3.author {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-nav-item {
    margin: 8px 0px;
  }

  .page-wrapper {
    overflow: hidden;
  }

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

  .section.banner-v2.mobile {
    padding-top: 20px;
  }

  .section.about-us-hero {
    padding-top: 30px;
  }

  .section.section-hero.simpletextpage {
    padding-top: 40px;
  }

  .section.about-parners {
    padding-top: 40px;
  }

  .section.about {
    padding-bottom: 11px;
  }

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

  .section.news {
    padding-bottom: 16px;
  }

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

  .section.about-parners---nopadding {
    padding-top: 40px;
  }

  .licenses-photgraphy-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding: 60px 20px;
  }

  .utility-page-wrap._404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  ._404-title {
    margin-bottom: 0px;
    font-size: 110px;
    line-height: 110px;
  }

  .header-dropdown {
    width: 100%;
  }

  .dropdown-icon {
    margin-right: 20px;
  }

  .header-dropdown-toggle {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-fine-print {
    font-size: 16px;
  }

  ._2-buttons-wrapper {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .spacer.hero-buttons {
    min-height: 18px;
    min-width: 0px;
  }

  .partners-logos-wrapper.about-us {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .service-wrapper {
    padding: 40px 48px;
  }

  .service-wrapper.services-page {
    padding: 45px 20px;
  }

  .icon-services {
    width: 104px;
    margin-bottom: 32px;
  }

  .left-arrow {
    left: 0%;
    top: -54%;
    width: 50px;
    height: 50px;
    padding-right: 1px;
  }

  .right-arrow {
    top: -54%;
    right: 0px;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask {
    padding-right: 0px;
  }

  .container-medium-1022px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .next-goal-grid {
    grid-row-gap: 64px;
  }

  .next-goal-card {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 32px 0px 0px;
  }

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

  .contact-wrapper {
    margin-right: 22px;
  }

  .contact-us-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mg-top-28px {
    line-height: 33px;
  }

  .left-arrow-icon {
    width: 13px;
  }

  .hero-image-wrapper {
    height: 200px;
    margin-top: 40px;
  }

  .hero-image-wrapper.blog {
    height: 320px;
  }

  .hero-image-wrapper.about-us {
    height: 380px;
    margin-top: 40px;
  }

  .form-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .brand {
    width: 190px;
    margin-right: 26px;
  }

  .right-arrow-icon {
    width: 13px;
  }

  .service-wrapper-v2 {
    margin-top: 40px;
    padding: 40px 32px;
  }

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

  .hero-v2-image-2 {
    width: 35%;
  }

  .hero-v2-image-1 {
    width: 90%;
  }

  .hero-v2-image-3 {
    left: 0%;
    width: 35%;
  }

  .hero-v2-image-4 {
    top: -8%;
    width: 20%;
  }

  .hero-v2-image-5 {
    top: -19%;
    right: 4%;
    width: 20%;
  }

  .left-arrow-v2 {
    top: -12%;
    width: 50px;
    height: 50px;
    padding-right: 1px;
  }

  .right-arrow-v2 {
    top: -12%;
    width: 50px;
    height: 50px;
    padding-left: 1px;
  }

  .mg-bottom-0px.timeline {
    margin-bottom: 32px;
  }

  .mask-v2 {
    margin-top: 33px;
  }

  .banner-wrapper-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .animation-card {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .animation-card.search-results {
    padding-top: 44px;
    padding-bottom: 44px;
    text-align: left;
  }

  .contact-us-link-v2 {
    font-size: 18px;
  }

  .contact-us-image-v2 {
    margin-right: 0px;
    margin-bottom: 23px;
  }

  .nav-link-v2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .partners-logos-wrapper-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-941px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .companies-wrapper.about-us {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-us-gallery-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-small-548px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-991px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .timeline-wrapper {
    grid-column-gap: 17px;
  }

  .job-card-content {
    padding: 40px 20px;
  }

  .job-card-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-card-top-content.sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .job-icon.sidebar {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .subcontainer-small-v2 {
    padding-right: 0px;
  }

  .subcontainer-small-v2.apply-loan {
    max-width: 100%;
  }

  .apply-loan-form {
    padding: 40px 28px;
  }

  .apply-loan-form-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .apply-loan-form-title {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .benefits-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-medium-1133px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .benefits-icon {
    margin-right: 0px;
    margin-bottom: 19px;
  }

  .job-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .career-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-split-left-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-split-right-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .job-top-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar.author {
    padding: 20px 0px;
  }

  .sidebar.author-mobile {
    margin-bottom: 32px;
    padding: 48px 16px;
  }

  .career-top-content-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-post-image-wrapper {
    width: 305px;
    height: 225px;
  }

  .blog-post-title {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-popular-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popular-title {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-popular-grid {
    max-width: none;
    grid-row-gap: 42px;
  }

  .blog-popular-image-wrapper {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 17px;
  }

  .pagination-next {
    display: block;
    white-space: normal;
  }

  .pagination-previous {
    display: block;
    white-space: normal;
  }

  .popular-title-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .post-title {
    font-size: 25px;
    line-height: 27px;
  }

  .post-author {
    font-size: 18px;
    font-weight: 700;
  }

  .container-medium-1100px {
    padding-right: 10px;
    padding-left: 10px;
  }

  .post-wrapper {
    padding-top: 23px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .rich-text h5 {
    line-height: 26px;
  }

  .rich-text h6 {
    line-height: 26px;
  }

  .rich-text ol {
    margin-bottom: 38px;
    padding-left: 36px;
  }

  .rich-text blockquote {
    padding-top: 12px;
    padding-bottom: 12px;
    border-left-width: 4px;
  }

  .more-help-card {
    padding: 20px;
  }

  .more-help-email-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-medium-627px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .search-title {
    max-width: 100%;
  }

  .web-address {
    overflow: hidden;
    max-width: 100%;
  }

  .credit-card-image-wrapper {
    border-radius: 15px;
  }

  .element-section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .menu-burger-icon {
    color: #0a1023;
  }

  .menu-icon-top-line {
    border-color: #0a1023;
  }

  .menu-icon-middle-line {
    border-color: #0a1023;
  }

  .menu-icon-bottom-line {
    border-color: #0a1023;
  }

  .container-default-styleguide {
    padding-right: 0px;
  }

  .nav-menu-button-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-800px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .author-profile-image {
    width: 100px;
  }

  .author-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-400px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .transition-bg-image.about {
    background-image: url('/local/templates/green/css/../images/image-about-us-hero-banca-template.jpg');
    background-position: 50% 100%;
  }

  .google-play-logo {
    top: 1px;
  }

  .header--mainpage {
    position: relative;
  }

  .header-dropdown-toggle--mainpage {
    padding: 20px 16px;
  }

  .nav-link--mainpage {
    width: 100%;
    padding: 20px 16px;
  }

  .nav-lk-btn-wrapper {
    width: 100%;
    margin: 10px 15px;
  }

  .nav-row.primary {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .nav-menu--mainpage {
    width: auto;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link-phone {
    width: 100%;
    padding: 15px 16px;
  }

  .nav-link__social--mainpage-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-social-group {
    width: 100%;
  }

  .right-arrow--heroslider {
    left: 15px;
  }

  .slide-nav--heroslider {
    left: 15px;
  }

  .hero-slide-title {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-slide-textgroup {
    left: 14px;
    width: auto;
    padding: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  }

  .hero-slide-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .hero-wrapper {
    overflow: visible;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-sidebar {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .hero-news-wrapper {
    width: 100%;
  }

  .hero-news-slider {
    width: auto;
  }

  .hero-news-slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .roles-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-role {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-role._2 {
    width: 100%;
  }

  .hero-role._3 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-role._1 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h1__mainpage {
    font-size: 19px;
    line-height: 30px;
  }

  .container-about-left {
    padding-right: 0px;
  }

  .statistics-item {
    width: 100%;
    min-height: auto;
  }

  .link-statistics-item {
    width: 100%;
    min-height: auto;
  }

  .quest-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default-1310px-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .quest-wrapper {
    padding: 0px 0px 40px;
  }

  .quest-wrapper.services-page {
    padding: 45px 20px;
  }

  .quest-thumbnail {
    width: 100%;
    margin-bottom: 32px;
  }

  .quest-title {
    margin-left: 14px;
  }

  .mg-bottom-32px--quest {
    margin-left: 15px;
    line-height: 22px;
  }

  .map-grid {
    margin-right: -20px;
    margin-left: -20px;
  }

  .map {
    width: 100vw;
  }

  .mg-bottom-32px-black {
    line-height: 20px;
  }

  .mg-top-0px-giant {
    text-align: left;
  }

  .link-standart {
    margin-top: 8px;
  }

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

  .container-small-1000 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .person-card {
    padding: 20px 35px;
  }

  .slider-persons {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mask-persons {
    padding-right: 0px;
  }

  .slide-person {
    width: 100%;
  }

  .about-association-gallery {
    margin-top: -20px;
    margin-bottom: 25px;
    padding: 0px;
    border-style: none;
  }

  .slider-2 {
    width: 250px;
    height: 200px;
  }

  .about-association-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-news {
    margin-bottom: 15px;
    line-height: 33px;
  }

  .news-card {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 15px;
    background-color: #1c6c40;
  }

  .news-title {
    font-size: 14px;
    line-height: 23px;
  }

  .news-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 64px;
  }

  .footer-primary {
    padding: 40px 10px;
  }

  .footer-nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe-form {
    padding: 15px;
  }

  .map-wrapper {
    margin-left: 0px;
  }

  .subcontainer-small-map {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-3 {
    width: auto;
  }

  .body {
    font-size: 14px;
    line-height: 22px;
  }

  .what-inside-item-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1__aboutus {
    font-size: 27px;
    line-height: 38px;
  }

  .h2-history {
    font-size: 22px;
    line-height: 27px;
  }

  .nav-link-email {
    width: 100%;
    padding: 15px 16px;
  }

  .persons-grid {
    margin-bottom: 83px;
  }

  .mg-top-60px-textpage {
    height: 215px;
    margin-top: 32px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-news-title-__isonmainpage {
    font-size: 12px;
    line-height: 18px;
  }

  .slider-image {
    height: 200px;
  }

  .map-grid---alt {
    margin-right: 0px;
    margin-left: 0px;
  }

  .vuz-log-grid.owl-carousel.owl-theme {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vuz-logo-grid--onpage {
    grid-column-gap: 7px;
  }

  .view-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#w-node-_49f8ce10-8dba-8966-a548-820968e3b5f3-c8869347 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d0757620-5598-c65e-6ef1-32724a2b19c4-c8869347 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_53b738d7-aa62-7ba2-3107-ef495b8f57ec-c8869347 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f3b2238a-50e8-a78e-cb60-f3897092c8af-c8869347 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9bc9f655-d918-f5c8-efb1-0bab122167fb-c8869347 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f49893ff-8f12-2a7b-3e25-0b6daf1dcdfe-c8869347 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#tippy.w-node-_26c3fa5d-fc14-6673-b502-1c49465a024b-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_5aaac972-e6a7-c49a-f1ad-45e60066bc24-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-d386afab-ae7d-a7ed-4378-bed3361c881d-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_997a465b-5e77-f856-aa2b-35600ad9c4f3-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_7d0743e9-5b66-ad39-ced8-719c6e1596e7-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c544a1d4-b59d-2019-f106-5892b6cd49cd-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_65419715-8a6e-9dd6-e6d5-6547b0ef5e9e-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-d0e2bad4-ed20-bd27-30b0-f49db432ef8e-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_89d3a6da-63e0-5128-79a0-8f1d3ffa59df-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_02e530c0-67cc-7bc5-2ec8-cace8a57a476-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-bbf35c5d-5f1c-370f-c3ed-dc4032427a53-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_77c2af55-c100-1305-a2a5-3d4691554313-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-f54d672c-7f86-02a5-8ac6-fee0dcd397b1-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_4573e569-f897-8563-80f5-5c2861485d41-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-e6a7fc7c-b30e-4d8b-2a6d-36f01672d87b-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-cec390f1-bdab-d812-da85-4879537c8f6e-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_8661f497-312c-10c0-b74f-8ef560395c4a-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_2ef18e06-5507-b84d-f954-34d4370b65a0-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1a3a7ab4-cac1-46f8-091b-892aad0780df-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_9bfc1ec0-f091-4051-9b71-ee6eac2ffbf6-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c92cbed6-4365-6240-413c-adf6e8f7fda0-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-b840a2fb-f9db-a4ab-b5c0-4e76aa1c4da0-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-f06cb613-6dbd-0a77-75b4-e689ec1bb8dc-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-f0ace97b-32a2-140c-d0af-fb3c3ae5893d-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-a594dffb-9e81-cedb-2707-4554873ee8d8-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_14cbfc4e-ca82-2650-1748-46320c3c679a-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_9c70f753-7ccd-cf33-2452-379a1994d4b4-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_5fcb679b-21f0-d336-f7ef-777cc7641ec9-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_49ce5cce-a5bd-5520-5716-22dd914298db-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_0b7765ac-e5be-6c44-0a71-10be7867bfa5-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c0ac68a5-c014-987d-ba9a-80229a967e0b-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-f2375505-0a2e-a646-cecf-f4c4c9fa209e-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_507986a4-2a38-981b-3d7f-605ac5ce821a-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_336e1b05-b0b2-4ef9-d304-fb5c09324835-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2e0896ae-42c8-d128-3baa-04e41c950c5d-c8869347 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfc-c8869347 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfb-c8869347 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9101ba4f-26c9-ecc2-3cc9-416b42439af2-c8869347 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_90e4f5f9-47cf-5719-0d76-4d562965d98f-2965d979 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-8a869354 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-8a869354 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-8a869354 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-8a869354 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-8a869354 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-8a869354 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_79cff95b-63a6-42e4-8062-8a9adccb1b76-6286935b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f8c2afdc-1cf9-b569-2eea-064bc9860733-6286935b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c2ec12b8-67e9-44ee-1f70-cb82e5fa6dec-2f86935c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-ff6e9c25-2b11-0446-bc16-cd67f2fea0f4-2f86935c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Area;
}

#w-node-c4b3d91c-f06d-0611-bcb0-9cb2fa7c4ba1-2f86935c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_294d3c5d-be12-40bb-17e1-0c4707da85a5-2f86935c {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-_149696d4-a0c8-f29d-912a-64efb170d3a4-20869363 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c3ee9ed5-7bd2-e39f-17fb-a024dc4ba3e1-0c869364 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_49f8ce10-8dba-8966-a548-820968e3b5f3-982806bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d0757620-5598-c65e-6ef1-32724a2b19c4-982806bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_53b738d7-aa62-7ba2-3107-ef495b8f57ec-982806bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f3b2238a-50e8-a78e-cb60-f3897092c8af-982806bc {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9bc9f655-d918-f5c8-efb1-0bab122167fb-982806bc {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f49893ff-8f12-2a7b-3e25-0b6daf1dcdfe-982806bc {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2e0896ae-42c8-d128-3baa-04e41c950c5d-982806bc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_94344ed8-7eb4-4851-0f1b-aabb31f184d9-982806bc {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f8c2afdc-1cf9-b569-2eea-064bc9860733-982806bc {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_320514ae-2b7d-980e-4862-f422253b0cd5-982806bc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c2ec12b8-67e9-44ee-1f70-cb82e5fa6dec-eb25e68f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-ff6e9c25-2b11-0446-bc16-cd67f2fea0f4-eb25e68f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Area;
}

#w-node-c4b3d91c-f06d-0611-bcb0-9cb2fa7c4ba1-eb25e68f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_294d3c5d-be12-40bb-17e1-0c4707da85a5-eb25e68f {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-_149696d4-a0c8-f29d-912a-64efb170d38e-bc76d784 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c6656c5d-c1fa-3c55-4ef6-e0875b4b1c8f-bc76d784 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_149696d4-a0c8-f29d-912a-64efb170d3a4-bc76d784 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_49f8ce10-8dba-8966-a548-820968e3b5f3-c5ca8abe {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d0757620-5598-c65e-6ef1-32724a2b19c4-c5ca8abe {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_53b738d7-aa62-7ba2-3107-ef495b8f57ec-c5ca8abe {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-f3b2238a-50e8-a78e-cb60-f3897092c8af-c5ca8abe {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9bc9f655-d918-f5c8-efb1-0bab122167fb-c5ca8abe {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f49893ff-8f12-2a7b-3e25-0b6daf1dcdfe-c5ca8abe {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#tippy.w-node-_26c3fa5d-fc14-6673-b502-1c49465a024b-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_5aaac972-e6a7-c49a-f1ad-45e60066bc24-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-d386afab-ae7d-a7ed-4378-bed3361c881d-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_997a465b-5e77-f856-aa2b-35600ad9c4f3-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_7d0743e9-5b66-ad39-ced8-719c6e1596e7-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c544a1d4-b59d-2019-f106-5892b6cd49cd-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_65419715-8a6e-9dd6-e6d5-6547b0ef5e9e-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-d0e2bad4-ed20-bd27-30b0-f49db432ef8e-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_89d3a6da-63e0-5128-79a0-8f1d3ffa59df-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_02e530c0-67cc-7bc5-2ec8-cace8a57a476-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-bbf35c5d-5f1c-370f-c3ed-dc4032427a53-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_77c2af55-c100-1305-a2a5-3d4691554313-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-f54d672c-7f86-02a5-8ac6-fee0dcd397b1-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2e0896ae-42c8-d128-3baa-04e41c950c5d-c5ca8abe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfc-c5ca8abe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfb-c5ca8abe {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9101ba4f-26c9-ecc2-3cc9-416b42439af2-c5ca8abe {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b265-3d64afa8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b26f-3d64afa8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b273-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b277-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b27b-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b27f-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b283-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b287-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b28d-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b291-3d64afa8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b295-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b299-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b29f-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b2a3-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b2a7-3d64afa8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b2ab-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b2af-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b2b3-3d64afa8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-_1875f74d-4e94-7140-41da-53f9c947b2b9-3d64afa8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154602-3d64afa8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce15460b-3d64afa8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce15460f-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154613-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154617-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce15461b-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce15461f-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154623-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154628-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce15462c-3d64afa8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154630-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154634-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154639-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce15463d-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154641-3d64afa8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154645-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154649-3d64afa8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce15464d-3d64afa8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#tippy.w-node-c2a804e8-d475-38f3-abf3-cb68ce154652-3d64afa8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-e48efd2f-181c-b204-1591-3fd257b011f0-a8869359 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7d6fe3a9-6017-b554-c555-7caf91acbd7e-e1869361 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_94344ed8-7eb4-4851-0f1b-aabb31f184d9-982806bc {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_49f8ce10-8dba-8966-a548-820968e3b5f3-c8869347 {
    -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;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-d0757620-5598-c65e-6ef1-32724a2b19c4-c8869347 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_53b738d7-aa62-7ba2-3107-ef495b8f57ec-c8869347 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-f3b2238a-50e8-a78e-cb60-f3897092c8af-c8869347 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_9bc9f655-d918-f5c8-efb1-0bab122167fb-c8869347 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-f49893ff-8f12-2a7b-3e25-0b6daf1dcdfe-c8869347 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa78d-c8869347 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa79a-c8869347 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d3f7cf8c-9d12-3018-25e2-ba4217ab676e-c8869347 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_47fb197b-0741-54ec-9ef4-4a90ccd01711-c8869347 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfc-c8869347 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfb-c8869347 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9101ba4f-26c9-ecc2-3cc9-416b42439af2-c8869347 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_90e4f5f9-47cf-5719-0d76-4d562965d97c-2965d979 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: Area;
  }

  #w-node-_90e4f5f9-47cf-5719-0d76-4d562965d98f-2965d979 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_003f4326-e04f-daa7-88b3-341328b1fac1-ae2f46c5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: Area;
  }

  @media screen and (max-width: 991px) {
    .footer-grid>#w-node-ff6e9c25-2b11-0446-bc16-cd67f2fea0f4-2f86935c {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .footer-grid>#w-node-ff6e9c25-2b11-0446-bc16-cd67f2fea0f4-eb25e68f {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .footer-grid>#w-node-_90e4f5f9-47cf-5719-0d76-4d562965d97c-2965d979 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }

    .footer-grid>#w-node-_003f4326-e04f-daa7-88b3-341328b1fac1-ae2f46c5 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
  }

  #w-node-_8c921d50-dbb0-e839-10c7-fa2123e99baf-9286935a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f8c2afdc-1cf9-b569-2eea-064bc9860733-6286935b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d5fd9623-cfc3-4f7e-06a2-92e33cec1515-6286935b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c2ec12b8-67e9-44ee-1f70-cb82e5fa6dec-2f86935c {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-c4b3d91c-f06d-0611-bcb0-9cb2fa7c4ba1-2f86935c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dd74d546-5fc2-c8e3-b67d-fdcb93742c3c-2f86935c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b2db83d2-5300-e7f9-dc77-3698984b0c13-5086935e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f3c0ca5a-e55b-4cd0-79eb-f0b0a0cd8d87-6586935f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_149696d4-a0c8-f29d-912a-64efb170d3a0-20869363 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f3b2238a-50e8-a78e-cb60-f3897092c8af-982806bc {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_9bc9f655-d918-f5c8-efb1-0bab122167fb-982806bc {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-f49893ff-8f12-2a7b-3e25-0b6daf1dcdfe-982806bc {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_94344ed8-7eb4-4851-0f1b-aabb31f184d9-982806bc {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f8c2afdc-1cf9-b569-2eea-064bc9860733-982806bc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d5fd9623-cfc3-4f7e-06a2-92e33cec1515-982806bc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c2ec12b8-67e9-44ee-1f70-cb82e5fa6dec-eb25e68f {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-c4b3d91c-f06d-0611-bcb0-9cb2fa7c4ba1-eb25e68f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dd74d546-5fc2-c8e3-b67d-fdcb93742c3c-eb25e68f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_149696d4-a0c8-f29d-912a-64efb170d3a0-bc76d784 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_49f8ce10-8dba-8966-a548-820968e3b5f3-c5ca8abe {
    -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;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-d0757620-5598-c65e-6ef1-32724a2b19c4-c5ca8abe {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_53b738d7-aa62-7ba2-3107-ef495b8f57ec-c5ca8abe {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-f3b2238a-50e8-a78e-cb60-f3897092c8af-c5ca8abe {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_9bc9f655-d918-f5c8-efb1-0bab122167fb-c5ca8abe {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-f49893ff-8f12-2a7b-3e25-0b6daf1dcdfe-c5ca8abe {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_5dadbb21-778e-96be-378c-662e7ac5a4d2-c5ca8abe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_46d5b839-fb18-af8b-e06f-dc6920be2afb-c5ca8abe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_14680328-c2bb-82ab-ea1c-412d9e6ed3b9-c5ca8abe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_14680328-c2bb-82ab-ea1c-412d9e6ed3c7-c5ca8abe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa78d-c5ca8abe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa79a-c5ca8abe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d3f7cf8c-9d12-3018-25e2-ba4217ab676e-c5ca8abe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_47fb197b-0741-54ec-9ef4-4a90ccd01711-c5ca8abe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfc-c5ca8abe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfb-c5ca8abe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9101ba4f-26c9-ecc2-3cc9-416b42439af2-c5ca8abe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49f8ce10-8dba-8966-a548-820968e3b5f3-c8869347 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0757620-5598-c65e-6ef1-32724a2b19c4-c8869347 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_53b738d7-aa62-7ba2-3107-ef495b8f57ec-c8869347 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa78d-c8869347 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa79a-c8869347 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_90e4f5f9-47cf-5719-0d76-4d562965d97c-2965d979 {
    -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-_003f4326-e04f-daa7-88b3-341328b1fac1-ae2f46c5 {
    -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-_5dadbb21-778e-96be-378c-662e7ac5a4d2-6286935b {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_79cff95b-63a6-42e4-8062-8a9adccb1b76-6286935b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f8c2afdc-1cf9-b569-2eea-064bc9860733-6286935b {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-b2db83d2-5300-e7f9-dc77-3698984b0c13-5086935e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_771cc951-4244-c117-d150-a476ae5f7d15-5086935e {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-f3c0ca5a-e55b-4cd0-79eb-f0b0a0cd8d8c-6586935f {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_5dadbb21-778e-96be-378c-662e7ac5a4d2-982806bc {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_46d5b839-fb18-af8b-e06f-dc6920be2afb-982806bc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_94344ed8-7eb4-4851-0f1b-aabb31f184d9-982806bc {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f8c2afdc-1cf9-b569-2eea-064bc9860733-982806bc {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_320514ae-2b7d-980e-4862-f422253b0ccc-982806bc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_49f8ce10-8dba-8966-a548-820968e3b5f3-c5ca8abe {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0757620-5598-c65e-6ef1-32724a2b19c4-c5ca8abe {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_53b738d7-aa62-7ba2-3107-ef495b8f57ec-c5ca8abe {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5dadbb21-778e-96be-378c-662e7ac5a4d2-c5ca8abe {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_46d5b839-fb18-af8b-e06f-dc6920be2afb-c5ca8abe {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_14680328-c2bb-82ab-ea1c-412d9e6ed3b9-c5ca8abe {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_14680328-c2bb-82ab-ea1c-412d9e6ed3c7-c5ca8abe {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa78d-c5ca8abe {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa79a-c5ca8abe {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa78d-c8869347 {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0203e779-8da4-e600-b509-ce254484d754-c8869347 {
    -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-dcd2fe7f-7e79-95ca-a960-fc0065ffb312-c8869347 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2e0896ae-42c8-d128-3baa-04e41c950c5d-c8869347 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfc-c8869347 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfb-c8869347 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }

  #w-node-_9101ba4f-26c9-ecc2-3cc9-416b42439af2-c8869347 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_90e4f5f9-47cf-5719-0d76-4d562965d97c-2965d979 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_90e4f5f9-47cf-5719-0d76-4d562965d981-2965d979 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_90e4f5f9-47cf-5719-0d76-4d562965d98f-2965d979 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-ff6e9c25-2b11-0446-bc16-cd67f2fea0f4-2f86935c {
    -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-c3ee9ed5-7bd2-e39f-17fb-a024dc4ba3e1-0c869364 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_320514ae-2b7d-980e-4862-f422253b0ccc-982806bc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff6e9c25-2b11-0446-bc16-cd67f2fea0f4-eb25e68f {
    -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-c6656c5d-c1fa-3c55-4ef6-e0875b4b1c8f-bc76d784 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5b889344-0ff4-e6bc-0871-eed45bada889-bc76d784 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_149696d4-a0c8-f29d-912a-64efb170d3a8-bc76d784 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_149696d4-a0c8-f29d-912a-64efb170d3ac-bc76d784 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5dadbb21-778e-96be-378c-662e7ac5a4d2-c5ca8abe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_14680328-c2bb-82ab-ea1c-412d9e6ed3b9-c5ca8abe {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c3537257-2310-d8ae-ab01-9f6d801fa78d-c5ca8abe {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0203e779-8da4-e600-b509-ce254484d754-c5ca8abe {
    -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-dcd2fe7f-7e79-95ca-a960-fc0065ffb312-c5ca8abe {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2e0896ae-42c8-d128-3baa-04e41c950c5d-c5ca8abe {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfc-c5ca8abe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ba58bcc0-d58a-1a17-23ea-9665f2715cfb-c5ca8abe {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }

  #w-node-_9101ba4f-26c9-ecc2-3cc9-416b42439af2-c5ca8abe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@font-face {
  font-family: 'Icons Banca Template';
  src: url('/local/templates/green/css/../fonts/icons-banca-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('/local/templates/green/css/../fonts/Manrope-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('/local/templates/green/css/../fonts/Manrope-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('/local/templates/green/css/../fonts/Manrope-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('/local/templates/green/css/../fonts/Manrope-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('/local/templates/green/css/../fonts/Manrope-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Heliosc';
  src: url('/local/templates/green/css/../fonts/HeliosC.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Heliosextc';
  src: url('/local/templates/green/css/../fonts/HeliosExtC.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
/* End */


/* Start:/local/templates/green/css/select2.css?173539927617839*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* End */


/* Start:/local/templates/green/template_styles.css?17354038241618*/
.nav-row.primary {
	padding-right: 30px;
}

.nav-link-phone {
	white-space: nowrap;
}

.select2-container--default .select2-selection--single {
	border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: HeliosExtC;
	font-size: 14px;
	line-height: 1.2em;
	color: #1C6C40;
}

.select2-container--default .select2-dropdown {
	border: 0;
	padding: 6px;
	border: 1px solid #F5F5F5;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
	border-radius: 3px;
}

.select2-container--default .select2-results__option {
	color: #1C6C40;
	padding: 10px 9px;
	font-size: 14px;
	line-height: 1.2em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #1C6C40;
	background: #F5F5F5;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: none;
	color: #000;
}

.select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	justify-content: space-beetween;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 12px;
	margin-left: 8px;
	position: static;
}

.select2-container--default .select2-selection--single .select2-selection__arrow svg {
	width: 100%;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px;
}

@media screen and (max-width: 991px) {
	.select2.lang {
		margin-bottom: 30px;
		margin-left: 10px;
	}
	
	.select2-container--default .select2-selection--single {
		justify-content: center;
	}
}
/* End */
/* /local/templates/green/css/normalize.css?16373092457772 */
/* /local/templates/green/css/components.css?163730924539109 */
/* /local/templates/green/css/greenvuz.css?1677830855268126 */
/* /local/templates/green/css/select2.css?173539927617839 */
/* /local/templates/green/template_styles.css?17354038241618 */
