/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.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: 20px;
  margin-top: 20px;
}
.heading-34 {
  line-height: 26px;
}
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: #fff;
  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-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;
}

.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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  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-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  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-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  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;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  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;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -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;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  min-width: 840px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 170px;
  max-width: 170px;
  min-height: 170px;
  min-width: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.27);
}

.div-block.recipe {
  width: 50%;
  height: 50%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 31, 31, 0.85);
}

.div-block.recipe._44 {
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  cursor: pointer;
}

.text-block-3 {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 14px;
}

.text-block-3.black {
  color: #000;
}

.text-block-3.set {
  font-size: 14px;
}

.left-div {
  margin-right: 60px;
}

.volta-serene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 170px;
  max-width: 170px;
  min-height: 170px;
  min-width: 170px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: url('../front/assets/images/A-Bonanza-of-Desserts-from-the-Indian-Pantry.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.akwidaa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 170px;
  max-width: 170px;
  min-height: 170px;
  min-width: 170px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: url('../front/assets/images/ezgif.com-webp-to-jpg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-span-2 {
  color: #ffe500;
}

.text-block {
  margin-left: 10px;
  color: #fff;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 100vh;
  padding: 30px 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  cursor: default;
}

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

.image {
  margin-left: 40px;
}

.cta-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 60px;
  max-width: 250px;
  min-height: 60px;
  min-width: 250px;
  margin-top: 50px;
  -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: #fff;
  color: #fff;
}

.cta-button.recipe {
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.cta-button.recipe:hover {
  background-color: #ffe500;
}

.cta-button.discover {
  margin-top: 20px;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
  font-weight: 700;
}

.cta-button.discover:hover {
  background-color: #ffe500;
}

.cta-button.white {
  background-color: #fff;
}

.cta-button.dashboard {
  max-height: none;
  min-width: 100%;
  margin-top: 10px;
  padding: 10px 10px 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.cta-button.set {
  max-width: 100%;
  min-height: 30px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  -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;
  background-color: transparent;
}

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

.larabanga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 170px;
  max-width: 170px;
  min-height: 170px;
  min-width: 170px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: url('../front/assets/images/image-3-foodism.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.larabanga.magazine {
  background-image: url('../front/assets/images/118694192_186295382904608_3376389879179545660_n.jpg');
  background-position: 50% 50%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

.heading.white {
  color: #fff;
}

.text-block-5 {
  color: #fff;
  text-decoration: none;
}

.nav-menu {
  position: absolute;
  left: 0px;
  top: 5vh;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  min-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.nav-menu.submit {
  position: static;
  width: 90%;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu.submit.recipe {
  position: static;
}

.nav-menu.submit.diff {
  position: absolute;
}

.nav-menu.rd {
  position: static;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  max-width: 100%;
  min-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -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-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  max-width: 500px;
  min-height: 40px;
  min-width: 300px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  color: #000;
}

.div-block-4 {
  position: absolute;
  left: auto;
  right: -64.1111px;
  bottom: -82px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  border: 1px none #000;
  border-radius: 100%;
  background-color: #ffe500;
}

.div-block-4.dashboard {
  background-color: #fff;
}

.text-block-4 {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.image-2 {
  margin-top: -15px;
}

.image-2.recipe {
  width: 20%;
}

.text-block-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
}

.image-4 {
  width: 100px;
}

.form-block {
  margin-right: 20px;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.price-wrapper {
  padding-left: 0px;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-price {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, 0.4);
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image.product-card-3 {
  background-image: url('../front/assets/images/Ecommerce-3.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.product-card-image.product-card-3._2 {
  background-image: url('../front/assets/images/5f46939530b3b2123ae6cc94_5ed055d0e30da0162d3e6e10_Image.png');
  background-position: 50% 100%;
}

.product-card-image.product-card-1 {
  background-image: url('../front/assets/images/Ecommerce-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.product-card-image.product-card-1._2 {
  background-image: url('../front/assets/images/5f440e0d5ad006707327f25c_Food-Thumb-3.png');
  background-size: cover;
}

.product-card-image.product-card-2 {
  background-image: url('../front/assets/images/Ecommerce-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../front/assets/images/Ecommerce-2.jpg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.product-card-image.product-card-2._2 {
  background-image: url('../front/assets/images/5f440e0d5ad006939327f241_Food-Thumb-4.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../front/assets/images/5f440e0d5ad006939327f241_Food-Thumb-4.png'), linear-gradient(180deg, transparent, transparent);
}

.tag-wrapper {
  margin-top: 20px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 20px;
}

.product-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -6px) scale(1.02);
  -ms-transform: translate(0px, -6px) scale(1.02);
  transform: translate(0px, -6px) scale(1.02);
}

.columns {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: inline-block;
  margin-left: 70%;
}

.card-advert-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 35px 10px;
  -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;
  border-radius: 4px;
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-advert-2.right {
  background-image: url('../front/assets/images/SafeDrinkingwater.jpg');
}

.card-advert-2.right._5 {
  background-image: url('../front/assets/images/5f440e0d5ad0060dd227f234_Food-Image-2.png');
}

.card-advert-2.right._6 {
  background-image: url('../front/assets/images/Banner1-630x650.jpg');
}

.card-advert-2._4 {
  background-image: url('../front/assets/images/5f440e0d5ad006707327f25c_Food-Thumb-3.png');
}

.card-advert-2._5 {
  background-image: url('../front/assets/images/food-handling-630x650.png');
}

.top-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 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;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #0fdb00;
  text-align: center;
}

.top-tag.y {
  background-color: #48acc5;
}

.top-tag.k {
  background-color: #c54893;
}

.top-tag.o {
  max-width: 200px;
  background-color: #ffe23f;
}

.top-tag.z {
  background-color: #000;
}

.top-tag.z._2 {
  background-color: #684a00;
}

.link-9 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block-6 {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.heading-16 {
  margin-bottom: 25px;
  color: #20193a;
  text-align: center;
}

.button-2 {
  margin-left: 0px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #5748c5;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-weight: 500;
}

.button-2:hover {
  border: 1px none #fff;
  background-color: #4e41b4;
}

.button-2.button-advert {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-2.button-advert:hover {
  background-color: #5748c5;
}

.button-2.button-advert.hvr-float {
  position: static;
}

.button-2.button-advert.hvr-float.y {
  background-color: #48acc5;
}

.button-2.button-advert.hvr-float.k {
  background-color: #c54893;
}

.button-2.button-advert.hvr-float.p {
  background-color: #ffe23f;
}

.columns-2 {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.section-recipes {
  overflow: hidden;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mask {
  height: 470px;
}

.slide-nav {
  position: static;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
}

.slider {
  position: static;
  height: 470px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.left-arrow {
  position: absolute;
  top: 500%;
  right: auto;
  height: 100px;
  float: left;
  clear: left;
  background-color: #cc1f1f;
  color: #c72424;
}

.slide {
  position: relative;
}

.slider-2 {
  min-height: 470px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: rgba(51, 51, 51, 0);
}

.icon {
  color: #ffe500;
}

.slide-nav-2 {
  display: none;
}

.slide-3 {
  overflow: visible;
  width: 300px;
}

.name {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0px;
  color: #fff;
}

.slide-nav-3 {
  padding-top: 27px;
  font-size: 8px;
}

.slidecontent {
  position: relative;
  overflow: visible;
  height: 350px;
  min-width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-image: url('../front/assets/images/image-3-foodism.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slidecontent.mountains {
  background-image: url('../front/assets/images/image-2-foodism.jpg');
}

.slidecontent.forrest {
  background-image: url('../front/assets/images/SafeDrinkingwater.jpg');
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 400px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px;
  -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;
  background-color: transparent;
}

.arrow {
  color: hsla(0, 0%, 78.7%, 0.93);
  font-size: 22px;
}

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

.section {
  overflow: hidden;
}

.food-shop {
  display: none;
  overflow: hidden;
}

.arrow-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.quote-container {
  width: 100%;
  padding-top: 40px;
}

.news-item-image {
  width: 100%;
  min-height: 160px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../front/assets/images/img3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 230px;
  padding: 15px 28px 15px 23px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.column-7 {
  padding: 10px;
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.column-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-13 {
  padding-left: 15px;
}

.image-5 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #20193a;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}

.card-advert-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding: 80px 35px 35px;
  -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;
  border-radius: 4px;
  background-image: url('../front/assets/images/bg-img-3.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-22 {
  position: static;
  color: #20193a;
  font-size: 28px;
  line-height: 36px;
}

.card-cta-tag {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fff;
}

.card-cta-tag.card-cta-tag-small {
  left: 1rem;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #5748c5;
}

.card-cta-tag.card-cta-tag-small.card-cta-colour2 {
  background-color: #4bb14b;
}

.card-cta-tag.card-cta-tag-2 {
  background-color: #5748c5;
}

.heading-23 {
  color: #20193a;
  text-align: center;
}

.image-6 {
  border-radius: 100px;
}

.card-cta {
  position: relative;
  min-height: 250px;
  padding: 10% 15%;
  border-radius: 2px;
  background-color: #5748c5;
}

.text-block-7 {
  color: #4f5e78;
  font-size: 14px;
}

.para-mid {
  margin-bottom: 5px;
  color: #20193a;
  text-align: left;
}

.div-block-22 {
  position: relative;
  z-index: 99;
  width: 50%;
  min-height: 230px;
  background-image: url('../front/assets/images/img-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), none;
  background-image: url('../front/assets/images/img-4.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), none;
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.heading-24 {
  color: #20193a;
  font-size: 19px;
  text-align: left;
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.container-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-14 {
  color: #f3f3f3;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.div-block-35 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.link-7 {
  margin-left: 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.split-line {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
  background-color: rgba(79, 94, 120, 0.15);
}

.arrow-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-left: 1px solid rgba(0, 0, 0, 0.19);
  background-color: hsla(0, 0%, 100%, 0.8);
}

.quote-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 20px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #f5f6f8;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.22);
}

.text-block-8 {
  float: left;
  color: #5748c5;
  font-size: 12px;
  font-weight: 500;
}

.link-8 {
  position: static;
  top: 13px;
  right: 0px;
  bottom: 0px;
  color: #5748c5;
  text-decoration: none;
}

.card-cta-heading {
  margin-top: 45px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.card-wrap-bg {
  position: relative;
  min-height: 560px;
  padding: 126px 15% 40px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../front/assets/images/img-card-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../front/assets/images/img-card-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-9 {
  margin-left: 8px;
  color: #20193a;
  font-weight: 500;
}

.div-block-32 {
  position: absolute;
  left: 27px;
  top: 95px;
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  box-shadow: 3px 3px 13px 0 rgba(79, 94, 120, 0.14);
}

.quote-card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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-radius: 4px;
  background-color: #f5f6f8;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.22);
}

.div-block-34 {
  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;
}

.top-tag-2 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  display: block;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 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-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5748c5;
  text-align: center;
}

.cards-social-bottom {
  position: absolute;
  left: 1.2rem;
  right: 0px;
  bottom: 1.2rem;
  z-index: 130;
}

.social-card-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 11px;
  float: left;
  -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: 4px;
  background-color: hsla(0, 0%, 100%, 0.12);
}

.social-card-base.social-card-padding {
  margin-left: 8px;
}

.heading-21 {
  overflow: visible;
  font-family: Oswald, sans-serif;
  color: rgba(32, 25, 58, 0.04);
  font-size: 13rem;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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;
}

.div-block-37 {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.paragraph-5 {
  margin-bottom: 15px;
  color: #20193a;
}

.text-name-under {
  margin-left: 8px;
  color: #4f5e78;
  font-size: 12px;
  line-height: 17px;
}

.paragraph-4 {
  color: hsla(0, 0%, 100%, 0.94);
  line-height: 24px;
  font-weight: 300;
}

.all-items-section {
  overflow: hidden;
}

.typed-words {
  height: 40px;
  margin-bottom: 20px;
  /* margin-top: 20px; */
  color: #ffe500;
  font-size: 50px;
  line-height: 44px;
}

.div-block-38 {
  padding-top: 50px;
  background-color: rgba(243, 225, 225, 0.26);
}

.discover {
  position: relative;
  background-color: #000;
}

.photo_wrap-3 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  height: 27vw;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  opacity: 0.8;
  -webkit-filter: brightness(180%);
  filter: brightness(180%);
}

.photo-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 18vw;
  height: 27vw;
  background-image: url('../front/assets/images/45837119-3646-45de-9d73-83d8b44e1c29.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-1._1-column-2-4 {
  -webkit-transform: translate(-25%, 0px);
  -ms-transform: translate(-25%, 0px);
  transform: translate(-25%, 0px);
}

.photo-1._4-column-3-4 {
  -webkit-transform: translate(-50%, -50.1%);
  -ms-transform: translate(-50%, -50.1%);
  transform: translate(-50%, -50.1%);
}

.photo-1._5-column-2-4 {
  -webkit-transform: translate(-25%, -66.8%);
  -ms-transform: translate(-25%, -66.8%);
  transform: translate(-25%, -66.8%);
}

.photo-1._4-column-4-4 {
  -webkit-transform: translate(-75%, -50.1%);
  -ms-transform: translate(-75%, -50.1%);
  transform: translate(-75%, -50.1%);
}

.photo-1._2-column-4-4 {
  -webkit-transform: translate(-75%, -16.7%);
  -ms-transform: translate(-75%, -16.7%);
  transform: translate(-75%, -16.7%);
}

.photo-1._1-column-4-4 {
  -webkit-transform: translate(-75%, 0px);
  -ms-transform: translate(-75%, 0px);
  transform: translate(-75%, 0px);
}

.photo-1._2-column-2-4 {
  -webkit-transform: translate(-25%, -16.7%);
  -ms-transform: translate(-25%, -16.7%);
  transform: translate(-25%, -16.7%);
}

.photo-1._4-column-1-4 {
  -webkit-transform: translate(0px, -50.1%);
  -ms-transform: translate(0px, -50.1%);
  transform: translate(0px, -50.1%);
}

.photo-1._6-column-3-4 {
  -webkit-transform: translate(-50%, -83.5%);
  -ms-transform: translate(-50%, -83.5%);
  transform: translate(-50%, -83.5%);
}

.photo-1._6-column-1-4 {
  -webkit-transform: translate(0px, -83.5%);
  -ms-transform: translate(0px, -83.5%);
  transform: translate(0px, -83.5%);
}

.photo-1._5-column-1-4 {
  -webkit-transform: translate(0px, -66.8%);
  -ms-transform: translate(0px, -66.8%);
  transform: translate(0px, -66.8%);
}

.photo-1._3-column-3-4 {
  -webkit-transform: translate(-50%, -33.4%);
  -ms-transform: translate(-50%, -33.4%);
  transform: translate(-50%, -33.4%);
}

.photo-1._3-column-4-4 {
  -webkit-transform: translate(-75%, -33.4%);
  -ms-transform: translate(-75%, -33.4%);
  transform: translate(-75%, -33.4%);
}

.photo-1._2-column-3-4 {
  -webkit-transform: translate(-50%, -16.7%);
  -ms-transform: translate(-50%, -16.7%);
  transform: translate(-50%, -16.7%);
}

.photo-1._4-column-2-4 {
  -webkit-transform: translate(-25%, -50.1%);
  -ms-transform: translate(-25%, -50.1%);
  transform: translate(-25%, -50.1%);
}

.photo-1._5-column-4-4 {
  -webkit-transform: translate(-75%, -66.8%);
  -ms-transform: translate(-75%, -66.8%);
  transform: translate(-75%, -66.8%);
}

.photo-1._6-column-4-4 {
  -webkit-transform: translate(-75%, -83.5%);
  -ms-transform: translate(-75%, -83.5%);
  transform: translate(-75%, -83.5%);
}

.photo-1._5-column-3-4 {
  -webkit-transform: translate(-50%, -66.8%);
  -ms-transform: translate(-50%, -66.8%);
  transform: translate(-50%, -66.8%);
}

.photo-1._6-column-2-4 {
  -webkit-transform: translate(-25%, -83.5%);
  -ms-transform: translate(-25%, -83.5%);
  transform: translate(-25%, -83.5%);
}

.photo-1._1-column-3-4 {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.photo-1._2-column-1-4 {
  -webkit-transform: translate(0px, -16.7%);
  -ms-transform: translate(0px, -16.7%);
  transform: translate(0px, -16.7%);
}

.photo-1._3-column-2-4 {
  -webkit-transform: translate(-25%, -33.4%);
  -ms-transform: translate(-25%, -33.4%);
  transform: translate(-25%, -33.4%);
}

.photo-1._3-column-1-4 {
  -webkit-transform: translate(0px, -33.4%);
  -ms-transform: translate(0px, -33.4%);
  transform: translate(0px, -33.4%);
}

.item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.item.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #fff;
}

.item_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.holder-img {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 16.7%;
}

.wrap-imges {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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;
  background-color: #0e0000;
}

.wrap-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20%;
  margin-left: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 2px;
  background-color: #fff;
}

.photo-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 18vw;
  height: 27vw;
  background-image: url('../front/assets/images/photo-1-–-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-2._6-column-3-4 {
  -webkit-transform: translate(-50%, -83.5%);
  -ms-transform: translate(-50%, -83.5%);
  transform: translate(-50%, -83.5%);
}

.photo-2._4-column-3-4 {
  -webkit-transform: translate(-50%, -50.1%);
  -ms-transform: translate(-50%, -50.1%);
  transform: translate(-50%, -50.1%);
}

.photo-2._3-column-4-4 {
  -webkit-transform: translate(-75%, -33.4%);
  -ms-transform: translate(-75%, -33.4%);
  transform: translate(-75%, -33.4%);
}

.photo-2._3-column-1-4 {
  -webkit-transform: translate(0px, -33.4%);
  -ms-transform: translate(0px, -33.4%);
  transform: translate(0px, -33.4%);
}

.photo-2._2-column-3-4 {
  -webkit-transform: translate(-50%, -16.7%);
  -ms-transform: translate(-50%, -16.7%);
  transform: translate(-50%, -16.7%);
}

.photo-2._1-column-2-4 {
  -webkit-transform: translate(-25%, 0px);
  -ms-transform: translate(-25%, 0px);
  transform: translate(-25%, 0px);
}

.photo-2._4-column-2-4 {
  -webkit-transform: translate(-25%, -50.1%);
  -ms-transform: translate(-25%, -50.1%);
  transform: translate(-25%, -50.1%);
}

.photo-2._2-column-1-4 {
  -webkit-transform: translate(0px, -16.7%);
  -ms-transform: translate(0px, -16.7%);
  transform: translate(0px, -16.7%);
}

.photo-2._6-column-1-4 {
  -webkit-transform: translate(0px, -83.5%);
  -ms-transform: translate(0px, -83.5%);
  transform: translate(0px, -83.5%);
}

.photo-2._5-column-4-4 {
  -webkit-transform: translate(-75%, -66.8%);
  -ms-transform: translate(-75%, -66.8%);
  transform: translate(-75%, -66.8%);
}

.photo-2._2-column-2-4 {
  -webkit-transform: translate(-25%, -16.7%);
  -ms-transform: translate(-25%, -16.7%);
  transform: translate(-25%, -16.7%);
}

.photo-2._1-column-4-4 {
  -webkit-transform: translate(-75%, 0px);
  -ms-transform: translate(-75%, 0px);
  transform: translate(-75%, 0px);
}

.photo-2._5-column-3-4 {
  -webkit-transform: translate(-50%, -66.8%);
  -ms-transform: translate(-50%, -66.8%);
  transform: translate(-50%, -66.8%);
}

.photo-2._4-column-4-4 {
  -webkit-transform: translate(-75%, -50.1%);
  -ms-transform: translate(-75%, -50.1%);
  transform: translate(-75%, -50.1%);
}

.photo-2._1-column-3-4 {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.photo-2._4-column-1-4 {
  -webkit-transform: translate(0px, -50.1%);
  -ms-transform: translate(0px, -50.1%);
  transform: translate(0px, -50.1%);
}

.photo-2._5-column-2-4 {
  -webkit-transform: translate(-25%, -66.8%);
  -ms-transform: translate(-25%, -66.8%);
  transform: translate(-25%, -66.8%);
}

.photo-2._3-column-2-4 {
  -webkit-transform: translate(-25%, -33.4%);
  -ms-transform: translate(-25%, -33.4%);
  transform: translate(-25%, -33.4%);
}

.photo-2._2-column-4-4 {
  -webkit-transform: translate(-75%, -16.7%);
  -ms-transform: translate(-75%, -16.7%);
  transform: translate(-75%, -16.7%);
}

.photo-2._3-column-3-4 {
  -webkit-transform: translate(-50%, -33.4%);
  -ms-transform: translate(-50%, -33.4%);
  transform: translate(-50%, -33.4%);
}

.photo-2._6-column-2-4 {
  -webkit-transform: translate(-25%, -83.5%);
  -ms-transform: translate(-25%, -83.5%);
  transform: translate(-25%, -83.5%);
}

.photo-2._5-column-1-4 {
  -webkit-transform: translate(0px, -66.8%);
  -ms-transform: translate(0px, -66.8%);
  transform: translate(0px, -66.8%);
}

.photo-2._6-column-4-4 {
  -webkit-transform: translate(-75%, -83.5%);
  -ms-transform: translate(-75%, -83.5%);
  transform: translate(-75%, -83.5%);
}

.photo-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 18vw;
  height: 27vw;
  background-image: url('../front/assets/images/photo-1-–-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-3._3-column-4-4 {
  -webkit-transform: translate(-75%, -33.4%);
  -ms-transform: translate(-75%, -33.4%);
  transform: translate(-75%, -33.4%);
}

.photo-3._1-column-2-4 {
  -webkit-transform: translate(-25%, 0px);
  -ms-transform: translate(-25%, 0px);
  transform: translate(-25%, 0px);
}

.photo-3._2-column-1-4 {
  -webkit-transform: translate(0px, -16.7%);
  -ms-transform: translate(0px, -16.7%);
  transform: translate(0px, -16.7%);
}

.photo-3._1-column-4-4 {
  -webkit-transform: translate(-75%, 0px);
  -ms-transform: translate(-75%, 0px);
  transform: translate(-75%, 0px);
}

.photo-3._6-column-3-4 {
  -webkit-transform: translate(-50%, -83.5%);
  -ms-transform: translate(-50%, -83.5%);
  transform: translate(-50%, -83.5%);
}

.photo-3._5-column-2-4 {
  -webkit-transform: translate(-25%, -66.8%);
  -ms-transform: translate(-25%, -66.8%);
  transform: translate(-25%, -66.8%);
}

.photo-3._4-column-4-4 {
  -webkit-transform: translate(-75%, -50.1%);
  -ms-transform: translate(-75%, -50.1%);
  transform: translate(-75%, -50.1%);
}

.photo-3._3-column-2-4 {
  -webkit-transform: translate(-25%, -33.4%);
  -ms-transform: translate(-25%, -33.4%);
  transform: translate(-25%, -33.4%);
}

.photo-3._4-column-1-4 {
  -webkit-transform: translate(0px, -50.1%);
  -ms-transform: translate(0px, -50.1%);
  transform: translate(0px, -50.1%);
}

.photo-3._2-column-4-4 {
  -webkit-transform: translate(-75%, -16.7%);
  -ms-transform: translate(-75%, -16.7%);
  transform: translate(-75%, -16.7%);
}

.photo-3._4-column-3-4 {
  -webkit-transform: translate(-50%, -50.1%);
  -ms-transform: translate(-50%, -50.1%);
  transform: translate(-50%, -50.1%);
}

.photo-3._2-column-3-4 {
  -webkit-transform: translate(-50%, -16.7%);
  -ms-transform: translate(-50%, -16.7%);
  transform: translate(-50%, -16.7%);
}

.photo-3._5-column-3-4 {
  -webkit-transform: translate(-50%, -66.8%);
  -ms-transform: translate(-50%, -66.8%);
  transform: translate(-50%, -66.8%);
}

.photo-3._2-column-2-4 {
  -webkit-transform: translate(-25%, -16.7%);
  -ms-transform: translate(-25%, -16.7%);
  transform: translate(-25%, -16.7%);
}

.photo-3._3-column-1-4 {
  -webkit-transform: translate(0px, -33.4%);
  -ms-transform: translate(0px, -33.4%);
  transform: translate(0px, -33.4%);
}

.photo-3._4-column-2-4 {
  -webkit-transform: translate(-25%, -50.1%);
  -ms-transform: translate(-25%, -50.1%);
  transform: translate(-25%, -50.1%);
}

.photo-3._6-column-1-4 {
  -webkit-transform: translate(0px, -83.5%);
  -ms-transform: translate(0px, -83.5%);
  transform: translate(0px, -83.5%);
}

.photo-3._5-column-1-4 {
  -webkit-transform: translate(0px, -66.8%);
  -ms-transform: translate(0px, -66.8%);
  transform: translate(0px, -66.8%);
}

.photo-3._3-column-3-4 {
  -webkit-transform: translate(-50%, -33.4%);
  -ms-transform: translate(-50%, -33.4%);
  transform: translate(-50%, -33.4%);
}

.photo-3._5-column-4-4 {
  -webkit-transform: translate(-75%, -66.8%);
  -ms-transform: translate(-75%, -66.8%);
  transform: translate(-75%, -66.8%);
}

.photo-3._1-column-3-4 {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.photo-3._6-column-4-4 {
  -webkit-transform: translate(-75%, -83.5%);
  -ms-transform: translate(-75%, -83.5%);
  transform: translate(-75%, -83.5%);
}

.photo-3._6-column-2-4 {
  -webkit-transform: translate(-25%, -83.5%);
  -ms-transform: translate(-25%, -83.5%);
  transform: translate(-25%, -83.5%);
}

.photo_wrap-4 {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  height: 27vw;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  opacity: 0.8;
  -webkit-filter: brightness(180%);
  filter: brightness(180%);
}

.menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.picture {
  overflow: hidden;
  width: 320px;
  height: 320px;
  background-image: url('../front/assets/images/img-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture.t-4 {
  background-image: url('../front/assets/images/IMG-20200505-WA0087-1.jpg');
  background-size: cover;
}

.picture.t-1 {
  background-image: url('../front/assets/images/pizza-1.png');
  background-size: cover;
}

.picture.t-2 {
  background-image: url('../front/assets/images/inbound5587192272841460834-2048x2040.jpg');
  background-size: contain;
}

.picture.t-6 {
  background-image: url('../front/assets/images/inbound5090983651176210176-scaled.jpg');
  background-size: cover;
}

.picture.t-6._1 {
  background-image: url('../front/assets/images/photo-1-–-2.png');
}

.picture.t-5 {
  background-image: url('../front/assets/images/IMG_20200804_165129_185.jpg');
  background-size: cover;
}

.picture.t-3 {
  background-image: url('../front/assets/images/IMG_20200731_143512__01__01-scaled.jpg');
  background-size: cover;
}

.swiper-container {
  overflow: visible;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-title {
  padding-top: 6px;
  padding-bottom: 2px;
  color: #636363;
  text-align: left;
}

.title-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-decoration: none;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 560px;
  min-width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-position: 0px 0px;
  background-size: contain;
}

.heading-25 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-right: 140px;
  padding-left: 140px;
  font-size: 40px;
  text-align: center;
}

.heading-25.section2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 30px;
  padding-right: 140px;
  padding-left: 140px;
  font-size: 40px;
  line-height: 50px;
}

.heading-25.section2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3%;
}

.heading-26 {
  font-size: 24px;
  text-align: center;
}

.browse-food-bites {
  margin-top: 10px;
}

.paragraph-6 {
  margin-bottom: 30px;
  padding-right: 140px;
  padding-left: 140px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.line-break {
  width: 1px;
  height: 100%;
  min-height: 250px;
  background-color: #fff;
}

.footer-04 {
  padding: 40px 3% 30px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.38);
  border-top-style: solid;
  background-color: #fff;
}

.footer-04.black {
  background-color: #000;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-rights {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.text-rights.submit_recipe {
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1a202c;
  font-size: 10px;
  line-height: 10px;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark.white {
  color: #fff;
}

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

.secondary-link-dark {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.secondary-link-dark.white {
  color: #fff;
}

.footer-title {
  margin-bottom: 22px;
  color: #ffe500;
  font-size: 17px;
}

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

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.logo-flat {
  width: 300px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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-block-right {
  width: 50%;
  padding-left: 45px;
}

.footer-bottom-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(21, 28, 52, 0.09) #000 #000;
}

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

.div-block-39 {
  min-width: 150px;
  margin-right: 20px;
}

.ingredient-block {
  margin-top: 60px;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}

.other-recipes {
  margin-bottom: 40px;
}

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

.article {
  line-height: 30px;
}

.ingredient-content {
  padding: 40px;
}

.recipe-block {
  display: block;
  margin-top: -5%;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
}
.container-4 .w-layout-grid.recipe-grid .recipe-block > p:first-of-type, .blog-post-page-content .rich-text-block.w-richtext > p:first-of-type{
  margin-top: 10px;
}
.recipe-block.fs {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 11px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  box-shadow: none;
}

.recipe-block.fs.ff {
  display: block;
}

.form-block-2 {
  width: 100%;
  margin-top: 20px;
}

.recipe-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-break-2 {
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #e8e8e8;
}

.content-section {
  padding: 100px 3%;
}

.content-section.fs {
  padding-top: 40px;
}

.content-heading {
  margin-top: 0px;
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.ingredient-block-header {
  min-height: 300px;
  background-image: url('../front/assets/images/WhatsApp-Image-2020-09-15-at-13.47.17.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-detail-block {
  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;
}

.recipe-icon-wrap {
  width: 52px;
  height: 52px;
  margin-right: 12px;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  background-color: #fff;
}

.text-field {
  min-height: 52px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
}

.recipe-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.collection-list-wrapper {
  margin-top: 25px;
}

.submit-button {
  width: 100%;
  min-height: 52px;
  border-radius: 50px;
  background-color: #ffe150;
}

.recipe-detail-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;
}
.w-layout-grid.view.recipe-detail-grid{
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.swiper-slide{
  background-repeat: no-repeat;
}
.container-4 {
  display: block;
  width: 100%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.container-4.fs {
  margin-left: 0px;
}

.content-h5 {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.content-h5.user{
  font-size: 17px;
}
.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 60px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
  text-align: center;
}

.recipe-extra-item {
  margin-bottom: 20px;
}

.content-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.list-article {
  line-height: 40px;
}
.list-article.notes {
  line-height: 20px;
}
.heading-2 {
  margin-top: 0px;
}

.recipe-detail-small {
  color: #777;
  font-size: 16px;
}

.return-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.return-text.black {
  color: #000;
}

.recipe-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  min-height: 80vh;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.recipe-header.video {
  min-height: 30vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../front/assets/images/Ecommerce-3.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../front/assets/images/Ecommerce-3.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-header {
  max-width: 590px;
  margin-top: 10px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}

.image-8 {
  width: 20px;
  margin-right: 6px;
}

.title {
  color: #ffe150;
  font-size: 16px;
  text-align: left;
}

.scroll {
  width: 24px;
  opacity: 0.5;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  text-decoration: none;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1070px;
  margin: 0px auto 40px;
  padding-left: 0px;
  -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;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.div-block-40:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-41 {
  margin-right: 10px;
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-41.t-1 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-size: cover;
}

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

.btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 24%;
  bottom: 12%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 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;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.browse-recipes {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #ffe500;
}

.project-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 33vh;
  -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;
  -webkit-perspective: 3500px;
  perspective: 3500px;
  -webkit-transform: perspective(3500px);
  transform: perspective(3500px);
}

.project-container.browse {
  -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;
}

.project-container.last {
  margin-bottom: 15vh;
}

.heading-h1 {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0px;
  margin-left: 16vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  color: #fff;
  font-size: 7.5vw;
  line-height: 10vw;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.heading-h1.solid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.heading-h1.outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999999;
  color: rgba(0, 0, 0, 0.9);
}

.btn-line {
  width: 56px;
  height: 2px;
  margin-right: 24px;
  background-color: #000;
}

.project {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 70vh;
  -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: 10px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-perspective: 3500px;
  perspective: 3500px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(3500px);
  transform: perspective(3500px);
}

.page {
  overflow: hidden;
  margin-bottom: 15vh;
}

.img {
  position: relative;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-span-3 {
  color: #fff;
}

.text-block-10 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 12vh;
  font-weight: 700;
  text-align: left;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 750px;
  min-height: 350px;
  margin: 10px 10px 40px;
  padding: 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ccc;
}

.card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 24%;
  z-index: 1;
}

.card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 28%;
  z-index: 2;
}

.card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 17%;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  max-height: none;
  max-width: 800px;
  min-width: 600px;
  margin-top: 300px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(250px, 2fr);
  grid-template-rows: minmax(250px, 2fr);
  border-style: none;
  box-shadow: none;
}

.card._1._2 {
  top: 17%;
  margin-top: 300px;
  margin-bottom: 40px;
}

.card._1.margin {
  margin-top: 220px;
  margin-bottom: 60px;
}

.card._1._1mar {
  margin-top: 20px;
}

.card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 3;
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 32%;
  z-index: 3;
}

.card-number {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.card-content {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-sticky-cards.middle {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -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;
}

.button-3 {
  margin-right: auto;
  margin-left: auto;
}

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

.text-span-4 {
  color: #fff;
}

.text-span-5 {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-span-6 {
  color: #fff;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2._1 {
  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;
}

.link-block-2._2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
}

.link-block-3 {
  display: block;
  max-width: none;
  text-decoration: none;
}

.link-block-3.set {
  margin-bottom: 5px;
}

.paragraph-7 {
  padding-right: 140px;
  padding-left: 140px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 170px;
  max-width: 170px;
  min-height: 170px;
  min-width: 170px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: url('../front/assets/images/foodism-magazine-june-2020-1_page-0001.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.small-container {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-11 {
  color: rgba(186, 204, 224, 0.73);
}

.wrapper {
  width: 100%;
  max-width: 1300px;
}

.success-message {
  height: 126px;
  padding-top: 41px;
  border-radius: 5px;
  background-color: #141c27;
  box-shadow: inset 0 0 0 1px #243652;
  color: #516581;
  font-size: 16px;
  font-weight: 500;
}

.white-highlight {
  color: #ffe500;
}

.email {
  height: 55px;
  margin-bottom: 16px;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
}

.email:hover {
  box-shadow: 0 0 14px 0 rgba(255, 229, 0, 0.38), inset 0 0 0 2px rgba(255, 229, 0, 0.42);
}

.email:focus {
  box-shadow: 0 0 14px 0 #f5b2ff;
}

.submit-button-2 {
  display: inline-block;
  height: 55px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe500), to(#ffe926));
  background-image: linear-gradient(270deg, #ffe500, #ffe926);
  box-shadow: 0 0 30px 12px rgba(255, 229, 0, 0.17), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  font-size: 20px;
  font-weight: 700;
}

.submit-button-2.browse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -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-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-weight: 700;
}

.submit-button-2.browse:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.submit-button-2.browse.section1 {
  width: 40%;
  background-color: rgba(56, 152, 236, 0);
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe150), to(#fff150));
  background-image: linear-gradient(270deg, #ffe150, #fff150);
  font-weight: 700;
  text-align: center;
}

.error-message {
  margin-top: 16px;
  border-radius: 4px;
  background-color: #ffe0ad;
  color: #9e2921;
  text-align: center;
}

.form-block-3 {
  width: 45%;
  margin: 3em auto 0px;
}

.centered {
  text-align: center;
}

.centered.blue {
  color: #ffe500;
}

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

.magazine-suscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  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-block-12 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.heading-28 {
  color: #000;
  text-align: center;
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

._140-image {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 320px;
  -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: 5px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._140-image.bg {
  position: relative;
  width: 320px;
  height: 320px;
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.25);
}

._140-image.bg._3 {
  width: 320px;
  height: 320px;
  border-radius: 10px;
}

._140-image.bg._3._4 {
  border-radius: 10px;
}

._140-image.bg._3._2 {
  background-image: url('../front/assets/images/pizza-1.png');
}

._140-image.bg._2 {
  width: 320px;
  height: 320px;
  border-radius: 10px;
  background-image: url('../front/assets/images/5f440e0d5ad0061fd327f232_Food-Image.png');
}

._140-image.bg._2._33 {
  background-image: url('../front/assets/images/5f440e0d5ad006707327f25c_Food-Thumb-3.png');
}

._140-image.bg._4 {
  background-image: url('../front/assets/images/IMG-20200505-WA0087-1.jpg');
}

._140-image.bg._5 {
  border-radius: 10px;
  background-image: url('../front/assets/images/inbound5090983651176210176-scaled.jpg');
}

._140-image.bg._10 {
  border-radius: 10px;
  background-image: url('../front/assets/images/IMG_20200731_143512__01__01-scaled.jpg');
}

._140-image._3 {
  background-image: url('../front/assets/images/pizza-1.png');
}

._140-image._3._1 {
  background-image: url('../front/assets/images/IMG_20200804_165129_185.jpg');
}

._140-image._3._4 {
  background-image: url('../front/assets/images/5f440e0d5ad006616227f237_Home-Image.png');
}

._140-image._2 {
  background-image: url('../front/assets/images/5f440e0d5ad006707327f25c_Food-Thumb-3.png');
}

._140-image._2._1 {
  background-image: url('../front/assets/images/5f440e0d5ad0061fd327f232_Food-Image.png');
}

._140-image._2._3 {
  background-image: url('../front/assets/images/IMG_20200731_143512__01__01-scaled.jpg');
}

/* ._140-image._1 {
  background-image: url('../front/assets/images/inbound5587192272841460834-2048x2040.jpg');
} */

._140-image._5 {
  background-image: url('../front/assets/images/inbound5090983651176210176-scaled.jpg');
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

._140-cta {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 125px;
  height: 125px;
  -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: 50%;
  background-color: #fff;
}

.section-recipe {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.resize-text {
  display: block;
}

._140-circle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 250px;
  -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: 50%;
}

._140-circle._2 {
  width: 200px;
  height: 200px;
}

._140-circle._3 {
  width: 150px;
  height: 150px;
}

.browser-demo {
  position: relative;
  z-index: auto;
  display: block;
  overflow: hidden;
  width: 800px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

._140-learn-more-text {
  position: absolute;
  padding: 10px;
}

.text-block-13 {
  position: absolute;
  top: 20px;
  color: #000;
}

._140-cta-arrow {
  width: 40px;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.recipe_tittle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 3px 0 3px 0;
}

.cook-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.cook {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.category-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  -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;
}

.categ-inside-2 {
  width: 80px;
  height: 20px;
  border-radius: 5px;
  background-color: #79aea3;
}

.categ-inside {
  width: 80px;
  height: 20px;
  border-radius: 5px;
  background-color: #fc5130;
}

.text-block-14 {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.d-31-card-wrapper {
  position: static;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-11 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.d-31-h2 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: auto;
  margin-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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.d-31-card-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -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: 10px;
  background-image: url('../front/assets/images/image2-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.d-31-card-front.second {
  background-image: url('../front/assets/images/ezgif.com-webp-to-jpg-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  box-shadow: none;
}

.d-31-card-front.third {
  background-image: url('../front/assets/images/ezgif.com-webp-to-jpg-2.jpg');
  background-size: cover;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.d-31-icon {
  width: 70%;
  height: 70%;
  background-image: url('../front/assets/images/sydney-opera-house.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-31-icon.space {
  display: block;
  background-image: url('../front/assets/images/space-needle.svg');
}

.browser-top-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.d-31-p {
  font-family: 'PT Serif', serif;
  color: #000;
  text-align: center;
}

.d-31-card {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 400px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}

.browser-demo-2 {
  position: relative;
  z-index: 0;
  display: none;
  overflow: hidden;
  width: 800px;
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
}

.demo-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-31-card-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ffe150;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.horizontal-logo {
  margin-bottom: 25px;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.play-button {
  position: absolute;
}

.horizontal-angle {
  position: absolute;
  left: auto;
  top: 0%;
  right: -2%;
  bottom: 0%;
  z-index: 99;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-arrow-2 {
  top: 17px;
  right: -17px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #007bfc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.right-arrow-2:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151c34;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

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

.left-arrow-2 {
  left: -17px;
  top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 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;
  border-radius: 100px;
  background-color: #007bfc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.left-arrow-2:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.play-icon {
  width: 60px;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-4 {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 75px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mask-horizontal {
  overflow: visible;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-job {
  color: rgba(21, 28, 52, 0.5);
}

.testimonial-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 350px;
  -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;
}

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

.author-image {
  width: 20px;
  margin-right: 14px;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.section-videos {
  display: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-for-headers {
  margin-top: 140px;
  margin-bottom: 60px;
}

.tab-dropdown {
  display: block;
  width: 30%;
  height: 50px;
  margin: 60px auto 40px;
  padding-top: 15px;
  border-radius: 8px;
  background-color: #3e4b3b;
  background-image: url('../front/assets/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
}

.tab-dropdown:hover {
  border-radius: 3px;
  background-color: #4a5747;
  background-image: url('../front/assets/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.text-block-15 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.post-card-image {
  position: relative;
  width: 100%;
  height: 216px;
  max-height: none;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #f3f3f7;
  background-image: url('../front/assets/images/Asset-14x.png'), -webkit-gradient(linear, left top, left bottom, from(#92a177), to(#92a177));
  background-image: url('../front/assets/images/Asset-14x.png'), linear-gradient(180deg, #92a177, #92a177);
  background-position: 50% 50%, 0px 0px;
  background-size: 150px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs {
  position: relative;
  display: none;
  height: 50px;
  margin-bottom: 60px;
  -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;
}

.post-card-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -14%;
  width: 150px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 10px;
  background-color: #0d3a5e;
}

.tab-link {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  color: #3b444b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tab-link:hover {
  border-radius: 10px;
  background-color: #ffe150;
  color: #fff;
}

.tab-link.w--current {
  border-radius: 10px;
  background-color: #ffe150;
  color: #fff;
  font-weight: 800;
}

.tab-link.w--current:hover {
  background-color: #ffe150;
}

.content-div-wrap {
  padding: 5%;
}

.tab-dropdown-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
  display: block;
  width: 30%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  border-radius: 8px;
  background-color: #ffe150;
  background-image: url('../front/assets/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
}

.tab-dropdown-2:hover {
  border-radius: 8px;
  background-color: #ffe150;
  background-image: url('../front/assets/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.text-block-16 {
  color: #fff;
  text-align: center;
}

.tabs-content {
  margin-top: 5%;
  padding: 0px 0px 35px;
  border-radius: 6px;
  background-color: transparent;
  text-align: left;
}

.tab-system {
  z-index: 9;
}

.tab-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
}

.tabs-menu {
  display: none;
  width: auto;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #78cec3;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.text-block-17 {
  color: #fff;
}

.text-block-18 {
  color: #fff;
}

.tab-link-2 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  color: #3b444b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tab-link-2:hover {
  border-radius: 10px;
  background-color: #3e4b3b;
  color: #fff;
}

.tab-link-2.w--current {
  border-radius: 10px;
  background-color: #4a5747;
  color: #fff;
  font-weight: 800;
}

.tab-link-2.w--current:hover {
  background-color: #5c6959;
}

.tab-dropdown-3 {
  display: block;
  width: 30vw;
  height: 50px;
  margin: 60px auto;
  padding-top: 15px;
  border-radius: 8px;
  background-color: #ffe150;
  background-image: url('../front/assets/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
}

.tab-dropdown-3:hover {
  border-radius: 8px;
  background-color: #ffe150;
  background-image: url('../front/assets/images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tabs-menu-2 {
  display: none;
  width: auto;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #78cec3;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.48);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.text-block-19 {
  color: #fff;
}

.text-block-20 {
  color: #fff;
}

.div-block-44 {
  width: 20%;
  height: 50px;
  border-radius: 8px;
}

.dropdown-toggle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-homechefs {
  display: none;
  margin-bottom: 60px;
}

.button-4 {
  margin-top: 20px;
  border-radius: 8px;
  background-color: #007eec;
}

.svg-1 {
  position: absolute;
  left: -54px;
  top: -20px;
  right: auto;
  bottom: auto;
  z-index: 999;
  height: 70px;
}

.svg-1:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.section-header {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

.section-header.light {
  margin-bottom: 20px;
  color: #fff;
}

.body-paragraph {
  position: relative;
  color: #363636;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}

.body-paragraph.light {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.small-header {
  margin-bottom: 25px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.check-holder {
  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;
  font-size: 18px;
  font-weight: 400;
}

.svg-2 {
  position: absolute;
  top: 220px;
  right: -54px;
  height: 70px;
}

.svg-2:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.service-features {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.left-content {
  width: 40%;
  padding-right: 5%;
}

.svg-3 {
  position: absolute;
  left: -54px;
  top: auto;
  right: auto;
  bottom: 5%;
  height: 70px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.check-icon {
  margin-right: 10px;
}

.intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.right-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  cursor: pointer;
}
.mobile-right-panel{
  display: none;
}
.events-section {
  position: relative;
  overflow: visible;
  padding: 80px 10% 160px;
}

.cta {
  display: inline-block;
  margin-top: 31px;
  margin-bottom: 15px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 34px;
  border-radius: 200px;
  background-color: #0f0f0f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.cta:hover {
  background-color: #000;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cta.white {
  border-radius: 200px;
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #0f0f0f;
}

.cta.white:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cta.white.absolute {
  position: absolute;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}

.cta.white.download {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 200px;
  box-shadow: 0 3px 5px -2px #000;
  text-align: center;
}

.cta.food-stories {
  margin-top: 0px;
  padding-top: 5px;
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 155px;
  bottom: 5px;
  position: absolute;
}

.upper-head {
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.split-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.recipe-of-the-day-section {
  padding: 20px 10% 100px;
}

.designer-image {
  width: 100%;
  padding-top: 22%;
  padding-bottom: 21%;
  background-position: 50% 33%;
  background-size: cover;
  background-repeat: no-repeat;
}

.designer-description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5%;
  -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: #ffe150;
}

.backy {
  overflow: hidden;
  height: 100vh;
}

.leftlogo {
  position: static;
  display: block;
  margin: 71px auto 40px;
  clear: both;
  text-align: center;
}

.title-2 {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fdd843;
  text-align: center;
}

.para {
  margin: 0px 19px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-align: center;
}

.emaillink {
  color: #ff8f8f;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.parapara {
  font-style: italic;
}

.rightback {
  display: block;
}

.image-12 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  float: right;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  -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;
}

.social-icon-sb {
  width: 20px;
  height: 20px;
}

.social-icon-sb.twitch {
  width: 20px;
  height: 20px;
}

.social-icon-sb.recipe {
  margin-right: 10px;
}

.sidebar-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: 3.75px;
  margin-bottom: 3.75px;
  -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: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-icon:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sidebar-icon.twitch {
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 40%;
  background-color: #ffe150;
}

.sidebar-icon.twitter {
  width: 35px;
  height: 35px;
  border-radius: 40%;
  background-color: #ffe150;
}

.sidebar-icon.conact-us {
  width: 35px;
  height: 35px;
  border-radius: 40%;
  background-color: #fff;
}

.sidebar-icon.conact-us.margin {
  width: auto;
  height: 40px;
  margin-right: 15px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 40%;
  background-color: #333;
}

.sidebar-icon.conact-us.a {
  background-color: #fff;
}

.sidebar-icon.facebook {
  width: 35px;
  height: 35px;
  border-radius: 40%;
  background-color: #ffe150;
}

.sidebar-icon.instagram {
  width: 35px;
  height: 35px;
  border-radius: 40%;
  background-color: #ffe150;
  background-image: none;
  background-size: auto;
}

.sidebar-icon.instagram:hover {
  background-image: none;
  background-size: auto;
}

.sidebar-icon.conact-us {
  border-radius: 40%;
  background-color: #353535;
}

.sidebar-icon.conact-us.margin {
  width: 100%;
  height: 40px;
  margin-right: 15px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 40px;
}

.sidebar-icon-wrapper {
  position: static;
  left: auto;
  top: 0vh;
  right: 15px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.sidebar-icon-link {
  margin-right: 5px;
  margin-left: 5px;
}

.eventscenter__banner-image1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #000), url('../front/assets/images/inbound1612327526641351078.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.eventscenter__mobilemenubuttonclose {
  position: fixed;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.eventscenter__text {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px none #000;
  color: #575353;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.eventscenter__textsmall {
  margin-bottom: 0px;
  border: 1px none #000;
  color: #575353;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.eventscenter__gridof3 {
  margin-bottom: 3px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eventscenter__sidecolumns {
  padding-right: 0px;
  padding-left: 0px;
}

.eventscenter__brand {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.eventscenter__main {
  position: relative;
  width: 70vw;
  margin-left: 30vw;
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  float: none;
}

.eventscenter__aside {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: auto;
  width: 30vw;
  height: 100vh;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  -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;
}

.bold-text {
  width: 100%;
  font-weight: 500;
}

.eventscenter__banner-image9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.68) 100%, #000), url('../front/assets/images/IMG_20200826_214838_037.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.eventscenter__banner-image9:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.eventscenter__banner-button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 3px 10px;
  float: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #ffe150;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #ffe150;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.eventscenter__banner-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.eventscenter__banner-tagline {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recipe-filters-wrap {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recipe-filters-wrap.stickyshow {
  display: block;
}

.eventscenter__h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #b8b8b8;
  color: #cf8913;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.eventscenter__h1-sub {
  margin-right: 20px;
  margin-bottom: 0px;
  border: 1px none #000;
  color: #b8b8b8;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.eventscenter__mobilemenubuttonopen {
  position: fixed;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.eventscenter__banner-image10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.74)), url('../front/assets/images/inbound8510267189989318311-scaled.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.eventscenter__banner-image10:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.eventscenter__banner-image2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.68) 100%, #000), url('../front/assets/images/beetroot-idli-foodism.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.eventscenter__banner-image2:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.eventscenter__footer {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #575353;
}

.eventscenter__banner-image8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.69)), url('../front/assets/images/IMG_20200828_213454_057.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.eventscenter__bannerdl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eventscenter__banner-headline {
  margin-top: 10px;
  color: #fff;
}

.eventscenter__banner-image11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #000), url('../front/assets/images/260C8347-6C35-47CA-87C6-B05E2A6BAC2A-scaled.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.eventscontent__h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 5px;
  border: 1px none #000;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.eventscenter__gridof4 {
  margin-bottom: 3px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eventscenter__banner-image7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #000), url('../front/assets/images/9C75734E-92AD-4774-A7F8-61588422AA62.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.eventscontent__h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 7px;
  border-top: 1px solid #b8b8b8;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.eventscenter__banner-image3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.74)), url('../front/assets/images/inbound860977463176005462.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.eventscenter__banner-image3:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.eventscenter__banner-image6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.74)), url('../front/assets/images/CD019104-10A4-4F26-B976-D8F244D8936E.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.eventscenter__banner-image6:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.eventscenter__link {
  display: block;
  margin-bottom: 3px;
  color: #b8b8b8;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.eventscenter__h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 3px solid #ffe150;
  border-radius: 5px;
  color: #ffe150;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.eventscenter__height40px {
  height: 40px;
  margin-bottom: 20px;
  color: #575353;
  font-size: 16px;
}

.eventscenter__bannera6 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 140.95% 30px 30px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.eventscenter__banner-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eventscenter__banner-image4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.6)), url('../front/assets/images/inbound4422672562371396725-scaled.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.eventscenter__h1 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffe150;
  font-size: 50px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.eventscenter__bannersquare {
  position: relative;
  overflow: hidden;
  padding: 100% 30px 30px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.eventscenter__banner-image5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.68) 100%, #000), url('../front/assets/images/inbound4780870179500681051-2048x2048.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.eventscenter__banner-image5:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0px;
}

.field-label-6 {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.controls-form {
  width: 100%;
}

.field {
  height: 48px;
  padding: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f3f7;
  border-radius: 6px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  line-height: 30px;
}

.field:focus {
  border-color: #293072;
}

.field.search {
  height: auto;
  min-width: auto;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
  line-height: 20px;
}

.field.search:active {
  color: #000;
}

.field.search:focus {
  border-color: #ffe150;
  color: #000;
}

.field.search::-webkit-input-placeholder {
  color: #000;
}

.field.search:-ms-input-placeholder {
  color: #000;
}

.field.search::-ms-input-placeholder {
  color: #000;
}

.field.search::placeholder {
  color: #000;
}

.sort_select {
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
}

.sort_select:focus {
  border: 1px solid #ffe150;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-menu-3.left-div {
  width: auto;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-right: 10px;
  -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-radius: 6px;
}

.filter_select {
  width: 100%;
  border: 1px none #000;
  border-radius: 15px;
  background-color: transparent;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
  color: #858585;
  font-size: 15px;
}

.filter_select:focus {
  border: 1px solid #ffe150;
}

.filter_select.recipe {
  width: 30%;
  border: 1px solid #f1f3f7;
  color: #818181;
}

.filter_select.unit {
  width: 30%;
  margin-bottom: 0px;
  color: #8f8f8f;
}

.table-details-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-412 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-410 {
  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;
}

.table-arrows {
  width: 15px;
  margin-right: 8px;
  opacity: 0.35;
  cursor: pointer;
}

.table-arrows:hover {
  opacity: 0.6;
}

.table-arrows._2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-block-411 {
  padding-right: 20px;
  padding-left: 10px;
}

.text-span {
  display: inline-block;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(239, 7%, 67%, 0.5);
  border-radius: 5px;
  background-color: transparent;
}

.welcome {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.circles {
  position: relative;
  margin-bottom: 10px;
}

.logo {
  position: static;
  z-index: 10;
  height: 200px;
}

.get-started {
  margin-top: 30px;
  padding: 15px 20px;
  border: 2px solid #ffdb76;
  border-radius: 10px;
  background-color: #ffe150;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.get-started:hover {
  border-color: #fff;
  background-color: #ffe300;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.heading-29 {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
}

.search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.search-2 {
  width: 100%;
  margin-bottom: 0px;
}

.search-input {
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #000;
}

.search-input::-webkit-input-placeholder {
  color: #000;
}

.search-input:-ms-input-placeholder {
  color: #000;
}

.search-input::-ms-input-placeholder {
  color: #000;
}

.search-input::placeholder {
  color: #000;
}

.search-button {
  display: none;
}

.div-block-413 {
  margin-bottom: 20px;
}

.button-5 {
  margin-right: 10px;
  border-radius: 10px;
  background-color: #ffe400;
  color: #000;
}

.button-5._2 {
  background-color: #ffe400;
  color: #fff;
}

.button-5.dark {
  background-color: #d8c100;
}

.button-5.dark._4 {
  background-color: #b8a400;
}

.button-pressed {
  margin-right: 10px;
  border: 2px solid #ffe150;
  border-radius: 10px;
  background-color: transparent;
  color: #000;
}

.table-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -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;
  border: 1px none #f9f9f9;
}

.table-box._2 {
  width: 18%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.table-box._2.action {
  width: 100px;
  height: 50px;
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.togglebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 16px;
  -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;
  border-radius: 50px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.togglebutton.active {
  height: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(255, 225, 80, 0.6);
}

.buttontoggle {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.buttontoggle._2 {
  width: 15px;
  height: 15px;
  background-color: #ffe150;
}

.heading-30 {
  margin-top: 0px;
  color: #babec7;
  font-weight: 400;
}

.heading-3 {
  margin-top: 0px;
  color: #81858d;
  font-weight: 400;
}

.form-2 {
  width: 100%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2.reset {
  display: none;
}

.div-block-2._1 {
  margin-top: 20px;
}

.form-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
  -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;
}
#send-otp, #resend-otp {
  margin: 0;
  height: 40px;
  width: 50%;
  font-size: 14px;
  padding: 0;
  width: 100%;
}
.parent {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.children-1{
  width: 65%;
}
.children-2{
  width: 30%;
  margin-top: 25px;
  margin-left: 5px;
  height: 40px;
}
.heading-31 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.image-13 {
  width: 32px;
  height: 32px;
  opacity: 0.85;
}

.text-block-21 {
  margin-bottom: 20px;
  color: rgba(31, 28, 28, 0.54);
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.01em;
}

.text-block-22 {
  display: inline-block;
  -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;
  line-height: 100%;
  text-decoration: none;
}

.div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffe150;
}

.button-6 {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f1f3f7;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.button-6:hover {
  background-image: linear-gradient(135deg, #141414, rgba(186, 190, 199, 0.16));
}

.paragraph {
  max-width: 380px;
  margin-bottom: 20px;
  color: rgba(20, 20, 20, 0.54);
  font-size: 16px;
  letter-spacing: 0.01em;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #141414;
  letter-spacing: 0.01em;
}

.div-block-414 {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-left: 40px;
}

.div-1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-top: 20px;
  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;
}

.div-1.special {
  position: fixed;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: 5%;
  z-index: 9007199254740991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: 500px;
  margin: 20px auto;
  -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: 10px;
  background-color: #fff;
  box-shadow: 0 1px 1px 3px #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
#home-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  /* display: none; */
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.37);
}
#magazine-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  /* display: none; */
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.37);
}
#magazine-popup .heading-31{
  font-size: 20px;
}
#home-popup .div-1{
  padding: 0;
}
#home-popup .div-1.special{
  max-width: 100%;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
}
#home-popup .head-div{
  position: relative;
}
#home-popup .div-block-2{
  max-width: 100%;
  max-height: 100%;
}
.div-1.sign-up {
  position: static;
  min-width: 100vh;
  padding-top: 40px;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
  padding: 10px 20px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px none #e4e4e4;
  border-radius: 5px;
  background-color: #fdfdff;
  box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.1);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: rgba(31, 28, 28, 0.8);
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.1);
}

.social-login:active {
  background-color: #f1f3f7;
  box-shadow: 0 2px 6px 0 rgba(31, 28, 28, 0.1);
}

.circle-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -200px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(135deg, #141414 8%, rgba(241, 243, 247, 0));
}

.error-message-2 {
  background-color: #fee;
}

.submit-button-3 {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #ffe150;
  box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.15);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
}

.submit-button-3:hover {
  background-color: #ffe300;
  box-shadow: 0 6px 12px 0 rgba(31, 28, 28, 0.15);
}

.submit-button-3:active {
  border: 1px none #000;
  background-color: #ffe300;
  box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.15);
}

.submit-button-3:focus {
  border: 1px none #000;
}

.submit-button-3.sharing {
  height: auto;
}

.submit-button-3.form {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-button-3.form1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 60%;
  margin-right: auto;
  margin-bottom: -65px;
  margin-left: auto;
}

.submit-button-3.fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.heading-1 {
  margin-top: 0px;
  color: #f1f3f7;
}

.div-block-415 {
  width: 100%;
  text-align: center;
}

.image-14 {
  width: 30px;
  height: 30px;
  padding: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
}

.text-field-2 {
  width: 100%;
  height: 40px;
  max-width: 380px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 5px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 16px;
}

.text-field-2:hover {
  border-color: rgba(31, 28, 28, 0.18);
}

.text-field-2:active {
  border-color: #c3c5ca;
}

.text-field-2:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #ffe150;
  border-left-style: none;
  background-color: #f1f3f7;
}

.text-field-2.classic {
  max-width: none;
}

.text-field-2.classic.ing {
  margin-bottom: 5px;
}

.text-field-2.special {
  height: 100px;
  max-width: none;
}

.text-field-2.ingredient {
  width: 60%;
  margin-bottom: 0px;
}

.text-field-2.seto {
  height: 80px;
  max-width: none;
}

.link-block-4 {
  position: absolute;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
}

.success-message-2 {
  background-color: #f1f3f7;
}

.circle-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 160px;
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(315deg, #1f1c1c, rgba(166, 0, 255, 0.54));
}

.image-15 {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  height: 85%;
}

.link-10 {
  color: #000;
}

.div-block-416 {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  /* height: 50%; */
  -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: 20px;
  background-color: #fff;
}

._143-text-slide {
  height: auto;
}

.demo-wrapper-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.demo-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  border-radius: 100px;
  background-color: #4d16dd;
  text-decoration: none;
  cursor: pointer;
}

.demo-arrow-wrapper.next {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._143-lottie-animation {
  width: 100%;
  height: 100%;
}

.browser-demo-3 {
  position: relative;
  z-index: auto;
  display: none;
  overflow: hidden;
  width: 800px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.demo-bottom-buttons {
  position: fixed;
  left: auto;
  top: auto;
  right: 35px;
  bottom: 40px;
  z-index: 6;
  display: block;
  -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;
}

.icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: 50%;
  background-color: #fff;
  color: #000;
  font-size: 26px;
}

.icon-3.black {
  background-color: #000;
  color: #fff;
}

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

._143-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

._143-text-slider {
  position: fixed;
  left: 20%;
  right: auto;
  width: 500px;
  height: auto;
  background-color: transparent;
}

.demo-arrow-text {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

._143-slider {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: transparent;
}

.resize-text-2 {
  display: none;
}

.demo-container-2 {
  position: relative;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

._143-images-wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.image-16 {
  margin-right: 15px;
  margin-left: 15px;
}

._143-image {
  position: absolute;
  left: auto;
  right: 200px;
  width: 400px;
  height: 400px;
  background-image: url('../front/assets/images/foodism-magazine-may-2020-1_page-0001.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 20px 0 40px -4px rgba(0, 0, 0, 0.1);
}

._143-image._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -400px;
  background-image: url('../front/assets/images/foodism-magazine-august-2020-1_page-0001.jpg');
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

._143-image._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -400px;
  background-image: url('../front/assets/images/foodism-magazine-june-2020-1_page-0001.jpg');
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

._143-image._4 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -400px;
  background-image: url('../front/assets/images/september_magazine_frontpage_new.jpg');
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.demo-right-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow-right {
  width: 150px;
}

.body1 {
  background-color: #fff;
}

.button-7 {
  position: absolute;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
}

.button-8 {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.right-arrow-5 {
  display: block;
}

.hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -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;
}

.slider-4 {
  height: 100%;
  background-color: transparent;
}

.left-arrow-4 {
  display: block;
}

.hero-portfolio-shots-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-2 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.light-heading {
  color: #ffe150;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.custom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom-container.hero-container {
  width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.featured-portfolio-items-slider {
  height: 100%;
}

.medium-button {
  position: static;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 0%;
  width: 25%;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 10px 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #3bbfe4;
  border-radius: 25px;
  background-color: #3bbfe4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fbfcf5;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.medium-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #95c856;
  background-color: #95c856;
  color: #fbfcf5;
}

.medium-button:active {
  border-color: #95c856;
  background-color: #95c856;
  color: #fbfcf5;
}

.medium-button.hero-button {
  position: static;
  display: block;
  margin: 0px 35px 0px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  border-style: none;
  background-color: #ffe150;
  color: #fff;
  font-weight: 700;
}

.medium-button.hero-button:hover {
  border-color: #3bbfe4;
  background-color: #ffe300;
}

.large-paragraph {
  color: #000;
  font-size: 14px;
  line-height: 25px;
}

.collection-list-4 {
  height: 100%;
}

.video {
  border-radius: 10px;
}

.youtube {
  width: 100%;
  border-radius: 10px;
  background-image: none;
}

.label {
  margin-bottom: 0px;
  color: #081158;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label._15-margin {
  margin-bottom: 15px;
  color: #ffe150;
}

.hero-slider-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffe150;
}

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

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

.big-paragraph.max-500 {
  color: #000;
}

.container-7 {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 1450px;
}

.container-7.blog-container {
  margin-top: 100px;
}

.button-9 {
  min-width: 200px;
  padding: 20px 20px 20px 40px;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #ffe150;
  background-image: url('../front/assets/images/Vector-4.svg');
  background-position: 20px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-9:hover {
  padding-left: 50px;
  background-position: 30px 50%;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.hero-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
}

.column {
  position: relative;
  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;
}

.column.max-600 {
  margin-bottom: 40px;
}

.column.hero-image-column {
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-32 {
  color: #000;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
  background-color: transparent;
}

.section-2.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.blog-list-wrapper {
  width: 100%;
  margin-top: 100px;
}

.blog-list {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 60px;
  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));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-8 {
  position: relative;
}

.blog-single-post-date {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.subpage-title.blog-post-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 46px;
  line-height: 49px;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-3 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-3.blog-page-section {
  background-color: #f5f5f5;
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.section-title.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.simple-blog-post-item {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.simple-blog-post-item.related {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.post-author-name {
  font-size: 19px;
  font-weight: 600;
}

.post-author-name.description {
  display: block;
  margin-top: 8px;
  color: #afafaf;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.post-author-name.description.black {
  color: #333;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.post-author-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.single-post-author-block {
  display: block;
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: left;
}

.post-author-photo {
  height: 70px;
  margin-top: 0px;
  margin-right: 30px;
  float: left;
}

.blog-posts-list {
  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-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.blog-post-page-content {
  display: block;
  width: 80%;
  margin: -220px auto 60px;
  padding: 70px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.04);
}

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

.link-11 {
  color: rgba(0, 0, 0, 0.54);
}

.container-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-bottom: 0px;
  -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;
}

.div-block-418 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.28);
}

.image-17 {
  width: auto;
  min-width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-419 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.views {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 5px;
  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: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.views.margin {
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-18 {
  height: 20px;
  margin-right: 5px;
}

.div-block-420 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -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: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.div-block-421 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 10px;
  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;
}

.image-19 {
  height: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-422 {
  margin-bottom: 20px;
}

.div-block-423 {
  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;
}
.div-block-mysection {
  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;
}
.display-center{
  text-align: center;
}
.image-20 {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  width: 35px;
  padding: 5px;
  border-radius: 200px;
  background-color: #ffe150;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.log-in-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.37);
}

.div-block-425 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  cursor: pointer;
}

.div-block-425:hover {
  padding-right: 5px;
  padding-left: 5px;
  background-color: hsla(0, 0%, 100%, 0.21);
}

.text-block-23 {
  margin-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;
  color: #fff;
  text-decoration: none;
}

.text-block-23._2 {
  font-size: 10px;
}

.text-block-23._3 {
  color: #000;
}

.image-21 {
  width: 20px;
}

.text-block-24 {
  margin-bottom: 5px;
}

.text-block-25 {
  color: #000;
  text-decoration: none;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3%;
  -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;
  text-decoration: none;
}

.slider-5 {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slide-nav-5 {
  left: 0%;
  top: -50px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  font-size: 15px;
}

.slide-nav-5.dif {
  display: block;
}

.bg-image-slide-1 {
  width: 60vw;
  height: 100vh;
  padding-bottom: 0px;
  background-image: url('../front/assets/images/Taj_Mahal.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.slider-6 {
  position: relative;
  width: 100vh;
  height: 80%;
  max-width: 1600px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.slider-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-5 {
  width: 100vh;
  height: 100%;
  max-width: 1600px;
}

.bg-image-slide-webinar {
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.div-block-426 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-26 {
  padding-right: 10px;
  color: #000;
}

.text-block-26.white {
  color: #fff;
}

.social-icon-sb-2 {
  width: 28px;
  height: 28px;
}

.text-block-59 {
  width: 80px;
  margin-left: 20px;
  color: rgba(33, 33, 33, 0.87);
}

.togglebutton-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 20px;
  -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;
  border-radius: 50px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.button-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 5px;
  background-color: #ffe150;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}

.button-10:hover {
  background-color: #ffe300;
}

.button-10:active {
  opacity: 0.8;
}

.buttontoggle-2 {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding-left: 72px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-block.settings {
  padding-top: 64px;
  padding-bottom: 32px;
  padding-left: 0px;
}

.text-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-field-box._2 {
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-box.bio {
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-29 {
  margin-left: 30px;
  color: #616161;
  font-size: 16px;
}

.notifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

.notifications:hover {
  opacity: 1;
}

.div-block-172 {
  width: 220px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.div-block-172._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 300px;
  padding: 12px 23px 12px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-links-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-174 {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e0e6eb;
}

.up-left-nav-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  margin-left: 24px;
  -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;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 6px;
  -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;
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.nav-links:hover {
  background-color: rgba(174, 175, 207, 0.09);
  opacity: 0.87;
}

.nav-links:active {
  opacity: 1;
}

.nav-links.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(130, 128, 151, 0.12);
  opacity: 1;
}

.icon-link {
  display: block;
}

.text-field-3 {
  width: 47%;
  margin-bottom: 0px;
  padding: 24px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}

.text-field-3:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.text-field-3:focus {
  border-color: rgba(0, 0, 0, 0.54);
}

.text-field-3.password {
  width: 100%;
}

.text-field-3._2 {
  width: 100%;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-field-3._2:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #ffe150;
  border-left-style: none;
}

.text-field-3._2-copy {
  width: 100%;
  min-height: 100px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-field-3._5 {
  width: 100%;
  height: 150px;
}

.text-field-3._5:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #ffe150;
  border-left-style: none;
}

.page-name {
  margin-left: 12px;
  opacity: 0.87;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.dropdown-toggle-8 {
  padding: 0px;
}

.account-settings-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #dbdbdb;
  background-color: #fff;
}

.account-settings-box.last {
  border-bottom-style: none;
}

.image-50 {
  width: 18px;
  opacity: 0.7;
}

.text-block-28 {
  margin-left: 15px;
  color: #757575;
  font-size: 13px;
}

.settings-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.desktop-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  -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;
  opacity: 0.85;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #393f4b;
  text-decoration: none;
}

.desktop-menu-button:hover {
  opacity: 1;
}

.desktop-menu-button:active {
  opacity: 0.85;
}

.desktop-menu-button.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.social-accounts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
}

.image-100-copy-copy {
  height: 25px;
  opacity: 0.95;
}

.button-11 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #4347e7;
  font-weight: 500;
  text-align: center;
}

.button-11:hover {
  color: #0d11ab;
}

.button-11:active {
  opacity: 0.8;
}

.button-11._2 {
  color: #e74346;
  text-align: center;
}

.navbar {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 64px;
  -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;
}

.right-div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.home-v-line {
  width: 1px;
  height: 18px;
  background-color: #ced2da;
}

.account-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

.dropdown-link-4 {
  margin-right: 0px;
  margin-left: 12px;
  padding-left: 0px;
  color: #393f4b;
}

.left-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #212121;
}

.dropdown-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.54);
  text-transform: capitalize;
}

.dropdown-link-2:hover {
  color: rgba(0, 0, 0, 0.87);
}

.dropdown-link-2.w--current {
  color: #4347e7;
}

.link {
  margin-left: 24px;
  color: #757575;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.second-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  -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;
}

.side-link-icons {
  width: 50px;
  height: 50px;
  margin: 15px auto;
  border-radius: 20px;
  background-color: #393f4b;
  background-image: url('../front/assets/images/home-24px.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-link-icons:hover {
  border-radius: 15px;
  background-color: #4347e7;
}

.side-link-icons.profile {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-image: url('../front/assets/images/woman-5.jpg');
  box-shadow: 0 0 3px 0 #ced2da;
}

.side-link-icons.profile:hover {
  border-radius: 12px;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -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;
  background-color: #e0e6eb;
  color: #fafafa;
  font-weight: 300;
}

.dropdown-toggle-2._2 {
  padding: 0px;
  background-color: transparent;
}

.top-bar {
  position: fixed;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* border-bottom: 2px solid #ffe150; */
  background-color: hsla(0, 0%, 99.2%, 0.9);
}

.top-bar.submit {
  top: 0px;
  background-color: #fff;
}

.top-right-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.form-3 {
  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;
}

.top-left-box {
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  -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;
}

.top-left-box.sp {
  width: auto;
}

.social-accounts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #edf2f7;
  border-radius: 5px;
}

.left-nv-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e6eb;
}

.nav-links-icon {
  width: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.75;
}

.nav-links-icon:hover {
  opacity: 0.7;
}

.settings-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  margin-right: auto;
  margin-left: auto;
  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;
  box-shadow: none;
}

.left-nav-top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.dropdown-list-2 {
  background-color: transparent;
}

.dropdown-list-2.w--open {
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 100000;
  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;
  box-shadow: 0 -3px 12px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list-2._2.w--open {
  top: 62px;
}

.nav-links-icon-copy {
  width: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-links-icon-copy:hover {
  opacity: 0.7;
}

.home-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 2px;
  border-bottom-color: #4347e7;
  color: #fff;
  text-decoration: underline;
}

.home-link.w--current {
  width: 71px;
  border-bottom-style: none;
  border-bottom-width: 2px;
}

.dropdown-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-427 {
  text-decoration: none;
}

.image-51 {
  width: 100%;
  max-height: 75vh;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.div-block-428 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-429 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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;
}

.div-block-430 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding: 40px 20px;
  -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: 10px;
}

.div-block-431 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 40px;
  -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: 10px;
  background-color: #fff;
}

.link-wrap-category {
  position: relative;
  margin-bottom: 0px;
  border-radius: 10px;
}

.item-overlay {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  text-decoration: none;
  cursor: pointer;
}

.white-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.white-button:hover {
  background-color: #fafafa;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #161724;
}

.white-button.cc-product-button {
  width: 100%;
  text-decoration: none;
}

.white-button.cc-product-button:hover {
  opacity: 0.96;
}

.blog-picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-432 {
  height: 30px;
}

.div-block-433 {
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 8px;
  background-color: #ffe400;
}

.div-block-433.a {
  background-color: #3a3a3a;
}

.div-block-434 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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;
}

.heading-34 {
  margin-top: 0px;
}

.button-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 169.8854217529297px;
  height: 56px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.square-b6 {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-b6 {
  margin-left: 25px;
}

.arrow-wrapper-b6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  margin-left: -21px;
  -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;
}

.arrow-tail-b6 {
  width: 45px;
  height: 1px;
  background-color: #333;
}

.arrow-head-1-b6 {
  position: relative;
  z-index: 10;
  margin-left: -9px;
}

.arrow-head-2-b6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 3px;
  bottom: auto;
  z-index: 8;
}

.text-block-60 {
  text-decoration: none;
}

.left-arrow-5 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
}

.section-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

._143-h3-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.demo-container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

._143-image-2 {
  position: absolute;
  left: auto;
  right: 200px;
  width: 400px;
  height: 400px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0%;
  background-image: url('../front/assets/images/foodism-magazine-june-2020-1_page-0001.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 20px 0 40px -4px rgba(0, 0, 0, 0.1);
}

._143-image-2._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -400px;
  background-image: url('../front/assets/images/foodism-magazine-august-2020-poster.jpg');
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

._143-image-2._4 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -400px;
  background-image: url('../front/assets/images/september_magazine_frontpage_new.jpg');
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

._143-image-2._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -400px;
  background-image: url('../front/assets/images/foodism-magazine-may-2020-1_page-0001.jpg');
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-435 {
  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;
}

.left-arrow-6 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field-4 {
  border-radius: 10px;
  direction: ltr;
}

.text-field-4::-webkit-input-placeholder {
  direction: ltr;
}

.text-field-4:-ms-input-placeholder {
  direction: ltr;
}

.text-field-4::-ms-input-placeholder {
  direction: ltr;
}

.text-field-4::placeholder {
  direction: ltr;
}

.text-field-4.fivewords {
  height: 90px;
}

.text-field-4._22 {
  height: 200px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffe150;
  background-image: linear-gradient(138deg, #ffe150, #ffe300 67%);
}

.div-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-next.first-div {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-35 {
  margin-bottom: 30px;
}

.select-field {
  border-radius: 10px;
  background-color: #fff;
  color: #919191;
  font-size: 14px;
}

.form-block-6 {
  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;
}

.div-block-437 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  min-height: 70vh;
  padding: 30px 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #fff;
}

.form-4 {
  display: block;
  -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;
}

.submit-button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.97);
  border-radius: 20px;
  background-color: #ffe300;
  font-weight: 700;
  background-clip: border-box;
}

.image-52 {
  height: 70vh;
}

.button-12 {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d4d4;
  border-radius: 10px;
  background-color: rgba(56, 152, 236, 0.02);
  color: #9e9e9e;
  text-decoration: none;
}

.button-12.fp {
  padding: 5px 10px;
}

.div-block-438 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  width: 15vw;
  border-radius: 10px;
  background-color: #ffe150;
  box-shadow: 5px 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.image-53 {
  width: 100%;
  height: 61px;
  padding-bottom: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bottom_block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 2px solid #fff;
  border-radius: 10px;
}

.settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 2vw;
  -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;
  border-radius: 10px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.settings:hover {
  background-color: #1a202c;
}

.text-block-61 {
  color: #000;
  font-size: 16px;
}

.text-block-61:hover {
  color: #fff;
}

.button-13 {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #1a202c;
  font-size: 16px;
  font-weight: 400;
}

.button-13:hover {
  background-color: #1a202c;
  color: #fff;
}

.button-13.main {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.div-block-439 {
  position: static;
  left: 0%;
  top: 65px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 2px none #fff;
  border-radius: 10px;
}

.div-block-439.marg {
  margin-top: 20px;
  border-top-style: solid;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #1a202c;
  font-size: 18px;
  text-decoration: none;
}

.link-block-6:hover {
  background-color: #1a202c;
  color: #fff;
}

.image-54 {
  height: 50px;
}

.div-block-440 {
  width: 50px;
  height: 50px;
  background-image: url('../front/assets/images/728992-64-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-440:hover {
  background-image: url('../front/assets/images/728992-64-2.png'), url('../front/assets/images/728992-64-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.image-55 {
  height: 50px;
  margin-right: 5px;
}

.image-56 {
  position: relative;
  z-index: 2;
  height: 35px;
  margin-right: 15px;
}

.msf-slider {
  height: auto;
  background-color: transparent;
}

.msf-hidden {
  display: none;
}

.div-block-441 {
  margin-top: 65px;
  margin-left: 15vw;
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.form-item-wrapper.fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -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;
}

.checkbox-base {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-width: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 5px 10px;
  -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-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-style: none;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.06);
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 15px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.checkbox-text-wrapper {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.checkbox-h4 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
}

.checkbox-title {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.form-block-7 {
  margin-right: auto;
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 40px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-section-title {
  margin-bottom: 12px;
  color: #333;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.form-paragraph {
  max-width: 550px;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.form-paragraph._1 {
  margin-bottom: 0px;
}

.div-block-442 {
  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;
}

.div-block-443 {
  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;
}

.toggle-wrap {
  position: relative;
  display: block;
  width: 70px;
  height: 38px;
  max-height: 38px;
  max-width: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  border-radius: 25px;
  background-color: #fff;
}

.toggle-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.toggle-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
}

.toggle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: 3.5px;
  border-radius: 100px;
  background-color: #ffe150;
}

.toggle-active {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 100px;
  text-align: center;
}

.active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #ffe150;
  box-shadow: -3px 0 3px 0 rgba(255, 225, 80, 0.14);
  opacity: 0;
}

.top-line {
  width: 16px;
  height: 2px;
  margin-top: 0px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bottom-line {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-field-2 {
  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;
  font-size: 26px;
  line-height: 26px;
}

.checkbox-field-2.rec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 0px;
  -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;
}

.checkbox-2 {
  width: 50px;
  height: 20px;
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 0px;
  border-color: transparent;
  border-radius: 20px;
  background-color: rgba(26, 32, 44, 0.18);
  background-image: url('../front/assets/images/black-circle.svg');
  background-position: 3px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 10px 10px 16px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkbox-2.w--redirected-checked {
  border-color: transparent;
  background-color: #ffe150;
  background-image: url('../front/assets/images/black-circle.svg');
  background-position: 100% 50%;
  background-size: contain;
}

.checkbox-label {
  display: none;
}

.div-block-444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-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;
}

.div-block-445 {
  margin-top: 0px;
}

.submit-recipe-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.37);
}

.div-block-447 {
  position: relative;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.extra-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  font-size: 1.1em;
}

.next-button {
  padding: 15px 20px;
  -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;
  border-radius: 5px;
  background-color: #3cd3ad;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
}

.next-button:hover {
  background-color: #6c33da;
}

.form-content {
  width: 60%;
  height: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: -20px;
}

.form-wrapper {
  display: block;
  min-height: 80vh;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
}

.form-section-title-2 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
}

.step-paginator {
  position: relative;
  top: 0px;
  min-height: 100vh;
  background-color: transparent;
}

.submit-button-5 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #3cd3ad;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button-5:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.step {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #f0f1f3;
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  background-image: url('../front/assets/images/unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.field-2 {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field-2:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field-2.area {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.field-2.short-description {
  height: 100px;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.35);
}

.sub-heading {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -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;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-label-2.no-label {
  padding-right: 0px;
  padding-left: 0px;
}

.next {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -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;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 85%;
  min-height: 85%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 0px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.collaborate-form-step.extend {
  max-height: none;
  padding-bottom: 100px;
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('../front/assets/images/checked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-active-overlay.square-overlay {
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: 20px;
}

.collaborate-wrap {
  min-height: 100%;
  padding-bottom: 100px;
  background-image: linear-gradient(135deg, #ffe150, #ffe151);
}

.success-message-3 {
  padding: 50px;
  border-radius: 20px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.error-message-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb4d8c;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.heading-36 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 700;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto;
  border-radius: 3px;
  background-color: #000;
}

.hero-collaborate {
  padding-top: 150px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.container-10 {
  max-width: 60%;
}

.div-block-448 {
  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;
}

.div-block-449 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-449._1 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-450 {
  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;
}

.text-block-62 {
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-451 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.yellow-effect{
  background-color: rgb(255, 225, 80); transform: translate3d(0px, 0px, 0px) scale3d(1.02, 1.02, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); transform-style: preserve-3d;
}
.section-7 {
  margin-bottom: 40px;
}

.div-block-452 {
  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;
}

.profile-picture {
  margin-right: 10px;
  /* border-radius: 100px; */
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-detials-small {
  margin-bottom: 0px;
  color: #9899ad;
  font-size: 14px;
  line-height: 120%;
}

.profile-block {
  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;
}

.title-small {
  margin-bottom: 4px;
  color: #202146;
  font-weight: 700;
}

.blog-image {
  width: 100%;
}

.blog-image.fb {
  width: 320px;
  height: 520px;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.16);
}

.blog-image.fb.c {
  width: 240px;
  height: 390px;
}

.blog-image.fs {
  width: 80%;
  border-radius: 10px;
}

.blog-image-wrap {
  position: relative;
  overflow: hidden;
  max-height: 400px;
  border-radius: 10px;
}

.blog-image-wrap.fs {
  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;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333;
  line-height: 25px;
}

.heading-h2.sp {
  margin-top: 10px;
}

.heading-h2.sp.fb {
  margin-bottom: 10px;
}

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

.blog-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.29);
  text-decoration: none;
}

.blog-item.header {
  width: 70vw;
  margin: 40px auto;
  cursor: pointer;
}

.blog-item.header.fb {
  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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.blog-item.header.fb.content {
  width: 50vw;
}

.paragraph-detials-medium {
  margin-bottom: 24px;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

.image-57 {
  height: 15px;
  margin-right: 5px;
}

.div-block-453 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-453.home {
  margin-bottom: 0px !important;
}

.paragraph-9 {
  display: block;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
}

.paragraph-10 {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
}

.div-block-454 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-slide-shadow-right{
  opacity: 0 !important;
} 
.swiper-slide-shadow-left{
  opacity: 0 !important;
}
.div-block-454._1 {
  background-color: #f7f052;
}

.div-block-454._2 {
  background-color: #d76a03;
}

.div-block-454._3 {
  background-color: #7161ef;
}

.div-block-454._4 {
  background-color: #3066be;
}

.div-block-454._5 {
  background-color: #02a9ea;
}

.text-block-63 {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  -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;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.link-block-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.image-58 {
  height: 390px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.27);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-58:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.field-label-7 {
  margin-bottom: 10px;
}

.image-59 {
  height: 30px;
  padding-left: 10px;
  cursor: pointer;
}

.image-60 {
  height: 30px;
}

.image-61 {
  width: 32px;
}

.search-3 {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.search-3.author {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.seach-bar {
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 15px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
  color: #9899ad;
  font-size: 15px;
}

.seach-bar.author {
  height: 40px;
  margin-bottom: 10px;
  color: #333;
}

.search-button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
}

.search-button-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: #ffe150;
}

.search-button-2.autor {
  height: 40px;
}

.search-icon {
  position: absolute;
  left: 22px;
  top: 22px;
  right: 0%;
  bottom: 0%;
}

.search-icon.autor {
  top: 12px;
}

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

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

.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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-64 {
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #3d348b;
  box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 2px 2px 2px 2px;
}

.text-block-64.c2 {
  background-color: #ef476f;
  box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.2);
}

.text-block-64.c3 {
  background-color: #06d6a0;
  font-size: 12px;
}

.text-block-64.c4 {
  background-color: #fcd200;
}

.text-block-64.c5 {
  background-color: #fe7f2d;
}

.text-block-64.c6 {
  background-color: #a600e4;
}

.text-block-64.c7 {
  background-color: #ef476f;
}

.text-block-64.c8 {
  background-color: #007cbe;
}

.div-block-455 {
  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;
  flex-wrap:wrap;
}

.section-mobile {
  display: none;
}

.slide-nav-6 {
  display: none;
}

.slider-7 {
  display: block;
  height: 100%;
  background-color: transparent;
}

.icon-4 {
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 10px 10px 16px 0 rgba(0, 0, 0, 0.1);
  color: #ffe150;
}

.div-block-457 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-5 {
  background-color: transparent;
}
@media screen and (min-width: 1024px){
  #home-popup .div-block-2{
    max-width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .cta.white{
    background-color: yellow;
  }
  .container {
    max-width: 670px;
    min-width: 670px;
  }
  .div-block {
    max-height: 140px;
    max-width: 140px;
    min-height: 140px;
    min-width: 140px;
  }
  .volta-serene {
    max-height: 140px;
    max-width: 140px;
    min-height: 140px;
    min-width: 140px;
  }
  .akwidaa {
    max-height: 140px;
    max-width: 140px;
    min-height: 140px;
    min-width: 140px;
  }
  .grid {
    grid-column-gap: 10px;
  }
  .larabanga {
    max-height: 140px;
    max-width: 140px;
    min-height: 140px;
    min-width: 140px;
  }
  .heading {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .nav-menu {
    max-width: 670px;
    min-width: 670px;
  }
  .text-block-2 {
    margin-top: 30px;
    font-size: 16px;
  }
  .div-block-23 {
    padding-left: 15px;
  }
  .column-7 {
    padding: 5px;
  }
  .column-10 {
    padding: 5px;
  }
  .column-13 {
    padding-top: 29px;
  }
  .card-cta {
    padding-right: 10%;
    padding-bottom: 15%;
    padding-left: 10%;
  }
  .div-block-22 {
    height: 100%;
  }
  .quote-card {
    padding-bottom: 5px;
  }
  .card-cta-heading {
    margin-bottom: 75px;
  }
  .card-wrap-bg {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }
  .div-block-21 {
    margin-top: 13px;
  }
  .cards-social-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .social-card-base {
    margin-bottom: 6px;
  }
  .social-card-base.social-card-padding {
    margin-left: 4px;
  }
  .div-block-37 {
    padding-bottom: 5px;
  }
  .paragraph-4 {
    margin-bottom: 89px;
  }
  .line-break {
    display: none;
  }
  .footer-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-flat {
    margin-bottom: 32px;
  }
  .footer-column {
    padding-right: 20px;
  }
  .footer-block-right {
    width: 100%;
    padding-left: 0px;
  }
  .footer-bottom-full {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-block-left {
    width: 100%;
    margin-bottom: 60px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(21, 28, 52, 0.09);
  }
  .other-recipes {
    padding: 40px;
  }
  .recipe-grid {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero-header {
    font-size: 55px;
    padding: 6px 10px;
  }
  .title {
    color: #ffe150;
  }
  .project-container {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }
  .heading-h1 {
    margin-left: 5vw;
  }
  .project {
    width: 80%;
  }
  .card {
    margin-right: 40px;
    margin-left: 40px;
  }
  .card-number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .small-container {
    width: 70%;
  }
  .form-block-3 {
    width: 70%;
  }
  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -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;
  }
  ._140-image.bg {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-recipe {
    overflow: visible;
    clear: both;
  }
  .resize-text {
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #ce3434;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }
  .browser-demo {
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
    -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;
  }
  .demo-wrapper {
    margin-top: 140px;
    margin-right: 0%;
    margin-bottom: 140px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-11 {
    margin-right: 0px;
  }
  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .d-31-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .browser-demo-2 {
    width: 500px;
    margin-top: 0px;
    padding: 60px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .demo-wrapper-2 {
    width: auto;
    margin-top: 100px;
    margin-right: 0%;
    margin-bottom: 140px;
    -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: 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;
  }
  .testimonial-image {
    position: relative;
  }
  .container-5 {
    -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;
  }
  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }
  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-dropdown {
    width: 50%;
    height: 50px;
    padding-top: 16px;
    padding-left: 0px;
    border-radius: 10px;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .tab-dropdown:hover {
    border-radius: 3px;
    background-color: #54668e;
  }
  .post-card-image {
    height: 31vw;
    max-height: none;
  }
  .post-card-icon {
    display: none;
  }
  .tab-link:hover {
    border-radius: 10px;
  }
  .tab-link.w--current {
    border-radius: 10px;
  }
  .tab-dropdown-2 {
    width: 50%;
    height: 50px;
    padding-top: 16px;
    padding-left: 0px;
    border-radius: 10px;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .tab-dropdown-2:hover {
    border-radius: 3px;
    background-color: #54668e;
  }
  .tabs-content {
    margin-top: 40px;
  }
  .tabs-menu {
    display: block;
  }
  .tab-link-2:hover {
    border-radius: 10px;
  }
  .tab-link-2.w--current {
    border-radius: 10px;
  }
  .tab-dropdown-3 {
    width: 50%;
    height: 50px;
    padding-top: 16px;
    padding-left: 0px;
    border-radius: 10px;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .tab-dropdown-3:hover {
    border-radius: 3px;
    background-color: #54668e;
  }
  .tabs-menu-2 {
    display: block;
  }
  .section-header {
    font-size: 46px;
    line-height: 54px;
  }
  .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }
  .svg-2 {
    right: -34px;
  }
  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }
  .intro-div {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-panel {
    width: 100%;
    padding-top: 268px;
    padding-bottom: 268px;
  }
  .events-section {
    overflow: hidden;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }
  .split-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recipe-of-the-day-section {
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 5%;
  }
  .designer-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }
  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }
  .leftlogo {
    margin-top: -56px;
    margin-left: auto;
  }
  .image-12 {
    overflow: auto;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .sidebar-icon-wrapper {
    display: none;
  }
  .eventscenter__mobilemenubuttonclose {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    display: block;
  }
  .eventscenter__main {
    position: static;
    display: block;
    overflow: auto;
    width: 100vw;
    margin-left: 0px;
  }
  .eventscenter__aside {
    position: fixed;
    display: none;
    overflow: auto;
    width: 100vw;
    margin-left: 0vw;
    float: none;
    border-bottom: 3px solid #fff;
  }
  .eventscenter__mobilemenubuttonopen {
    z-index: 2;
    display: block;
    font-weight: 400;
  }
  .eventscenter__banner-headline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .eventscenter__gridof4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .table-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-box._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-box._2.action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-30 {
    font-size: 36px;
  }
  .heading-3 {
    font-size: 36px;
  }
  .button-6 {
    top: 20px;
    right: 20px;
  }
  .div-block-414 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .circle-1 {
    right: -140px;
    width: 240px;
    height: 240px;
  }
  .heading-1 {
    font-size: 36px;
  }
  .div-block-415 {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .image-14 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .link-block-4 {
    left: 20px;
    top: 20px;
  }
  .circle-2 {
    width: 60px;
    height: 60px;
  }
  .demo-wrapper-3 {
    margin-top: 60px;
    margin-right: 0%;
    margin-bottom: 140px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .browser-demo-3 {
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
    -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;
  }
  .resize-text-2 {
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #ce3434;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }
  .demo-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -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;
  }
  .demo-right-arrow-wrapper {
    position: fixed;
  }
  .hero-button-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-portfolio-shots-wrapper {
    display: none;
  }
  .hero-text-wrapper {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .custom-container {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-container.hero-container {
    height: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .medium-button {
    width: 50%;
  }
  .medium-button.hero-button {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .hero-slider-image-wrap {
    overflow: hidden;
  }
  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 40px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-3 {
    padding: 45px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .blog-posts-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }
  .text-field-3 {
    width: 49%;
  }
  .link-wrap-category {
    width: 100%;
  }
  .blog-picture {
    width: 100%;
  }
  .section-desktop {
    overflow: visible;
    clear: both;
  }
  .demo-container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -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;
  }
  .checkbox-base {
    height: auto;
    min-height: 100px;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.9em;
    line-height: 1.1em;
    text-align: left;
  }
  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }
  .sub-heading {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .checkbox-label-2 {
    padding-left: 60px;
    font-size: 1em;
  }
  .collaborate-form-step {
    min-height: 565px;
  }
  .heading-36 {
    font-size: 2.7em;
    line-height: 1.2em;
  }
  .blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .cta.white{
    background-color: yellow;
  }
  .container {
    max-width: 400px;
    min-width: 400px;
    margin-top: 40px;
    -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;
  }
  .div-block {
    max-height: 190px;
    max-width: 190px;
    min-height: 190px;
    min-width: 190px;
  }
  .volta-serene {
    max-height: 190px;
    max-width: 190px;
    min-height: 190px;
    min-width: 190px;
  }
  .akwidaa {
    max-height: 190px;
    max-width: 190px;
    min-height: 190px;
    min-width: 190px;
  }
  .hero {
    height: auto;
    min-height: auto;
  }
  .cta-button {
    margin-top: 30px;
  }
  .larabanga {
    max-height: 190px;
    max-width: 190px;
    min-height: 190px;
    min-width: 190px;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .nav-menu {
    max-width: 400px;
    min-width: 400px;
  }
  .right-div {
    margin-top: 50px;
  }
  .search {
    max-width: 200px;
    min-width: 200px;
  }
  .text-block-2 {
    margin-top: 20px;
  }
  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .news-item-image {
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .card-cta {
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .quote-card {
    max-width: 500px;
    margin-top: 28px;
  }
  .quote-card-2 {
    max-width: 500px;
    margin-top: 28px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .social-card-base {
    margin-left: 1px;
  }
  .logo-flat {
    margin-bottom: 40px;
  }
  .footer-column {
    padding-right: 0px;
  }
  .footer-bottom-full {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other-recipes {
    padding-right: 32px;
    padding-left: 32px;
  }
  .ingredient-content {
    padding-right: 32px;
    padding-left: 32px;
  }
  .recipe-detail-grid {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .w-layout-grid.view.recipe-detail-grid{
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .title {
    color: #ffe150;
  }
  .project-container {
    margin-top: 15vh;
    margin-bottom: 15vh;
  }
  .project {
    height: 90vh;
  }
  .text-block-10 {
    font-size: 10vh;
  }
  .small-container {
    width: 100%;
  }
  .form-block-3 {
    width: 100%;
  }
  .centered {
    text-align: left;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-attachment: scroll;
  }
  ._140-image {
    width: 300px;
  }
  .resize-text {
    display: none;
    color: #000;
    line-height: 1.5;
  }
  .browser-demo {
    width: 400px;
    height: 500px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .demo-wrapper {
    margin-top: 180px;
    margin-bottom: 180px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  .instructions-wrapper {
    margin-left: 0px;
  }
  .browser-demo-2 {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .demo-wrapper-2 {
    margin-top: 100px;
    padding-right: 110px;
    padding-left: 110px;
  }
  .testimonial-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal-angle {
    display: none;
  }
  .slider-horizontal {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }
  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }
  .tab-dropdown {
    display: block;
    width: 70%;
    height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    border-radius: 3px;
    background-color: #4a5747;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }
  .tab-dropdown:hover {
    background-color: #5c6959;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .tab-link {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
  }
  .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
    font-weight: 600;
  }
  .tab-link.w--current:hover {
    background-color: #5c6959;
  }
  .tab-dropdown-2 {
    display: block;
    width: 70%;
    height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    border-radius: 3px;
    background-color: #4a5747;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }
  .tab-dropdown-2:hover {
    background-color: #5c6959;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .tabs-content {
    margin-top: 25px;
    padding: 25px 0px;
  }
  .tabs-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: block;
    overflow: hidden;
    width: 70%;
    margin-top: -50px;
    margin-bottom: 0px;
    padding-top: 48px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }
  .tab-link-2 {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
  }
  .tab-link-2.w--current {
    background-color: #4a5747;
    color: #fff;
    font-weight: 600;
  }
  .tab-link-2.w--current:hover {
    background-color: #5c6959;
  }
  .tab-dropdown-3 {
    display: block;
    width: 70%;
    height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    border-radius: 3px;
    background-color: #4a5747;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }
  .tab-dropdown-3:hover {
    background-color: #5c6959;
    background-image: url('../front/assets/images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .tabs-menu-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: block;
    overflow: hidden;
    width: 70%;
    margin-top: -50px;
    margin-bottom: 0px;
    padding-top: 48px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }
  .svg-1 {
    left: -37px;
  }
  .section-header {
    line-height: 50px;
  }
  .section-header.light {
    line-height: 50px;
  }
  .svg-2 {
    right: -33px;
  }
  .events-section {
    padding-top: 70px;
  }
  .designer-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }
  .designer-description {
    padding-right: 40px;
    padding-left: 40px;
  }
  .leftlogo {
    margin-top: -30px;
    margin-left: auto;
  }
  .para {
    margin-bottom: 48px;
  }
  .eventscenter__gridof3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .eventscenter__aside {
    z-index: 6;
    display: none;
    background-color: #000;
  }
  .eventscenter__bannera6 {
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .eventscenter__banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs-menu-3.left-div {
    width: 100%;
  }
  .heading-30 {
    font-size: 32px;
  }
  .heading-3 {
    font-size: 32px;
  }
  .div-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .button-6 {
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-414 {
    padding-left: 40px;
  }
  .div-1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .circle-1 {
    bottom: auto;
  }
  .heading-1 {
    font-size: 32px;
  }
  .circle-2 {
    right: 60px;
    bottom: 182px;
  }
  .demo-wrapper-3 {
    margin-top: 0px;
    margin-bottom: 180px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  ._143-lottie-animation {
    display: none;
  }
  .browser-demo-3 {
    width: 400px;
    height: 500px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._143-text-slider {
    display: none;
  }
  ._143-slider {
    display: none;
  }
  .resize-text-2 {
    display: block;
    color: #fff;
    line-height: 1.5;
  }
  .demo-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-attachment: scroll;
  }
  ._143-images-wrapper {
    display: none;
  }
  .custom-container.hero-container {
    padding-top: 0px;
  }
  .medium-button {
    width: 75%;
  }
  .medium-button.hero-button {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .hero-slider-image-wrap {
    height: 400px;
  }
  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-list {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-post-header-overlay {
    padding-top: 140px;
  }
  .blog-single-post-date {
    width: 90%;
  }
  .subpage-title {
    font-size: 30px;
  }
  .subpage-title.blog-post-title {
    font-size: 32px;
    line-height: 39px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-3 {
    padding: 25px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .simple-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .post-author-name.description {
    font-size: 15px;
  }
  .single-post-author-block {
    width: 100%;
  }
  .blog-posts-list {
    display: block;
  }
  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }
  .slider-5 {
    width: 400px;
    height: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-nav-5 {
    left: -100px;
    top: 0%;
    right: auto;
    bottom: 0%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mask-4 {
    width: auto;
  }
  .slider-6 {
    width: 400px;
    height: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-wrapper {
    width: 100vw;
    height: 400px;
    margin-top: 30px;
  }
  .mask-5 {
    width: auto;
  }
  .togglebutton-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .content-block {
    padding-left: 0px;
  }
  .content-block.settings {
    padding-top: 56px;
  }
  .text-field-box.bio {
    margin-top: 0%;
  }
  .notifications {
    margin-right: 0px;
  }
  .bottom-links-box {
    padding-right: 16px;
  }
  .up-left-nav-box {
    margin-left: 0px;
    padding-left: 0px;
  }
  .text-field-3 {
    margin-bottom: 0px;
  }
  .text-field-3._2 {
    width: 100%;
  }
  .text-field-3._2-copy {
    width: 100%;
  }
  .account-settings-box {
    width: 100%;
  }
  .text-block-28 {
    margin-bottom: 0px;
  }
  .home-v-line {
    display: none;
  }
  .left-nav {
    display: none;
  }
  .second-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .side-link-icons.profile {
    width: 24px;
    height: 24px;
  }
  .top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-accounts {
    width: 100%;
  }
  .nav-links-icon {
    width: 24px;
  }
  .settings-block {
    width: 100%;
  }
  .nav-links-icon-copy {
    display: none;
    width: 24px;
  }
  .home-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .demo-container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-attachment: scroll;
  }
  .form-item-wrapper {
    -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;
  }
  .checkbox-base {
    min-height: 80px;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-content {
    width: 90%;
  }
  .sub-heading {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .checkbox-label-2 {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .collaborate-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-36 {
    font-size: 2.2em;
    line-height: 1.4em;
  }
  .hero-collaborate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .btn {
    bottom: -14%;
  }
}

@media screen and (max-width: 479px) {
  .cta.white{
    background-color: yellow;
  }
  .mobile-right-panel{
    display: flex;
  }
  .desktop-right-panel{
    display: none;
  }
  .container {
    max-width: 250px;
    min-width: 250px;
  }
  .div-block {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .left-div {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .volta-serene {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .akwidaa {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block {
    display: none;
  }
  .hero {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-3 {
    margin-top: 5px;
  }
  .image {
    margin-left: 10px;
  }
  .cta-button {
    min-width: 150px;
  }
  .grid {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .larabanga {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .typed-words {
    margin-bottom: 0px;
  }
  .text-block-2{
    margin-top: 0px;
  }
  .nav-menu {
    max-width: 250px;
    min-width: 250px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .nav-menu.submit {
    position: static;
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu.submit.rr {
    margin-bottom: 40px;
  }
  .nav-menu.rd {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .right-div {
    margin-right: auto;
    margin-left: auto;
  }
  .search {
    display: none;
    max-width: 150px;
    min-width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .image-4 {
    width: 100px;
    margin-right: 0px;
  }
  .div-block-23 {
    width: 100%;
  }
  .image-6 {
    margin-bottom: 5px;
  }
  .card-cta {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .div-block-22 {
    width: 100%;
    height: 100%;
  }
  .heading-24 {
    line-height: 25px;
  }
  .card-wrap-bg {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-33 {
    -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;
  }
  .div-block-37 {
    padding-bottom: 20px;
  }
  .typed-words {
    color: #ffe150;
    font-size: 30px;
  }
  .heading-25 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .heading-25.section2.sticky {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-rights {
    margin-right: 0px;
    text-align: left;
  }
  .text-rights.white {
    font-size: 10px;
  }
  .footer-link-dark.white {
    font-size: 12px;
  }
  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .secondary-link-dark {
    margin-right: 32px;
  }
  .secondary-link-dark.white {
    font-size: 10px;
  }
  .footer-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .logo-flat {
    width: 150px;
    margin-bottom: 0px;
  }
  .footer-bottom-full {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-block-left {
    margin-bottom: 20px;
  }
  .other-recipes {
    padding-right: 24px;
    padding-left: 24px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .ingredient-content {
    padding: 32px 20px;
  }
  .recipe-block.fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .recipe-block.fs.ff {
    padding-top: 20px;
  }
  .recipe-grid {
    justify-items: center;
  }
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-section.fs {
    padding-top: 0px;
  }
  .recipe-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .w-layout-grid.view.recipe-detail-grid{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .content-h3 {
    margin-bottom: 24px;
  }
  .return-text {
    font-size: 14px;
  }
  .recipe-header {
    height: auto;
    min-height: 400px;
  }
  .hero-header {
    font-size: 38px;
    padding: 6px 10px;
  }
  .title {
    color: #ffe150;
  }
  .heading-h1 {
    margin-top: 20vh;
    margin-left: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }
  .project {
    width: 80%;
    height: 80vh;
  }
  .text-block-10 {
    font-size: 22px;
  }
  .card {
    min-height: 350px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 25px 25px 60px;
  }
  .card._1 {
    min-height: 10vh;
    min-width: 100px;
    padding-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-sticky-cards.middle {
    padding-top: 40px;
  }
  .paragraph-7 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .div-block-43 {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .small-container {
    text-align: center;
  }
  .email {
    font-size: 16px;
  }
  .submit-button-2 {
    font-size: 18px;
  }
  .submit-button-2.browse {
    width: 80%;
    font-size: 16px;
    text-align: center;
  }
  .submit-button-2.browse.section1 {
    width: 80%;
    font-size: 16px;
  }
  .form-block-3 {
    margin-top: 1.5em;
  }
  .centered {
    font-size: 26px;
    text-align: center;
  }
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  ._140-image {
    width: 300px;
  }
  .resize-text {
    margin-right: 20px;
    margin-left: 20px;
  }
  ._140-circle {
    width: 250px;
    height: 250px;
  }
  ._140-circle._2 {
    width: 200px;
    height: 200px;
  }
  ._140-circle._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .demo-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-11 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .d-31-card {
    width: 275px;
  }
  .browser-demo-2 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .demo-wrapper-2 {
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-arrow-2 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 75%;
  }
  .author-block {
    margin-top: 15px;
  }
  .horizontal-quote-h4 {
    font-size: 16px;
  }
  .left-arrow-2 {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 75%;
  }
  .horizontal-content-block {
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
  }
  .testimonial-image-wrap {
    height: 260px;
  }
  .div-for-headers {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tab-dropdown {
    width: 100%;
    padding-top: 13px;
    padding-left: 0px;
    background-color: #4a5747;
    background-position: 94% 50%;
    font-size: 16px;
  }
  .tab-dropdown:hover {
    background-color: #5c6959;
  }
  .post-card-image {
    height: 58vw;
  }
  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
  }
  .tab-dropdown-2 {
    display: none;
    width: 100%;
    padding-top: 13px;
    padding-left: 0px;
    background-color: #4a5747;
    background-position: 94% 50%;
    font-size: 16px;
  }
  .tab-dropdown-2:hover {
    background-color: #5c6959;
  }
  .tabs-content {
    margin-top: 30px;
    padding: 20px 0px;
  }
  .tabs-menu {
    display: none;
    width: 100%;
  }
  .tab-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .tab-link-2.w--current {
    background-color: #4a5747;
    color: #fff;
  }
  .tab-dropdown-3 {
    display: none;
    width: 100%;
    padding-top: 13px;
    padding-left: 0px;
    background-color: #4a5747;
    background-position: 94% 50%;
    font-size: 16px;
  }
  .tab-dropdown-3:hover {
    background-color: #5c6959;
  }
  .tabs-menu-2 {
    display: none;
    width: 100%;
  }
  .svg-1 {
    left: -24px;
    top: 46px;
  }
  .section-header {
    font-size: 38px;
    line-height: 44px;
  }
  .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }
  .svg-2 {
    top: 177px;
    right: -16px;
  }
  .left-content {
    margin-bottom: 40px;
  }
  .svg-3 {
    display: none;
  }
  .right-panel {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .events-section {
    padding-top: 50px;
  }
  .recipe-of-the-day-section {
    padding-bottom: 30px;
  }
  .designer-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .designer-description {
    padding: 35px 28px;
  }
  .leftlogo {
    margin-top: -13px;
    margin-left: auto;
  }
  .eventscenter__banner-image1 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #000), url('../front/assets/images/inbound1612327526641351078.png');
  }
  .eventscenter__gridof3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .eventscenter__banner-image9 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.68) 100%, #000), url('../front/assets/images/IMG_20200826_214838_037.jpg');
  }
  .eventscenter__banner-tagline {
    color: #ffe150;
  }
  .recipe-filters-wrap {
    display: block;
  }
  .recipe-filters-wrap.stickyshow, .food-story-details-mobile {
    display: none;
  }
  .eventscenter__banner-image10 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.74)), url('../front/assets/images/inbound8510267189989318311-scaled.jpg');
  }
  .eventscenter__banner-image2 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.68) 100%, #000), url('../front/assets/images/beetroot-idli-foodism.jpg');
  }
  .eventscenter__banner-image8 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.69)), url('../front/assets/images/IMG_20200828_213454_057.jpg');
  }
  .eventscenter__banner-headline {
    color: #fff;
  }
  .eventscenter__banner-image11 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.8)), url('../front/assets/images/260C8347-6C35-47CA-87C6-B05E2A6BAC2A-scaled.jpeg');
  }
  .eventscenter__gridof4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .eventscenter__banner-image7 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #000), url('../front/assets/images/9C75734E-92AD-4774-A7F8-61588422AA62.jpeg');
  }
  .eventscenter__banner-image3 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.74)), url('../front/assets/images/inbound860977463176005462.jpg');
  }
  .eventscenter__banner-image6 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.74)), url('../front/assets/images/CD019104-10A4-4F26-B976-D8F244D8936E.jpeg');
  }
  .eventscenter__banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .eventscenter__banner-image4 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.69)), url('../front/assets/images/inbound4422672562371396725-scaled.jpg');
  }
  .eventscenter__banner-image5 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.68) 100%, #000), url('../front/assets/images/inbound4780870179500681051-2048x2048.jpg');
  }
  .field-label-6 {
    color: #333;
  }
  .filter_select {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
  }
  .table-details-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-412 {
    margin-bottom: 15px;
  }
  .welcome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-29 {
    text-align: center;
  }
  .button-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .div-block-2._1 {
    margin-top: 40px;
  }
  .form-block-5 {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-31 {
    font-size: 24px;
    line-height: 35px;
  }
  .div-2 {
    display: none;
  }
  .button-6 {
    top: 30px;
    right: 30px;
  }
  .div-block-414 {
    padding-left: 20px;
  }
  .div-1.special {
    width: 90%;
  }
  .div-1.sign-up {
    min-width: auto;
  }
  .submit-button-3.fs {
    width: 50%;
  }
  .circle-2 {
    right: 49px;
    bottom: 191px;
  }
  .demo-wrapper-3 {
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .demo-arrow-wrapper {
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .demo-arrow-wrapper.next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .browser-demo-3 {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .demo-bottom-buttons {
    right: 15px;
    bottom: 20px;
    -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;
  }
  .demo-arrow-text {
    display: none;
  }
  .resize-text-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-16 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .demo-right-arrow-wrapper {
    width: 50px;
  }
  .hero-2 {
    padding-bottom: 0px;
  }
  .hero-button-wrapper {
    display: none;
    margin-top: 15px;
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-portfolio-shots-wrapper {
    display: block;
  }
  .hero-text-wrapper {
    width: 100%;
  }
  .custom-container {
    width: 90%;
    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-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;
  }
  .custom-container.hero-container {
    padding-top: 0px;
  }
  .medium-button {
    width: 95%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .medium-button.hero-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .large-paragraph {
    font-size: 14px;
  }
  .hero-slider-image-wrap {
    overflow: hidden;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .hero-slider-image {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }
  .big-paragraph.max-500 {
    font-size: 18px;
  }
  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../front/assets/images/Balance-diet-banner-1240x578.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../front/assets/images/Balance-diet-banner-1240x578.jpg');
    background-position: 0px 0px, 0% 50%;
  }
  .blog-single-post-date {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 13px;
  }
  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 23px;
    line-height: 29px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-3 {
    padding: 25px;
  }
  .section-3.blog-page-section {
    padding: 0px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .post-author-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .post-author-name.description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .post-author-line {
    margin-bottom: 20px;
  }
  .single-post-author-block {
    margin-top: 20px;
    padding-top: 0px;
  }
  .post-author-photo {
    height: 70px;
    margin-right: 20px;
  }
  .blog-posts-list.related {
    padding-right: 25px;
    padding-left: 25px;
  }
  .blog-post-page-content {
    margin-top: 0px;
    padding-bottom: 15px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
  }
  .div-block-423 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-mysection{
    display: block;
  }
  .div-block-mysection .button-5.w-button{
    margin-bottom: 10px;
  }
  .log-in-pop-up {
    display: none;
  }
  .slider-5 {
    height: 90vw;
  }
  .slider-6 {
    width: 400px;
    height: 90vw;
  }
  .slider-wrapper {
    width: 70vw;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .mask-5 {
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-426 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-10.mag {
    margin-right: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content-block {
    padding-left: 0px;
  }
  .text-field-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-field-box._2 {
    margin-bottom: 5px;
  }
  .text-field-box.bio {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .notifications {
    margin-right: 0px;
  }
  .bottom-links-box {
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-field-3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .text-field-3._2 {
    width: 100%;
  }
  .text-field-3._2-copy {
    width: 100%;
  }
  .page-name {
    display: none;
  }
  .account-settings-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-28 {
    margin-left: 10px;
  }
  .left-nav {
    display: none;
  }
  .link {
    margin-right: 16px;
    margin-left: 16px;
    line-height: 16px;
    white-space: nowrap;
  }
  .second-container {
    padding-top: 56px;
  }
  .top-bar {
    padding-right: 16px;
    padding-left: 16px;
  }
  .settings-block {
    padding-right: 16px;
    padding-left: 16px;
  }
  .image-51 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .div-block-430 {
    height: auto;
    min-height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-431 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-wrap-category.hid_mobile {
    display: none;
  }
  .section-desktop {
    display: none;
  }
  .grid-4 {
    display: block;
  }
  .text-field-4 {
    font-size: 11px;
  }
  .div-block-436 {
    display: none;
  }
  .select-field {
    font-size: 11px;
  }
  .div-block-437 {
    width: 80vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-52 {
    display: none;
  }
  .button-12 {
    font-size: 11px;
  }
  .form-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    margin-bottom: 15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .checkbox-2 {
    width: 50px;
    height: 20px;
  }
  .submit-recipe-pop-up {
    top: 15%;
    z-index: 9999;
    display: none;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-content {
    width: 100%;
  }
  .mask-6 {
    position: static;
    height: 100%;
  }
  .form-wrapper {
    padding: 0px;
  }
  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }
  .submit-button-5 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }
  .checkbox-wrapper {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }
  .sub-heading {
    font-size: 1em;
    line-height: 1.4em;
  }
  .checkbox-label-2 {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .next {
    margin-bottom: 50px;
  }
  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 0px;
    padding: 50px 10px;
  }
  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }
  .collaborate-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading-36 {
    margin-bottom: 14px;
    font-size: 1.9em;
  }
  .hero-collaborate {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-10 {
    max-width: none;
  }
  .profile-block.mag {
    margin-bottom: 15px;
  }
  .blog-item.header {
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .image-58 {
    margin-right: auto;
    margin-left: auto;
  }
  .search-3 {
    width: 90%;
    margin-top: 40px;
  }
  .search-3.author {
    margin-top: 10px;
  }
  .seach-bar.author {
    margin-bottom: 5px;
  }
  .hid_mobile {
    display: none;
  }
  .div-block-456 {
    display: none;
  }
  .section-mobile {
    display: block;
  }
  .text-block-65 {
    color: #fff;
  }
  .right-arrow-6 {
    display: none;
  }
  .left-arrow-7 {
    display: none;
  }
  .form_mobile {
    display: block;
    margin-left: 5px;
  }
  .btn {
    bottom: -14%;
  }
}

#w-node-00178e531ad2-2d73aab4 {
  -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-c22233939f84-6593dd50 {
  -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;
}

@media screen and (max-width: 479px) {
  #w-node-9ba3620f394c-6593dd50 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}


.d-none {
  display: none !important;
}
.webinar-register span {
  display: inline-block;
  vertical-align: middle;
}
.webinar-register:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.search {
	/*display: none;*/
	/* max-width: 150px; */
	/* min-width: auto; */
	/* -webkit-box-pack: end; */
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	/* justify-content: flex-end; */
	/*background-color: hsla(0, 0%, 100%, 0);*/
}.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #F64E60;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block;
}
.error {
    color: red;
    display: inline-block;
    text-align: left;
    width: 100%;
}
.p-relative {
    position: relative;
}
.yellow-background-color{
    background-color: rgb(255, 225, 80); transform: translate3d(0px, 0px, 0px) scale3d(1.02, 1.02, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); transform-style: preserve-3d;
}
.center{
    text-align: center;
}

.my-swal {
    z-index: 9999 !important;
}

.text-field-2.classic.ing.w-input.required.ingredient.error {
    float: left;
}

/*@ Pagination*/
.pagination {
    padding: 0px;
}

.pagination li {
  color: black;
  float: left;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  margin-right: 2px;
   padding: 8px 0px;
}

.pagination li .page-link {
    text-decoration: none;
    color: #000;
    padding: 8px 16px;
}
.pagination li span{
    cursor: default;
}
.pagination li.active {
  background-color: #ffe150;
  color: white;
  border-radius: 5px;
}

.pagination li.active .page-link{
    color: white;
}

.pagination li:hover:not(.active):not(.disabled) {
  background-color: #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.next-w-slider-btn {
    z-index: 4;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
}

.previous-w-slider-btn {
    z-index: 4;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
}

p, .heading-34, h6, h5, h4, h3, h2, h1, .small-header, .check-holder, .text-span-3,.rich-text-block.w-richtext {
    word-break: break-word;
}

.section-sticky-cards.middle p {
    word-break: break-word;
}

.form-paragraph._1{
    word-break: unset;
}

.custom-container.hero-container {
    overflow: hidden;
}

.hero-text-wrapper {
    overflow: hidden;
}

.recipe-detail .content-h5 {
    word-break: unset;
}
.bg-image-slide-webinar {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul > li {
    word-break: break-word;
}

#subscriptionmain h2 {
    word-break: break-word;
}

.section-sticky-cards.middle h1, h1#food-bites, h1#recipesgg {
    word-break: break-word;
}

.blog-item.header.w-inline-block{
    min-height: 440px;
}

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

.st_sharethis_custom{
	background: transparent;
	padding:0px 16px 0 0;
}

#st-1 .st-btn[data-network="sharethis"] {
    background: transparent !important;
}

.container.mobile {
    display: none;
}

.search-icon {
    cursor: pointer;
}


.blog-image.min-height{
    min-height:350px;
    max-height:350px;
}

.sidebar-icon-link.w-inline-block {
    text-decoration: none;
}

.fa{
    color: #000;
    text-decoration: none;
}

.text-success{
    color: green;
}

.text-danger{
    color: red;
}

.main-custom-class > div:nth-child(2) .top-tag {
    background-color: #dbcd00;
}

.main-custom-class > div:nth-child(3) .top-tag {
    background-color: #ee2525;
}

.typed-words {
    display: block;
}

/*@ Footer mobile menu start */
.mobile-footer-menu-wrapper {
    display: -webkit-flex;
    -webkit-flex-flow: column wrap;
    -webkit-align-items: center;
    transition: bottom 2s;
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    z-index: 9999;
    bottom:0;
    left: 0;
    right:0;
    border-top: 1px solid #a1a1a1;
    visibility: hidden;
    opacity: 0;
}

.mobile-footer-menu-wrapper ul {
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 100%;
    align-items: center;
}

.mobile-footer-menu-wrapper ul li {
    flex-grow: 1;
    position: relative;
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    width: 25%;
}

.mobile-footer-menu-wrapper ul li:last-child {
    margin-right: 0;
}

.mobile-footer-menu-wrapper ul li a {
    text-decoration: none;
    color: rgba(0,0,0,0.5);
}

.mobile-footer-menu-wrapper ul li a i {
    width: 100%;
    font-size: 25px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.5);
}

.mobile-footer-menu-wrapper ul li.active {
    background-color: transparent;
    border-bottom: 5px solid #ffe500;
}

.mobile-footer-menu-wrapper ul li.active a, .mobile-footer-menu-wrapper ul li.active a i, .mobile-footer-menu-wrapper ul li.active a span {
    color: #000;
}

.mobile-footer-menu-wrapper ul li a span {
    font-size: 12px;
    font-weight: bold;
}

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

.handler {
    color: #999;
    font-size: 12px;
}

.article.w-richtext img {
    margin: 10px 0px 10px 0;
}

@media only screen and (max-width:1024px) {
    .mobile-footer-menu-wrapper {
        visibility: visible;
        opacity: 1;
    }
}

/*@ Footer mobile menu end */

@media screen and (max-width: 991px) {
    .container.mobile {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .container.mobile {
        display: flex;
    }
    .search.mobile {
        display: flex;
        background-color: #fff;
        max-width: 180px;
        margin-left: 15px;
        min-width: 200px;
        margin-top: 10px;
    }
}
