/*! 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);
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.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 {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.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;
  margin-left: 7px;
}
.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;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-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 {
  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-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-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-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## 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:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  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:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.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;
}
.w--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 .w--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"] .w--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"] .w--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.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;
}
@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-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-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
body {
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 16px;
  line-height: 24.5px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #677583;
  text-decoration: underline;
  cursor: pointer;
}

li {
  margin-bottom: 8px;
}

blockquote {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 75px 50px 40px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  border-left: 1px none #000;
  background-image: url('../images/Quote-mark_1Quote-mark.png');
  background-position: 50% 27px;
  background-size: 31px;
  background-repeat: no-repeat;
  font-size: 25px;
  line-height: 42px;
  font-style: italic;
  text-align: center;
}

figcaption {
  margin-top: 5px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 7px;
  font-size: 10.5px;
  line-height: 13px;
  text-align: right;
}

.content-wrapper {
  position: relative;
  max-width: 1210px;
  padding-right: 25px;
  padding-left: 25px;
}

.content-wrapper._100 {
  height: 100%;
}

.content-wrapper.flex {
  height: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.content-section.blue {
  padding-bottom: 80px;
  background-color: #EDEFF3;
}

.style-box {
  margin-bottom: 60px;
}

.title {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #677583;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.small {
  font-size: 13px;
}

.paragraph {
  font-family: Roboto, sans-serif;
}

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

.paragraph.small {
  font-size: 15px;
  line-height: 22px;
}

.button {
  min-height: 43.5px;
  min-width: 165px;
  padding-top: 14px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #CC6400;
}

.button.full {
  width: 100%;
}

.bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.bottom-border.medium {
  margin-bottom: 25px;
}

.bottom-border.mini {
  margin-bottom: 5px;
}

.bottom-border.checkbox {
  margin-bottom: 0px;
}

.bottom-border.small-2 {
  margin-bottom: 15px;
}

.bottom-border.small-center {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.bottom-border.mobile {
  margin-bottom: 0px;
}

.button-2 {
  width: 170px;
  min-height: 43.5px;
  padding-top: 14px;
  border-radius: 55px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #CC6400;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 56.5px;
  background-color: #000;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56.5px;
  margin-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.navlink {
  height: 56.5px;
  padding-top: 18px;
  padding-right: 17px;
  padding-left: 17px;
  color: #FFF;
  font-size: 14px;
}

.navlink:hover {
  background-color: #1B1C1F;
}

.navlink.w--current {
  color: #FF7D00;
}

.navlink.search {
  display: block;
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 55%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.navlink.red {
  padding-right: 26px;
  padding-left: 26px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink.red:hover {
  background-color: #CC6400;
}

.navlink.red.w--current {
  color: #FFF;
}

.navlink.search1 {
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.dropdown-arrow {
  top: 6px;
  color: #FFF;
}

.dropdown-toggle {
  height: 56.5px;
  padding-top: 18px;
  color: #FFF;
  font-size: 14px;
}

.dropdown-link {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #1B1C1F;
  color: #FFF;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #000;
}

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

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

.top-border.medium {
  margin-top: 15px;
}

.top-border.padding {
  padding-left: 20px;
}

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

.top-border.small {
  margin-top: 10px;
}

.top-border.right {
  text-align: right;
}

.hero-heading {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 45px;
  line-height: 57.5px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-text {
  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;
  text-align: center;
}

.title-white {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-white.mini {
  font-size: 12px;
}

.title-white.off {
  margin-bottom: 0px;
}

.title-white.large {
  font-size: 17px;
}

.title-white.small-regular {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.title-white.small {
  font-size: 13px;
  line-height: 22.5px;
}

.text-red {
  color: #FF7D00;
}

.red-line {
  height: 2px;
  min-width: 130px;
  background-color: #FF7D00;
}

.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.center-flex.start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle-box {
  width: 60%;
  margin-bottom: 18px;
}

.subtitle-white {
  color: #FFF;
  font-size: 18px;
  line-height: 29px;
}

.tab-pane {
  padding-top: 205px;
  padding-bottom: 230px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-pane._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-546919-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tab-pane._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/bruce-mars-554379-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tabs-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 239px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  background-image: url('../images/Line_1Line.png'), url('../images/Show-me-more.png');
  background-position: 93px 50%, 117px 50%;
  background-size: 1px, 101px;
  background-repeat: repeat-y, no-repeat;
}

.tabs-content {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.tab-link {
  height: 22.5px;
  padding-top: 0px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.6);
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #FFF;
  font-size: 14px;
}

.tab-link:hover {
  color: #FF7D00;
}

.tab-link.w--current {
  background-color: transparent;
  color: #FF7D00;
}

.heading-container {
  position: relative;
  z-index: 10;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-container.less-border {
  margin-bottom: 25px;
}

.center-icon {
  margin-bottom: 20px;
}

.flex-header {
  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-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;
}

.line {
  width: 32%;
  height: 1px;
  max-width: 340px;
  background-color: #C4CBD7;
}

.heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

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

.box {
  position: relative;
  width: 31.5%;
  height: 450px;
  background-image: url('../images/2_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box._1 {
  background-image: url('../images/1_1.jpg');
}

.box._3 {
  background-image: url('../images/bruce-mars-556398-unsplash-1.jpg');
}

.box-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.paragraph-white {
  font-family: Roboto, sans-serif;
  color: #FFF;
}

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

.paragraph-white.small {
  font-size: 15px;
  line-height: 23px;
}

.full-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #C4CBD7;
}

.full-line.bottom-border {
  margin-bottom: 50px;
}

.full-line.less-border {
  margin-top: 25px;
}

.full-line._2-less-border {
  margin-top: 25px;
  margin-bottom: 50px;
}

.full-line._4-less-border {
  margin-top: 25px;
  margin-bottom: 0px;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.image-1 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-right: 8%;
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #C4CBD7;
}

.image-2 {
  width: 80%;
  min-height: 290px;
  margin-right: 5%;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notebook {
  position: relative;
  width: 91%;
  padding: 50px 35px;
  border: 1px solid #C4CBD7;
}

.notebook._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
}

.header-flex {
  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;
}

.header-border {
  margin-right: 6%;
}

.notebook-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.notebook-item.no-border {
  margin-bottom: 0px;
}

.number {
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.padding-and-border {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-tip {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 52.5px;
}

.image-3 {
  position: relative;
  top: -1px;
  right: -1px;
}

.image-4 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  margin-left: 7%;
  background-image: url('../images/bruce-mars-559226-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider-2 {
  width: 88%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 3%;
  background-color: #C4CBD7;
}

.jusity-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.image-5 {
  width: 80%;
  max-width: 468px;
  min-height: 290px;
  margin-left: 7%;
  background-image: url('../images/bruce-mars-554386-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circle-red {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.circle-red.checkmark {
  background-image: url('../images/Checkmark_1Checkmark.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.circle-red._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;
  color: #FFF;
  font-size: 13.5px;
  line-height: 13.5px;
}

.header-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}

.side-padding {
  padding-right: 40px;
  padding-left: 40px;
}

.circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.circular-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._4 {
  background-image: url('../images/reloj-inteligente-1.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._5 {
  background-image: url('../images/tenis-de-mesa-2.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._6 {
  background-image: url('../images/pescado.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.circular-icon._7 {
  background-image: url('../images/zumo-recien-exprimido.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-border {
  margin-right: 20px;
}

.left-border.medium {
  margin-right: 15px;
}

.left-border.padding {
  padding-top: 34px;
}

._77-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin-bottom: 24px;
  padding-bottom: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

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

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

._50-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

._50-column-center.left-padding {
  position: relative;
  z-index: 10;
  padding-left: 40px;
}

._50-column-center._2-left-padding {
  padding-left: 40px;
}

.header-flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-padding {
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-padding.large {
  padding-top: 45px;
}

.top-padding.medium {
  padding-top: 30px;
}

.image-6 {
  width: 95%;
  max-width: 525px;
  min-height: 340px;
  background-image: url('../images/caroline-attwood-576169-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-full {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-full._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/bruce-mars-558921-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/bruce-mars-558921-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.flex-center {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.statics-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  margin-right: 5%;
  border: 2px solid #FFF;
}

.statics-left {
  width: 40.8%;
  min-height: 150px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-right: 2px solid #FFF;
  background-image: url('../images/medalla.svg');
  background-position: 50% 50%;
  background-size: 78px;
  background-repeat: no-repeat;
}

.statics-left._2 {
  background-image: url('../images/cintura.svg');
  background-size: 80px;
}

.statics-left._3 {
  background-image: url('../images/reloj-inteligente.svg');
  background-size: 80px;
}

.statics-right {
  width: 40.8%;
  min-height: 150px;
  padding: 18px 35px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center {
  text-align: center;
}

.center.border {
  margin-bottom: 20px;
}

.static-number {
  margin-bottom: 9px;
  color: #FFF;
  font-size: 50px;
  line-height: 50px;
}

.text-small {
  font-size: 14px;
  line-height: 16px;
}

.text-small.white {
  color: #FFF;
  line-height: 16px;
}

.text-small.strikeout {
  text-decoration: line-through;
}

.team-member {
  width: 30%;
  max-width: 345px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.team-member:hover {
  box-shadow: 16px 16px 35px -7px rgba(32, 37, 45, 0.38);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.team-image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 335px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-image-link._2 {
  background-image: url('../images/alexander-redl-185764-unsplash.jpg'), url('../images/example-bg.png');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.team-image-link._1 {
  background-image: url('../images/Image.jpg');
}

.team-image-link._3 {
  background-image: url('../images/Oscar.jpg');
}

.collection-list-wrapper {
  width: 100%;
}

.team-text-box {
  padding: 20px 25px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #FF7D00;
}

.title-white-link {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-white-link:hover {
  text-decoration: underline;
}

.text-white {
  color: #FFF;
}

.text-white.large {
  font-size: 18px;
  font-weight: 500;
}

.inner-wrapper {
  padding-right: 40px;
  padding-left: 40px;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 30px 2.2% 25px;
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.feature-item._3 {
  border-right-style: none;
}

.feature-item._4 {
  border-bottom-style: none;
}

.feature-item._5 {
  border-bottom-style: none;
}

.feature-item._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.title-dark {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #303643;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-dark.small {
  margin-bottom: 7px;
  font-size: 14px;
}

.title-dark.mini {
  margin-bottom: 7px;
  font-size: 12.5px;
  line-height: 12.5px;
}

.text-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-arrow {
  margin-left: 3px;
}

.slide-1 {
  background-image: url('../images/autumn-goodman-242803-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-slider {
  height: 595px;
}

.slide-nav {
  display: none;
}

.curve-bg {
  position: absolute;
  right: 0px;
  bottom: -1px;
  z-index: 70;
  width: 32%;
  height: 66px;
  padding-top: 21px;
  padding-left: 135px;
  background-image: url('../images/White_2.jpg'), url('../images/Curve.png');
  background-position: 100% 50%, 0px 0px;
  background-size: 125px, 464px;
  background-repeat: no-repeat, repeat;
}

.slide-text-box {
  position: relative;
  z-index: 110;
  width: 226px;
}

.right-arrow {
  right: 56px;
  bottom: 0px;
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  padding-top: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 0.8;
}

.left-arrow {
  right: 77px;
  bottom: 0px;
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  margin-right: 0px;
  padding-top: 4px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 0.8;
}

.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67.5px;
  height: 67.5px;
  margin-top: 45px;
  margin-right: 45px;
  padding-top: 7px;
  -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: 50%;
  background-color: #FF7D00;
  text-align: center;
  text-decoration: none;
}

.percentage {
  font-family: Lora, sans-serif;
  color: #FFF;
  line-height: 16px;
  font-style: italic;
  font-weight: 700;
}

.slide-2 {
  background-image: url('../images/tyler-nix-485827-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/victor-freitas-569958-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-column {
  position: relative;
  width: 50%;
}

._50-column.center {
  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-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;
}

._50-column.center-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._50-column.flex-border {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column.center-border {
  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-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;
}

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

._2-slider {
  width: 94%;
  height: 632px;
}

._2-slide-1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-slider-text-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 192px;
  height: 62.5px;
  padding-top: 17px;
  padding-left: 22.5px;
  background-color: #FFF;
}

.right-arrow-2 {
  left: 156px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  margin-left: 0px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow-2:hover {
  opacity: 0.8;
}

.left-arrow-2 {
  left: 136px;
  bottom: 0px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-2:hover {
  opacity: 0.8;
}

._2-slide-2 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

._3-slider {
  width: 100%;
  height: 422px;
}

._48-column {
  width: 48%;
  padding-left: 6%;
}

._48-column.center {
  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;
  text-align: left;
}

._3-slider-text-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 192px;
  height: 62.5px;
  padding-top: 17px;
  padding-left: 22.5px;
  background-color: #FFF;
}

.right-arrow-3 {
  right: 8px;
  bottom: 0px;
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 372px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow-3:hover {
  opacity: 0.8;
}

.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #C4CBD7;
}

.schedule-item.bottom-line {
  border-bottom: 1px solid #C4CBD7;
}

.schedule {
  width: 20%;
}

.schedule._2 {
  width: 28%;
}

.schedule._3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-padding {
  padding-left: 20px;
}

.left-padding.medium {
  padding-left: 10px;
}

.left-padding.large {
  padding-left: 45px;
}

.schedule-container {
  margin-bottom: 45px;
}

._3-slide-1 {
  background-image: url('../images/charisse-kenion-507276-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._3-slide-2 {
  background-image: url('../images/caroline-attwood-301747-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-content-section {
  overflow: hidden;
  padding-top: 80px;
}

._2-content-section.blue {
  background-color: rgba(220, 224, 232, 0.5);
}

._77-column {
  width: 77%;
  max-width: 485px;
}

._77-column.left {
  text-align: left;
}

._90-column {
  width: 90%;
}

.flex-space {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-box {
  width: 31%;
}

.pricing-title {
  padding: 17px 20px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FF7D00;
  text-align: center;
}

.regular-title {
  color: #FFF;
  font-size: 18px;
}

.regular-title.medium {
  font-size: 16px;
  font-weight: 500;
}

.pricing-intro {
  padding: 30px 20px;
  text-align: center;
}

.price {
  color: #303643;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
}

.currency {
  color: #677583;
  font-size: 23.5px;
  line-height: 23.5px;
  font-weight: 500;
}

.text-dark {
  color: #303643;
}

.text-dark.medium {
  font-weight: 500;
}

.text-dark.bold {
  font-weight: 500;
}

.text-dark.large-bold {
  font-size: 18px;
  font-weight: 500;
}

.pricing-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 20px 11px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #C4CBD7;
}

.pricing-icon {
  margin-right: 15px;
}

.pricing-border {
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  border-left: 1px solid #C4CBD7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #C4CBD7;
}

.expand-2 {
  padding-top: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-box {
  width: 50%;
  padding: 30px 30px 15px;
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.faq-box._2 {
  border-right-style: none;
}

.faq-box._4 {
  border-right-style: none;
}

.faq-box._5 {
  border-bottom-style: none;
}

.faq-box._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.question-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.question-tag {
  display: inline;
  margin-right: 9px;
  font-weight: 500;
}

.question {
  display: inline;
  margin-right: 9px;
  color: #303643;
  font-weight: 500;
}

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

.answer-tag {
  display: inline;
  margin-right: 9px;
  color: #FF7D00;
  font-weight: 500;
}

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

.special-section {
  background-color: #DCE0E8;
  background-image: url('../images/White_1White.jpg');
  background-position: 50% 0px;
  background-size: 1px 53px;
  background-repeat: repeat-x;
}

._60-column {
  display: inline-block;
  width: 59%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.name-heading {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.subtitle {
  color: #303643;
  font-size: 22px;
}

.heading-border {
  margin-bottom: 30px;
}

.split-paragraph {
  color: #303643;
  -webkit-column-count: 2;
  column-count: 2;
}

.capital-letter {
  position: relative;
  bottom: -4px;
  margin-right: 2px;
  color: #303643;
  font-size: 26px;
}

.capital-letter.white {
  color: #FFF;
}

._2-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: absolute;
  left: 0px;
  bottom: 80px;
  display: inline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 11px;
  text-align: left;
}

.signature {
  margin-top: 10px;
}

.left-padding-2 {
  padding-left: 40px;
}

.title-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #C4CBD7;
}

.title-box.medium {
  margin-bottom: 35px;
}

.lightbox-item {
  width: 33.3333%;
  height: auto;
}

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-bottom: 14px;
  -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: url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link:hover {
  position: relative;
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link._2 {
  background-image: url('../images/victor-freitas-522935-unsplash_1.jpg');
}

.lightbox-link._3 {
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.plus {
  position: relative;
  z-index: 10;
  display: block;
}

.cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/victor-freitas-522935-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/victor-freitas-522935-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sign-up-form {
  display: block;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.text-field {
  display: inline-block;
  height: 42px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #E2452C;
  line-height: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.submit-button {
  width: 32%;
  height: 42px;
  min-width: 170px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #E2452C;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #CC6400;
}

.submit-button.green {
  background-color: #2B3B2D;
}

.submit-button.green:hover {
  background-color: #3B503E;
}

.select-field {
  display: inline-block;
  width: 32%;
  height: 42px;
  margin-right: 13px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #E2452C;
  border-radius: 0px;
}

.select-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.select-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 16px 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #FF7D00;
}

.tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-left: 25px;
  padding: 7px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-color: #E2452C;
  color: #FFF;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tag.green {
  margin-left: 0px;
  background-color: #2B3B2D;
}

.left-doodle {
  width: 25%;
  margin-top: 15px;
  padding-right: 20px;
  text-align: right;
}

.right-doodle {
  width: 25%;
  margin-top: 15px;
  padding-left: 20px;
}

.success-message {
  background-color: #FF7D00;
  color: #FFF;
}

.success-message.green {
  background-color: transparent;
  color: #2B3B2D;
}

.empty-state {
  background-color: transparent;
}

.empty-state.border {
  margin-bottom: 70px;
}

.text-mini {
  font-size: 13px;
  line-height: 13px;
}

.text-mini.white {
  color: #FFF;
}

.column-wrapper {
  width: 50%;
  max-width: 585px;
}

.collection-item {
  width: 49%;
  margin-bottom: 45px;
}

.preview-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 335px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.preview-image:hover {
  opacity: 0.9;
}

.preview-image.blog {
  min-height: 415px;
}

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

.right-padding.large {
  padding-right: 45px;
}

.title-name {
  font-family: Roboto, sans-serif;
  color: #303643;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
}

.title-name.large {
  font-size: 21px;
  line-height: 32px;
}

.title-name.small {
  font-size: 16px;
  line-height: 20px;
}

.text-mini-block {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
}

.text-mini-block.white {
  color: #FFF;
}

.link-mini {
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

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

.link-mini.italicized {
  font-style: italic;
}

.link-mini.white {
  color: #FFF;
}

.footer-section {
  background-color: #101010;
}

.footer-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
}

.sign-up-form-2 {
  display: block;
  width: 72%;
  max-width: 840px;
  margin-bottom: 0px;
  border-radius: 7px;
}

.field-label {
  font-size: 11px;
  line-height: 11px;
}

._2-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

._2-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #C4CBD7;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._2-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._2-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._2-text-field.phone {
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px 50%, 40px 0px;
  background-size: 12px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._2-select-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-select-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-select-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._2-submit-button {
  width: 20%;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._2-submit-button:hover {
  background-color: #CC6400;
}

.menu-setion {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #000;
}

.footer-flex {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-link {
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}

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

.footer-link.red {
  margin-right: 0px;
}

.notice-section {
  background-color: #000;
}

.notice-box {
  padding-top: 17px;
  padding-bottom: 17px;
}

.notice-text {
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
}

._2-success-message {
  background-color: transparent;
  color: #FFF;
}

.inner-hero {
  overflow: hidden;
  width: 100%;
  padding-top: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/20181112_135513.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20181112_135513.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-hero2 {
  overflow: hidden;
  width: 100%;
  padding-top: 160px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

img.isoheader {
  margin-top: 7px;
  margin-left: 15px;
}

.row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C4CBD7;
}

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

.left-column {
  width: 62%;
}

.h2-title {
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h2-title.white {
  color: #FFF;
}

.h4-title {
  font-family: Oswald, sans-serif;
  font-size: 22.5px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h4-title.text-small {
  font-size: 17.5px;
  letter-spacing: 0px;
}

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

.h5-title {
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5-title.large {
  font-size: 20px;
  line-height: 24px;
}

.h5-title.less-border {
  margin-bottom: 4px;
}

.h3-white-title {
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h3-title {
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title {
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-title.white {
  color: #FFF;
}

.h3-title.gray {
  color: #677583;
}

.h3-title.large {
  color: #FFF;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 5px;
}

.link-white {
  color: #FFF;
  line-height: 22px;
}

.flex-left {
  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;
}

.author-pic {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.author-pic:hover {
  opacity: 0.9;
}

.author-pic.medium {
  width: 40px;
  height: 40px;
}

.author-pic.large {
  width: 90px;
  height: 90px;
}

.h3-title-white {
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h3-title-white.large {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 3px;
}

.latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-preview-image {
  position: relative;
  overflow: hidden;
  width: 42%;
  min-height: 172px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._2-preview-image:hover {
  opacity: 0.9;
}

.right-text-preview {
  margin-left: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-column {
  width: 34%;
}

.side-column-item {
  margin-bottom: 40px;
}

._3-preview-image {
  position: relative;
  overflow: hidden;
  width: 36%;
  min-height: 92px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._3-preview-image:hover {
  opacity: 0.9;
}

.side-menu-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.link-small {
  margin-right: 3px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

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

.link-small.border {
  margin-right: 10px;
}

.h1-title {
  font-family: Oswald, sans-serif;
}

.h1-title.large {
  color: #FFF;
  font-size: 37px;
  line-height: 49px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

._3-text-field {
  display: inline-block;
  width: 47%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #C4CBD7;
  line-height: 16px;
}

._3-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field.border {
  margin-right: 3%;
}

._3-submit-button {
  width: 100%;
  height: 42px;
  min-width: 163px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #FF7D00;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._3-submit-button:hover {
  background-color: #CC6400;
}

._3-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 395px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

._3-success-message {
  background-color: transparent;
}

.go-up {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32.6px;
  height: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #FF7D00;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #CC6400;
}

._25-column {
  width: 25%;
}

._2-side-menu-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}

._2-side-menu-link:hover {
  text-decoration: underline;
}

._2-side-menu-link.red {
  color: #FF7D00;
}

._2-side-menu-link.red.w--current {
  text-decoration: underline;
}

.set {
  margin-bottom: 50px;
}

.faq-box-item {
  width: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C4CBD7;
}

.back-top {
  padding-right: 9px;
  background-image: url('../images/Arrow-3_1Arrow-3.png');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-size: 10.5px;
  line-height: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
}

.move-right {
  margin-top: 25px;
  text-align: right;
}

.scroll-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #FF7D00;
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.scroll-down.w--current {
  background-color: #FF7D00;
}

.inner-hero-text {
  margin-bottom: 90px;
}

._65-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63%;
  padding-top: 160px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._37-column {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  padding-top: 160px;
  padding-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;
  background-color: #FF7D00;
}

.white-line {
  width: 130px;
  height: 2px;
  background-color: #FFF;
}

.button-6 {
  min-height: 43.5px;
  min-width: 170px;
  padding-top: 14px;
  background-color: #FFF;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #FF7D00;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-6:hover {
  background-color: #CC6400;
  color: #FFF;
}

._4-submit-button {
  width: 100%;
  height: 58px;
  min-width: 163px;
  padding-top: 3px;
  padding-bottom: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FF7D00;
  font-family: Roboto, sans-serif;
  color: #FFF;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
}

._4-submit-button:hover {
  background-color: #CC6400;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 18px;
}

.checkbox-2 {
  margin-top: 3px;
  margin-right: 9px;
  margin-left: 0px;
}

.input-spacing {
  margin-bottom: 15px;
  padding-right: 28px;
  padding-left: 28px;
}

.input-spacing.checkbox {
  margin-right: 28px;
  margin-bottom: 20px;
  margin-left: 28px;
  padding: 9px 0px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  font-style: italic;
}

.input-spacing.large {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-title {
  padding: 17px 20px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FF7D00;
  text-align: left;
}

._5-form {
  width: 35%;
  min-width: 365px;
}

._4-success-message {
  min-height: 464px;
  padding-top: 155px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #C4CBD7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FFF;
}

.form-spacing {
  padding: 20px 28px 10px;
}

.form-tag {
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 11px;
  line-height: 13px;
}

.offset-box {
  width: 67%;
  min-width: 310px;
  margin-left: 55%;
}

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

.bg-white.line-borders {
  padding-bottom: 10px;
  border-right: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  border-left: 1px solid #C4CBD7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.intro-feature {
  position: relative;
  width: 29%;
  min-height: 260px;
  padding-top: 20px;
  border-radius: 4px;
  background-color: #FF7D00;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.feature-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #F63D20;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.feature-button:hover {
  background-color: #FF3B1C;
}

.text-block-2 {
  color: #FFF;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
}

.feature-content {
  margin-bottom: 64px;
  padding-right: 25px;
  padding-left: 25px;
}

.intro-feature-title {
  margin-bottom: 20px;
  text-align: center;
}

._2-tab-link {
  width: 33.333%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/3.png');
  background-position: 92% 50%;
  background-size: 46px;
  background-repeat: no-repeat;
}

._2-tab-link._2 {
  border-right: 1px solid #C4CBD7;
  background-image: url('../images/2.png');
  background-position: 90% 50%;
  background-size: 46px;
}

._2-tab-link._2.w--current {
  background-color: transparent;
}

._2-tab-link._3 {
  background-position: 90% 50%;
}

._2-tab-link._3.w--current {
  background-color: transparent;
}

._2-tab-link._1 {
  border-right: 1px solid #C4CBD7;
  background-image: url('../images/1.png');
  background-position: 90% 50%;
  background-size: 29px;
}

._2-tab-link._1.w--current {
  background-color: transparent;
}

.tabs-menu-2 {
  z-index: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: 500px;
  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;
  background-image: url('../images/bruce-mars-556398-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tip {
  position: absolute;
  left: 28px;
  top: -28px;
  z-index: 100;
}

._2-tab-pane {
  padding-bottom: 50px;
}

.display-none {
  display: none;
}

.play-button {
  width: 115px;
  height: 70px;
  background-color: rgba(255, 81, 54, 0.85);
  background-image: url('../images/flecha-reproducir.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.play-button:hover {
  background-color: rgba(255, 81, 54, 0.93);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.tab-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: auto;
  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;
}

.content-section-red {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FF7D00;
}

.book-column {
  width: 50%;
  padding-right: 45px;
  text-align: right;
}

._4-text-field {
  display: inline-block;
  width: 48%;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  border: 2px solid #E2452C;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._4-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._4-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._4-text-field.email {
  margin-top: 0px;
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._4-text-field.phone {
  margin-top: 0px;
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px 50%, 40px 0px;
  background-size: 12px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._4-text-field.last-name {
  padding-left: 15px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

._4-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-top: 33px;
  padding-bottom: 16px;
  -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;
  border-radius: 5px;
  background-color: #FF7D00;
}

._5-submit-button {
  width: 100%;
  height: 42px;
  min-width: 170px;
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #F63D20;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

._5-submit-button:hover {
  background-color: #E2452C;
}

._2-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  padding: 9px 7px 6px;
  border-radius: 2.5px;
  background-color: #E2452C;
  color: #FFF;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

._57-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  padding-right: 20px;
  padding-left: 45px;
  -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;
}

._42-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  -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;
}

._42-column._2 {
  padding-right: 0px;
  padding-left: 65px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.large-circle {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.large-circle._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.large-circle._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.large-circle._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.split-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

.split-column._2-no-border {
  margin-bottom: 0px;
}

.split-column.reverse {
  margin-bottom: 0px;
}

.content-section-blue {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(220, 224, 232, 0.5);
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 420px;
  margin-bottom: 30px;
  padding: 20px 20px 15px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 81, 54, .98)), to(rgba(255, 81, 54, .98))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(255, 81, 54, 0.98), rgba(255, 81, 54, 0.98)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
  text-align: left;
}

.testimonial._1 {
  margin-right: 9%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 61, 32, .92)), to(rgba(246, 61, 32, .92))), url('../images/victor-freitas-522935-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(246, 61, 32, 0.92), rgba(246, 61, 32, 0.92)), url('../images/victor-freitas-522935-unsplash.jpg');
}

.testimonial._2 {
  margin-right: 28%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 61, 32, .92)), to(rgba(246, 61, 32, .92))), url('../images/bruce-mars-556398-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(246, 61, 32, 0.92), rgba(246, 61, 32, 0.92)), url('../images/bruce-mars-556398-unsplash-1.jpg');
}

.testimonial._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 61, 32, .92)), to(rgba(246, 61, 32, .92))), url('../images/victor-freitas-522935-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(246, 61, 32, 0.92), rgba(246, 61, 32, 0.92)), url('../images/victor-freitas-522935-unsplash.jpg');
}

.testimonial-pic {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.testimonial-pic._1 {
  background-image: url('../images/1_21.jpg');
  background-size: 50px;
}

.testimonial-pic._2 {
  background-image: url('../images/2_12.jpg');
  background-size: 50px;
}

.testimonial-pic._3 {
  background-image: url('../images/3_23.jpg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.testimonial-left {
  margin-right: 5px;
}

.testimonial-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.star {
  margin-right: 3px;
}

._50-column-red {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FF7D00;
}

._50-column-red._2-left-icon {
  background-image: url('../images/pesa-2.svg');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
}

._50-column-red.left-icon {
  background-image: url('../images/cubiertos-1.svg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

._50-column-red._3-left-icon {
  background-image: url('../images/bascula.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

._2-intro-feature {
  position: relative;
  width: 30%;
  max-width: 325px;
  min-height: 260px;
  padding: 30px 25px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.feature-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.feature-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.feature-icon._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.intro-feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-3 {
  width: 100%;
  min-height: 43.5px;
  min-width: 130px;
  padding-top: 14px;
  border: 1px solid #C4CBD7;
  border-radius: 2.5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #677583;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #677583;
  color: #FFF;
}

.trainer {
  width: 61%;
  max-width: 345px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

._50-column-icon {
  width: 40%;
  height: 215px;
}

._50-column-icon._1 {
  background-image: url('../images/bascula.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._50-column-icon._2 {
  background-image: url('../images/reloj-inteligente-1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._50-column-icon._4 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._50-column-icon._3 {
  background-image: url('../images/pescado_1.svg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}

.image-block {
  position: relative;
  width: 490px;
  height: 590px;
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._3 {
  background-image: url('../images/victor-freitas-522935-unsplash_1.jpg');
}

._2-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

._2-feature-item.no-border {
  margin-bottom: 0px;
}

._2-feature-icon {
  width: 70px;
  height: 70px;
  margin-top: 3px;
  margin-right: 20px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
  background-image: url('../images/ropa-de-deporte.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

._2-feature-icon._2 {
  background-image: url('../images/pesa-3.svg');
  background-size: 27px;
}

._2-feature-icon._3 {
  background-image: url('../images/peso.svg');
  background-size: 27px;
}

.full-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/asaf-r-300803-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-section._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/christopher-campbell-40367-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/christopher-campbell-40367-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.full-section._3 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FF3B1C;
  background-image: none;
}

.full-section._5 {
  background-image: url('../images/bruce-mars-554386-unsplash-1.jpg');
}

.full-section._6 {
  background-image: url('../images/caroline-attwood-301745-unsplash.jpg');
}

.column-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-right: 45px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #FF7D00;
}

.overlay-gradient {
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF7D00), color-stop(35%, transparent));
  background-image: linear-gradient(90deg, #FF7D00, transparent 35%);
}

.features-list {
  border: 1px solid #C4CBD7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-title {
  width: 40%;
  padding: 15px 25px 13px;
  border-right: 1px solid #C4CBD7;
}

.row-20 {
  position: relative;
  overflow: hidden;
  width: 20%;
  padding: 21px 25px 13px;
  text-align: center;
}

.row-20._2 {
  border-right: 1px solid #C4CBD7;
}

.row-20._1 {
  border-right: 1px solid #C4CBD7;
}

.feature-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 8px 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #C4CBD7;
  border-right: 1px solid #C4CBD7;
}

.text-gray {
  color: #677583;
}

._87-column {
  width: 87%;
  max-width: 485px;
}

._50-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-box {
  padding-top: 55px;
  -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;
}

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

.slider-column {
  width: 50%;
  min-height: 590px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #F63D20;
}

.slider-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 90px;
  -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;
  background-color: #FF7D00;
}

.slider {
  height: 100%;
}

._4-right-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._4-right-arrow:hover {
  opacity: 1;
}

._2-testimonial-pic {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background-image: url('../images/Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-testimonial-pic._2 {
  background-image: url('../images/Pic-2.jpg'), url('../images/Pic.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

._2-testimonial-pic._3 {
  background-image: url('../images/Pic-3.jpg');
}

._3-feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #DCE0E8;
}

._3-feature-icon._1 {
  background-image: url('../images/reloj-inteligente-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

._3-feature-icon._2 {
  background-image: url('../images/manzana-2.svg');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

._3-feature-icon._3 {
  background-image: url('../images/barra-con-pesas-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.rounded-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 205px;
  height: 205px;
  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;
  border-radius: 37.5px;
  background-color: #FF7D00;
  text-align: center;
}

.rounded-box._1 {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  background-color: #F63D20;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.rounded-box._3 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 145px;
  height: 145px;
  border-radius: 25.5px;
  background-color: #FF7D00;
}

.rounded-box._2 {
  width: 175px;
  height: 175px;
  margin-right: 17px;
  border-radius: 30.5px;
}

.circle-item {
  position: relative;
  left: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  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;
  border-radius: 50%;
  background-color: #FF7D00;
  text-align: center;
}

.circle-item._3 {
  position: relative;
  left: 15%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 175px;
  height: 175px;
  background-color: #FF7D00;
}

.circle-item._2 {
  left: 10%;
  top: 104px;
  width: 265px;
  height: 265px;
  background-color: #F63D20;
  box-shadow: 8px 8px 44px 0 rgba(246, 61, 32, 0.45);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-right: 45px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column._2 {
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-span {
  position: relative;
  bottom: 9px;
  margin-left: 1px;
  font-size: 12px;
}

._2-image-block {
  position: relative;
  width: 42%;
  height: 280px;
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-image-block._2 {
  background-image: url('../images/victor-freitas-546919-unsplash.jpg');
}

._2-image-block._3 {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
}

.absolute-icon {
  position: absolute;
  bottom: -25px;
  width: 65px;
  height: 65px;
  margin-left: 30px;
  border-radius: 50%;
  background-color: #FF7D00;
}

.absolute-icon._1 {
  background-image: url('../images/cubiertos-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.absolute-icon._2 {
  background-image: url('../images/pesa-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.absolute-icon._3 {
  background-image: url('../images/bascula.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.split-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4CBD7;
}

.split-column-2.no-border {
  margin-bottom: 0px;
}

.intro-box {
  width: 31%;
}

.intro-image {
  width: 100%;
  min-height: 225px;
  margin-bottom: 15px;
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-image._2 {
  background-image: url('../images/victor-freitas-546919-unsplash.jpg');
}

.intro-image._3 {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
}

._3-image-block {
  position: relative;
  width: 92%;
  height: 365px;
  background-image: url('../images/alexander-redl-185764-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-absolute-icon {
  position: absolute;
  bottom: -25px;
  width: 65px;
  height: 65px;
  margin-left: 30px;
  border-radius: 50%;
  background-color: #FF7D00;
}

._2-absolute-icon._2 {
  right: 25px;
  bottom: -25px;
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: #FF7D00;
}

.quote-slide {
  overflow: hidden;
  padding: 50px 50px 50px 70px;
}

._4-image-block {
  width: 46%;
  height: 575px;
  background-image: url('../images/kyle-smith-528234-unsplash.jpg');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

._4-image-block._2 {
  background-image: url('../images/jake-jackson-263836-unsplash.jpg');
  background-size: cover;
}

.quote-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-offset {
  position: relative;
  left: -60px;
  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-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: url('../images/Gradient.png');
  background-position: 50% 100%;
  background-size: 5px;
  background-repeat: repeat-x;
  opacity: 0.85;
}

._5-image-block {
  position: relative;
  width: 100%;
  height: 365px;
  background-image: url('../images/caroline-attwood-301748-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._5-image-block._2 {
  background-image: url('../images/bruce-mars-558730-unsplash.jpg');
}

._5-image-block._3 {
  background-image: url('../images/victor-freitas-522926-unsplash.jpg');
}

._4-feature-icon {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.feature {
  width: 29.5%;
  margin-bottom: 45px;
  padding: 30px 3% 25px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.feature._4 {
  margin-bottom: 0px;
}

.feature._6 {
  margin-bottom: 0px;
}

.feature._5 {
  margin-bottom: 0px;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 45px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #C4CBD7;
}

.contact-item.no-border {
  margin-bottom: 0px;
}

.link {
  text-decoration: none;
}

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

._6-form {
  width: 80%;
  max-width: 440px;
  min-width: 365px;
}

._5-text-field {
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #C4CBD7;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

._5-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-field.name {
  margin-right: 3%;
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.phone {
  margin-bottom: 0px;
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px 50%, 40px 0px;
  background-size: 12px, 1px;
  background-repeat: no-repeat, repeat-y;
}

._5-text-field.last-name {
  padding-left: 14px;
  background-image: none;
}

._5-text-area {
  display: inline-block;
  width: 100%;
  min-height: 85px;
  margin-bottom: 15px;
  padding-top: 17px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #C4CBD7;
}

._5-text-area::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._5-text-area::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.checkbox-3 {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
}

.top-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3-input-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.hero-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  -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-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.title-link {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #677583;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.title-link.red {
  color: #FF7D00;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
}

.tag-title {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.final-dots {
  margin-bottom: 25px;
  text-align: center;
}

.left-justified {
  text-align: right;
}

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

.subheading {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.content-section-3 {
  padding-top: 80px;
  padding-bottom: 35px;
}

._2-heading-box {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

._2-subheading {
  display: block;
  width: 34%;
  margin-right: auto;
  margin-left: auto;
}

.footer-text-field {
  display: inline-block;
  height: 42px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0px;
  background-size: 1px;
  background-repeat: repeat-y;
  line-height: 16px;
}

.footer-text-field::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.footer-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 50%, 40px 0px;
  background-size: 17px, 1px;
  background-repeat: no-repeat, repeat-y;
}

.input-border-footer {
  width: 25%;
  margin-right: 1.5%;
}

.name-heading-green {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 55px;
  line-height: 60px;
}

.subtitle-green {
  color: #2B3B2D;
  font-size: 22px;
}

.split-paragraph-green {
  color: #2B3B2D;
  -webkit-column-count: 2;
  column-count: 2;
}

._60-column-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._3-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-tabs {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 105px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #C0CEC2;
  text-decoration: none;
}

.tab.border {
  margin-right: 5%;
  color: #677583;
}

.title-green {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-green.medium {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-small-green {
  color: #2B3B2D;
  font-size: 14px;
  line-height: 18px;
}

.tab-column {
  width: 56%;
}

.large-border {
  margin-bottom: 180px;
}

.guy-hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.center-intro {
  display: block;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title-medium {
  font-size: 17.5px;
  text-transform: none;
}

.intro-text {
  color: #2B3B2D;
  font-size: 22.5px;
  line-height: 33.5px;
}

.content-section-green {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #D3DBD4;
}

._2-40-column {
  position: relative;
  display: inline-block;
  width: 40%;
  text-align: center;
}

._2-40-column._1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-40-column.right-padding {
  padding-right: 0px;
}

._2-40-column.left-padding {
  padding-left: 0px;
}

.italicized {
  font-family: 'Noto Serif', sans-serif;
  color: #2B3B2D;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.italicized.medium {
  font-size: 15px;
  line-height: 22px;
}

._2-60-column {
  display: inline-block;
  width: 59%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-title-green {
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.green-line {
  width: 65%;
  height: 2px;
  min-width: 130px;
  background-color: #2B3B2D;
}

.button-4 {
  min-width: 170px;
  padding-top: 14px;
  background-color: #2B3B2D;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-4:hover {
  padding-top: 12px;
  padding-bottom: 7px;
  border: 2px solid #303643;
  background-color: transparent;
  color: #303643;
}

.button-5 {
  position: relative;
  height: 47px;
  min-width: 170px;
  padding: 12px 9px 9px;
  border: 2px solid #2B3B2D;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #2B3B2D;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #2B3B2D;
  color: #FFF;
}

.button-5.no-border {
  border-left-style: none;
}

.italicized-link {
  font-family: 'Noto Serif', sans-serif;
  color: #2B3B2D;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
}

.plus-sign {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 1.5px;
  background-color: #2B3B2D;
  background-image: url('../images/boton-anadir.svg');
  background-position: 50% 50%;
  background-size: 5px;
  background-repeat: no-repeat;
}

.text-block-3 {
  display: inline-block;
  margin-right: 5px;
}

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  -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;
  border: 1px solid #2B3B2D;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.mini-feature._2 {
  border-left-style: none;
  border-left-color: #000;
  border-radius: 0px 3px 3px 0px;
}

.mini-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.full-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #D3DBD4;
}

._80-column {
  width: 80%;
}

._3-59-column {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 65px;
}

.paragraph-green {
  font-family: Roboto, sans-serif;
  color: #2B3B2D;
}

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

.text-medium-green {
  color: #2B3B2D;
  font-weight: 500;
}

.grid-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 5px;
  -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;
  border-bottom: 1px solid #A5B1A7;
}

.grid-item {
  position: relative;
  width: 50%;
  padding-right: 20px;
}

.h3-title-green {
  font-family: Oswald, sans-serif;
  color: #2B3B2D;
  font-size: 23.5px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._3-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 35px;
  padding: 30px 2% 25px;
  border: 1px solid #C0CEC2;
  border-radius: 4px;
}

._2-circular-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #D3DBD4;
}

._2-circular-icon._1 {
  background-image: url('../images/barra-con-pesas-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._2 {
  background-image: url('../images/reloj-inteligente-3.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

._2-circular-icon._3 {
  background-image: url('../images/tenis-de-mesa-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._4 {
  background-image: url('../images/pescado-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._5 {
  background-image: url('../images/zumo-recien-exprimido-2.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-circular-icon._6 {
  background-image: url('../images/cardiograma-4.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

._2-flex-space {
  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: 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;
}

._17-column {
  width: 17%;
}

._17-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.download-sign-up {
  position: relative;
  width: 100%;
  padding-right: 10px;
}

.form-green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
}

.text-field-green {
  display: inline-block;
  height: 44px;
  margin-right: 13px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #C0CEC2;
  line-height: 16px;
}

.text-field-green::-webkit-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green:-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green::-ms-input-placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field-green::placeholder {
  color: #303643;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-flex-space {
  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-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;
}

.ebook-absolute {
  position: absolute;
  left: 0px;
  top: -37px;
  bottom: 0px;
  width: 165px;
}

.download {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  max-width: 737px;
  padding-left: 165px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #D3DBD4;
}

._50-column-end {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-arrow-3 {
  right: 30px;
  bottom: 0px;
  width: 22px;
  height: 40px;
  margin-top: 372px;
  margin-right: 0px;
  padding-top: 6px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-3:hover {
  opacity: 0.8;
}

.guy-column {
  position: relative;
  display: inline-block;
  width: 41%;
  margin-right: 10px;
  text-align: center;
}

.tab-image-right {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

._2-top-padding {
  padding-top: 16px;
}

.side-green-line {
  width: 65%;
  height: 1px;
  min-width: 130px;
  background-color: #C0CEC2;
}

._2-white-line {
  width: 130px;
  height: 2px;
  background-color: #FFF;
}

.slide-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrow:hover {
  opacity: 1;
}

._2-red-line {
  width: 130px;
  height: 2px;
  background-color: #FF7D00;
}

._2-red-line._2-top-border {
  margin-top: 10px;
}

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

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

._2-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

._50-center.border {
  margin-bottom: 20px;
}

.center-50 {
  width: 50%;
  text-align: center;
}

._77-column-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  max-width: 485px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._77-column-icons.center {
  -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;
}

.blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.layouts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.layout-box {
  width: 46%;
  margin-bottom: 80px;
}

.layout-preview {
  overflow: scroll;
  width: 100%;
  height: 640px;
  margin-bottom: 15px;
  box-shadow: 31px 31px 44px -22px rgba(103, 117, 130, 0.3);
}

._87-column-description {
  width: 87%;
  max-width: 485px;
}

._2-title-white {
  margin-bottom: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

._2-title-white:hover {
  background-color: #FFF;
  color: #FF7D00;
}

._2-50-column-icon {
  width: 50%;
  height: 215px;
}

._2-50-column-icon._1 {
  background-image: url('../images/ropa-de-deporte-1.svg');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

._2-50-column-icon._2 {
  background-image: url('../images/zapato.svg');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

._2-50-column-icon._3 {
  background-image: url('../images/shorts.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._2-50-column-icon._4 {
  background-image: url('../images/peso-2.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._3-50-program {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 60px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-554379-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._3-50-program._2 {
  background-image: url('../images/zapato.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-558730-unsplash.jpg');
  background-image: url('../images/zapato.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-558730-unsplash.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 200px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

._3-50-program._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-558661-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-558661-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._1-50-program {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 60px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._1-50-program._2 {
  background-image: url('../images/pescado.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/caroline-attwood-301746-unsplash.jpg');
  background-image: url('../images/pescado.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/caroline-attwood-301746-unsplash.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 150px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

._1-50-program._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/caroline-attwood-301742-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/caroline-attwood-301742-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._1-50-program._1 {
  padding-top: 160px;
}

._3-50-column-icon {
  width: 50%;
  height: 215px;
}

._3-50-column-icon._1 {
  background-image: url('../images/manzana.svg');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

._3-50-column-icon._2 {
  background-image: url('../images/zumo-recien-exprimido.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._3-50-column-icon._3 {
  background-image: url('../images/pescado.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._3-50-column-icon._4 {
  background-image: url('../images/peso-1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

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

.info-box {
  display: block;
  width: 35%;
  margin-right: 4%;
  padding: 25px;
  border: 1px solid #C4CBD7;
  border-radius: 4px;
}

.info-box.no-border {
  margin-right: 0px;
}

.info-boxes {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._2-50-program {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 60px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-546919-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._2-50-program._2 {
  background-image: url('../images/pesa-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-549190-unsplash.jpg');
  background-image: url('../images/pesa-4.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-549190-unsplash.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 150px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

._2-50-program._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-522926-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-522926-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mini-icon {
  margin-right: 8px;
}

.slider-3 {
  height: 100%;
}

.showcase {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.showcase._2 {
  background-image: url('../images/jackelin-slack-539451-unsplash.jpg');
  background-size: cover;
}

.showcase._3 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-size: cover;
}

.link-red {
  color: #FF7D00;
}

.bg {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FF7D00;
}

.block-quote {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 40px;
  border-top: 1px solid #C4CBD7;
  border-bottom: 1px solid #C4CBD7;
  line-height: 42px;
  text-align: center;
}

.block-quote-text {
  font-size: 25px;
  line-height: 42px;
  font-style: italic;
}

.testimonial-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding: 30px 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #C4CBD7;
  border-radius: 5px;
}

._2-testimonial-left {
  width: 28%;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-right: 1px solid #C4CBD7;
}

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

._2-testimonial-right {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-2 {
  overflow: hidden;
  width: 100%;
  padding-top: 190px;
  background-color: #D3DBD4;
}

.program-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 160px 60px 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;
  -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, .5)), to(rgba(0, 0, 0, .5))), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-hero._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/victor-freitas-546919-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.program-hero._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bruce-mars-554379-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.search-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  min-height: 290px;
  padding-top: 107px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 5%, 0.95);
}

.close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 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;
}

.search-title {
  margin-bottom: 20px;
  color: #FFF;
}

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

.search-button {
  height: 45px;
  min-width: 150px;
  padding-top: 10px;
  background-color: #FF7D00;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
}

.search-button:hover {
  background-color: #CC6400;
}

.search-input {
  height: 45px;
  margin-right: 25px;
}

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

.search-result-title {
  font-size: 17px;
  line-height: 27px;
}

.tip-2 {
  position: absolute;
  left: 28px;
  top: -28px;
  z-index: 10;
}

.tip-3 {
  position: absolute;
  left: 28px;
  top: -28px;
  z-index: 10;
}

.parallax-image {
  position: absolute;
  top: 0%;
  right: -30px;
}

.parallax-image-2 {
  position: absolute;
  left: -50px;
  bottom: 40%;
  z-index: 0;
}

.parallax-image-3 {
  position: absolute;
  right: -50px;
  bottom: 16%;
  z-index: 0;
}

.relative {
  position: relative;
  padding-top: 35px;
}

._404-image {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.z-index {
  position: relative;
  z-index: 100;
}

._2-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 8px 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;
  border-top: 1px solid #C4CBD7;
  border-right: 1px solid #C4CBD7;
  text-align: center;
}

._2-center-flex._3 {
  border-right-style: none;
}

.offset-image {
  position: absolute;
  right: -32px;
  bottom: -40px;
  opacity: 0.7;
}

._6-image-block {
  position: relative;
  width: 490px;
  min-height: 615px;
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._6-image-block._2 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
}

._6-image-block._3 {
  background-image: url('../images/victor-freitas-522935-unsplash_1.jpg');
}

._6-image-block._4 {
  background-image: url('../images/3_1.jpg');
  background-size: cover;
}

._6-image-block._6 {
  background-image: url('../images/bruce-mars-559226-unsplash-1.jpg');
}

._6-image-block._8 {
  background-image: url('../images/1_1.jpg');
}

.overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.hero-post-text {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-section {
    width: 100%;
  }
  
  .navlink.search {
    background-position: 22px 50%;
  }
  
  .navlink.search1 {
    background-position: 20px 50%;
  }
  
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .heading-box {
    width: 54%;
    padding-top: 16px;
    padding-bottom: 7px;
  }
  
  .heading-boxv2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 7px;
  }
  
  .grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .full-line._4-less-border {
    margin-bottom: 0px;
  }
  
  .expand.mobile-top-border {
    margin-top: 20px;
  }
  
  ._77-item {
    width: 100%;
  }
  
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  
  ._50-column-center._2-left-padding {
    padding-left: 20px;
  }
  
  .statics-item {
    width: 36%;
    max-width: 315px;
    margin-bottom: 45px;
  }
  
  .statics-item.no-borders {
    margin-right: 0%;
    margin-bottom: 0px;
  }
  
  .curve-bg {
    right: 0px;
    bottom: 0px;
    width: 56%;
  }
  
  .right-arrow {
    right: 16px;
  }
  
  .left-arrow {
    right: 38px;
  }
  
  ._50-column.circles {
    -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;
  }
  
  ._2-flex-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .text-block {
    left: -40px;
  }
  
  .left-doodle {
    width: 11%;
  }
  
  .right-doodle {
    width: 11%;
  }
  
  .column-wrapper {
    width: 78%;
  }
  
  .sign-up-form-2 {
    width: 100%;
  }
  
  .logo {
    margin-bottom: 25px;
  }
  
  ._5-form {
    min-width: 340px;
  }
  
  .offset-box {
    margin-left: 10%;
  }
  
  .tab-image {
    width: 90%;
  }
  
  .testimonial._2 {
    width: 84%;
    margin-right: 18%;
  }
  
  .trainer {
    width: 80%;
    margin-right: 0%;
    margin-left: 0%;
  }
  
  .image-block {
    height: 100%;
  }
  
  .slider-column.left {
    padding-right: 60px;
  }
  
  .slider-column.right {
    padding-left: 60px;
  }
  
  ._2-testimonial-pic {
    width: 330px;
    height: 330px;
  }
  
  .rounded-box._1 {
    margin-bottom: 10px;
  }
  
  .rounded-box._3 {
    left: 0px;
  }
  
  .rounded-box._2 {
    left: 0%;
    margin-right: 17px;
  }
  
  .circle-item {
    left: -9%;
  }
  
  .circle-item._3 {
    left: -19%;
    top: -27px;
  }
  
  .circle-item._2 {
    left: 20%;
    top: 2px;
    margin-right: 31px;
  }
  
  ._6-form {
    width: 90%;
    min-width: auto;
  }
  
  .subheading {
    width: 54%;
    padding-top: 15px;
  }
  
  ._2-heading-box {
    width: 54%;
  }
  
  ._2-subheading {
    width: 54%;
    padding-top: 0px;
  }
  
  ._60-column-hero {
    width: 46%;
  }
  
  ._3-flex-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .tab.border {
    margin-bottom: 40px;
    border-radius: 5px;
  }
  
  .large-border {
    margin-top: 60px;
    margin-bottom: 300px;
  }
  
  .center-intro {
    width: 75%;
  }
  
  ._2-40-column {
    width: 40%;
  }
  
  ._2-40-column.right-padding {
    padding-right: 45px;
  }
  
  ._2-40-column.left-padding {
    padding-left: 22.5px;
  }
  
  .green-line {
    width: 100%;
  }
  
  ._3-feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  ._2-flex-space {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  ._17-column {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 54px;
    margin-left: auto;
  }
  
  ._17-column.right {
    margin-top: 46px;
    margin-bottom: 0px;
  }
  
  .download {
    width: 100%;
  }
  
  .guy-column {
    width: 48%;
  }
  
  .burger-menu {
    color: #FFF;
  }
  
  .nav-menu {
    overflow: auto;
    height: 100vh;
    background-color: #000;
  }
  
  .menu-button {
    height: 56.5px;
    background-color: #000;
  }
  
  .menu-button.w--open {
    background-color: #000;
  }
  
  .side-green-line {
    width: 100%;
  }
  
  ._2-white-line {
    width: 100px;
  }
  
  .blocks {
    -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;
  }
  
  .info-box {
    width: 45%;
  }
  
  .hero-2 {
    padding-top: 45px;
  }
  
  ._6-image-block {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .bottom-border.mobile {
    margin-bottom: 15px;
  }
  
  .tabs-menu {
    padding-left: 160px;
    background-position: 163px 50%, 36px 50%;
  }
  
  .tab-link {
    width: 100%;
    margin-bottom: 10px;
    border-left-style: none;
  }
  
  .tab-link.w--current {
    width: 100%;
  }
  
  .flex-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .heading-box {
    width: 74%;
  }
  
  .box {
    width: 47%;
    margin-bottom: 45px;
  }
  
  .box._3 {
    margin-bottom: 0px;
  }
  
  .flex {
    -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;
  }
  
  .notebook._2 {
    padding-top: 0px;
  }
  
  ._50-column-center {
    width: 100%;
  }
  
  ._50-column-center.left-padding {
    padding-left: 0px;
  }
  
  ._50-column-center.landscape-border {
    margin-bottom: 45px;
  }
  
  ._50-column-center._2-left-padding {
    padding-left: 0px;
  }
  
  .statics-item {
    width: 60%;
    margin-right: 0%;
  }
  
  .team-member {
    width: 47%;
    margin-bottom: 45px;
  }
  
  .inner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .feature-item {
    width: 50%;
  }
  
  .feature-item._2 {
    border-right-style: none;
  }
  
  .feature-item._3 {
    border-right-style: solid;
  }
  
  .feature-item._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  
  .curve-bg {
    width: 84%;
    background-size: 185px, 464px;
  }
  
  ._50-column {
    width: 100%;
  }
  
  ._50-column.description {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  
  ._50-column.landscape-border {
    margin-bottom: 45px;
  }
  
  ._50-column.center-border {
    margin-bottom: 45px;
  }
  
  ._50-column.circles {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  ._48-column {
    width: 100%;
    padding-left: 0%;
  }
  
  .left-padding.large {
    padding-left: 0px;
  }
  
  .pricing-box {
    width: 47%;
    margin-bottom: 45px;
  }
  
  .pricing-box.no-border {
    margin-bottom: 0px;
  }
  
  .pricing-box._2 {
    margin-right: 0%;
  }
  
  .special-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  
  ._60-column {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._2-flex-center.reverse-wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .text-block {
    left: 45px;
  }
  
  .lightbox-item {
    width: 50%;
    margin-bottom: 45px;
  }
  
  .lightbox-item.landscape-border {
    margin-bottom: 0px;
  }
  
  .text-field {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .submit-button {
    width: 100%;
  }
  
  .select-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .column-wrapper {
    max-width: 410px;
  }
  
  .right-padding.large {
    padding-right: 0px;
  }
  
  .sign-up-form-2 {
    width: 80%;
    max-width: 420px;
  }
  
  ._2-submit-button {
    width: 100%;
  }
  
  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }
  
  .right-column {
    width: 101%;
  }
  
  ._25-column {
    width: 100%;
    margin-bottom: 25px;
  }
  
  ._65-column {
    width: 100%;
  }
  
  ._37-column {
    width: 100%;
  }
  
  .intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }
  
  .intro-feature.no-border {
    margin-bottom: 0px;
  }
  
  ._2-tab-link {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  ._2-tab-link.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  ._2-tab-link._2 {
    border-right-style: none;
  }
  
  ._2-tab-link._2.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  ._2-tab-link._3.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  ._2-tab-link._1 {
    border-right-style: none;
  }
  
  ._2-tab-link._1.w--current {
    background-color: rgba(220, 224, 232, 0.5);
  }
  
  .tabs-menu-2 {
    padding: 20px;
  }
  
  .tip {
    display: none;
  }
  
  .book-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 33px;
    -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;
  }
  
  ._42-column._2 {
    padding-left: 0px;
  }
  
  .large-circle {
    width: 220px;
    height: 220px;
  }
  
  .split-column.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .testimonial-pic {
    margin-bottom: 10px;
  }
  
  ._50-column-red {
    width: 100%;
  }
  
  ._50-column-red.icons {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  ._50-column-red._2-left-icon {
    height: 610px;
  }
  
  ._50-column-red.left-icon {
    height: 610px;
  }
  
  ._50-column-red._3-left-icon {
    height: 610px;
  }
  
  ._2-intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }
  
  ._2-intro-feature.mobile-border {
    margin-bottom: 0px;
  }
  
  ._50-column-icon {
    width: 50%;
  }
  
  .overlay-gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#FF7D00), color-stop(68%, transparent));
    background-image: linear-gradient(90deg, #FF7D00, transparent 68%);
  }
  
  ._50-column-flex {
    width: 100%;
  }
  
  .slider-column.left {
    padding-right: 45px;
  }
  
  ._2-testimonial-pic {
    width: 220px;
    height: 220px;
  }
  
  .circle-item {
    left: 0%;
  }
  
  .circle-item._3 {
    position: relative;
  }
  
  .column._2 {
    width: 100%;
  }
  
  .column.mobile-display {
    display: none;
  }
  
  .intro-box {
    width: 47%;
    margin-bottom: 35px;
  }
  
  .intro-box.mobile-border {
    margin-bottom: 0px;
  }
  
  .quote-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .feature {
    width: 47%;
  }
  
  .feature._4 {
    margin-bottom: 45px;
  }
  
  ._6-form {
    margin-top: 45px;
  }
  
  .landscape-border {
    margin-bottom: 54px;
  }
  
  ._2-heading-box {
    width: 64%;
  }
  
  ._2-subheading {
    width: 64%;
  }
  
  .mobile-top-border {
    margin-top: 45px;
  }
  
  .input-border-footer {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  
  ._60-column-hero {
    width: 100%;
    margin-bottom: 650px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._3-flex-center {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .hero-tabs {
    position: relative;
  }
  
  .tab {
    border-radius: 5px;
  }
  
  .large-border {
    margin-bottom: 45px;
  }
  
  ._2-40-column {
    width: 100%;
    margin-right: 0px;
  }
  
  ._2-40-column._1 {
    height: 650px;
  }
  
  ._2-40-column.right-padding {
    margin-bottom: 45px;
    padding-right: 0px;
  }
  
  ._2-40-column.left-padding {
    padding-left: 0px;
  }
  
  ._2-60-column {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .green-line {
    min-width: 100px;
  }
  
  .full-section-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  ._3-59-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .grid-item {
    width: 100%;
  }
  
  ._3-feature-item {
    width: 47%;
    padding-right: 3%;
    padding-left: 3%;
  }
  
  ._3-feature-item.no-border {
    margin-bottom: 0px;
  }
  
  .text-field-green {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._3-flex-space {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .ebook-absolute {
    left: -15px;
    top: 0px;
    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;
  }
  
  .download {
    max-width: 525px;
  }
  
  ._50-column-end {
    width: 100%;
  }
  
  ._50-column-end.mobile-border {
    margin-bottom: 45px;
  }
  
  .guy-column {
    width: 100%;
    margin-right: 0px;
  }
  
  .slide-arrow {
    display: none;
  }
  
  ._3-slide-nav {
    display: block;
  }
  
  .blocks {
    width: 100%;
    margin-top: 45px;
  }
  
  .layouts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  ._87-column-description {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  
  ._3-50-program {
    width: 100%;
    min-height: 450px;
  }
  
  ._1-50-program {
    width: 100%;
    min-height: 450px;
  }
  
  ._2-50-program {
    width: 100%;
    min-height: 450px;
  }
  
  .block-quote-2 {
    width: 90%;
  }
  
  .block-quote {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  ._2-testimonial-left {
    width: 32%;
  }
  
  .hero-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  
  .program-hero {
    width: 100%;
    min-height: 450px;
  }
  
  .tip-2 {
    display: none;
  }
  
  .tip-3 {
    display: none;
  }
}

@media (max-width: 479px) {
  .red-line {
    min-width: 100px;
  }
  
  .tab-pane._3 {
    padding-bottom: 220px;
  }
  
  .tabs-menu {
    padding-top: 53px;
    padding-left: 0px;
    background-image: url('../images/Show-me-more.png');
    background-position: 29px 26px;
    background-size: 101px;
    background-repeat: no-repeat;
  }
  
  .heading-container.less-border {
    margin-bottom: 25px;
  }
  
  .line {
    width: 100%;
  }
  
  .heading-box {
    width: 100%;
  }
  
  .box {
    width: 100%;
  }
  
  .notebook {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .notebook._2 {
    width: 100%;
  }
  
  ._77-item {
    width: 100%;
  }
  
  .statics-item {
    width: 100%;
  }
  
  .team-member {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  
  .feature-item {
    width: 100%;
  }
  
  .feature-item._3 {
    border-right-style: none;
  }
  
  .feature-item._1 {
    border-right-style: none;
  }
  
  .feature-item._5 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  
  .curve-bg {
    width: 110%;
    background-size: 95px, 464px;
  }
  
  .right-arrow {
    right: 0px;
  }
  
  .left-arrow {
    right: 28px;
  }
  
  .schedule {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .schedule._2 {
    width: 100%;
  }
  
  .left-padding.large {
    padding-left: 0px;
  }
  
  ._77-column {
    width: 100%;
  }
  
  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .pricing-box {
    width: 100%;
  }
  
  .faq-box {
    width: 100%;
    border-right-style: none;
  }
  
  .faq-box._5 {
    border-bottom-style: solid;
  }
  
  .text-block {
    left: -48px;
  }
  
  .lightbox-item {
    width: 100%;
  }
  
  .tag.green {
    border-radius: 2.5px;
  }
  
  .left-doodle {
    display: none;
  }
  
  .right-doodle {
    display: none;
  }
  
  .column-wrapper {
    width: 100%;
  }
  
  .collection-item {
    width: 100%;
  }
  
  .right-padding.large {
    padding-right: 0px;
  }
  
  .sign-up-form-2 {
    width: 100%;
  }
  
  .logo {
    margin-bottom: 20px;
  }
  
  ._2-preview-image {
    width: 60%;
  }
  
  .right-text-preview {
    width: 100%;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  ._5-form {
    width: 85%;
    min-width: auto;
  }
  
  .offset-box {
    margin-left: 0%;
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .intro-feature {
    width: 100%;
  }
  
  .lightbox-link-2 {
    width: 90%;
  }
  
  ._4-text-field {
    width: 100%;
  }
  
  ._57-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  ._42-column {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .split-column.reverse-wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  
  .testimonial._1 {
    width: 100%;
    margin-right: 4%;
  }
  
  .testimonial._2 {
    width: 100%;
    margin-right: 12%;
  }
  
  .testimonial._3 {
    width: 100%;
  }
  
  .testimonial-pic {
    margin-bottom: 0px;
  }
  
  ._50-column-red {
    padding-right: 60px;
    padding-left: 60px;
  }
  
  ._2-intro-feature {
    width: 100%;
  }
  
  ._50-column-icon {
    width: 100%;
  }
  
  .column-red {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
  
  .overlay-gradient {
    display: none;
  }
  
  .row-title {
    width: 100%;
    border-bottom: 1px solid #C4CBD7;
    border-right-style: none;
  }
  
  .row-20 {
    width: 33.333%;
  }
  
  .row-20._2 {
    width: 33.333%;
  }
  
  .feature-40 {
    width: 100%;
    border-right-style: none;
  }
  
  ._87-column {
    width: 100%;
    margin-bottom: 25px;
  }
  
  ._50-column-flex {
    width: 100%;
  }
  
  .arrow-box {
    display: none;
  }
  
  ._2-slide-nav {
    display: block;
  }
  
  .slider-column.left {
    width: 100%;
    min-height: 390px;
    padding-right: 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;
  }
  
  .slider-column.right {
    width: 100%;
    min-height: 390px;
    padding-right: 60px;
    padding-left: 60px;
  }
  
  ._4-right-arrow {
    display: none;
  }
  
  ._2-testimonial-pic {
    width: 250px;
    height: 250px;
  }
  
  .rounded-box._3 {
    margin-top: 9px;
  }
  
  .circle-item {
    left: -16%;
  }
  
  .circle-item._3 {
    left: -25%;
    top: -8px;
  }
  
  .circle-item._2 {
    left: 14%;
  }
  
  ._2-image-block {
    width: 100%;
    margin-bottom: 45px;
  }
  
  .intro-box {
    width: 100%;
  }
  
  ._4-image-block {
    width: 100%;
    margin-bottom: 35px;
  }
  
  .quote-big {
    width: 100%;
  }
  
  .quote-offset {
    left: 0px;
  }
  
  .feature {
    width: 100%;
  }
  
  .feature._4 {
    margin-bottom: 45px;
  }
  
  .feature._5 {
    margin-bottom: 45px;
  }
  
  ._5-text-field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  ._5-text-field.phone {
    margin-bottom: 0px;
    margin-left: 0%;
  }
  
  ._5-text-field.last-name {
    margin-left: 0%;
  }
  
  ._3-input-spacing {
    margin-bottom: 10px;
  }
  
  ._3-input-spacing.no-border {
    margin-bottom: 0px;
  }
  
  .subheading {
    width: 94%;
  }
  
  ._2-heading-box {
    width: 100%;
  }
  
  ._2-subheading {
    width: 90%;
  }
  
  .mobile-top-border {
    margin-top: 45px;
  }
  
  .center-intro {
    width: 85%;
  }
  
  ._2-40-column._1 {
    height: 650px;
  }
  
  .button-5.no-border {
    border-top-style: none;
    border-left-style: solid;
  }
  
  .mini-feature {
    margin-bottom: 15px;
    border-radius: 3px;
  }
  
  .mini-feature._2 {
    border-style: solid;
    border-radius: 3px;
  }
  
  ._3-59-column {
    padding-left: 45px;
  }
  
  ._3-feature-item {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  
  ._3-feature-item.no-border {
    margin-bottom: 35px;
  }
  
  .ebook-absolute {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .download {
    padding-left: 20px;
  }
  
  ._2-red-line {
    width: 100px;
    min-width: auto;
  }
  
  ._3-slide-nav {
    position: absolute;
    display: block;
  }
  
  .center-50 {
    width: 100%;
  }
  
  ._77-column-icons.center {
    width: 100%;
  }
  
  .layout-box {
    width: 100%;
  }
  
  ._87-column-description {
    width: 100%;
    margin-bottom: 25px;
  }
  
  ._2-50-column-icon {
    width: 100%;
  }
  
  ._1-50-program._1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  
  ._3-50-column-icon {
    width: 100%;
  }
  
  .info-box {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 45px;
  }
  
  .info-box.no-border {
    margin-bottom: 0px;
  }
  
  .block-quote-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .block-quote {
    width: 90%;
  }
  
  ._2-testimonial-left {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #C4CBD7;
    border-right-style: none;
  }
  
  ._2-testimonial-right {
    padding-left: 0px;
  }
  
  ._2-center-flex {
    width: 33.333%;
  }
}
ul#services
{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

font#fontsub {
    font-size: smaller;
    color: #afafaf;
}