/*! 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-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.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 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  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;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
:root {
  --black: #231f20;
  --dark: #231f20;
  --goldenrod: #eebe3a;
  --surface: #f0f3f6;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
}

h2 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.025rem;
  margin-bottom: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  letter-spacing: -.01rem;
  margin-bottom: 24px;
  font-size: 15px;
}

a {
  color: #231f20cc;
  text-decoration: underline;
}

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

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

li {
  background-image: url('../images/carbon_dot-mark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 28px;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.menus-left {
  background-color: #f0f3f6;
  width: 100%;
  position: relative;
}

.hairloss__left {
  flex: 1;
  padding-right: 40px;
}

.nav_desk {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menus {
  flex: 0 auto;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.hairloss__right {
  flex: 1;
}

.mob-contact {
  display: none;
}

.intro__message {
  text-align: center;
  letter-spacing: .2px;
  background-color: #231f20;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
}

.heading {
  cursor: pointer;
}

.heading.accordion-heading {
  color: #351a32;
  letter-spacing: -.5px;
  border-bottom: 0 #ade055;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.tab-lists {
  flex: 1;
  margin-left: 12px;
  margin-right: 12px;
}

.tab-lists.sitemap-margin {
  margin-top: 10px;
  margin-left: 0;
}

.tab-lists.sitemap-margin.no-mar-top {
  margin-top: 0;
  margin-right: 0;
}

.tab-lists.sitemap-margin.no-mar-top.split {
  column-count: 2;
}

.tab-lists.no-pad {
  flex: 0 auto;
  margin-left: 0;
}

.tab-lists.no-pad.hair {
  flex: none;
}

.dropdown__main {
  background-color: #fff0;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
  left: 0;
  right: 0;
}

.phone-ico {
  opacity: .8;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.phone-ico.is--cta.is--whatsappicon.is--desk {
  opacity: 1;
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.divider {
  height: 16px;
}

.accordion-wrapper {
  flex-direction: column;
  max-width: 1000px;
  margin-top: 2rem;
  display: flex;
}

.menu__men__img {
  width: 40px;
  margin-right: 16px;
}

.list-text {
  margin-bottom: 6px;
  line-height: 22px;
}

.phone-wrap {
  border: 2px #eebe3a4d;
  align-items: center;
  margin-right: 16px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.phone-wrap:hover {
  background-color: #0000000d;
}

.menu__link__wrapper {
  justify-content: flex-start;
  display: flex;
}

.menu__link__wrapper.new__cols {
  column-count: 3;
  display: block;
}

.hairloss__mob {
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.div-block-7 {
  margin-right: 40px;
}

.site-link {
  color: #231f20;
  text-decoration: none;
}

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

.dropdown {
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
  position: static;
}

.dropdown.about {
  position: relative;
}

.logo__wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.image-28 {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.navbar {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon {
  opacity: .5;
  margin-right: 10px;
}

.nav_wrapper {
  z-index: 999;
  background-color: #fff;
  position: static;
  top: 0;
}

.nav_wrapper.sticky {
  position: sticky;
}

.dropdown__wrap {
  background-color: #fff;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 36px 44px #231f201a;
}

.dropdown__wrap.condition {
  flex-direction: column;
  width: 510px;
  max-width: none;
  padding: 40px 40px 30px;
}

.dropdown__wrap.about {
  flex-direction: column;
  width: 300px;
  max-width: none;
  margin-left: 350px;
  padding: 40px 40px 30px;
}

.accordion-content {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.accordion-content.inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.treatment-__title {
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 50px;
}

.yel__link {
  color: #eebe3a;
}

.desk-menu-icon {
  color: var(--dark);
  width: 32px;
  margin-right: 16px;
}

.menu-tab {
  display: flex;
}

.headertp {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  background-color: #fff;
  flex: 1;
  width: auto;
  padding: 28px 50px;
  display: block;
}

.nav__mob {
  background-image: linear-gradient(225deg, #f60091, #bb1878);
  display: none;
  overflow: auto;
}

.accordion-minus {
  position: absolute;
  inset: 50% 0% 0% auto;
}

.accordion-minus.plus.search.cont {
  flex: 0 auto;
  width: 16px;
  margin-top: 8px;
  position: static;
}

.accordion-minus.plus {
  inset: 50% 0% 0% auto;
  inset: 50% 0% 0% auto;
  width: 27px;
  inset: 46% 0% 0% auto;
  transform: rotate(180deg);
}

.accordion-minus.plus {
  width: 27px;
  inset: 46% 0% 0% auto;
  transform: rotate(180deg);
}

.accordion-minus.plus.search {
  width: auto;
  position: static;
  transform: rotate(180deg);
}

.accordion-minus.plus.search.cont {
  flex: 0 auto;
  width: 16px;
  margin-top: 8px;
  position: static;
}

.hairloss__flex {
  display: flex;
}

.black-bold {
  color: #fff;
  font-weight: 700;
}

.btn-primary {
  background-color: var(--goldenrod);
  color: #231f20;
  text-align: center;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 18px 40px 17px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.btn-primary:hover {
  background-color: #d6aa32;
}

.btn-primary.hide-desk {
  display: none;
}

.btn-primary.header {
  border: 3px solid var(--goldenrod);
  letter-spacing: 0;
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  transition: all .15s cubic-bezier(.77, 0, .175, 1);
}

.btn-primary.header:hover {
  background-color: #d4a934;
  border-color: #d4a934;
}

.btn-primary.header:active {
  background-color: #dbaf36;
  border-color: #dbaf36;
}

.btn-primary.is--white {
  background-color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
}

.btn-primary.is--ghost--white {
  border: 2px solid #fff;
}

.btn-primary.is--ghost--black {
  background-color: #0000;
  border: 2px solid #231f2066;
}

.btn-primary.is--ghost--black:hover {
  border-color: var(--black);
}

.btn-primary.is--cta--wide {
  flex: 1;
}

.btn-primary.is--link {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  line-height: 21px;
}

.btn-primary.is--link.is--mob--num {
  display: none;
}

.brand-2 {
  float: none;
  clear: none;
  width: 140px;
  display: block;
}

.phone-link-txt {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.menu-title {
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
}

.main-menus {
  display: flex;
}

.nav__dark {
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 45px;
}

.nav__dark.thing {
  color: #231f2099;
  font-weight: 500;
}

.menu-left {
  flex: 1;
}

.cta__wrapper {
  display: none;
}

.dark__nav {
  color: #231f20cc;
  padding-left: 16px;
  padding-right: 32px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  line-height: 100%;
}

.dark__nav:hover {
  color: var(--black);
}

.dark__nav.light {
  color: #231f2080;
  padding-right: 32px;
}

.arrow__menu {
  margin-left: auto;
}

.banner__link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: block;
}

.menu-title-wrap {
  margin-bottom: 32px;
}

.menu-title-wrap.hairloss {
  border-bottom: 3px solid #f0f3f6;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.left-nav {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.deskwhats {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.list {
  align-items: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
  display: flex;
}

.list.hide {
  display: none;
}

.accordion-trigger-new {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-14 {
  margin-right: 24px;
}

.image-14.arrow-size {
  margin-top: 5px;
}

.image-14.arrow-size.nav-arr {
  margin-right: 16px;
}

.nav__light {
  color: #231f20;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 16px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.nav__light:hover {
  color: var(--black);
}

.nav__light.w--current {
  color: var(--black);
  text-decoration: underline;
}

.nav__light.dark {
  color: #231f20;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 600;
}

.nav__light.hide {
  display: none;
}

.menu__accrodian {
  border: 1px solid #cfcdcf;
  margin-bottom: 15px;
  padding: 35px 50px;
  overflow: hidden;
}

.div-block-3 {
  background-color: #eebe3a;
  height: 2px;
}

.phone--icon {
  border: 2px #eebe3a4d;
  align-items: center;
  margin-right: 16px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.phone--icon:hover {
  background-color: #0000000d;
}

.phone--icon.is--cta {
  border-style: solid;
  border-color: #d6d9db;
  padding-top: 24px;
  padding-bottom: 24px;
}

.phone--icon.is--cta.is--whatsapp--desk {
  background-color: #25d366;
  border-color: #25d366;
  border-radius: 2px;
  justify-content: center;
  margin-right: 8px;
  padding: 12px;
}

.phone--icon.is--cta.is--whatsapp--desk:hover {
  background-color: #21ba5a;
  border-color: #21ba5a;
}

.phone--icon.is--cta.is--whatsapp--desk.whatsapp_cta {
  margin-right: 0;
}

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

.tabs-menu {
  flex-direction: column;
  min-width: 340px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-4 {
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.tab-link {
  opacity: .6;
  background-color: #f0f3f6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 18px 32px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

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

.tab-link.w--current {
  opacity: 1;
  color: #231f20;
  background-color: #f0f3f6;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mob__head__right {
  display: none;
}

.about-triggrr {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nav-container {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.banner__left {
  flex: 1;
  width: 55%;
}

.top-secs {
  align-items: center;
  display: flex;
}

.top-secs.hide-mob {
  text-decoration: none;
}

.top-secs.hide-mob.trustpil {
  flex: 0 auto;
  width: 100%;
  margin-right: 8px;
}

.top-secs.hide-tab {
  flex: 1;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}

.banner-top-container {
  background-color: #fff;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px 12px 16px;
}

.banner__right {
  text-align: right;
  flex: 0 auto;
  width: 800px;
  position: relative;
}

.banner__right.cta__area {
  width: 1000px;
}

.banner__ring__top {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.below-banner {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.below-banner.bnr-sec {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.below-banner.bnr-sec.inner-banner {
  padding-bottom: 160px;
}

.grad__overlay {
  background-image: linear-gradient(to right, #f0f3f6, #f0f3f600 68%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner__img__wrap {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.expert-main {
  justify-content: space-between;
  display: flex;
}

.expert-main.no__reviews {
  justify-content: space-around;
  font-family: futura-pt, sans-serif;
}

.container {
  flex-direction: column;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container.bnr {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container.is--topbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container.is--1-1.space--between {
  align-items: start;
}

.container.is--1-1.space--between.reverse.reversed.middle {
  align-items: center;
}

.container.is--midcta {
  text-align: center;
  align-items: center;
}

.container.is--narrow {
  align-items: center;
}

.container.is--1-1 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(100%, 2fr);
  align-items: center;
  display: grid;
}

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

.container.is--1-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.internal__banner__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brn-ring-bottom {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brn-ring-bottom.inner-ring {
  width: 848px;
  inset: auto auto 0%;
}

.brn-ring-bottom.inner-ring.cta__section {
  z-index: 2;
  inset: auto -20% -11% auto;
}

.banner-title {
  color: #231f20;
  letter-spacing: -1.4px;
  width: 90%;
  margin-bottom: 50px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.banner-title.landing {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.banner-title.landing.new__h1 {
  letter-spacing: -1.5px;
  margin-bottom: 64px;
}

.tp-cont {
  max-width: 70%;
  padding-left: 16px;
  position: relative;
}

.tp-cont.others {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}

.tp-cont.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  display: none;
}

.tp-sec-cont {
  color: #231f20;
  letter-spacing: .3px;
  margin-left: 8px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.tp-sec-cont.light {
  color: #231f2080;
}

.right-arrow {
  display: none;
}

.bnr-top {
  z-index: 9;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-nav {
  display: none;
}

.new__banner {
  background-color: #f0f3f6;
  margin-bottom: -160px;
  display: block;
  position: relative;
}

.banner-slider {
  background-color: #ddd0;
  height: auto;
  display: none;
}

.tp-header {
  text-align: center;
  flex: 1;
  width: 100%;
  padding-right: 0;
}

.banner-content {
  z-index: 3;
  width: 100%;
  position: relative;
}

.banner-content.innercont._w-100 {
  flex: 0 auto;
  max-width: none;
}

.banner-content.innercont.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-content.is--centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta__img {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.phone__cta {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.phone__cta.is--white {
  margin-top: 24px;
}

.video__pop {
  margin-top: 40px;
  text-decoration: none;
}

.video__pop.nomarg {
  margin-top: 16px;
}

.video__pop.nomarg.nopad {
  margin-top: 5px;
}

.video__pop.watch--video {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 64px;
}

.ring__cta {
  transform-style: preserve-3d;
  width: 180px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.intro__textblock {
  color: #231f20cc;
  padding: 40px 64px;
  font-size: 15px;
  line-height: 26px;
}

.intro__textblock h2 {
  color: var(--black);
  letter-spacing: -.025rem;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 31px;
}

.intro__textblock.is--content {
  width: 90%;
  padding: 0;
}

.intro__textblock.is--content.is-process p {
  font-size: 14px;
  line-height: 1.6;
}

.intro__textblock.is--content.is-process a {
  color: var(--black);
}

.intro__textblock.is--content li {
  background-image: url('../images/ic_round-check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: .5rem;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.5;
}

.intro__textblock.is--content ul {
  padding-left: 0;
  list-style-type: none;
}

.intro__textblock.content__block {
  padding: 0;
  display: block;
}

.intro__textblock.is--content {
  color: #231f20cc;
  width: 90%;
  padding: 0;
  font-size: 15px;
  line-height: 26px;
}

.intro__textblock.is--content.and--wards {
  width: auto;
}

.intro__textblock.is--content.and--wards p {
  margin-bottom: 0;
}

.intro__textblock a {
  color: #231f20cc;
}

.seo-heading {
  align-items: center;
  display: flex;
}

.seo-heading.area__breadcrumb {
  border-bottom: 1px solid #231f2033;
  max-width: 1330px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.seo-heading.blog__breadcrumb__new {
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 16px 24px;
}

.seo-heading.blog__breadcrumb__new.is-left {
  justify-content: flex-start;
  align-items: center;
}

.head-divide {
  background-color: #231f204d;
  width: 185px;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.head-divide.is--dark {
  background-color: #ffffff4d;
  margin-top: 16px;
}

.below-bnr-left {
  background-color: #fff;
  flex: 1;
  padding: 64px 80px;
}

.below-bnr-left.landing__intro {
  height: 100%;
  padding: 0;
}

.below-bnr-left.latest {
  padding-left: 56px;
  padding-right: 56px;
}

.below-bnr-left.contact {
  padding-top: 56px;
}

.para {
  color: #231f20cc;
  letter-spacing: -.1px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.para.below-bnr-txt {
  line-height: 1.7;
}

.para.call-cont {
  color: #231f20;
  margin-bottom: 16px;
  font-size: 15px;
}

.para.call-cont.phone {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.para.call-cont.phone.is--white {
  color: #ffffffe6;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.para.call-cont.phone.blw-header {
  font-size: 20px;
  font-weight: 700;
}

.para.call-cont.head {
  text-align: left;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
}

.para.simple-ttl {
  max-width: 22ch;
  font-size: 14px;
  line-height: 21px;
}

.para.mb-32.m-32 {
  margin-bottom: 20px;
}

.para.work-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.para.text-align-center.ver-padd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.para ul {
  padding-left: 0;
}

.para li {
  background-image: url('../images/ic_round-check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.para h2 {
  color: var(--black);
}

.para.is--home {
  font-size: 15px;
  line-height: 1.6;
}

.btn-third {
  color: #231f20;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.btn-third:hover {
  background-color: #f0f3f6;
}

.btn-third.is--yellow {
  background-color: #eebe3a;
  transition: all .15s cubic-bezier(.19, 1, .22, 1);
}

.btn-third.is--yellow:hover {
  background-color: #cfa633;
}

.seo {
  align-items: center;
  display: flex;
}

.bread-divide {
  margin-left: 16px;
  margin-right: 16px;
}

.bread-divide.nwdivide {
  margin-left: 12px;
  margin-right: 12px;
}

.trust__cta {
  text-align: left;
  margin-left: -6%;
  display: flex;
}

.trust__cta.hide {
  display: none;
}

.new__topcta.with--img {
  background-color: #0000;
}

.new__topcta.with--img.img__margin {
  background-image: linear-gradient(#231f2000 19%, #231f20 55%);
  padding: 200px 48px 32px;
  position: relative;
}

.seo-txt {
  color: #231f20ab;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.seo-txt.landing__new {
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.free-consultation-ttl {
  color: #231f20;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.free-consultation-ttl.mb-24.is--white {
  color: #fff;
  font-family: futura-pt, sans-serif;
}

.free-consultation-ttl.mb-24 {
  font-family: futura-pt, sans-serif;
}

.play__icon {
  width: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.play__icon.size--32 {
  width: 50px;
  bottom: 42%;
}

.call-user {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.call-user.is--opacity {
  opacity: .6;
}

.brd-btm {
  z-index: 9;
  border-bottom: 1px solid #231f201a;
  position: relative;
}

.brd-btm.no-brd-mob {
  color: #000c;
}

.brd-btm.top-bg.nobord {
  border-bottom-style: none;
}

.header__cta {
  z-index: 1;
  width: 35%;
  position: relative;
}

.service--hero {
  max-width: 17ch;
}

.service--banner {
  padding-top: 180px;
  padding-bottom: 161px;
}

.logo--div {
  background-color: #231f2033;
  width: 1px;
  height: 48px;
  margin-left: 2rem;
}

.top--bar {
  background-color: var(--surface);
  justify-content: center;
  height: 32px;
  display: flex;
}

.topbar--icon {
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.topbar--link {
  color: var(--black);
  align-items: center;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.topbar--link.is--white {
  color: #fff;
}

.topbar--link.is--white.is--cta--block {
  margin-top: 1rem;
  font-size: 16px;
}

.topbar--link.is--whatsapp {
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.country--flag {
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.section--padd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section--padd.grey--bg.is--innercta {
  padding-top: 9.9rem;
  overflow: hidden;
}

.section--padd.no--top {
  padding-top: 5rem;
}

.section--padd.has--bgshape {
  background-image: url('../images/Frame-369.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section--padd.has--bgshape.bg-grey {
  background-color: #f9f9f9;
}

.section--padd.trustpilot {
  padding-top: 0;
}

.section--padd.is--surface--bg {
  background-color: var(--surface);
}

.section--padd.is--surface--bg.hide {
  display: none;
}

.section--padd.is--midcta {
  background-color: #eebe3a;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section--padd.grey--bg {
  background-color: #f0f3f6;
}

.section--padd.before--after {
  padding-bottom: 2rem;
}

.header--unline--wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading--underline {
  background-color: var(--goldenrod);
  width: 50%;
  height: 2px;
}

.before--after--grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.before--after--grid.is--2col {
  grid-template-columns: 1fr 1fr;
}

.before--after--grid.is--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.beforeafter__link {
  margin-bottom: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

.beforeafter__link.is--new {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.beforeafter__link.is--bigger {
  flex: 1;
  max-width: 100%;
  margin-left: 4px;
  margin-right: 4px;
}

.beforeafter__link.is--bigger.flexed {
  flex: 0 auto;
  margin-bottom: 24px;
}

.beforeafter__preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.aesthetics-slider {
  background-color: #ddd0;
  width: auto;
  height: auto;
}

.slide__before {
  text-align: left;
  object-fit: cover;
  width: 100%;
  margin-bottom: -23px;
  display: block;
}

.slide__before.height--50 {
  max-height: 500px;
  margin-bottom: 0;
}

.slide__before.auto-width {
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-4 {
  opacity: .5;
  justify-content: flex-end;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

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

.left-arrow-4 {
  opacity: .5;
  align-items: center;
  margin-left: 0;
  padding-left: 24px;
  display: flex;
}

.left-arrow-4:hover {
  opacity: 1;
}

.before-after-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -23px;
  display: block;
  position: relative;
}

.image.no-mar {
  margin-bottom: 0;
}

.slide-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.before-after {
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.prev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.benefits__bulletwrap {
  background-color: var(--surface);
  padding: 5rem;
}

.benefits__bulletwrap.is-white {
  background-color: #fff;
}

.benefits__bulletwrap.less-pad {
  padding: 2rem;
}

.check--list--li {
  color: var(--black);
  background-image: url('../images/bx_check-circle.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 48px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  list-style-type: none;
}

._1-3--col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process--block {
  background-color: var(--surface);
  padding: 2.5rem;
}

.check--icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  margin-bottom: 2rem;
  display: flex;
}

.process-heading {
  height: 58px;
  margin-bottom: 1.5rem;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1--heading {
  letter-spacing: -.03rem;
  margin-bottom: 2rem;
  font-family: futura-pt, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

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

.button--row.is--60 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.button--row.is--60.is--coloumn {
  flex-direction: column;
}

.button--row.is--60 {
  flex-direction: row;
  width: 60%;
}

.button--row.is--60.is--centered {
  justify-content: center;
}

.watch-vid-cont {
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cont {
  flex: 1;
  align-self: stretch;
}

.cont._w-100 {
  align-self: stretch;
  max-height: none;
}

.cont._w-100.pos-sticky {
  position: sticky;
  top: 120px;
}

.cont.content-sec-left {
  padding-right: 80px;
}

.cont.content-sec-left.result-1 {
  padding-right: 0;
}

.cont.top-section {
  flex: 0 auto;
  padding-left: 40px;
}

.cont.top-section.sam__sec {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 80px;
}

.cont.content-sec-right {
  padding-left: 80px;
}

.cont.content-sec-right.result-1 {
  padding-right: 0;
}

.cont.img-sticky {
  position: sticky;
  top: 120px;
}

.cont.is-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-5 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.vid-ico {
  margin-bottom: 8px;
}

.content-main {
  align-items: flex-start;
  display: flex;
}

.content-main.inner-section.left-cont {
  align-items: center;
}

.content-main.inner-section.left-cont.results {
  width: auto;
}

.content-main.inner-section.left-cont.results.fue-copy {
  margin-top: 0;
  padding-right: 0;
}

.content-main.inner-section.left-cont.middle {
  flex-direction: row;
  align-items: center;
}

.content-main.inner-section.right-cont {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.h3--heading {
  letter-spacing: -.02rem;
  margin-bottom: 1rem;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.acc-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-trigger {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.acc-user {
  align-items: center;
  display: flex;
}

.accordion-item {
  margin-bottom: 15px;
  padding: 35px 50px;
  overflow: hidden;
}

.accordion-item.search {
  background-color: #f0f3f6;
  border-width: 0;
  margin-bottom: 16px;
  padding: 40px 32px;
  display: none;
}

.accordion-item.search.faq {
  background-color: var(--surface);
  cursor: pointer;
  padding: 40px 48px;
  display: block;
}

.accordion-item.search.faq:hover {
  background-color: #f0f3f680;
}

.accordion-item.cont-tab {
  background-color: #fff;
  border: 1px solid #d6d9db;
  padding: 24px 32px;
}

.ttl {
  color: #231f20;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.ttl.cont-tab-ttl {
  letter-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.ttl.team {
  text-align: center;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1;
}

.ttl.cont-tab-ttl {
  letter-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.ttl.is--faq {
  font-size: 20px;
  line-height: 26px;
}

.award-win-main {
  background-color: #fff;
  align-items: center;
  width: auto;
  max-width: 420px;
  padding: 10px 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.award-win-main.review__tab {
  z-index: 9;
  border-bottom: 0 solid #231f201a;
  width: 70%;
  max-width: none;
  padding-left: 40px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.award-win-main.review__cta__new {
  z-index: 9;
  border-bottom: 0 solid #231f201a;
  width: 100%;
  max-width: none;
  padding-left: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.award-win-main.below {
  z-index: 9;
  border-bottom: 0 solid #231f201a;
  justify-content: center;
  width: 100%;
  max-width: 60%;
  padding-top: 16px;
  padding-bottom: 16px;
  left: auto;
}

.phone__cta-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.tp-embed {
  flex: 1;
}

.tp-embed.cta__embed_tp {
  text-align: center;
  width: 100%;
}

.tp-embed.cta__embed_tp.hide {
  display: none;
}

.container-2 {
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-2.bnr {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-2.bnr.blog-brn {
  margin-bottom: 24px;
}

.container-2.sam-flex {
  flex-wrap: wrap;
  display: flex;
}

.container-2.mobile-cont.home {
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.container-2.mobile-cont.home.hide {
  display: none;
}

.container-2.mobile-cont.speak-contain {
  margin-bottom: 100px;
}

.container-2.blog {
  max-width: 1300px;
}

.container-2.blog.blog__page {
  background-color: #fff;
}

.container-2.contact {
  max-width: 1300px;
}

.container-2.bnr {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-2.before__after {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2.is--lasergrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.container-2.is--lasergrid.top--marg {
  margin-top: 64px;
}

.container-2.kiran--flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brn-ring-bottom-2 {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.brn-ring-bottom-2.inner-ring {
  width: 848px;
  inset: auto auto 0%;
}

.brn-ring-bottom-2.inner-ring.cta__section {
  inset: auto 0% -19% auto;
}

.brn-ring-bottom-2.inner-ring.right {
  left: auto;
  right: 0;
}

.banner-title-2 {
  color: #231f20;
  letter-spacing: -.08rem;
  width: 90%;
  margin-bottom: 2rem;
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.banner-title-2.cta__heading {
  max-width: 16ch;
}

.below-btns {
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.btn-primary-2 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary-2:hover {
  background-color: #d6aa32;
}

.btn-primary-2.blw {
  margin-right: 24px;
}

.btn-primary-2.ghost {
  background-color: #0000;
  border: 2px solid #eebe3a;
}

.btn-primary-2.ghost:hover {
  background-color: #eebe3a;
}

.btn-primary-2.booking {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  margin-right: auto;
  padding: 18px 60px;
  display: block;
}

.blw-divide {
  background-color: #231f201a;
  width: 143px;
  height: 1px;
  margin-bottom: 48px;
}

.rating-wrap {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rating-wrap.symbol__wrap {
  margin-bottom: 4px;
}

.div-block-34 {
  margin-bottom: 16px;
  display: flex;
}

.div-block-34.no-mar-btm {
  margin-bottom: 0;
}

.new__banner__footer-copy {
  background-color: #f0f3f6;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.tp--slider--content {
  align-self: center;
  margin-top: 2.5rem;
}

.accordion-wrapper-2 {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.accordion-wrapper-2.hide-desk {
  display: none;
}

.area-contact {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.country-flag {
  width: 16px;
  margin-right: 16px;
}

.accordion-trigger-2 {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.cpd {
  width: 72px;
}

.ftr-cont {
  justify-content: space-between;
  display: flex;
}

.area-ttl-txt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.ftr-left-cont {
  flex: 1;
  align-items: center;
  display: flex;
}

.ftr-right-cont {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.areas-title-main {
  margin-bottom: 46px;
  display: flex;
}

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

.academy--text {
  max-width: 20ch;
  font-weight: 500;
}

.ftr-iso {
  background-color: #f0f3f60d;
  align-items: center;
  max-width: 330px;
  margin-right: 16px;
  padding: 10px 20px;
  display: flex;
}

.ftr-awward {
  justify-content: flex-end;
  display: flex;
}

.area-ttl {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.isod {
  margin-left: 8px;
}

.academy--logo {
  width: 100px;
  margin-bottom: 8px;
}

.address__icon {
  opacity: .6;
  margin-right: 8px;
}

.address__icon:hover {
  opacity: 1;
}

.link-2 {
  color: #ffffffb3;
  text-decoration: none;
}

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

.footer__sticky {
  z-index: 99999;
  text-align: center;
  background-color: #0009;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: sticky;
  inset: auto 0% 0;
}

.iso-link {
  color: #fffc;
}

.areas-cont {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 56px;
  display: flex;
}

.areas-cont.hide-mod {
  flex-direction: row;
  padding-bottom: 40px;
}

.area-address {
  color: #ffffffb3;
  flex: 1;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.area-address.copy {
  margin-bottom: 0;
  font-size: 11px;
}

.area-address.bl-ftr {
  margin-bottom: 0;
  font-size: 12px;
}

.footer-main-wrapper {
  background-color: #231f20;
  padding-top: 8.1rem;
}

.este--training {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff14;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.este--training:hover {
  background-color: #ffffff26;
}

.este--training.is--mobile {
  display: none;
}

.area {
  flex: 0 auto;
  width: 25%;
  margin-left: 0;
}

.area.home_only {
  width: 43%;
  margin-top: 8px;
}

.area.home_only.mobile {
  display: none;
}

.ttl-div {
  background-color: #eebe3a;
  width: 70px;
  height: 2px;
}

.ftr-below {
  padding: 32px 0;
}

.awward-txt {
  color: #f0f3f6cc;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.accordion-item-2 {
  border: 1px solid #cfcdcf;
  margin-bottom: 15px;
  padding: 25px 50px;
  overflow: hidden;
}

.areas-top {
  border-bottom: 1px solid #f0f3f61a;
}

.disclaimer {
  color: #ffffffb3;
  background-color: #ffffff14;
  flex: 1;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 16px 24px;
  font-size: 13px;
  line-height: 1.4;
}

.footer__small {
  align-self: center;
}

.right-arrow-5 {
  justify-content: flex-end;
  align-items: center;
  margin-right: -28px;
  display: flex;
}

.left-arrow-5 {
  align-items: center;
  margin-left: -28px;
  display: flex;
}

.slide-wrapper-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.secpad.brd-btm {
  letter-spacing: -.1px;
  border-bottom: 1px solid #231f201a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secpad.brd-btm.eyes-background {
  background-color: #f0f3f6;
}

.secpad.gradient.first {
  padding-bottom: 20px;
}

.secpad.gradient.first.intro {
  padding-top: 0;
  padding-bottom: 64px;
}

.secpad.gradient.first.intro.is--grey {
  background-color: #f0f3f6;
  padding-top: 64px;
}

.secpad.no--top {
  padding-top: 0;
}

.secpad.brd-btm {
  border-bottom: 1px solid #231f201a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secpad.is--surface {
  background-color: var(--surface);
}

.secpad.is--surface.hide--overflow {
  overflow: hidden;
}

.secpad.is--gradient {
  background-image: linear-gradient(#f0f3f600, #f0f3f6);
}

.secpad.hide {
  display: none;
}

.gallery19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery19_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.before__heading {
  color: #231f20;
  margin-bottom: 48px;
}

.before__heading.bigheading {
  font-size: 30px;
  line-height: 37px;
}

.section-gallery19 {
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 2rem;
}

.gallery19_arrow {
  background-color: #f0f3f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery19_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.link-block-6 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.gallery19_mask {
  width: 25%;
  overflow: visible;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-vertical.padding-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gallery19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 32px;
}

.gallery19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.text-align-center.mb-20 {
  margin-bottom: 10px;
}

.right-img {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.right-img.sticky {
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 140px;
}

.cont-slider {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cont-slider.hide {
  display: none;
}

.cont-slider.no-top-padding {
  padding-top: 0;
}

.lightbox__vid {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lightbox__vid.botox {
  flex: 1;
}

.lightbox__vid.alopecia {
  align-items: stretch;
}

.play__overlay {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.play__overlay.is--lightbox {
  margin-left: auto;
  margin-right: auto;
}

.play__overlay.is--smaller {
  width: 15%;
}

.beforeafter__lightbox {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.beforeafter__lightbox.is--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.shaped--img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.shaped--img.botox--img {
  flex: 1;
  align-self: stretch;
}

.shaped--img.alopecia {
  height: 550px;
}

.main-title {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.main-title.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.main-title.left {
  margin-top: 0;
  margin-right: 0;
}

.main-title.left.esteintro {
  letter-spacing: -1px;
  max-width: 19ch;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.main-title.centered.narrow {
  letter-spacing: -.3px;
  max-width: 25ch;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap {
  padding-right: 160px;
}

.title-wrap.mb-32 {
  padding-right: 0;
}

.btn-secondary {
  color: #231f20;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #d6d9db;
  padding: 18px 50px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  overflow: visible;
}

.btn-secondary:hover {
  background-color: #f0f3f6;
}

.btn-secondary.mp-20 {
  margin-top: 20px;
}

.btn-secondary.ml-50 {
  margin-left: 60px;
}

.div-block-35 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-35.innersection {
  flex-direction: column;
  display: block;
}

.para-contant-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.introdiv {
  padding-left: 100px;
}

.introdiv.left-cont {
  text-align: left;
  flex-flow: column wrap;
  align-items: flex-start;
  height: 100%;
  padding-left: 24px;
  display: flex;
}

.introdiv.left-cont.center {
  justify-content: center;
  align-items: flex-start;
}

.watch-video {
  align-items: center;
  display: flex;
}

.seo-icom {
  margin-right: 12px;
}

.accordion-wrapper-3 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.slide-wrapper-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.seo-txt-2 {
  color: #231f20ab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.seo-txt-2.landing__new {
  letter-spacing: .3px;
  font-size: 13px;
  font-weight: 400;
}

.about-dermal {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.seo-icon {
  color: #eebe3a;
  margin-right: 12px;
}

.rated--excellent {
  width: 180px;
  position: absolute;
  inset: auto 5% 0% auto;
  transform: translate(0, 50%);
}

.rated--excellent.hide {
  display: none;
}

.section--padd-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section--padd-2.grey--bg {
  background-color: #f0f3f6;
}

.section--padd-2.grey--bg.is--home {
  padding-top: 11rem;
  padding-bottom: 7rem;
}

.section--padd-2.surface--bg {
  background-color: var(--surface);
}

.section--padd-2.hide {
  display: none;
}

.btn-primary-3 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 18px 40px 17px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary-3:hover {
  background-color: #d6aa32;
}

.btn-primary-3.is--ghost--black {
  background-color: #0000;
  border: 2px solid #231f2066;
}

.btn-primary-3.is--ghost--black:hover {
  border-color: #231f20;
}

.btn-primary-3.is--ghost--black.is--left {
  align-self: flex-start;
}

.btn-primary-3.is--ghost--black.is--mobile--number {
  display: none;
}

.seo--home {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.seo-txt-3 {
  color: #231f20b3;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.treatment__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home--service--wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.condition__treatment {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.treatment__conditions {
  border: 1px solid #231f2033;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.treatment__conditions:hover {
  border-color: #231f20;
}

.treatment__arro {
  margin-right: 24px;
  position: absolute;
  inset: auto 0% auto auto;
}

.treatment__titlewrapper {
  align-items: center;
  width: 70%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.div-block-56 {
  width: 30%;
  min-height: 100px;
  position: relative;
}

.sam__home {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.thinner {
  font-weight: 500;
}

.sam__home__wrap {
  position: relative;
}

.intro__line {
  background-color: #eebe3a;
  width: 40px;
  height: 3px;
  margin-top: 0;
}

.intro__wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  width: 70%;
  margin-bottom: 24px;
  display: flex;
}

.people-acc-ttl {
  color: #231f20;
  max-width: 40ch;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.sam__name {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #231f20;
  background-color: #fffc;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.award__sec {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
}

.intro__small {
  font-size: 14px;
  font-weight: 400;
}

.content--wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content--img {
  width: 100%;
}

.content--img.is--sticky {
  position: sticky;
  top: 160px;
}

.content--img.is--ep {
  object-fit: cover;
  object-position: 50% 100%;
  max-height: 600px;
}

.tp-slider {
  width: 100%;
}

.tp-slider.result__sec {
  margin-top: 40px;
}

.insta__feed {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  background-color: #eebe3a1a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 48px 40px;
  display: flex;
}

.insta__feed.hide {
  display: none;
}

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

.insta__link {
  z-index: 1;
  color: #fff;
  background-color: #231f20;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: translate(0, 50%);
}

.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.gtm {
  height: 0;
  overflow: hidden;
}

.brn-ring-top {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-title-3 {
  color: #231f20;
  letter-spacing: -1.4px;
  width: 90%;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.banner-title-3.align-center {
  text-align: center;
}

.banner-title-3.landing {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.banner-title-3.landing.new__h1 {
  letter-spacing: -1.5px;
  margin-bottom: 64px;
}

.banner-title-3.landing.new__h1.blogh1 {
  width: 100%;
  margin-bottom: 32px;
}

.banner-img {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.banner {
  background-color: #f0f3f6;
  min-height: auto;
  display: block;
  position: relative;
}

.banner.inner {
  min-height: auto;
  margin-bottom: -120px;
  overflow: hidden;
}

.brn-img {
  justify-content: flex-end;
  align-items: center;
  width: 680px;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
}

.below-banner-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.below-banner-2.bnr-sec {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.below-banner-2.bnr-sec.inner-banner {
  padding-bottom: 160px;
}

.below-banner-2.bnr-sec.inner-banner.new__blog {
  padding-top: 100px;
}

.below-banner-2.blog {
  align-items: flex-start;
}

.banner-gradient {
  object-fit: none;
  background-image: linear-gradient(to right, #f0f3f6, #fff0 50%);
  position: absolute;
  inset: 0%;
}

.collection-list {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.btn-third-2 {
  color: #231f20;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 18px 50px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.btn-third-2:hover {
  background-color: #f0f3f6;
}

.btn-third-2.read-more {
  background-color: #f0f3f6;
  width: 100%;
}

.btn-third-2.read-more:hover {
  background-color: #d6d9db;
}

.btn-third-2.read-more.post-btn {
  text-align: left;
  letter-spacing: .4px;
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
}

.btn-third-2.read-more.post-btn.new-post {
  width: auto;
  margin-right: auto;
  padding-top: 8px;
  font-weight: 500;
}

.below-bnr-right {
  background-color: #eebe3a;
  width: 100%;
  max-width: 408px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.call-section-wrap {
  padding-bottom: 64px;
}

.call-section-wrap.pb-32 {
  padding-bottom: 32px;
}

.call-section-wrap.pb-32.tab {
  border: 0 solid #000;
  margin-bottom: 0;
}

.collection-list-wrapper {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.header__cta-2 {
  width: 35%;
}

.header__cta-2.only-mob {
  display: none;
}

.empty-state {
  background-color: #f0f3f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-blw-rate {
  background-color: #f0f3f6;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.collection-item {
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.new__banner-2 {
  background-color: #f0f3f6;
  margin-bottom: -116px;
  display: block;
  position: relative;
}

.blog-content {
  color: #231f20cc;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.blog-content.new__content {
  width: 100%;
  margin-bottom: 40px;
}

.blog-content.new__content p {
  line-height: 1.8;
}

.blog-content.new__content h2 {
  color: var(--black);
}

.blog-content.new__content ul {
  margin-bottom: 32px;
}

.blog-content.new__content li {
  background-position: 0 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4;
  list-style-type: none;
}

.blog-content.new__content a {
  color: var(--black);
}

.blog-content.new__content figcaption {
  font-size: 12px;
  line-height: 1.4;
}

.blog-content.new__content h3, .blog-content.new__content h4 {
  color: var(--black);
}

.blog-content.new__content figure {
  margin-bottom: 20px;
}

.blog-content.new__content ol {
  list-style-type: disc;
}

.publish-ttl {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.related__title {
  padding-left: 16px;
}

.pub-on {
  align-items: center;
  display: flex;
}

.blog__stats {
  color: #231f2099;
  border-bottom: 1px solid #231f201a;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
}

.blog__sticky {
  position: sticky;
  top: 140px;
}

.blog__left {
  width: 70%;
  padding: 0 80px 48px;
}

.new__blog__banner {
  background-color: #fff;
  flex-wrap: wrap;
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.blog__share {
  justify-content: space-between;
  display: flex;
}

.blog__img {
  object-fit: cover;
  border-radius: .8rem;
  width: 100%;
  max-height: 400px;
  margin-bottom: 16px;
}

.publish-cont {
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 14px;
  line-height: 20px;
}

.blog__right {
  width: 30%;
  padding-right: 32px;
}

.date-txt {
  color: #231f20b3;
  letter-spacing: .2px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.post-title {
  color: #231f20;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: auto;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.post-title.related {
  font-size: 20px;
}

.post-img {
  object-fit: cover;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  width: 100%;
  height: 240px;
  max-height: 340px;
}

.post-img.related {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  height: 200px;
}

.date-main {
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.date-main.related {
  margin-top: 16px;
}

.post {
  border: 1px solid #231f204d;
  border-radius: .8rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 24px;
  margin-right: 16px;
  text-decoration: none;
  display: flex;
}

.post:hover {
  border-color: #231f20cc;
}

.post.related {
  border-style: none;
  border-radius: 1rem;
}

.post-cont {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 24px 32px;
  display: flex;
}

.post-cont.related {
  background-color: #f0f3f666;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.beforeafter__preview-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.beforeafter__preview-2._100h {
  object-fit: cover;
  height: 100%;
}

.beforeafter__link-2 {
  margin-bottom: 8px;
}

.beforeafter__link-2.is--bigger {
  flex: 1;
  max-width: 100%;
  margin-left: 4px;
  margin-right: 4px;
}

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

.calendar__icon {
  margin-bottom: 2px;
  position: relative;
}

.new__banner-3 {
  background-color: #f0f3f6;
  margin-bottom: -100px;
  display: block;
  position: relative;
}

.new__banner-3.is--nomarg {
  margin-bottom: 0;
}

.service--hero-2 {
  max-width: 17ch;
}

.service--hero-2.no--marg {
  margin-bottom: 0;
}

.service--hero-2.text-align-center {
  text-align: center;
}

.service--banner-2 {
  padding-top: 180px;
  padding-bottom: 161px;
}

.service--banner-2.is--less {
  padding-top: 140px;
  padding-bottom: 100px;
}

.gallery9_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery9_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery9_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery9_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.new__form {
  flex-flow: column wrap;
  justify-content: space-between;
  display: flex;
}

.form__left {
  width: 100%;
}

.greatday {
  font-size: 20px;
  font-weight: 500;
}

.success-message {
  text-align: left;
  background-color: #b3f3cc80;
  padding: 40px;
}

.clinics__flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.bold-text-6 {
  font-size: 20px;
}

.form--input {
  color: #231f20;
  border: 1px solid #000;
  border-radius: 3px;
  flex: 1;
  height: 48px;
  margin-bottom: 1rem;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.form--input:hover {
  border-color: #231f2099;
}

.form--input:focus {
  border-color: #eebe3a;
}

.form--input::placeholder {
  color: #231f20cc;
}

.form--input.textarea {
  min-height: 120px;
}

.form--input.selectdropdown {
  min-height: 64px;
}

.form--input.is-call {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.underline {
  text-decoration: underline;
}

.heading__success {
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.4;
}

.nice-day {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.4;
}

.bold-text-5 {
  font-weight: 400;
  line-height: 1.4;
}

.cta--whatsapp--contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.award__sec-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 2px solid #eebe3a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 32px;
  display: flex;
}

.award--img {
  text-align: center;
  object-fit: contain;
  height: 110px;
}

.award--img.is--home {
  border-radius: 100px;
  width: 160px;
  height: auto;
}

.sam__name-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #231f20;
  background-color: #fffc;
  flex-direction: column;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

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

.link-block-7 {
  position: relative;
}

.treatment--name {
  color: #131112;
  text-align: center;
  position: absolute;
  inset: 15% 10% auto;
}

.button-tertiery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-tertiery.is--serviceblock {
  height: 0;
  position: absolute;
  inset: auto 0% 25% -6%;
  overflow: visible;
}

.is--button {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.arrow--button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 2px;
}

.image-29 {
  width: 100%;
  height: 100%;
}

.blog2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-regular {
  color: var(--black);
  height: 90px;
  font-size: 1rem;
}

.blog2_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog2_title-link {
  color: var(--black);
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog2_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.button-link {
  color: #272222;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog2_item {
  text-align: center;
  border: 1px solid #0003;
  border-radius: 8px;
  text-decoration: none;
}

.blog2_button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  display: flex;
}

.blog1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

._100w {
  width: 100%;
}

.inc__label {
  letter-spacing: .2px;
  margin-bottom: -33px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.mobile-menu-title-wrap {
  margin-bottom: 32px;
}

.mobile-menu-title-wrap.hairloss {
  border-bottom: 3px solid #f0f3f6;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.recaptcha {
  margin-bottom: 1em;
}

.thank--you-sec {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2;
}

.meet-team {
  text-align: center;
  background-color: #fff;
  flex: 1;
  padding: 64px 40px;
}

.content-main-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content--img-2 {
  object-fit: contain;
  width: 50%;
  max-height: 800px;
  overflow: visible;
}

.intro__textblock-2 {
  padding: 40px 64px;
  line-height: 1.8;
}

.intro__textblock-2.content__block--intro {
  margin-bottom: 24px;
  padding: 0;
  font-size: 15px;
  line-height: 26px;
}

.intro__textblock-2.content__block {
  width: 50%;
  padding: 0;
}

.intro__textblock-2.content__block.is--right {
  padding-left: 100px;
}

.intro__textblock-2.content__block.is--left {
  padding-right: 100px;
}

.intro__textblock-2.content__block.is--left ul {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: grid;
}

.intro__textblock-2 ol {
  padding-left: 0;
  list-style-type: none;
}

.intro__textblock-2 h4 {
  color: #231f20;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.intro__textblock-2 h2 {
  color: #231f20;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.intro__textblock-2.new__area__intro {
  flex: 1;
  padding-right: 6%;
}

.intro__textblock-2.no-pad-btm {
  padding-bottom: 16px;
}

.intro__textblock-2.no-pad {
  padding-top: 0;
}

.intro__textblock-2 a {
  color: #231f20;
}

.intro__textblock-2 ul {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  padding-left: 0;
  list-style-type: disc;
  display: grid;
}

.intro__textblock-2.content__block--intro {
  margin-bottom: 24px;
  padding: 0;
}

.intro__textblock-2 p {
  color: #231f20cc;
  font-size: 15px;
}

.intro__textblock-2.readmore {
  padding-top: 0;
}

.intro__textblock-2 li {
  color: #231f20cc;
  background-image: url('../images/ic_round-check.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: none;
}

.content--50--wrap {
  width: 50%;
}

.content--50--wrap.is--left {
  padding-right: 100px;
}

.content--50--wrap.is--right {
  padding-left: 100px;
}

.accordion-item-3 {
  border: 1px solid #cfcdcf;
  margin-bottom: 15px;
  padding: 35px 50px;
  overflow: hidden;
}

.accordion-item-3.cont-tab {
  background-color: #fff;
  border-color: #d6d9db;
  padding: 24px 32px;
}

.link-block-8 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.left-img {
  justify-content: flex-start;
  display: block;
}

.story-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.main-title-2 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-2.text-center.suc-story {
  margin-bottom: 16px;
}

.main-title-2.text-center.mb-32 {
  margin-top: 0;
  font-size: 56px;
  line-height: 64px;
}

.underline--heading {
  background-color: #eebe3a;
  width: 80px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
}

.influencer__handle {
  letter-spacing: .2px;
  margin-bottom: 12px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.influencer__treatment {
  color: #231f20;
  letter-spacing: .1px;
  text-transform: capitalize;
  background-color: #eebe3a;
  border-radius: 5px;
  margin-top: auto;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.insta-slide {
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 420px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.insta-slide:hover {
  border-color: #231f20;
  transform: translate(0, -10px);
}

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

.influecer__heading {
  margin-bottom: 8px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.instaimages {
  flex-wrap: nowrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.insta__content__wrap {
  color: #fff;
  background-image: linear-gradient(#231f2000, #000);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 16px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.insta__img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.readmore {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.readmore--text {
  margin-top: 1rem;
}

.story--photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 800px;
}

.story--photo.is--area {
  object-fit: cover;
  object-position: 50% 40%;
  height: 100%;
}

.story--photo.is--full {
  object-fit: cover;
  height: 100%;
  max-height: 640px;
}

.div-block-29 {
  height: 16px;
}

.tab-txt {
  font-size: 14px;
  line-height: 28px;
}

.ttl-and-search {
  padding-left: 120px;
  padding-right: 120px;
}

.ttl-and-search.bene-ttl {
  padding-left: 180px;
  padding-right: 180px;
}

.ttl-and-search.bene-ttl.faq {
  padding-left: 0;
  padding-right: 0;
}

.ttl-and-search.bene-ttl.faq.types {
  padding-left: 40px;
  padding-right: 40px;
}

.video-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 60px;
  display: flex;
}

.video-wrapper.has--stories {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-30 {
  margin-right: 24px;
}

.acc-title-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.accordion-item-4 {
  border: 1px solid #cfcdcf;
  margin-bottom: 15px;
  padding: 35px 50px;
  overflow: hidden;
}

.accordion-item-4.cont-tab {
  background-color: var(--surface);
  border-color: #d6d9db;
  padding: 24px 32px;
}

.play__icon-2 {
  width: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.story--lightbox {
  width: 100%;
  position: relative;
}

.story--lightbox.is--area {
  height: 560px;
}

.story--lightbox.is--sticky {
  position: sticky;
  top: 120px;
}

.chris--contentwrap {
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tab-list-cont {
  margin-bottom: 24px;
  display: flex;
}

.watch-video-main {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
  position: static;
  inset: 0%;
}

.watch-video-main.hide {
  display: none;
}

.is--heading {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
}

.faqs {
  padding-left: 148px;
  padding-right: 148px;
}

.btn-primary-4 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary-4:hover {
  background-color: #d6aa32;
}

.btn-primary-4.less-mar.fullwidth {
  justify-content: center;
  display: flex;
}

.btn-primary-4.less-mar.fullwidth.is--story {
  padding-left: 32px;
}

.btn-primary-4.less-mar.fullwidth.is--story.is--abs {
  position: absolute;
}

.btn-primary-4.less-mar.fullwidth.is--story.is--abs.hide {
  display: none;
}

.btn-primary-4.ghost {
  background-color: #0000;
  border: 2px solid #eebe3a;
}

.btn-primary-4.ghost:hover {
  background-color: #eebe3a;
}

.btn-primary-4.is--kiran {
  margin-top: 24px;
}

.para-2 {
  color: #231f20d9;
  letter-spacing: -.1px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.para-2.mb-32 {
  font-size: 15px;
}

.para-2.mb-32.text-center {
  margin-bottom: 20px;
}

.para-2.mb-32.text-center.faq-text {
  color: #231f20cc;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 27px;
}

.para-2.speak-desc {
  color: #231f20;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.para-2.mb-24.test-cont {
  font-size: 14px;
  line-height: 28px;
}

.para-2.below-bnr-txt {
  line-height: 1.7;
}

.para-2.pricing--desc {
  color: #231f20;
  text-align: center;
  max-width: 55ch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.5;
}

.para-2.work-desc {
  font-weight: 400;
}

.para-2.marbot {
  margin-bottom: 40px;
}

._1-2--col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: ". Area Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1-2--col.mt-20 {
  margin-top: 40px;
}

.main-titles {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-titles.text-center.suc-story {
  margin-bottom: 16px;
}

.main-titles.text-center.mb-32 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 45px;
}

.main-titles.text-center.mb-50 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 33px;
  line-height: 45px;
}

._1-1--col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1-1--col.mb--20 {
  margin-bottom: 20px;
}

.black--link {
  color: var(--black);
}

.sticky-img {
  margin-top: 0;
  position: sticky;
  top: 100px;
}

.text-block {
  font-weight: 500;
  line-height: 17px;
}

.adrres--info, .number--info {
  font-weight: 400;
  line-height: 17px;
}

.more--about--us--btn {
  color: var(--black);
  background-color: #0000;
  border: 2px solid #231f2066;
  padding: 18px 30px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.text-center {
  text-align: center;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
}

.award__wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.award__wrapper.hide {
  display: none;
}

.award__block {
  color: #231f20;
  background-color: #fff;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 23.7%;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 20px 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.award__block:hover {
  border-color: #231f204d;
}

.award--sep {
  background-color: #231f2033;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.award--grid--wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.award--winning--block {
  background-color: var(--white);
  text-align: center;
  padding: 20px 27px;
  text-decoration: none;
}

.award--winning--block:hover {
  border: 1px solid #231f204d;
}

.about--award {
  color: #231f20e6;
  text-align: left;
}

.div-block-61 {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta--id {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  text-decoration: none;
  display: flex;
}

.image-31 {
  margin-right: 8px;
}

.insta--review--block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.btm-cta-divider {
  background-color: #231f201a;
  width: 143px;
  height: 1px;
  margin-top: 57px;
  margin-bottom: 45px;
}

.area-contact-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.ftr-below-2 {
  padding: 32px 0 16px;
}

.div-block-63 {
  height: 16px;
}

.accordion-wrapper-4 {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.accordion-wrapper-4.hide-desk {
  display: none;
}

.div-block-72 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  display: flex;
}

.area-ttl-txt-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.accordion-trigger-3 {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer__sticky-2 {
  z-index: 99999;
  text-align: center;
  background-color: #0009;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: sticky;
  inset: auto 0% 0;
}

.este--training-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff14;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.este--training-2:hover {
  background-color: #ffffff26;
}

.este--training-2.is--mobile {
  display: none;
}

.footer-main-wrapper-2 {
  background-color: #231f20;
}

.areas-title-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.brand-3 {
  float: none;
  clear: none;
  width: 140px;
  display: block;
}

.below-banner-3 {
  align-items: flex-start;
  display: flex;
}

.below-banner-3.bnr-sec {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.below-banner-3.bnr-sec.inner-banner {
  padding-bottom: 160px;
}

.tp-sec-cont-2 {
  color: #231f20;
  letter-spacing: .3px;
  margin-left: 8px;
  font-size: 16px;
}

.tp-sec-cont-2.light {
  color: #231f2080;
}

.nav_desk-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.accordion-trigger-4 {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.banner-title-4 {
  color: #231f20;
  letter-spacing: -1.4px;
  width: 90%;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.banner-title-4.landing {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.banner-title-4.landing.new__h1 {
  letter-spacing: -1.5px;
  margin-bottom: 64px;
  line-height: 1.1;
}

.banner-title-4.landing.new__h1.is--centered {
  text-align: center;
  width: 100%;
}

.banner-top-container-2 {
  background-color: #fff;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 24px 15px 16px;
}

.div-block-74 {
  height: 16px;
}

.btn-primary-5 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary-5:hover {
  background-color: #d6aa32;
}

.btn-primary-5.hide-desk {
  display: none;
}

.btn-primary-5.header {
  letter-spacing: 0;
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 700;
  transition: all .15s cubic-bezier(.77, 0, .175, 1);
}

.btn-primary-5.header:hover {
  background-color: #ffd972;
}

.btn-primary-5.header:active {
  background-color: #dbaf36;
  border-color: #dbaf36;
}

.nav__dark-2 {
  color: #231f20cc;
  letter-spacing: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
}

.nav__dark-2.w--current {
  color: #231f20;
  font-weight: 700;
}

.areas-top-2 {
  border-bottom: 1px solid #f0f3f61a;
  padding-top: 100px;
}

.div-block-76 {
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.este--training-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff14;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.este--training-3:hover {
  background-color: #ffffff26;
}

.este--training-3.is--mobile {
  display: none;
}

.dark__nav-2 {
  color: #231f20cc;
  padding-left: 16px;
  padding-right: 32px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  line-height: 100%;
}

.dark__nav-2:hover {
  color: #231f20;
}

.image-32 {
  margin-right: 24px;
}

.image-32.arrow-size {
  margin-top: 5px;
}

.image-32.arrow-size.nav-arr {
  margin-right: 16px;
}

.accordion-wrapper-5 {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.accordion-wrapper-5.hide-desk, .left-arrow-6 {
  display: none;
}

.div-block-77 {
  background-color: #eebe3a;
  height: 2px;
}

.tabs-menu-2 {
  flex-direction: column;
  min-width: 340px;
  padding-top: 72px;
  padding-bottom: 8px;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.area-ttl-txt-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.meet-team-2 {
  background-color: #fff;
  padding: 64px 40px;
}

.nav-menu-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.trust--pilot {
  width: 243px;
}

.btn-primary-6 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 18px 40px 17px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.btn-primary-6:hover {
  background-color: #d6aa32;
}

.btn-primary-6.is--ghost--white {
  border: 2px solid #fff;
}

.btn-primary-6.is--white {
  background-color: #fff;
}

.container-3 {
  flex-direction: column;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container-3.is--midcta {
  text-align: center;
  align-items: center;
}

.beforeafter__preview-3 {
  object-fit: cover;
  width: 100%;
}

.heading--underline-2 {
  background-color: #eebe3a;
  width: 50%;
  height: 2px;
}

.beforeafter__link-3 {
  margin-bottom: 40px;
  margin-left: 16px;
  margin-right: 16px;
}

.beforeafter__link-3.is--new {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-4 {
  flex-direction: column;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.slide-wrapper-4 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cont-slider-2 {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cont-slider-2.no--padding {
  padding-top: 0;
  padding-bottom: 0;
}

.para-3 {
  letter-spacing: -.1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.para-3.mb-24.test-cont {
  font-size: 14px;
  line-height: 28px;
}

.testi-wrap-2 {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  padding: 40px 56px;
  position: relative;
}

.slide-nav-5 {
  inset: auto 0% 0% auto;
}

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

.slider-4 {
  background-color: #ddd0;
  height: auto;
}

.results {
  flex: 0 auto;
  width: 40%;
  padding-right: 60px;
}

.person-name {
  color: #231f20;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

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

.our-result {
  padding-right: 50px;
}

.testi-arrow {
  background-color: #fff;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: 47% auto 0% -10px;
  transform: rotate(45deg);
}

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

.main-title-3 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.testi-cont {
  flex: 1;
}

.main-title-4 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.testi-wrap {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  padding: 40px 56px;
  position: relative;
}

.stars__icons {
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-4 {
  font-weight: 700;
}

.mid__cta {
  background-color: #eebe3a;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 36px 80px #d6d9db4d;
}

.link {
  color: #231f20;
  text-decoration: underline;
}

.book__midctawrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.book__midctawrap.full {
  width: 100%;
}

.secpad-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.secpad-2.brd-btm {
  border-bottom: 1px solid #231f201a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secpad-2.brd-btm.gradient.nopad {
  background-image: linear-gradient(#f0f3f600, #f0f3f6);
  padding-top: 0;
}

.secpad-2.brd-btm.eyes-background {
  background-color: #f0f3f6;
}

.secpad-2.brd-btm.eyes-background.less-padd {
  padding-top: 60px;
  padding-bottom: 60px;
}

.secpad-2.brd-btm.is--slider--overlflow {
  overflow: hidden;
}

.secpad-2.kiran--sec {
  background-color: #f0f3f6;
  background-image: linear-gradient(#fff, #f0f3f6);
}

.proven__stars {
  opacity: .5;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 20px 24px;
  display: flex;
}

.testi-arrow-2 {
  background-color: #fff;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: 47% auto 0% -10px;
  transform: rotate(45deg);
}

.call-img {
  margin-right: 12px;
}

.btn-third-3 {
  color: #231f20;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 18px 32px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.btn-third-3:hover {
  background-color: #f0f3f6;
}

.btn-third-3.speak {
  margin-right: 16px;
}

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

.speak-today-ttl {
  color: #231f20;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.speak-today-ttl.text-center.mb-24 {
  letter-spacing: -.5px;
}

.cta__wrap {
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-secondary-2 {
  color: #231f20;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #d6d9db;
  padding: 18px 50px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.btn-secondary-2:hover {
  background-color: #f0f3f6;
}

.btn-secondary-2.black {
  border-color: #231f204d;
  padding-top: 11px;
  padding-bottom: 11px;
}

.btn-secondary-2.black._100w {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-title-5 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-5.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.fue--slider--arrow {
  background-color: #000c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  display: flex;
}

.fue--arrow-wrap {
  z-index: 1;
}

.story--contentwrap {
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 48px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-79 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-79.innersection {
  flex-direction: column;
  display: block;
}

.fue--slider {
  background-color: #0000;
  height: auto;
}

.introdiv-2 {
  padding-left: 64px;
}

.introdiv-2.left-cont {
  text-align: left;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.cont-2 {
  flex: 1;
  position: relative;
}

.cont-2._w-100 {
  align-self: stretch;
  max-height: none;
}

.cont-2._w-100.middle {
  align-items: center;
  display: flex;
}

.cont-2._w-100.pos-sticky {
  position: sticky;
  top: 0;
}

.cont-2.content-sec-left {
  padding-right: 80px;
}

.cont-2.content-sec-left.cent {
  align-self: center;
}

.cont-2.content-sec-right {
  padding-top: 0;
  padding-left: 80px;
}

.cont-2.cont-sticky {
  position: sticky;
  top: 100px;
}

.fue--slider--dots {
  text-align: left;
  font-size: 3px;
  line-height: 25px;
  inset: auto 48px 8px 40px;
}

.content-main-3 {
  align-items: flex-start;
  display: flex;
}

.content-main-3.inner-section.left-cont.grade-tech {
  margin-bottom: 80px;
}

.content-main-3.inner-section.left-cont.grade-tech.middle.no-marg {
  margin-bottom: 0;
}

.content-main-3.inner-section.left-cont.reverse {
  align-items: flex-start;
}

.content-main-3.inner-section.left-cont.reverse.flip {
  flex-direction: row-reverse;
}

.content-main-3.inner-section.left-cont.middle {
  flex-direction: row;
  align-items: center;
}

.content-main-3.inner-section.left-cont.middle.is--sam {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-main-3.inner-section.left-cont.middle.reverse {
  flex-direction: row-reverse;
}

.content-main-3.inner-section.left-cont.hairtrans {
  align-items: center;
}

.content-main-3.inner-section.left-cont.technology {
  align-items: stretch;
}

.content-main-3.inner-section.left-cont.technology.is--grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.btn-secondary-3 {
  color: #231f20;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #d6d9db;
  padding: 18px 50px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.btn-secondary-3:hover {
  background-color: #f0f3f6;
}

.btn-secondary-3.centered {
  width: auto;
  margin-bottom: 20px;
  margin-left: 64px;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.btn-secondary-3.centered.watch--video {
  margin-bottom: 32px;
}

.text-color-black {
  color: #231f20cc;
}

.main-title-6 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-6.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.para-content {
  margin-top: 24px;
  overflow: hidden;
}

.div-block-80 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-80.innersection {
  flex-direction: column;
  display: block;
}

.read-less-trigger {
  margin-bottom: 0;
  display: block;
}

.introdiv-3 {
  padding-left: 64px;
}

.introdiv-3.left-cont {
  text-align: left;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.introdiv-3.left-cont.middle {
  justify-content: center;
}

.read-more-trigger {
  justify-content: flex-start;
  margin-bottom: 0;
  display: inline-block;
}

.pricing--cta {
  background-color: #eebe3a;
  padding: 80px 60px;
  box-shadow: 0 36px 80px #d6d9db4d;
}

.btn-third-4 {
  color: #231f20;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 18px 32px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.btn-third-4:hover {
  background-color: #f0f3f6;
}

.btn-third-4.pricing--button {
  margin-right: 16px;
}

.body-2, .body-3 {
  font-family: futura-pt, sans-serif;
}

.cont-slider-3 {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slide-wrapper-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-33 {
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 700px;
  margin-bottom: -23px;
  display: block;
  position: relative;
}

.beforeafter__lightbox-2 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.beforeafter__lightbox-2.is--2col {
  grid-template-columns: 1fr 1fr;
}

.beforeafter__preview-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.beforeafter__preview-4:hover {
  opacity: .8;
}

.beforeafter__preview-4.sized {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 210px;
}

.beforeafter__preview-4.sized.fue {
  height: 280px;
}

.beforeafter__preview-4.sized.fue.larger {
  width: 100%;
  max-width: 100%;
  height: 350px;
}

.beforeafter__link-4, .beforeafter__link-4.second {
  width: 100%;
}

.main-title-7 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-7.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.seo-txt-4 {
  color: #231f20ab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-81 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-81.innersection {
  flex-direction: column;
  display: block;
}

.visia--image {
  position: absolute;
  inset: auto 13% 30% auto;
}

.visia--circle {
  background-color: var(--white);
  border-radius: 100%;
  padding: 4rem;
  position: absolute;
  inset: auto 20% 6% auto;
}

.gallery19_mask-2 {
  width: 50%;
  overflow: visible;
}

.gallery19_slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery19_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  bottom: 24px;
}

.beforeafter__preview-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.beforeafter__preview-5:hover {
  opacity: .8;
}

.beforeafter__preview-5.pigment {
  height: 500px;
}

.beforeafter__link-5 {
  width: 100%;
}

.slider--middle--line {
  z-index: 2;
  background-color: #fff;
  width: 1.25%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.flex--left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-title-8 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-8.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.seo-txt-5 {
  color: #231f20ab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-82 {
  height: 16px;
}

.full__img {
  width: 100%;
}

.lightbox--vid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-trigger-5 {
  cursor: pointer;
  border: 1px #621e1e;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.acc-title-3 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.intro__textblock-3 {
  padding: 40px 64px;
}

.intro__textblock-3.content__block {
  padding: 0;
}

.accordion-item-5 {
  border: 1px solid #cfcdcf;
  margin-bottom: 15px;
  padding: 35px 50px;
  overflow: hidden;
}

.accordion-item-5.cont-tab {
  border-color: #d6d9db;
  padding: 24px 32px;
}

.accordion-item-5.cont-tab.is--bg--white {
  background-color: var(--white);
}

.div-block-83 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-83.innersection {
  flex-direction: column;
  display: block;
}

.ttl-2 {
  color: #231f20;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.ttl-2.cont-tab-ttl {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.main-title-9 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-9.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.seo-txt-6 {
  color: #231f20ab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-84 {
  height: 16px;
}

.div-block-85 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-85.innersection {
  flex-direction: column;
  display: block;
}

.main-title-10 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-10.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.lightbox__vid-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lightbox__vid-2.is--50 {
  width: 50%;
}

.lightbox__vid-2.is--50.hide {
  display: none;
}

.div-block-86 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-86.innersection {
  flex-direction: column;
  display: block;
}

.slide-wrapper-6 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cont-slider-4 {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.main-title-11 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-11.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.lightbox--img {
  width: 100%;
}

.award--wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.award--wrapper.top-padding {
  padding-top: 20px;
}

.award--sam {
  width: 64px;
}

.div-block-87 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-87.innersection {
  flex-direction: column;
  display: block;
}

.sam--lightbox {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.main-title-12 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-12.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-88 {
  height: 16px;
}

.div-block-89 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-89.innersection {
  flex-direction: column;
  display: block;
}

.main-title-13 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-13.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-90 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-90.innersection {
  flex-direction: column;
  display: block;
}

.main-title-14 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-14.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.right-arrow-6 {
  justify-content: flex-end;
  align-items: center;
  margin-right: -28px;
  display: flex;
}

.div-block-91 {
  height: 16px;
}

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

.div-block-92 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-92.innersection {
  flex-direction: column;
  display: block;
}

.slide-wrapper-7 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slide__before-2 {
  text-align: left;
  object-fit: cover;
  width: 100%;
  margin-bottom: -23px;
  padding-right: 24px;
  display: block;
}

.left-arrow-9 {
  align-items: center;
  margin-left: -28px;
  display: flex;
}

.cont-slider-5 {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.main-title-15 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-15.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.main-title-16 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-16.text-center.mb-32 {
  margin-top: 0;
  font-size: 56px;
  line-height: 64px;
}

.div-block-93 {
  height: 16px;
}

.image-34 {
  margin-right: 24px;
}

.right-arrow-7 {
  justify-content: flex-end;
  align-items: center;
  margin-right: -28px;
  display: flex;
}

.image-35 {
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: -23px;
  display: block;
  position: relative;
}

.left-arrow-10 {
  align-items: center;
  margin-left: -28px;
  display: flex;
}

.slide-nav-9 {
  font-size: 8px;
  line-height: 1;
  bottom: -48px;
}

.main-title-17 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-17.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.main-title-17.innersection.mb-24 {
  margin-bottom: 30px;
}

.main-title-17.innersection.mb-24.centered {
  text-align: center;
}

.laser--gridleft {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.how-works {
  display: flex;
}

.how-works.laser--removal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.work-step {
  margin-bottom: 16px;
}

.work {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.work.align--left {
  text-align: left;
}

.work.align--left.is--laser {
  background-color: #fff;
  border: 1px solid #d6d9db;
  margin-bottom: 0;
  padding: 20px;
}

.main-title-18 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-18.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.laser--3grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  padding-top: 64px;
  display: grid;
}

.laser--how {
  grid-column-gap: 4rem;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.main-title-19 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-19.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.image-36 {
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: -23px;
  display: block;
  position: relative;
}

.image-36.no-mar {
  margin-bottom: 0;
}

.image-36.is--kiran {
  height: 540px;
}

.cont-slider-6 {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cont-slider-6.mt-0 {
  padding-top: 5px;
  padding-bottom: 20px;
}

.main-title-20 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-20.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.link-block-9 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.watch-vid-cont-2 {
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cont-slider-7 {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.main-title-21 {
  color: #231f20;
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.main-title-21.innersection {
  letter-spacing: -.2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.right-arrow-8 {
  justify-content: flex-end;
  align-items: center;
  margin-right: -28px;
  display: flex;
}

.image--wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.insta--wrap {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.aesthetics-mask {
  border-radius: 24px;
}

.kiran--img {
  border-radius: 1000px;
}

.kiran--left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-right: 72px;
  display: flex;
}

.kiran--content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.insta--logo {
  margin-right: 8px;
}

.kiran--block {
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.kiran--desc {
  font-size: 13px;
  line-height: 1.3;
}

.left-arrow-11 {
  align-items: center;
  margin-left: -28px;
  display: flex;
}

.slide-nav-10 {
  font-size: 8px;
  line-height: 1;
  bottom: -48px;
}

.kirann-right {
  flex: 1;
}

.light--weight {
  color: #231f20cc;
  font-weight: 500;
}

.insta-link {
  line-height: 1;
  text-decoration: none;
  display: block;
}

.kiran--heading {
  margin-bottom: 0;
}

.kiran--questions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav-11 {
  font-size: 8px;
  line-height: 1;
  bottom: -48px;
}

.cont-slider-8 {
  background-image: url('../images/bg-round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.treat--name:hover {
  color: var(--black);
}

.about--este--grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tp--cta--block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff9;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.3;
}

.tp--cta--block.hide {
  display: none;
}

.image-39 {
  height: 100%;
  max-height: 500px;
  display: block;
}

.botox--link {
  flex: 1;
  height: 100%;
  max-height: 500px;
}

.botox--link.hide {
  display: none;
}

.face--lift {
  flex: 1;
  position: relative;
}

.story--contentwrap-2 {
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 48px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.story--lightbox-2, .story--lightbox-3 {
  width: 100%;
  position: relative;
}

.story--contentwrap-3 {
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 48px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.div-block-95 {
  text-align: center;
}

.story--contentwrap-4 {
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 48px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn-primary-7 {
  background-color: var(--goldenrod);
  color: #231f20;
  text-align: center;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 18px 40px 17px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.btn-primary-7:hover {
  background-color: #d6aa32;
}

.btn-primary-7.less-mar.fullwidth {
  justify-content: center;
  display: flex;
}

.btn-primary-7.less-mar.fullwidth.is--story {
  padding-left: 32px;
}

.subheading {
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.ep--product--grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product--lightbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-direction: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.area-ttl-txt-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.story--lightbox-4 {
  width: 100%;
  position: relative;
}

.story--contentwrap-6 {
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 48px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.btn-primary-8 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary-8:hover {
  background-color: #d6aa32;
}

.btn-primary-8.less-mar.fullwidth {
  justify-content: center;
  display: flex;
}

.btn-primary-8.less-mar.fullwidth.is--story {
  padding-left: 32px;
}

.story--photo-10 {
  object-fit: cover;
  width: 100%;
  height: 600px;
  max-height: 800px;
}

.story--photo-10.is--area {
  height: 560px;
}

.map-contact {
  flex: 1;
}

.contact-right {
  width: 100%;
}

.stay {
  display: flex;
}

.stay.form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.stay-connected-ttl {
  color: #fffc;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.social__link {
  margin-right: 8px;
}

.whatsapp-sticky-right {
  z-index: 10;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.whatsapp-sticky-right.hide {
  display: none;
}

.whatsapp-icon {
  width: 64px;
  height: 64px;
}

.book--divider {
  background-color: #231f204d;
  width: 100%;
  height: 1px;
  margin: 3rem auto;
}

.book--divider.les--top {
  margin-top: 1.5rem;
}

.container-5 {
  flex-direction: column;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.below-banner-4 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.below-banner-4.bnr-sec {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.below-banner-4.bnr-sec.inner-banner {
  padding-bottom: 160px;
}

.below-banner-4.bnr-sec.inner-banner.blogpage {
  padding-bottom: 220px;
}

.banner-title-5 {
  color: #231f20;
  letter-spacing: -1.4px;
  width: 90%;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.banner-title-5.landing {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.banner-title-5.landing.new__h1 {
  letter-spacing: -1.5px;
  margin-bottom: 64px;
}

.banner-title-5.landing.new__h1.blogh1 {
  width: 100%;
  margin-bottom: 32px;
}

.below-banner-5 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.below-banner-5.blog {
  align-items: flex-start;
}

.seo-txt-7 {
  color: #231f20ab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.seo-txt-7.landing__new {
  letter-spacing: .3px;
  font-size: 13px;
  font-weight: 400;
}

.btn-primary-9 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary-9:hover {
  background-color: #d6aa32;
}

.btn-primary-9.ghost {
  background-color: #0000;
  border: 2px solid #eebe3a;
}

.btn-primary-9.ghost:hover {
  background-color: #eebe3a;
}

.blog--list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pro-seal {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.section--image {
  aspect-ratio: 1;
  object-fit: cover;
}

.combo--wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.wa-popup {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.wa-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 241px;
  min-height: 340px;
  padding: 0;
  display: block;
}

.whatsapp-heading {
  text-align: center;
  letter-spacing: -.25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.inner-content-whatsapp {
  padding-left: 31px;
  padding-right: 31px;
}

.content-whatsapp {
  text-align: center;
  letter-spacing: -.25px;
  width: 179px;
  margin-left: auto;
  margin-right: auto;
  font-family: futura-pt, sans-serif;
  line-height: 17.6px;
}

.wa-btn {
  margin-top: 20px;
}

.wa-popup-close {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.05rem;
    font-size: 48px;
  }

  .nav_desk, .menus {
    display: none;
  }

  .back__button {
    cursor: pointer;
    background-color: #f0f3f6;
    border-radius: 5px;
    padding: 8px 12px 9px;
    font-weight: 500;
    line-height: 1;
    display: none;
  }

  .back__button:hover {
    background-color: #d6d9db;
  }

  .surgery__menu {
    display: none;
  }

  .heading.accordion-heading {
    color: #231f20;
    text-align: left;
    letter-spacing: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .tab-lists.sitemap-margin.no-mar-top.menu__list {
    margin-top: 8px;
  }

  .phone-ico.is--cta {
    width: 32px;
    height: 32px;
    margin-right: 0;
  }

  .accordion-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .hairloss__mob {
    margin-top: 8px;
  }

  .select__menu__wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    display: grid;
  }

  .div-block-60 {
    overflow: hidden;
  }

  .menu__icon {
    width: 64px;
    margin-bottom: 12px;
  }

  .whatsapp {
    height: 48px;
    position: relative;
  }

  .logo__wrap {
    text-align: left;
    justify-content: center;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding: 10px 32px;
    position: relative;
  }

  .nav_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_wrapper.sticky {
    overflow: visible;
  }

  .accordion-content.inner {
    text-align: left;
    text-align: left;
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu__text {
    color: #231f20;
    letter-spacing: .5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
  }

  .nav__mob {
    background-color: #fff;
    background-image: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 32px 15vh;
    display: flex;
    position: relative;
    box-shadow: 0 13px 36px #6952121a;
  }

  .body__menu {
    display: none;
  }

  .menu__category {
    cursor: pointer;
    border: 2px solid #0000004d;
    border-radius: 8px;
    flex: 31%;
    padding: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
  }

  .menu__category:hover {
    border-color: #eebe3a;
  }

  .menu__category:active {
    background-color: #eebe3a1a;
  }

  .accordion-minus.plus.menu {
    transform: rotate(180deg);
  }

  .accordion-minus.plus {
    transform: rotate(0);
  }

  .accordion-minus.plus.ftr {
    transform: rotate(90deg);
  }

  .accordion-minus.plus {
    width: auto;
    top: 47%;
    transform: rotate(180deg);
  }

  .accordion-minus.plus.search {
    position: static;
  }

  .btn-primary {
    padding: 20px 32px;
    position: relative;
  }

  .btn-primary.hide-desk {
    display: flex;
  }

  .btn-primary.hide-desk.hide-mob {
    background-color: #0000;
    border: 2px solid #eebe3a;
    width: 35%;
    padding: 12px 20px;
    font-size: 16px;
    display: none;
  }

  .btn-primary.is--link.is--desk--num {
    display: none;
  }

  .btn-primary.is--link.is--mob--num {
    display: flex;
  }

  .brand-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .menu-bars {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  .menu-bars.close-menu {
    width: 24px;
    height: 24px;
    display: none;
  }

  .menu-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .main-menus {
    color: #231f20b3;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }

  .div-block {
    display: flex;
    position: relative;
  }

  .mobile-tp {
    text-align: right;
    flex: 1;
    margin-left: auto;
  }

  .menu__heading {
    color: #231f20;
    text-align: left;
    flex: 1;
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  .menu-button-2 {
    flex: none;
    padding: 15px 18px 15px 0;
    display: flex;
  }

  .menu-button-2:hover, .menu-button-2:active, .menu-button-2:focus, .menu-button-2.w--open {
    background-color: #0000;
  }

  .cta__wrapper {
    justify-content: flex-end;
    width: 35%;
    display: flex;
  }

  .left-nav {
    flex: 0 auto;
    justify-content: center;
    width: 30%;
  }

  .menu__right__mob {
    display: none;
  }

  .list {
    margin-bottom: 0;
    text-decoration: none;
  }

  .accordion-trigger-new {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hair__menu {
    display: none;
  }

  .menu__heading__wrap {
    align-items: baseline;
    margin-bottom: 16px;
    display: flex;
  }

  .menu__accrodian {
    border-width: 0;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 0 16px;
  }

  .face__menu {
    display: none;
  }

  .phone--icon.is--cta {
    border-radius: 2px;
    margin-right: 0;
    padding: 20px;
  }

  .phone--icon.is--cta.is--whatsapp--desk, .phone--icon.is--cta.is--whatsapp {
    background-color: #25d366;
    border-color: #25d366;
  }

  .skin__menu {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #0003;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }

  .mob__head__right {
    flex: 0 auto;
    align-items: stretch;
    width: 35%;
    display: flex;
  }

  .about-triggrr {
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner__left {
    display: none;
  }

  .top-secs {
    justify-content: center;
  }

  .top-secs.hide-mob {
    justify-content: center;
    margin-bottom: 0;
  }

  .top-secs.reviews {
    display: none;
  }

  .top-secs.reviews.showreviews {
    display: flex;
  }

  .top-secs.reviews.showreviews.tpshow {
    height: 32px;
  }

  .top-secs.hide-tab, .top-secs.new___cta.hide {
    display: none;
  }

  .banner-top-container {
    padding-top: 8px;
    padding-bottom: 2px;
  }

  .banner__right {
    background-image: linear-gradient(to top, #f0f3f6, #f0f3f600 50%), url('../images/Pigmentation.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: auto;
  }

  .banner__right.cta__area {
    width: auto;
  }

  .banner__ring__top {
    width: 250px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .below-banner {
    flex-direction: column;
    position: static;
  }

  .below-banner.bnr-sec {
    text-align: center;
    padding-top: 0;
    position: static;
  }

  .below-banner.bnr-sec.inner-banner {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .below-banner.bnr-sec.innter__cta__banner {
    padding-top: 64px;
    padding-bottom: 0;
    position: static;
  }

  .grad__overlay {
    background-image: linear-gradient(to top, #f0f3f6, #f0f3f600 50%);
  }

  .banner__img__wrap {
    flex-direction: column;
    width: 100%;
    position: relative;
    inset: 0%;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.is--1-1 {
    grid-row-gap: 3rem;
    align-items: stretch;
    display: flex;
  }

  .container.is--1-1.space--between {
    grid-row-gap: 4rem;
  }

  .container.is--1-1.space--between.reverse {
    flex-direction: column;
  }

  .container.is--1-1.space--between.reverse.reversed {
    flex-direction: column-reverse;
  }

  .container.is--1-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .container.is--1-1.reverse {
    flex-direction: column-reverse;
  }

  .internal__banner__img {
    width: 100%;
    height: 600px;
  }

  .brn-ring-bottom {
    display: none;
  }

  .banner-title {
    letter-spacing: -1.5px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.2;
  }

  .tp-cont {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .tp-sec-cont {
    line-height: 24px;
  }

  .bnr-top {
    padding-left: 60px;
    padding-right: 60px;
  }

  .new__banner {
    display: block;
  }

  .banner-slider {
    flex: 1;
    display: block;
  }

  .banner-slider.only-mob, .tp-header {
    display: none;
  }

  .tp-header.slide {
    display: block;
  }

  .phone__cta {
    align-items: center;
  }

  .phone__cta.is--white {
    justify-content: center;
  }

  .video__pop {
    margin-top: 16px;
  }

  .video__pop.watch--video {
    margin-left: 20px;
  }

  .intro__textblock {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro__textblock.is--content {
    width: 100%;
  }

  .seo-heading.blog__breadcrumb__new {
    padding: 16px 56px;
  }

  .head-divide {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .head-divide.is--dark {
    margin-left: auto;
    margin-right: auto;
  }

  .below-bnr-left {
    width: 100%;
    padding: 50px 40px;
  }

  .below-bnr-left.latest {
    padding-left: 32px;
    padding-right: 32px;
  }

  .below-bnr-left.contact {
    padding-left: 40px;
  }

  .para {
    line-height: 28px;
  }

  .para.call-cont {
    text-align: center;
    margin-bottom: 16px;
  }

  .para.call-cont.head {
    text-align: center;
  }

  .para.simple-ttl {
    width: auto;
    margin-left: 24px;
  }

  .seo {
    display: flex;
  }

  .trust__cta {
    margin-left: 0%;
  }

  .new__topcta.with--img.img__margin {
    padding-top: 240px;
  }

  .free-consultation-ttl.mb-24 {
    text-align: center;
    text-align: center;
    margin-bottom: 32px;
  }

  .brd-btm.no-brd-mob {
    border: 0 solid #000;
  }

  .header__cta {
    width: 100%;
  }

  .service--banner {
    padding-top: 100px;
  }

  .logo--div {
    display: none;
  }

  .topbar--link.is--whatsapp {
    display: flex;
  }

  .topbar--link.is--2number {
    display: none;
  }

  .section--padd.grey--bg.is--innercta {
    padding-top: 0;
  }

  .before--after--grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .before--after--grid.is--2col {
    align-self: stretch;
  }

  .before--after--grid.is--2col.is--tablet {
    justify-content: center;
    display: flex;
  }

  .before--after--grid.is--3col {
    flex-direction: column;
    display: flex;
  }

  .beforeafter__link {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .beforeafter__link.is--new {
    max-width: 100%;
  }

  .aesthetics-slider {
    width: auto;
  }

  .right-arrow-4 {
    margin-right: -26px;
  }

  .image {
    align-self: stretch;
    height: auto;
    margin-bottom: 0;
  }

  .slide-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .benefits__bulletwrap.less-pad {
    padding-left: 0;
    padding-right: 0;
  }

  ._1-3--col {
    grid-template-columns: 1fr 1fr;
  }

  .button--row.is--60.is--coloumn.is--centered {
    align-items: center;
  }

  .button--row.is--60 {
    width: 100%;
  }

  .button--row.is--60.is--centered.mb-32 {
    margin-bottom: 32px;
  }

  .cont._w-100 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .cont.content-sec-left {
    padding-right: 0;
  }

  .cont.content-sec-left.result-1 {
    margin-right: 12px;
  }

  .cont.top-section {
    flex: 0 auto;
    width: 55%;
    padding-left: 20px;
  }

  .cont.top-section.sam__sec {
    width: 100%;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .cont.content-sec-right {
    padding-left: 0;
    padding-right: 0;
  }

  .cont.content-sec-right.result-1 {
    margin-right: 12px;
  }

  .cont.img-sticky.reverse {
    position: static;
  }

  .content-main {
    align-items: flex-start;
  }

  .content-main.inner-section {
    flex-direction: column;
  }

  .content-main.inner-section.left-cont {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .content-main.inner-section.left-cont.results {
    flex-direction: row;
    margin-bottom: 0;
  }

  .content-main.inner-section.left-cont.reverse {
    flex-direction: column-reverse;
  }

  .acc-title {
    flex: 1;
    justify-content: space-between;
  }

  .accordion-trigger {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .accordion-item {
    border-width: 0;
    margin-bottom: 0;
    padding: 16px 45px;
  }

  .accordion-item.search {
    margin-bottom: 24px;
  }

  .accordion-item.search.faq {
    padding: 24px 32px;
  }

  .accordion-item.cont-tab {
    border-width: 1px;
    margin-bottom: 24px;
  }

  .award-win-main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .award-win-main.review__tab {
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    position: relative;
  }

  .award-win-main.review__tab.top--margin {
    margin-top: 30px;
  }

  .award-win-main.review__cta__new {
    justify-content: center;
    width: auto;
    max-width: none;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .award-win-main.below {
    justify-content: center;
    width: 70%;
    max-width: none;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .phone__cta-2 {
    align-items: center;
  }

  .tp-embed {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    margin-top: 8px;
  }

  .container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-2.mobile-cont.home {
    padding-top: 24px;
  }

  .container-2.mobile-cont.speak-contain {
    margin-bottom: 80px;
  }

  .container-2.blog.blog__page {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.is--lasergrid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container-2.kiran--flex {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brn-ring-bottom-2 {
    display: none;
  }

  .banner-title-2 {
    letter-spacing: -1.5px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.2;
  }

  .banner-title-2.cta__heading {
    text-align: center;
    max-width: none;
  }

  .below-btns {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 32px;
  }

  .btn-primary-2 {
    padding: 20px 32px;
    position: relative;
  }

  .btn-primary-2.blw {
    margin-bottom: 24px;
    margin-right: 0;
    padding: 18px 40px;
  }

  .btn-primary-2.blw.cta__btn {
    margin-bottom: 0;
  }

  .btn-primary-2.is--full {
    flex: 1;
    width: 100%;
  }

  .blw-divide {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .blw-divide.hide {
    display: none;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .div-block-34.no-mar-btm {
    margin-bottom: 0;
  }

  .new__banner__footer-copy {
    display: block;
  }

  .accordion-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-wrapper-2.hide-desk {
    display: block;
  }

  .areas-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 35px;
    display: grid;
  }

  .ftr-cont {
    flex-flow: column wrap;
  }

  .ftr-left-cont {
    flex: 1;
    align-items: center;
  }

  .ftr-right-cont {
    justify-content: flex-start;
    align-items: center;
  }

  .academy--text {
    max-width: none;
  }

  .ftr-awward {
    display: none;
  }

  .footer__sticky {
    z-index: 99;
    grid-column-gap: 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffffe6;
    flex-direction: row;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -2px 20px #231f201a;
  }

  .areas-cont {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .areas-cont.world {
    padding-bottom: 0;
  }

  .areas-cont.hide-mod {
    display: none;
  }

  .area-address.bl-ftr {
    text-align: left;
    font-size: 11px;
  }

  .footer-main-wrapper {
    padding-top: 3.75rem;
  }

  .este--training {
    margin-bottom: 32px;
  }

  .este--training.is--mobile {
    display: flex;
  }

  .area {
    flex: 0 auto;
    width: 30%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 16px;
  }

  .area.home_only.mobile {
    width: 100%;
    display: block;
  }

  .accordion-item-2 {
    border-width: 0;
    padding: 0;
  }

  .areas-top {
    padding-top: 40px;
  }

  .footer__small {
    margin-top: 32px;
  }

  .right-arrow-5 {
    margin-right: -26px;
  }

  .slide-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

  .secpad.gradient.first {
    padding-bottom: 0;
  }

  .secpad.gradient.first.intro {
    padding-top: 72px;
  }

  .secpad.brd-btm {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery19_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .right-img {
    justify-content: flex-start;
    width: 100%;
  }

  .cont-slider {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .lightbox__vid {
    align-self: stretch;
    align-items: stretch;
    margin-top: 24px;
  }

  .shaped--img {
    height: auto;
  }

  .main-title {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .main-title.left {
    white-space: normal;
  }

  .main-title.left.esteintro {
    padding-right: 0;
  }

  .main-title.centered.narrow {
    font-size: 32px;
  }

  .title-wrap.mb-32 {
    padding-right: 25px;
  }

  .introdiv {
    padding-left: 0;
  }

  .introdiv.left-cont {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .watch-video {
    align-items: center;
  }

  .accordion-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .menu--heading {
    color: var(--black);
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu--heading.is--last {
    margin-bottom: 24px;
  }

  .menu--heading.hide {
    display: none;
  }

  .rated--excellent {
    width: 120px;
    right: 8%;
  }

  .section--padd-2.grey--bg.is--home {
    padding-top: 0;
  }

  .btn-primary-3 {
    padding: 20px 32px;
    position: relative;
  }

  .btn-primary-3.is--ghost--black.is--desk--num {
    display: none;
  }

  .btn-primary-3.is--ghost--black.is--mobile--number {
    display: flex;
  }

  .seo--home {
    justify-content: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .condition__treatment {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-56 {
    min-height: 80px;
  }

  .sam__home {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .sam__home__wrap, .intro__wrapper {
    width: 100%;
  }

  .sam__name {
    bottom: 24px;
    left: -24px;
  }

  .award__sec {
    margin-top: 40px;
  }

  .tp-slider.result__sec.cent {
    text-align: center;
  }

  .brn-ring-top {
    bottom: auto;
  }

  .banner-title-3 {
    letter-spacing: -1.5px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.2;
  }

  .banner-title-3.landing.new__h1.blogh1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 1.2;
  }

  .banner-img {
    width: 100%;
    position: relative;
    inset: 0%;
  }

  .brn-img {
    width: 100%;
  }

  .below-banner-2 {
    flex-direction: column;
  }

  .below-banner-2.bnr-sec {
    text-align: center;
    padding-top: 0;
    position: static;
  }

  .below-banner-2.bnr-sec.inner-banner {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .below-banner-2.bnr-sec.inner-banner.blogpage {
    padding-top: 100px;
  }

  .banner-gradient {
    background-image: linear-gradient(360deg, #f0f3f6, #fff0 50%);
  }

  .collection-list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .btn-third-2.read-more.post-btn {
    padding-left: 0;
  }

  .btn-third-2.read-more.post-btn.new-post {
    width: 100%;
    margin-bottom: 8px;
  }

  .below-bnr-right {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .call-section-wrap {
    padding-bottom: 0;
  }

  .collection-list-wrapper {
    flex: none;
  }

  .header__cta-2 {
    width: 100%;
  }

  .header__cta-2.only-mob {
    display: none;
  }

  .collection-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: block;
  }

  .collection-item.latest {
    width: 47%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .new__banner-2 {
    display: block;
  }

  .related__title {
    text-align: center;
    padding-left: 0;
  }

  .blog__left {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .new__blog__banner {
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog__right {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .post-title {
    font-size: 20px;
    line-height: 27px;
  }

  .post-img {
    height: 200px;
    max-height: none;
  }

  .post-img.related {
    height: 300px;
  }

  .date-main {
    flex-flow: wrap;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .date-main.related {
    margin-bottom: 0;
  }

  .post {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .post.related {
    margin-bottom: 32px;
  }

  .post-cont {
    padding: 16px 24px 24px;
  }

  .beforeafter__link-2 {
    max-width: 44%;
  }

  .new__banner-3 {
    display: block;
  }

  .service--banner-2 {
    padding-top: 100px;
  }

  .form__left {
    width: 100%;
  }

  .clinics__flex {
    flex-direction: column;
  }

  .award__sec-2 {
    margin-top: 16px;
  }

  .sam__name-2 {
    bottom: 24px;
    left: -24px;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

  .mobile-menu-title-wrap {
    text-align: left;
    margin-bottom: 32px;
  }

  .meet-team {
    padding-left: 0;
    padding-right: 0;
  }

  .content-main-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-main-2.is--img--left, .content-main-2.reverse {
    flex-direction: column-reverse;
  }

  .content--img-2 {
    width: 100%;
  }

  .intro__textblock-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro__textblock-2.content__block--intro, .intro__textblock-2.content__block {
    width: 100%;
    margin-bottom: 40px;
  }

  .intro__textblock-2.content__block.is--right {
    width: 100%;
    padding-left: 0;
  }

  .intro__textblock-2.content__block.is--left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .intro__textblock-2 h2 {
    font-weight: 700;
  }

  .intro__textblock-2.new__area__intro {
    padding-left: 0;
    padding-right: 0%;
  }

  .intro__textblock-2.content__block--intro {
    width: 100%;
    margin-bottom: 40px;
  }

  .intro__textblock-2 li {
    padding-left: 28px;
  }

  .content--50--wrap.is--left.full-width {
    width: 100%;
    padding-right: 0;
  }

  .content--50--wrap.is--right.full-width {
    width: 100%;
    padding-left: 0;
  }

  .accordion-item-3 {
    border-width: 0;
    margin-bottom: 0;
    padding: 16px 45px;
  }

  .accordion-item-3.cont-tab {
    border-width: 1px;
    margin-bottom: 24px;
  }

  .left-img {
    flex: 1;
    margin-bottom: 32px;
  }

  .main-title-2 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .main-title-2.text-center.mb-32 {
    font-size: 48px;
    line-height: 56px;
  }

  .insta-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .instaimages {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }

  .insta__content__wrap {
    width: 100%;
  }

  .ttl-and-search {
    padding-left: 70px;
    padding-right: 70px;
  }

  .ttl-and-search.bene-ttl {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ttl-and-search.bene-ttl.faq.types {
    padding-left: 0;
    padding-right: 0;
  }

  .video-wrapper.has--stories {
    flex-direction: column;
    display: flex;
  }

  .acc-title-2 {
    flex: 1;
    justify-content: space-between;
  }

  .accordion-item-4 {
    border-width: 0;
    margin-bottom: 0;
    padding: 16px 45px;
  }

  .accordion-item-4.cont-tab {
    border-width: 1px;
    margin-bottom: 24px;
  }

  .story--lightbox {
    max-width: 100%;
  }

  .faqs {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-4 {
    padding: 16px 32px;
    position: relative;
  }

  .btn-primary-4.is--full {
    flex: 1;
    width: 100%;
  }

  .btn-primary-4.is--full.is--cta {
    font-size: 15px;
  }

  .para-2 {
    line-height: 28px;
  }

  .para-2.speak-desc, .para-2.pricing--desc {
    max-width: 60ch;
    padding-left: 50px;
    padding-right: 50px;
  }

  .main-titles {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .main-titles.text-center.mb-32, .main-titles.text-center.mb-50 {
    font-size: 48px;
    line-height: 56px;
  }

  ._1-1--col {
    flex-direction: column;
    display: flex;
  }

  .award__wrapper {
    flex-wrap: wrap;
  }

  .award__block {
    flex: 0 auto;
    width: 47%;
    margin-bottom: 20px;
  }

  .award--grid--wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .accordion-wrapper-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-wrapper-4.hide-desk {
    display: block;
  }

  .footer__sticky-2 {
    z-index: 99;
    grid-column-gap: 16px;
    background-color: #0000;
    background-image: linear-gradient(#fff0, #fff);
    flex-direction: row;
    margin-top: -1px;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .este--training-2 {
    margin-bottom: 32px;
    display: none;
  }

  .este--training-2.is--mobile {
    display: flex;
  }

  .brand-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .below-banner-3 {
    flex-direction: column;
  }

  .below-banner-3.bnr-sec {
    text-align: center;
    padding-top: 0;
    position: static;
  }

  .below-banner-3.bnr-sec.inner-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tp-sec-cont-2 {
    line-height: 24px;
  }

  .cta__wrapper-2 {
    justify-content: flex-end;
    width: 35%;
    display: flex;
  }

  .nav_desk-2 {
    display: none;
  }

  .div-block-73 {
    display: flex;
    position: relative;
  }

  .banner-title-4 {
    letter-spacing: -1.5px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.2;
  }

  .banner-title-4.landing.new__h1 {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-top-container-2 {
    padding-top: 8px;
    padding-bottom: 2px;
  }

  .menu--heading-2 {
    color: #231f20;
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu--heading-2.is--last {
    margin-bottom: 24px;
  }

  .face__menu-2, .skin__menu-2, .hair__menu-2 {
    display: none;
  }

  .btn-primary-5 {
    padding: 20px 32px;
  }

  .btn-primary-5.hide-desk {
    display: flex;
  }

  .btn-primary-5.hide-desk.hide-mob {
    background-color: #0000;
    border: 2px solid #eebe3a;
    width: 35%;
    padding: 12px 20px;
    font-size: 16px;
    display: none;
  }

  .btn-primary-5.hide-desk.hide-mob.mob-only {
    width: auto;
    padding: 8px 32px;
    display: block;
  }

  .menu__text-2 {
    color: #231f20;
    letter-spacing: .5px;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
  }

  .areas-top-2 {
    padding-top: 40px;
  }

  .div-block-75 {
    overflow: hidden;
  }

  .este--training-3 {
    margin-bottom: 32px;
  }

  .este--training-3.is--mobile {
    display: flex;
  }

  .accordion-wrapper-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-wrapper-5.hide-desk {
    display: block;
  }

  .body__menu-2 {
    display: none;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding: 10px 32px;
    position: relative;
  }

  .meet-team-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-top: 1px solid #0003;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }

  .btn-primary-6 {
    padding: 20px 32px;
    position: relative;
  }

  .container-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .beforeafter__link-3 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slide-wrapper-4 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .cont-slider-2 {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cont-slider-2.no--padding {
    align-self: stretch;
  }

  .cont-slider-2.no--padding._w-100 {
    width: 100%;
  }

  .para-3 {
    line-height: 28px;
  }

  .slide-nav-5 {
    inset: auto 0% -91px;
  }

  .person-wrap {
    justify-content: center;
  }

  .results {
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
    padding-right: 0;
  }

  .div-block-43 {
    text-align: center;
  }

  .our-result {
    padding-right: 0;
  }

  .testi-arrow {
    top: -10px;
    left: 47%;
  }

  .our-result-wrap {
    flex-direction: column;
  }

  .main-title-3, .main-title-4 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .div-block-78 {
    text-align: center;
  }

  .mid__cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link {
    color: #231f20;
    text-align: left;
    margin-left: 4px;
    text-decoration: none;
    display: block;
  }

  .secpad-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .secpad-2.brd-btm {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .testi-arrow-2 {
    top: -10px;
    left: 47%;
  }

  .btn-third-3.speak {
    padding-left: 40px;
    padding-right: 40px;
  }

  .speak-today-ttl.text-center.mb-24 {
    font-size: 32px;
    line-height: 1.2;
  }

  .cta__wrap {
    width: 100%;
  }

  .btn-secondary-2.black {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-title-5 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .story--contentwrap {
    align-items: stretch;
  }

  .introdiv-2 {
    padding-left: 0;
  }

  .introdiv-2.left-cont {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .cont-2._w-100 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .cont-2.content-sec-left {
    padding-right: 0;
  }

  .cont-2.content-sec-right {
    margin-bottom: 32px;
    padding-left: 0;
  }

  .cont-2.content-sec-right.no-mar-btm {
    width: 100%;
    margin-bottom: 0;
  }

  .cont-2.cont-sticky {
    align-self: stretch;
  }

  .fue--slider--dots {
    bottom: 35px;
  }

  .content-main-3 {
    align-items: flex-start;
  }

  .content-main-3.inner-section, .content-main-3.inner-section.left-cont {
    flex-direction: column;
  }

  .content-main-3.inner-section.left-cont.middle {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .content-main-3.inner-section.left-cont.middle.reverse, .content-main-3.inner-section.left-cont.reverse {
    flex-direction: column-reverse;
  }

  .content-main-3.inner-section.left-cont.middle {
    flex-direction: column;
  }

  .content-main-3.inner-section.left-cont.middle.is--sam {
    grid-template-columns: 1fr;
  }

  .content-main-3.inner-section.left-cont.middle.reverse, .content-main-3.inner-section.left-cont.technology {
    flex-direction: column;
  }

  .content-main-3.inner-section.left-cont.technology.is--grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .btn-secondary-3.centered {
    margin-left: 20px;
  }

  .main-title-6 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .introdiv-3 {
    padding-left: 0;
  }

  .introdiv-3.left-cont {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .pricing--cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-third-4.pricing--button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cont-slider-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slide-wrapper-5 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .image-33 {
    height: auto;
    margin-bottom: 0;
  }

  .main-title-7 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .beforeafter__preview-5.pigment {
    height: 300px;
  }

  .main-title-8 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .accordion-trigger-5 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .acc-title-3 {
    flex: 1;
    justify-content: space-between;
  }

  .intro__textblock-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-5 {
    border-width: 0;
    margin-bottom: 0;
    padding: 16px 45px;
  }

  .accordion-item-5.cont-tab {
    border-width: 1px;
    margin-bottom: 24px;
  }

  .main-title-9, .main-title-10 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .lightbox__vid-2 {
    margin-top: 24px;
  }

  .lightbox__vid-2.is--50 {
    width: 100%;
    margin-top: 0;
  }

  .slide-wrapper-6 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .cont-slider-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main-title-11, .main-title-12, .main-title-13, .main-title-14 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .right-arrow-6 {
    margin-right: -26px;
  }

  .slide-wrapper-7 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .slide__before-2 {
    height: auto;
  }

  .cont-slider-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main-title-15, .main-title-16 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .main-title-16.text-center.mb-32 {
    font-size: 48px;
    line-height: 56px;
  }

  .right-arrow-7 {
    margin-right: -26px;
  }

  .image-35 {
    height: auto;
    margin-bottom: 0;
  }

  .main-title-17 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .main-title-17.innersection.mb-24 {
    margin-bottom: 30px;
  }

  .laser--gridleft {
    padding-left: 0;
  }

  .how-works {
    flex-wrap: wrap;
  }

  .how-works.laser--removal {
    padding-left: 0;
    padding-right: 0;
  }

  .work {
    width: 50%;
    margin-bottom: 24px;
  }

  .work.align--left {
    width: 100%;
  }

  .main-title-18 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .laser--3grid {
    grid-template-columns: 1fr;
  }

  .laser--how {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main-title-19 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .image-36 {
    height: auto;
    margin-bottom: 0;
  }

  .image-36.no-mar {
    flex: 1;
    align-self: stretch;
  }

  .cont-slider-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main-title-20 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .cont-slider-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main-title-21 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.1;
  }

  .right-arrow-8 {
    margin-right: -26px;
  }

  .kiran--left {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .kiran--questions {
    grid-template-columns: 1fr 1fr;
  }

  .cont-slider-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about--este--grid {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-37 {
    flex: 1;
    display: block;
  }

  .image-38 {
    flex: 1;
  }

  .tp--cta--block {
    align-items: center;
  }

  .story--contentwrap-3, .story--contentwrap-4 {
    align-items: stretch;
  }

  .btn-primary-7 {
    padding: 20px 32px;
    position: relative;
  }

  .ep--product--grid {
    grid-template-columns: 1fr;
  }

  .btn-primary-8 {
    padding: 16px 32px;
    position: relative;
  }

  .stay-connected-ttl {
    line-height: 1.3;
  }

  .social__link {
    width: 21px;
    height: 21px;
  }

  .whatsapp-sticky-right {
    display: none;
  }

  .container-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .below-banner-4 {
    flex-direction: column;
  }

  .below-banner-4.bnr-sec {
    text-align: center;
    padding-top: 0;
    position: static;
  }

  .below-banner-4.bnr-sec.inner-banner {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .below-banner-4.bnr-sec.inner-banner.blogpage {
    padding-top: 100px;
  }

  .banner-title-5 {
    letter-spacing: -1.5px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.2;
  }

  .banner-title-5.landing.new__h1.blogh1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 1.2;
  }

  .below-banner-5 {
    flex-direction: column;
  }

  .btn-primary-9 {
    padding: 20px 32px;
    position: relative;
  }

  .pro-seal {
    inset: auto 2% 1% auto;
  }

  .dental__menu {
    display: none;
  }

  .wa-popup {
    display: block;
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.08rem;
    font-size: 32px;
  }

  .mob-contact {
    text-align: right;
    margin-left: 12px;
    display: none;
  }

  .mob-contact.whatsapp {
    border: 2px solid #23c15e;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 8px;
    padding: 4px 8px;
    display: none;
  }

  .intro__message {
    font-size: 14px;
    line-height: 1.3;
  }

  .heading.accordion-heading {
    font-size: 18px;
  }

  .tab-lists.no-pad {
    margin-right: 0;
  }

  .tab-lists.no-pad.hair {
    margin-bottom: 24px;
  }

  .phone-ico.is--cta {
    width: 24px;
    height: 24px;
  }

  .phone-ico.is--cta.is--whatsappicon {
    opacity: 1;
  }

  .accordion-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .menu__icon {
    width: 48px;
  }

  .whatsapp {
    height: 35px;
    right: 0;
  }

  .whatsapp.call {
    height: 24px;
  }

  .whatsapp.logo {
    right: 0;
  }

  .logo__wrap {
    flex: 1;
  }

  .navbar {
    padding: 8px 16px 8px 20px;
  }

  .accordion-content {
    padding-left: 0;
  }

  .accordion-content.inner {
    padding-left: 0;
    padding-right: 0;
  }

  .nav__mob {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body__menu {
    display: none;
  }

  .menu__category {
    flex-basis: 46%;
    padding: 16px;
    font-size: 18px;
  }

  .accordion-minus, .accordion-minus.plus {
    left: auto;
    right: 0;
  }

  .accordion-minus.plus.menu {
    width: 13px;
  }

  .accordion-minus.plus {
    left: auto;
    right: 0;
  }

  .accordion-minus.plus.search {
    position: static;
  }

  .btn-primary {
    align-self: stretch;
  }

  .btn-primary.hide-desk.hide-mob {
    display: none;
  }

  .brand-2 {
    padding-left: 0;
  }

  .menu-bars.bar, .menu-bars.close-menu {
    margin-right: 8px;
  }

  .menu-bars.bar {
    margin-right: 12px;
  }

  .menu-title {
    font-size: 17px;
  }

  .menu-button-2 {
    padding-bottom: 15px;
    font-weight: 400;
  }

  .cta__wrapper {
    align-items: stretch;
    width: 35%;
  }

  .left-nav {
    justify-content: center;
  }

  .menu__right__mob {
    justify-content: flex-end;
    width: 20%;
    display: none;
  }

  .hair__menu {
    display: none;
  }

  .menu__accrodian {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .face__menu {
    display: none;
  }

  .phone--icon.is--cta {
    padding: 10px;
  }

  .skin__menu {
    display: none;
  }

  .mob__head__right {
    width: 35%;
  }

  .nav-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-secs {
    justify-content: center;
  }

  .top-secs.hide-mob {
    display: none;
  }

  .top-secs.hide-mob.trustpil.mobileshow {
    display: block;
  }

  .top-secs.new___cta {
    justify-content: flex-start;
  }

  .banner-top-container {
    padding-bottom: 0;
  }

  .banner__right {
    height: auto;
  }

  .banner__ring__top {
    width: 40%;
    display: none;
  }

  .below-banner.bnr-sec.inner-banner {
    padding-top: 32px;
  }

  .below-banner.bnr-sec.innter__cta__banner {
    padding-top: 40px;
  }

  .expert-main {
    justify-content: center;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.is--topbar {
    flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is--1-1.space--between.reverse.reversed {
    flex-direction: column-reverse;
  }

  .internal__banner__img {
    height: auto;
  }

  .brn-ring-bottom {
    display: block;
    top: auto;
    bottom: 29%;
    left: -67%;
  }

  .banner-title {
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

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

  .banner-slider {
    display: none;
  }

  .banner-slider.only-mob {
    display: block;
  }

  .banner-content {
    text-align: left;
    margin-bottom: 0;
  }

  .cta__img {
    object-fit: cover;
    height: 70%;
  }

  .phone__cta {
    align-items: flex-start;
  }

  .ring__cta {
    width: 120px;
  }

  .intro__textblock {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .seo-heading.area__breadcrumb {
    margin-left: 16px;
    margin-right: 16px;
  }

  .seo-heading.blog__breadcrumb__new {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .below-bnr-left {
    padding: 32px 24px;
  }

  .below-bnr-left.latest {
    padding-left: 12px;
    padding-right: 12px;
  }

  .below-bnr-left.contact {
    padding-top: 40px;
    padding-left: 24px;
  }

  .para {
    text-align: left;
    line-height: 32px;
  }

  .para.call-cont {
    margin-bottom: 8px;
  }

  .para.call-cont.head {
    white-space: normal;
  }

  .para.simple-ttl {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .para.work-desc {
    text-align: left;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }

  .btn-third {
    padding-left: 48px;
    padding-right: 48px;
  }

  .bread-divide {
    align-self: center;
  }

  .header__cta {
    margin-left: auto;
    margin-right: auto;
  }

  .service--hero {
    letter-spacing: -.08rem;
    font-size: 48px;
    line-height: 1.1;
  }

  .service--banner {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .topbar--link.is--white.is--cta--block {
    justify-content: center;
  }

  .topbar--link.is--adreess {
    display: none;
  }

  .topbar--link.is--2number {
    display: flex;
  }

  .topbar--link.is--1number {
    display: none;
  }

  .section--padd.grey--bg.is--innercta {
    padding-bottom: 3.75rem;
  }

  .before--after--grid {
    grid-template-columns: 1fr 1fr;
  }

  .beforeafter__link {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .beforeafter__link.is--bigger {
    margin-left: 0;
    margin-right: 0;
  }

  .beforeafter__link.is--bigger.flexed {
    max-width: 100%;
  }

  .beforeafter__preview {
    width: 100%;
  }

  .left-arrow-4 {
    margin-left: -16px;
  }

  .slide-wrapper {
    flex: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

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

  .button--row.is--60.is--centered {
    flex-direction: column;
  }

  .button--row.is--60 {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .watch-vid-cont {
    justify-content: center;
  }

  .cont {
    width: auto;
  }

  .cont._w-100.result-1 {
    flex: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .cont.content-sec-left.result-1 {
    flex: none;
    width: 90%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .cont.top-section {
    width: 100%;
    padding-left: 0;
  }

  .cont.top-section.sam__sec {
    width: 100%;
  }

  .cont.content-sec-right.result-1 {
    flex: none;
    width: 90%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .vid-ico {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .content-main, .content-main.inner-section.left-cont {
    flex-direction: column;
  }

  .content-main.inner-section.left-cont.results {
    margin-bottom: 0;
    overflow: auto;
  }

  .content-main.inner-section.left-cont.results.fue-copy {
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .content-main.inner-section.left-cont.middle {
    flex-direction: column;
  }

  .acc-title {
    flex: 1;
    justify-content: flex-start;
  }

  .acc-user {
    flex: 1;
    padding-right: 24px;
  }

  .accordion-item {
    padding: 8px 30px;
  }

  .accordion-item.search.faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item.cont-tab {
    margin-bottom: 16px;
  }

  .ttl {
    font-size: 18px;
  }

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

  .ttl.cont-tab-ttl {
    font-size: 16px;
  }

  .award-win-main {
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .award-win-main.review__tab {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .award-win-main.review__cta__new, .award-win-main.below {
    display: none;
  }

  .phone__cta-2 {
    align-items: flex-start;
  }

  .tp-embed, .tp-embed.cta__embed_tp.bottom__cta {
    text-align: center;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2.sam-flex {
    flex-direction: column;
  }

  .container-2.mobile-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.mobile-cont.speak-contain {
    margin-bottom: 60px;
  }

  .container-2.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.is--lasergrid.top--marg {
    margin-top: 32px;
  }

  .brn-ring-bottom-2 {
    display: block;
    top: auto;
    bottom: 29%;
    left: -67%;
  }

  .brn-ring-bottom-2.inner-ring.cta__section {
    display: none;
  }

  .banner-title-2 {
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .below-btns {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .btn-primary-2.blw.cta__btn {
    margin-bottom: 24px;
  }

  .btn-primary-2.is--full.is--cta {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .btn-primary-2.booking {
    text-align: center;
    align-self: stretch;
    margin-right: 0;
  }

  .div-block-34 {
    justify-content: flex-start;
    margin-bottom: 30px;
    display: block;
  }

  .accordion-wrapper-2 {
    margin-left: 0;
  }

  .ftr-cont {
    flex-direction: column;
  }

  .ftr-left-cont {
    flex-direction: row;
    align-items: flex-start;
  }

  .areas-title-main {
    margin-bottom: 32px;
  }

  .isod {
    width: 56px;
  }

  .footer__sticky {
    grid-column-gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .area-address.copy {
    margin-bottom: 0;
  }

  .area {
    flex: 0 auto;
    width: 45%;
    padding-right: 12px;
  }

  .ftr-below {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .disclaimer {
    font-size: 12px;
  }

  .footer__small {
    margin-top: 16px;
  }

  .left-arrow-5 {
    margin-left: -16px;
  }

  .slide-wrapper-2 {
    flex: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

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

  .secpad.gradient.first.intro {
    padding-top: 40px;
  }

  .secpad.brd-btm {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .secpad.brd-btm.gradient {
    padding-top: 60px;
  }

  .gallery19_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery19_slider {
    padding-bottom: 3rem;
  }

  .before__heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery19_mask {
    width: 50%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .right-img {
    justify-content: center;
    width: 100%;
  }

  .cont-slider {
    width: 100%;
  }

  .lightbox__vid {
    margin-top: 56px;
  }

  .play__overlay {
    width: 80px;
  }

  .beforeafter__lightbox {
    flex-flow: column wrap;
  }

  .beforeafter__lightbox.is--3 {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .main-title.innersection {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .main-title.left {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
  }

  .main-title.left.esteintro {
    letter-spacing: -.6px;
    font-size: 32px;
    line-height: 40px;
  }

  .title-wrap.mb-32 {
    text-align: center;
    padding-right: 0;
  }

  .btn-secondary {
    padding: 14px 37px;
  }

  .btn-secondary.ml-50 {
    margin-bottom: 40px;
    margin-left: 30px;
  }

  .div-block-35 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-35.innersection {
    flex-direction: column;
    justify-content: flex-start;
  }

  .introdiv, .introdiv.left-cont {
    padding-left: 0;
  }

  .watch-video {
    justify-content: center;
  }

  .accordion-wrapper-3 {
    margin-left: 0;
  }

  .slide-wrapper-3 {
    flex: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .rated--excellent {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    right: auto;
  }

  .btn-primary-3.is--ghost--black {
    align-self: stretch;
  }

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

  .condition__treatment {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-56 {
    min-height: 80px;
  }

  .people-acc-ttl {
    padding-right: 39px;
  }

  .insta__feed {
    margin-bottom: 24px;
  }

  .insta__link {
    margin-top: 24px;
  }

  .centered.ts-32 {
    letter-spacing: -.05rem;
  }

  .brn-ring-top {
    width: 40%;
  }

  .banner-title-3 {
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .banner-title-3.landing.new__h1.blogh1 {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .below-banner-2.bnr-sec.inner-banner {
    padding-top: 32px;
  }

  .collection-list {
    overflow: auto;
  }

  .btn-third-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .btn-third-2.read-more {
    white-space: nowrap;
  }

  .btn-third-2.read-more.post-btn.new-post {
    width: auto;
  }

  .below-bnr-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .call-section-wrap.pb-32.tab {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header__cta-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .header__cta-2.only-mob {
    display: block;
  }

  .collection-item {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.latest {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-content {
    font-size: 16px;
  }

  .blog-content.new__content {
    width: 100%;
  }

  .publish-ttl {
    font-size: 13px;
  }

  .blog__stats {
    padding-bottom: 8px;
  }

  .blog__left {
    padding-left: 16px;
    padding-right: 16px;
  }

  .new__blog__banner {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog__share {
    flex-direction: column;
    align-items: stretch;
  }

  .blog__img {
    margin-bottom: 8px;
  }

  .publish-cont {
    font-size: 13px;
  }

  .blog__right {
    padding-left: 0;
    padding-right: 0;
  }

  .post-img {
    width: 100%;
    height: 220px;
    max-height: 220px;
  }

  .date-main {
    flex-wrap: nowrap;
    align-items: center;
  }

  .post {
    flex: 0 auto;
    width: auto;
  }

  .beforeafter__preview-2 {
    width: 100%;
  }

  .beforeafter__link-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .beforeafter__link-2.is--bigger {
    margin-left: 0;
    margin-right: 0;
  }

  .is--blog {
    letter-spacing: -.2px;
    font-size: 32px;
  }

  .service--hero-2 {
    letter-spacing: -.4px;
    font-size: 40px;
  }

  .service--banner-2 {
    padding-top: 60px;
  }

  .gallery9_image-wrapper-large {
    padding-top: 100%;
  }

  .gallery9_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .blog2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-large {
    font-size: 2rem;
  }

  .mobile-menu-title-wrap {
    margin-bottom: 20px;
  }

  .content-main-2 {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .content--img-2 {
    max-height: none;
  }

  .intro__textblock-2 {
    padding-top: 40px;
  }

  .accordion-item-3 {
    padding: 8px 30px;
  }

  .accordion-item-3.cont-tab {
    margin-bottom: 16px;
  }

  .left-img {
    text-align: center;
    width: 100%;
  }

  .story-wrap {
    margin-top: 32px;
  }

  .main-title-2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-2.text-center.suc-story {
    letter-spacing: 0;
    font-size: 24px;
  }

  .main-title-2.text-center.mb-32 {
    font-size: 40px;
    line-height: 44px;
  }

  .insta-slide {
    width: 90%;
    overflow: visible;
  }

  .instaimages {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .insta__img {
    object-position: 50% 0%;
  }

  .ttl-and-search {
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .ttl-and-search.bene-ttl {
    padding-left: 0;
    padding-right: 0;
  }

  .video-wrapper {
    flex-direction: column;
    overflow: auto;
  }

  .acc-title-2 {
    flex: 1;
    justify-content: flex-start;
  }

  .accordion-item-4 {
    padding: 8px 30px;
  }

  .accordion-item-4.cont-tab {
    margin-bottom: 16px;
  }

  .play__icon-2 {
    margin-left: 0;
  }

  .chris--contentwrap {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-list-cont.cont {
    flex-direction: column;
  }

  .watch-video-main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .btn-primary-4.less-mar.fullwidth.is--story {
    padding: 16px 24px;
    font-size: 16px;
  }

  .btn-primary-4.is--full.is--cta {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .btn-primary-4.ghost.has--top.full-width, .btn-primary-4.is--kiran {
    align-self: stretch;
  }

  .para-2 {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
  }

  .para-2.speak-desc, .para-2.pricing--desc {
    padding-left: 0;
    padding-right: 0;
  }

  .para-2.work-desc {
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
  }

  .main-titles {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-titles.text-center.suc-story {
    letter-spacing: 0;
    font-size: 24px;
  }

  .main-titles.text-center.mb-32, .main-titles.text-center.mb-50 {
    font-size: 40px;
    line-height: 44px;
  }

  .more--about--us--btn {
    justify-content: center;
    display: flex;
  }

  .award__block {
    width: 100%;
  }

  .award--grid--wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-61 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .insta--review--block {
    grid-row-gap: 20px;
  }

  .btm-cta-divider {
    align-self: center;
    margin-top: 40px;
  }

  .ftr-below-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-wrapper-4 {
    margin-left: 0;
  }

  .footer__sticky-2 {
    grid-column-gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .este--training-2.is--mobile {
    flex-direction: column;
  }

  .brand-3 {
    padding-left: 0;
  }

  .below-banner-3.bnr-sec.inner-banner {
    padding-top: 100px;
  }

  .cta__wrapper-2 {
    align-items: stretch;
    width: 35%;
  }

  .banner-title-4 {
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .banner-top-container-2 {
    padding-bottom: 0;
  }

  .google__usp {
    width: 140px;
  }

  .btn-primary-5.hide-desk.hide-mob {
    display: none;
  }

  .btn-primary-5.hide-desk.hide-mob.mob-only {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu__text-2 {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
  }

  .accordion-wrapper-5 {
    margin-left: 0;
  }

  .navbar-2 {
    padding: 8px 16px;
  }

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

  .container-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .beforeafter__preview-3 {
    width: 100%;
  }

  .beforeafter__link-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .container-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .slide-wrapper-4 {
    flex: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .cont-slider-2 {
    width: 100%;
  }

  .para-3 {
    text-align: left;
    line-height: 32px;
  }

  .testi-wrap-2 {
    padding: 28px;
  }

  .slide-nav-5 {
    bottom: -71px;
  }

  .person-wrap {
    justify-content: flex-start;
  }

  .div-block-43 {
    text-align: left;
  }

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

  .testi-arrow {
    left: 46%;
  }

  .main-title-3 {
    font-size: 40px;
    line-height: 1.1;
  }

  .main-title-3.mb-32 {
    margin-bottom: 24px;
  }

  .testi-cont {
    width: 100%;
  }

  .main-title-4 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-4.mb-32 {
    margin-bottom: 24px;
  }

  .testi-wrap {
    padding: 28px;
  }

  .div-block-78 {
    text-align: left;
  }

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

  .book__midctawrap.full {
    width: 100%;
  }

  .secpad-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .secpad-2.brd-btm {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .secpad-2.brd-btm.gradient {
    padding-top: 60px;
  }

  .secpad-2.brd-btm.full__accrodian {
    padding-bottom: 0;
  }

  .testi-arrow-2 {
    left: 46%;
  }

  .btn-third-3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .btn-third-3.speak {
    width: auto;
    margin-bottom: 16px;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-third-3.speak._100w {
    width: 100%;
  }

  .btn-secondary-2 {
    padding: 14px 37px;
  }

  .btn-secondary-2.black {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-secondary-2.black._100w {
    width: 100%;
  }

  .main-title-5 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-5.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .story--contentwrap {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-79 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-79.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .introdiv-2, .introdiv-2.left-cont {
    padding-left: 0;
  }

  .cont-2 {
    width: auto;
  }

  .cont-2.content-sec-right {
    padding-left: 0;
  }

  .cont-2.content-sec-right.no-mar-btm {
    width: 100%;
  }

  .cont-2.cont-sticky {
    text-align: left;
    width: 100%;
  }

  .fue--slider--dots {
    font-size: 5px;
  }

  .content-main-3, .content-main-3.inner-section.left-cont, .content-main-3.inner-section.left-cont.middle {
    flex-direction: column;
  }

  .content-main-3.inner-section.left-cont.reverse {
    text-align: left;
  }

  .content-main-3.inner-section.left-cont.middle, .content-main-3.inner-section.left-cont.technology {
    flex-direction: column;
  }

  .btn-secondary-3 {
    padding: 14px 37px;
  }

  .main-title-6 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-6.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-80 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-80.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .introdiv-3, .introdiv-3.left-cont {
    padding-left: 0;
  }

  .read-more-trigger {
    width: 100%;
    margin-bottom: 16px;
  }

  .btn-third-4 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .btn-third-4.pricing--button {
    width: auto;
    margin-bottom: 16px;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cont-slider-3 {
    width: 100%;
  }

  .slide-wrapper-5 {
    flex: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .beforeafter__lightbox-2 {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
  }

  .beforeafter__lightbox-2.is--2col {
    grid-template-columns: 1fr;
  }

  .beforeafter__preview-4 {
    width: 100%;
  }

  .beforeafter__preview-4.sized {
    height: 280px;
  }

  .beforeafter__preview-4.sized.fue {
    height: 340px;
  }

  .beforeafter__link-4 {
    width: 100%;
    max-width: 100%;
  }

  .main-title-7 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-7.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-81 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-81.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .gallery19_mask-2 {
    width: 100%;
  }

  .gallery19_slider-2 {
    padding-bottom: 2rem;
  }

  .gallery19_slide-nav-2 {
    font-size: .3rem;
  }

  .beforeafter__preview-5 {
    width: 100%;
  }

  .beforeafter__link-5 {
    width: 100%;
    max-width: 100%;
  }

  .gallery19_slide-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .slider--middle--line {
    display: none;
  }

  .main-title-8 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-8.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .acc-title-3 {
    flex: 1;
    justify-content: flex-start;
  }

  .intro__textblock-3 {
    padding-top: 40px;
  }

  .accordion-item-5 {
    padding: 8px 30px;
  }

  .accordion-item-5.cont-tab {
    margin-bottom: 16px;
  }

  .div-block-83 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-83.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .ttl-2 {
    font-size: 18px;
  }

  .ttl-2.cont-tab-ttl {
    font-size: 16px;
  }

  .main-title-9 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-9.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-85 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-85.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .main-title-10 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-10.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .lightbox__vid-2 {
    margin-top: 56px;
  }

  .lightbox__vid-2.no--top {
    margin-top: 0;
  }

  .div-block-86 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-86.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .slide-wrapper-6 {
    flex: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .cont-slider-4 {
    width: 100%;
  }

  .main-title-11 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-11.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-87 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-87.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .main-title-12 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-12.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-89 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-89.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .main-title-13 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-13.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-90 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-90.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .main-title-14 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-14.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-92 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-92.innersection {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .slide-wrapper-7 {
    flex: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .left-arrow-9 {
    margin-left: -16px;
  }

  .cont-slider-5 {
    width: 100%;
  }

  .main-title-15 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-15.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .main-title-16 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-16.text-center.mb-32 {
    font-size: 40px;
    line-height: 44px;
  }

  .left-arrow-10 {
    margin-left: -16px;
  }

  .main-title-17 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-17.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .main-title-17.innersection.mb-24 {
    margin-bottom: 24px;
  }

  .how-works.laser--removal {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main-title-18 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-18.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .main-title-19 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-19.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .image-36.is--kiran {
    height: 400px;
  }

  .cont-slider-6 {
    width: 100%;
  }

  .main-title-20 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-20.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .watch-vid-cont-2 {
    justify-content: center;
  }

  .cont-slider-7 {
    width: 100%;
  }

  .main-title-21 {
    font-size: 32px;
    line-height: 1.1;
  }

  .main-title-21.innersection {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .kiran--content {
    align-items: flex-start;
    margin-top: 16px;
    padding-left: 0;
  }

  .kiran--block {
    text-align: center;
    border: 1px solid #0003;
    flex-direction: column;
  }

  .left-arrow-11 {
    margin-left: -16px;
  }

  .kiran--questions {
    grid-template-columns: 1fr;
  }

  .cont-slider-8 {
    width: 100%;
  }

  .story--contentwrap-2, .story--contentwrap-3 {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-94 {
    flex-direction: row-reverse;
    flex: 1;
  }

  .story--contentwrap-4 {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary-7 {
    align-self: stretch;
  }

  .btn-primary-7.less-mar.fullwidth.is--story {
    padding: 16px 24px;
    font-size: 16px;
  }

  .story--contentwrap-6 {
    width: 100%;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    left: 0%;
  }

  .btn-primary-8.less-mar.fullwidth.is--story {
    padding: 16px 24px;
    font-size: 16px;
  }

  .stay {
    justify-content: space-between;
    width: 100%;
  }

  .container-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .below-banner-4.bnr-sec.inner-banner {
    padding-top: 32px;
  }

  .banner-title-5 {
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .banner-title-5.landing.new__h1.blogh1 {
    letter-spacing: -.5px;
    font-size: 32px;
  }

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

  .dental__menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .menus {
    display: none;
  }

  .mob-contact {
    margin-left: 8px;
  }

  .mob-contact.whatsapp {
    margin-right: 6px;
  }

  .tab-lists.no-pad {
    margin-right: 0;
  }

  .dropdown__main {
    display: none;
  }

  .whatsapp {
    height: 35px;
  }

  .whatsapp.call {
    height: 24px;
  }

  .logo__wrap {
    text-align: left;
    flex: 1;
  }

  .navbar {
    padding: 8px 10px;
  }

  .body__menu {
    display: none;
  }

  .menu__category {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-bars.close-menu {
    display: none;
  }

  .menu-button-2 {
    padding-left: 0;
    padding-right: 15px;
  }

  .left-nav {
    width: 40%;
  }

  .menu__right__mob {
    width: 30%;
  }

  .hair__menu {
    display: none;
  }

  .menu__accrodian {
    padding-top: 0;
    padding-right: 20px;
  }

  .face__menu, .skin__menu {
    display: none;
  }

  .mob__head__right {
    width: 30%;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-top-container {
    padding-top: 6px;
  }

  .banner__right {
    background-position: 0 0, 50%;
    height: auto;
  }

  .banner__ring__top {
    width: 50%;
    right: 0%;
  }

  .below-banner.bnr-sec.innter__cta__banner {
    padding-top: 48px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.bnr {
    max-width: none;
  }

  .container.is--topbar {
    padding-left: 17px;
    padding-right: 17px;
  }

  .internal__banner__img.is-mobile {
    aspect-ratio: 2 / 3;
    object-position: 80% 50%;
  }

  .brn-ring-bottom {
    bottom: 43%;
  }

  .banner-title {
    letter-spacing: -.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .tp-sec-cont {
    font-size: 14px;
    line-height: 1;
  }

  .cta__img {
    height: 50%;
  }

  .phone__cta {
    align-items: center;
  }

  .intro__textblock {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .below-bnr-left.latest {
    padding-left: 12px;
    padding-right: 12px;
  }

  .below-bnr-left.contact {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .para.call-cont {
    line-height: 26px;
  }

  .para.call-cont.head {
    position: relative;
  }

  .para.simple-ttl {
    width: 100%;
  }

  .btn-third {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bread-divide {
    margin-left: 8px;
    margin-right: 8px;
  }

  .new__topcta.with--img.img__margin {
    padding-left: 24px;
    padding-right: 24px;
  }

  .seo-txt {
    font-size: 12px;
    font-weight: 400;
  }

  .service--hero {
    font-size: 40px;
  }

  .topbar--link {
    font-size: 12px;
  }

  .topbar--link.is--adreess {
    display: none;
  }

  .section--padd {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .header--unline--wrap {
    text-align: center;
  }

  .before--after--grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .before--after--grid.is--2col {
    flex-direction: column;
    display: flex;
  }

  .before--after--grid.is--2col.is--tablet {
    flex-direction: column;
  }

  .beforeafter__link {
    margin-left: 0;
  }

  .cont.content-sec-left, .cont.content-sec-right {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item.search {
    padding-left: 12px;
    padding-right: 12px;
  }

  .accordion-item.search.faq {
    padding: 16px 24px;
  }

  .accordion-item.cont-tab {
    padding-left: 12px;
    padding-right: 12px;
  }

  .phone__cta-2 {
    align-items: center;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2.mobile-cont.speak-contain {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.blog {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.bnr {
    max-width: none;
  }

  .container-2.before__after {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brn-ring-bottom-2 {
    bottom: 43%;
  }

  .banner-title-2 {
    letter-spacing: -.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .btn-primary-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-2.blw {
    padding: 12px 25px;
  }

  .btn-primary-2.booking {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .areas-main {
    padding-bottom: 24px;
  }

  .cpd {
    margin-top: 12px;
    margin-left: 0;
  }

  .ftr-left-cont {
    flex-direction: column;
  }

  .academy--logo {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .areas-cont {
    flex-direction: column;
    padding-bottom: 24px;
  }

  .este--training {
    text-align: center;
    flex-direction: column;
    padding: 20px 16px;
  }

  .area, .area.home_only {
    width: 100%;
  }

  .secpad.is--surface.hide--overflow {
    overflow: hidden;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery19_mask {
    width: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .cont-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .play__overlay {
    width: 64px;
  }

  .main-title.innersection {
    text-align: left;
  }

  .main-title.left {
    white-space: normal;
    justify-content: flex-start;
    display: flex;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-35 {
    justify-content: center;
  }

  .para-contant-wrapper {
    align-items: center;
  }

  .introdiv {
    padding-left: 0;
  }

  .introdiv.left-cont {
    max-width: 100%;
  }

  .seo-icom {
    display: none;
  }

  .seo-txt-2 {
    font-size: 12px;
    font-weight: 400;
  }

  .seo-icon {
    display: none;
  }

  .section--padd-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .btn-primary-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-txt-3 {
    font-size: 12px;
    font-weight: 400;
  }

  .condition__treatment {
    margin-right: 22px;
    font-size: 16px;
  }

  .treatment__arro {
    margin-right: 10px;
  }

  .people-acc-ttl {
    padding-right: 16px;
  }

  .brn-ring-top {
    width: 50%;
    right: 0%;
  }

  .banner-title-3 {
    letter-spacing: -.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .btn-third-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .below-bnr-right {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-blw-rate {
    padding-left: 12px;
    padding-right: 12px;
  }

  .collection-item {
    width: 95%;
  }

  .collection-item.latest {
    width: 100%;
  }

  .pub-on {
    margin-bottom: 8px;
  }

  .post-img {
    height: 180px;
    max-height: 180px;
  }

  .post-cont {
    padding: 24px;
  }

  .service--hero-2.no--marg {
    font-size: 32px;
    line-height: 40px;
  }

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

  .award__sec-2 {
    text-align: center;
    flex-direction: column;
  }

  .meet-team {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .intro__textblock-2 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro__textblock-2 h2 {
    font-size: 24px;
  }

  .accordion-item-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-3.cont-tab {
    padding-left: 12px;
    padding-right: 12px;
  }

  .left-img {
    max-width: Infinity% ;
    margin-bottom: 0;
  }

  .insta-slide {
    height: 400px;
  }

  .accordion-item-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-4.cont-tab {
    padding-left: 12px;
    padding-right: 12px;
  }

  .story--lightbox.is--area {
    height: auto;
  }

  .chris--contentwrap {
    padding: 24px;
  }

  .tab-list-cont {
    flex-direction: column;
  }

  .btn-primary-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-4.less-mar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-primary-4.less-mar.fullwidth {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-4.ghost.has--top.full-width {
    flex: 1;
  }

  .award--grid--wrapper {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .btm-cta-divider {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .este--training-2 {
    text-align: center;
    flex-direction: column;
    padding: 20px 16px;
  }

  .tp-sec-cont-2 {
    font-size: 14px;
    line-height: 1;
  }

  .banner-title-4 {
    letter-spacing: -.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .banner-top-container-2 {
    padding-top: 6px;
  }

  .face__menu-2, .skin__menu-2, .hair__menu-2 {
    display: none;
  }

  .btn-primary-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .este--training-3 {
    text-align: center;
    flex-direction: column;
    padding: 20px 16px;
  }

  .body__menu-2 {
    display: none;
  }

  .navbar-2 {
    padding: 8px 10px;
  }

  .meet-team-2 {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-2 {
    grid-column-gap: 0rem;
    flex-direction: column;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .btn-primary-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .beforeafter__link-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cont-slider-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-4, .testi-cont {
    width: 100%;
  }

  .btn-third-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-title-5.innersection {
    text-align: left;
  }

  .story--contentwrap {
    padding: 24px;
  }

  .div-block-79 {
    justify-content: center;
  }

  .introdiv-2 {
    padding-left: 0;
  }

  .introdiv-2.left-cont {
    max-width: 100%;
  }

  .cont-2.content-sec-left {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cont-2.content-sec-right.no-mar-btm {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-secondary-3 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-secondary-3.centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary-3.centered.watch--video {
    font-size: 18px;
  }

  .main-title-6.innersection {
    text-align: left;
  }

  .div-block-80 {
    justify-content: center;
  }

  .introdiv-3 {
    padding-left: 0;
  }

  .introdiv-3.left-cont {
    max-width: 100%;
  }

  .btn-third-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont-slider-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .beforeafter__preview-4.sized {
    height: 240px;
  }

  .beforeafter__link-4.second {
    width: 100%;
    max-width: 95%;
  }

  .main-title-7.innersection {
    text-align: left;
  }

  .seo-txt-4 {
    font-size: 12px;
    font-weight: 400;
  }

  .div-block-81 {
    justify-content: center;
  }

  .gallery19_mask-2 {
    width: 100%;
  }

  .gallery19_slide-nav-2 {
    bottom: -20px;
  }

  .beforeafter__preview-5.pigment {
    height: 270px;
  }

  .main-title-8.innersection {
    text-align: left;
  }

  .seo-txt-5 {
    font-size: 12px;
    font-weight: 400;
  }

  .intro__textblock-3 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-item-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-5.cont-tab {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-83 {
    justify-content: center;
  }

  .main-title-9.innersection {
    text-align: left;
  }

  .seo-txt-6 {
    font-size: 12px;
    font-weight: 400;
  }

  .div-block-85 {
    justify-content: center;
  }

  .main-title-10.innersection {
    text-align: left;
  }

  .div-block-86 {
    justify-content: center;
  }

  .cont-slider-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title-11.innersection {
    text-align: left;
  }

  .div-block-87 {
    justify-content: center;
  }

  .main-title-12.innersection {
    text-align: left;
  }

  .div-block-89 {
    justify-content: center;
  }

  .main-title-13.innersection {
    text-align: left;
  }

  .div-block-90 {
    justify-content: center;
  }

  .main-title-14.innersection {
    text-align: left;
  }

  .div-block-92 {
    justify-content: center;
  }

  .cont-slider-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title-15.innersection, .main-title-17.innersection {
    text-align: left;
  }

  .work {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .work.align--left.is--laser {
    padding: 16px;
  }

  .main-title-18.innersection, .main-title-19.innersection {
    text-align: left;
  }

  .image-36.is--kiran {
    height: auto;
  }

  .cont-slider-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title-20.innersection {
    text-align: left;
  }

  .cont-slider-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title-21.innersection {
    text-align: left;
  }

  .cont-slider-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .story--contentwrap-2, .story--contentwrap-3 {
    padding: 24px;
  }

  .div-block-94 {
    flex: 1;
  }

  .story--contentwrap-4 {
    padding: 24px;
  }

  .btn-primary-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-7.less-mar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-primary-7.less-mar.fullwidth {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .story--contentwrap-6 {
    padding: 24px;
  }

  .btn-primary-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-8.less-mar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-primary-8.less-mar.fullwidth {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .story--photo-10.is--area {
    height: auto;
  }

  .stay-connected-ttl {
    margin-right: 24px;
  }

  .container-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-title-5 {
    letter-spacing: -.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .seo-txt-7 {
    font-size: 12px;
    font-weight: 400;
  }

  .btn-primary-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dental__menu {
    display: none;
  }

  .combo--wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }
}

#w-node-_080d5afb-b14f-605a-4584-b01a87caacf7-356045a5 {
  justify-self: stretch;
}

#w-node-_3012858e-7d49-219d-445c-e547544a5be7-356045a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce10-356045a8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce13-356045a8, #w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce16-356045a8, #w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce19-356045a8, #w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce1c-356045a8, #w-node-_0737fb64-0aaa-5404-b96f-cbf06cad26aa-356045a9, #w-node-_121cc56a-5be6-7b6a-b7d1-3846ba0da020-356045aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8d74f5f-fefb-46b8-678a-db03c7a1117c-356045aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cb6cd7d3-7517-406f-71fc-cd90a262e4ac-356045ad, #w-node-_345e05ce-7e4e-e91e-e2a6-b85550452e64-356045ad, #w-node-_58ba8f1f-3eb9-1fae-cbd7-284f011d416d-011d4166, #w-node-_58ba8f1f-3eb9-1fae-cbd7-284f011d4178-011d4166, #w-node-_58ba8f1f-3eb9-1fae-cbd7-284f011d4181-011d4166, #w-node-f989173e-143e-c33a-2df3-29a2d7c80567-356045ae, #w-node-_7d2fa7f4-54a4-0945-cce2-6ebefc88b745-356045ae, #w-node-f62194ec-5f09-5d23-868e-3d3ebd82abde-356045b6, #w-node-_979e8397-a28a-3778-8fa4-54b6c7acf273-356045b6, #w-node-b077ccd7-ab15-3281-4120-2f38b966c80e-356045b6, #w-node-f989173e-143e-c33a-2df3-29a2d7c80567-356045b7, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-356045b8, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-356045b8, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-356045b8, #w-node-_38fc6aba-d25a-6b9c-6f76-486d03b30e3e-356045b8, #w-node-_38fc6aba-d25a-6b9c-6f76-486d03b30e3e-356045b9, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-356045b9, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-356045b9, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-356045b9, #w-node-_0336fbc6-420b-16e3-5c62-28c1dbea3d8c-356045b9, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-356045ba, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-356045ba, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-356045ba, #w-node-_38fc6aba-d25a-6b9c-6f76-486d03b30e3e-356045ba, #w-node-d3bd6c35-5ab3-331a-a819-9788af354e3a-356045bb, #w-node-_121cc56a-5be6-7b6a-b7d1-3846ba0da020-356045bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8d74f5f-fefb-46b8-678a-db03c7a1117c-356045bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dea034ec-d8a2-0eb4-9013-998516c3c182-356045bb, #w-node-_7d2fa7f4-54a4-0945-cce2-6ebefc88b745-356045bc, #w-node-f989173e-143e-c33a-2df3-29a2d7c80567-356045bc, #w-node-_19205931-14b7-b0e7-a316-9da73edea9e4-356045be, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-356045be, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-356045be, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-356045be, #w-node-_38fc6aba-d25a-6b9c-6f76-486d03b30e3e-356045be, #w-node-_054aeef8-082a-150f-46aa-9e853c22475e-356045bf, #w-node-_054aeef8-082a-150f-46aa-9e853c22474e-356045bf, #w-node-_19205931-14b7-b0e7-a316-9da73edea9e4-356045c1, #w-node-d1c488ce-151f-4935-4d22-784a744c7fe1-744c7fd6, #w-node-_203db567-4ac6-eb39-7885-83d0544692fe-356045c2, #w-node-_203db567-4ac6-eb39-7885-83d0544692ee-356045c2, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-356045c4, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-356045c4, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-356045c4, #w-node-_38fc6aba-d25a-6b9c-6f76-486d03b30e3e-356045c4, #w-node-_19205931-14b7-b0e7-a316-9da73edea9e4-356045c6, #w-node-cb6cd7d3-7517-406f-71fc-cd90a262e4ac-356045c7, #w-node-_345e05ce-7e4e-e91e-e2a6-b85550452e64-356045c7, #w-node-e4684933-a5cb-d832-2558-ef145326d852-356045c7, #w-node-_5bf0696f-7010-e9b0-8aa3-aac1c4620dcd-356045e0, #w-node-b70c7c97-6dd4-331e-aba4-32046071f5ac-356045e0, #w-node-_19205931-14b7-b0e7-a316-9da73edea9e4-356045e3, #w-node-_5bf0696f-7010-e9b0-8aa3-aac1c4620dcd-356045e6, #w-node-b70c7c97-6dd4-331e-aba4-32046071f5ac-356045e6, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-356045fa, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-356045fa, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-356045fa, #w-node-_38fc6aba-d25a-6b9c-6f76-486d03b30e3e-356045fa, #w-node-_345e05ce-7e4e-e91e-e2a6-b85550452e64-356045fb, #w-node-cb6cd7d3-7517-406f-71fc-cd90a262e4ac-356045fb, #w-node-bbd9d319-c979-28a1-c2cb-5cdca6dace86-356045fb, #w-node-_849672c0-353a-9761-eda5-dc3933480f61-356045fb, #w-node-beb49cad-0d2d-530b-5664-74408e2d7447-356045fb, #w-node-_36ca8704-b504-3bca-712b-86928923d35e-356045fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d1e928d-5138-2b80-44bc-6b32417e0042-356045fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b70c7c97-6dd4-331e-aba4-32046071f5ac-356045fc, #w-node-_5bf0696f-7010-e9b0-8aa3-aac1c4620dcd-356045fc, #w-node-_308a23a6-1824-531a-df50-dc503a4667db-356045fe, #w-node-_36016cce-2a9f-b0de-274a-abca8751ead1-356045fe, #w-node-f989173e-143e-c33a-2df3-29a2d7c80567-35604612, #w-node-_7d2fa7f4-54a4-0945-cce2-6ebefc88b745-35604612, #w-node-_19205931-14b7-b0e7-a316-9da73edea9e4-35604627, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69cd-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69cf-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69d1-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69d3-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69d5-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69d7-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69d9-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69db-1c4a69c4, #w-node-_47709dca-78d9-2171-b5c0-2aaa1c4a69dd-1c4a69c4, #w-node-b70c7c97-6dd4-331e-aba4-32046071f5ac-35604628, #w-node-fef96dfb-55e6-6534-d77e-d0a4fb82113f-35604628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727ccffa-c032-3371-c2c1-8518b58dd80b-3560462b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-beb49cad-0d2d-530b-5664-74408e2d7447-3560462b, #w-node-_36ca8704-b504-3bca-712b-86928923d35e-3560462b, #w-node-_67627112-1736-11f1-98a4-7bf8eef13a82-3560462c, #w-node-f989173e-143e-c33a-2df3-29a2d7c80567-3560462c, #w-node-b1fd612d-3c02-e80c-daf3-c413ce922421-35604641, #w-node-_5bf0696f-7010-e9b0-8aa3-aac1c4620dcd-35604641, #w-node-b70c7c97-6dd4-331e-aba4-32046071f5ac-35604641, #w-node-_203db567-4ac6-eb39-7885-83d0544692fe-35604655, #w-node-_203db567-4ac6-eb39-7885-83d0544692ee-35604655, #w-node-_36016cce-2a9f-b0de-274a-abca8751ead1-35604657, #w-node-_308a23a6-1824-531a-df50-dc503a4667db-35604657, #w-node-_36016cce-2a9f-b0de-274a-abca8751ead1-35604658, #w-node-_308a23a6-1824-531a-df50-dc503a4667db-35604658, #w-node-b70c7c97-6dd4-331e-aba4-32046071f5ac-35604659, #w-node-_5bf0696f-7010-e9b0-8aa3-aac1c4620dcd-35604659, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-3560465a, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-3560465a, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-3560465a, #w-node-_38fc6aba-d25a-6b9c-6f76-486d03b30e3e-3560465a, #w-node-_19205931-14b7-b0e7-a316-9da73edea9e4-3560465b, #w-node-b1fd612d-3c02-e80c-daf3-c413ce922421-3560465e, #w-node-_229b2f42-4702-3aaa-a58d-1e437b1c0563-35604663, #w-node-c7d1b717-63e7-920e-f5fa-50fb8374f9a4-35604664, #w-node-c6927535-f159-d61a-bf93-cf6637291a82-35604664, #w-node-_2cc4c8fb-9ec2-b969-e324-c1a361121322-35604664, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a5c-07e606c6, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a5d-07e606c6, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a68-07e606c6, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a69-07e606c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d1e928d-5138-2b80-44bc-6b32417e0042-44a8dc5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_341c3d21-87af-ce58-1351-189400c13cfb-44a8dc5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8b9-44a8dc5f, #w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8c3-44a8dc5f, #w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8cd-44a8dc5f, #w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8d7-44a8dc5f, #w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8e1-44a8dc5f {
  align-self: center;
}

#w-node-_913b48f9-3925-dfa9-953d-9ac8349bd899-44a8dc5f {
  align-self: auto;
}

#w-node-_913b48f9-3925-dfa9-953d-9ac8349bd89b-44a8dc5f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_913b48f9-3925-dfa9-953d-9ac8349bd89d-44a8dc5f, #w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8a3-44a8dc5f, #w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8a9-44a8dc5f, #w-node-_913b48f9-3925-dfa9-953d-9ac8349bd8af-44a8dc5f {
  justify-self: start;
}

#w-node-d95c2b82-5051-270f-1276-6bde47673596-44a8dc5f, #w-node-f80ad8df-6e5e-21e3-5ec3-da4c1fab4945-fcf0d70f, #w-node-e7adfe70-44a3-0543-a044-927fd4a854b6-fcf0d70f, #w-node-_301d06c1-6619-f7df-73ce-de96e782540d-fcf0d70f, #w-node-ceb2e8e1-1ae7-bad0-0b97-6c70aa78159c-fcf0d70f, #w-node-d0043027-b4ba-634b-1aad-3218dd967e20-fcf0d70f, #w-node-_9ac5a75a-19d6-9716-3b3f-51108c7f4d61-fcf0d70f, #w-node-_718b7026-3b39-e209-69c8-4bef06ee63c3-fcf0d70f, #w-node-e0aac666-2222-fda6-bf03-0cea5892f3fa-fcf0d70f, #w-node-_16896914-5dc7-5de8-4a52-c0f7ac47db56-fcf0d70f, #w-node-_6fd1141b-e83e-ee6c-22bb-9bd9af97822b-fcf0d70f, #w-node-d1934fa1-a353-275c-ec22-6f9fe65bdf7b-fcf0d70f, #w-node-_342d882b-8a08-9995-ab5b-b13175d5f67c-fcf0d70f, #w-node-_78c4944e-6419-2573-3f54-846441741377-fcf0d70f, #w-node-dfba72f3-ab0c-48ce-1759-d0d82b23498f-fcf0d70f, #w-node-_50d377a1-3416-f54f-69ce-17ab6be4229c-fcf0d70f, #w-node-_292b8e75-9afc-fb2f-f681-f8b9c260dd8a-fcf0d70f, #w-node-_491c8f93-0ceb-d9f2-02a5-044e960dfdd7-fcf0d70f, #w-node-_002a80a6-45e2-a3a7-1738-7d2061b35aab-fcf0d70f, #w-node-_37442f74-a440-5971-4adf-8b8787d246c8-fcf0d70f, #w-node-_189fb431-ebf9-9b5c-0d3e-fba0fbbc2da3-fcf0d70f, #w-node-_11323f3d-269a-d6dd-9bf2-705e84c1c676-fcf0d70f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce10-fcf0d70f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce13-fcf0d70f, #w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce16-fcf0d70f, #w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce19-fcf0d70f, #w-node-c28b0bce-0c14-f4dd-15b4-163ba401ce1c-fcf0d70f, #w-node-_12be3243-eb99-6379-5661-ca678e30169f-85860172, #w-node-f62194ec-5f09-5d23-868e-3d3ebd82abde-85860172, #w-node-_979e8397-a28a-3778-8fa4-54b6c7acf273-85860172, #w-node-b077ccd7-ab15-3281-4120-2f38b966c80e-85860172, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a5c-9195798c, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a5d-9195798c, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a68-9195798c, #w-node-a98c1476-7fd3-ee39-f61c-ee1bf9714a69-9195798c, #w-node-_0737fb64-0aaa-5404-b96f-cbf06cad26aa-a3a64f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3a347e1c-b1ce-072f-2a47-acbedf41fd0c-4ad0438a, #w-node-dbb64630-d603-de66-f51a-a14c1b74bf3c-b26b9148 {
    place-self: stretch stretch;
  }
}


