*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
	margin: 0 auto;
	padding: 0 20px;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner-section .dnd-section {
	padding: 0 !important;
}



.dnd-section[class*="force-full"]>.row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (min-width: 1380px) {
	.content-wrapper {
		padding: 0;
	}
}

.dnd-section > .row-fluid {
	margin: 0 auto;
}

.dnd-section .dnd-column {
	padding: 0 20px;
}



@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
	.dnd-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}
@font-face { 
	font-family: "Greycliff CF";
	src: url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/GreycliffCF-Regular.ttf) format("truetype"),
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/GreycliffCF-Regular.woff) format("woff"),
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/GreycliffCF-Regular.eot) format("embedded-opentype");
	font-weight: 400;
	font-display: swap;
}

@font-face { 
	font-family: "ITC Avant Garde Gothic";
	src: url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Demi.ttf) format("truetype"), 
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Demi.woff) format("woff"),
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Demi.woff2) format("woff2"),
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Demi.eot) format("embedded-opentype");
	font-weight: 600; 
	font-display: swap;
}

@font-face { 
	font-family: "ITC Avant Garde Gothic";
	src: url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Bk.ttf) format("truetype"), 
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Bk.woff) format("woff"),
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Bk.woff2) format("woff2"),
		url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/fonts/ITCAvantGardeStd-Bk.eot) format("embedded-opentype");
	font-weight: 400;
	font-display: swap; 
}




body {
	font-family: "Times New Roman", Sans-serif;
	line-height: 1.4;
	letter-spacing: 0.005em;
	position: relative;
	scroll-behavior: smooth;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

html{
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

::selection {
	background: #000;
	color: #fff;
}

/* Paragraphs */

p {
	margin-bottom: 20px;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1{
	line-height: 1.1;
	letter-spacing: -1.75px;
}

h2{
	line-height: 1.2;
	letter-spacing: -0.3px;
}


h3{
	line-height: 1.2;
	letter-spacing: -0.27px;
}

h4{
	line-height: 1.4;
	letter-spacing: -0.32px;
}

h5{
	line-height: 1.4;
	letter-spacing: -0.29px;
}

h6{
	line-height: 1.5;
	letter-spacing: -0.2px;
}



/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul.no-list {
	list-style: none;
}

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
button,
.button {
	white-space: normal;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	line-height: 55px;
	letter-spacing: -0.27px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	min-height: 60px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	margin-top: 25px;
	margin-bottom: 20px;
	font-family:'ITC Avant Garde Gothic';
}

button:disabled,
.button:disabled {
	background-color: #D0D0D0;
	border-color: #D0D0D0;
	color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	text-decoration: none;
}

button:active,
.button:active {
	text-decoration: none;
}
/* Form fields */

.hs-form-field {
	margin-bottom: 1.4rem;
}

/* Labels */

form label {
	font-size: 22px;
	line-height: 140%;
	letter-spacing: .005em;
	margin-top: 20px;
	display: inline-block;
}

/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_module .widget-type-email_subscriptions, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset, .section.post-footer form {
	display: inline-block;
	width: 100%;
	max-width: 767px;
	margin-bottom: 20px;
	padding: 15px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	height: 60px;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: .005em;
	font-family: 'Times New Roman';
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-bottom: 3px solid;
	width: 100%!important;
	border-radius: 0;
	outline: none;
}

form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
	color: #EF6B51;
}

.hs-error-msg, ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
	font-size: 18px;
}

.hs-input.invalid.error {
	border-color: #9e492f;
}

.hs-error-msg, ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
	color: #9e492f;
	margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	white-space: normal;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	line-height: 55px;
	letter-spacing: -0.27px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	min-height: 60px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	margin-top: 25px;
	margin-bottom: 20px;
	font-family:'ITC Avant Garde Gothic';
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-main-wrapper {
	position: relative;
	z-index: 11;
	min-height: 122px;
}

.header-main-wrapper header.ccl-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9990;
	background-color: #141414;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
}

.header-main-wrapper nav.ccl-header__menu.page-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	padding: 0 60px;
	max-width: 1920px;
	padding-right: 43px;
}

.header-main-wrapper .ccl-header-in__logo.mobile {
	margin: 0;
	line-height: 1;
}

.header-main-wrapper .ccl-header__logo.desktop {
	line-height: 1;
}

.header-main-wrapper .ccl-header__logo.desktop a {
	display: inline-block;
	line-height: 0;
	font-size: 0;
}

.header-main-wrapper .ccl-header__logo.desktop a svg {
	max-width: 305px;
	width: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

.header-main-wrapper .ccl-header__logo.mobile-n {
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	gap: 10px;
	padding: 0;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li {
	padding: 0 30px;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li:first-child {
	padding-left: 0;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li:last-child {
	padding-right: 0;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 38px;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li>a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #ffffff;
	position: relative;
	font-family: 'ITC Avant Garde Gothic';
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -.01em;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
}



.header-main-wrapper span.btn-close {
	position: absolute;
	padding: 20px;
	top: 0;
	right: 0;
	font-size: 1rem;
	color: #9e492f;
	text-align: right;
	margin-top: 10px;
	display: none;

}


.header-main-wrapper .ccl-header__mob-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 120%;
	left: 0;
	z-index: 1;
	white-space: nowrap;
	padding: 0;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul li {
	display: block;
	min-width: 220px;
	padding: 0;
	white-space: normal;
	position: relative;
}

.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul li a {
	padding: 14px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	font-family: 'ITC Avant Garde Gothic';
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -.01em;
	text-transform: uppercase;
	width: 100%;
}

.header-main-wrapper .menu-header-menu {
	display: flex;
	align-items: center;
	gap: 70px;
}

.header-main-wrapper .menu-contact a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 59px;
	padding: 20px 100px 20px 30px;
	border: solid 2px #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none!important;
	position: relative;
	font-family: 'ITC Avant Garde Gothic';
}

.header-main-wrapper .menu-contact a span {
	position: absolute;
	right: 30px;
	top: 50%;
}

.header-main-wrapper .menu-contact a span:after {
	background: #fff;
	content: "";
	height: 2px;
	margin-top: -1px;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 43px;
}

.header-main-wrapper .menu-contact a span:before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: "";
	height: 0;
	margin-top: -5px;
	position: absolute;
	right: 45%;
	top: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 0;
}

.header-main-wrapper .menu-contact a:hover {
	background-color: #fff;
	color: #141414;
}

.header-main-wrapper .menu-contact a:hover span:before {
	border-color: transparent transparent transparent #141414;
}

.header-main-wrapper .menu-contact a:hover span:after {
	background: #141414;
}

.header-main-wrapper .menu-contact a {
	box-sizing: border-box !important;
}

@media screen and (min-width: 1200px){
	.header-main-wrapper .menu-contact.mob-btn a{
		display: none;
	}
	.header-main-wrapper .ccl-header-in__logo.mobile {
		display: none;
	}
	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		-webkit-box-shadow: 0 1px 20px rgba(0,0,0,.1);
		box-shadow: 0 1px 20px rgba(0,0,0,.1);
		background-color: #141414;
	}

	.header-main-wrapper .ccl-header__mob-nav {
		display: none;
	}

	.header-main-wrapper .ccl-header__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 40px;
	}

	.header-main-wrapper .ccl-header__wrap {
		width: 100%;
		padding: 25px 0;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.header-main-wrapper .ccl-header__logo.mobile-n {
		display: none;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li:hover>ul {
		opacity: 1;
		visibility: visible;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li>a:hover {
		color: #fad389;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul li a:hover {
		color: #fad389;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul ul {
		top: 0;
		left: 100%;
		width: 100%;
		opacity: 0;
		visibility: hidden;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul li:hover ul {
		visibility: visible;
		opacity: 1;
	}
}

@media screen and (max-width: 1440px){
	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li {
		padding: 0 14px;
	}
}

@media screen and (max-width: 1199px){
	.menu-contact.mob-btn {
		margin-right: 40px;
	}

	.header-main-wrapper .ccl-header-in__logo.mobile svg {
		max-width: 117px;
		width: 100%;
	}
	.header-main-wrapper .menu-contact a{
		display:none;
	}
	.header-main-wrapper .menu-contact.mob-btn a{
		display: flex;
	}
	.header-main-wrapper .menu-header-menu {
		display: block;
	}
	.header-main-wrapper .menu-contact a{
		padding: 15px 60px 15px 20px;
		height: 50px;
	}
	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li {
		padding: 0 14px;
	}

	.header-main-wrapper {
		min-height: 78px;
	}

	.header-main-wrapper header.ccl-header {
		padding: 20px 0px;
	}
	.header-main-wrapper nav.ccl-header__menu.page-center {
		gap: 50px;
		padding-left:20px;
	}

	.header-main-wrapper .ccl-header__wrap {
		position: fixed;
		top: 0;
		left: 100%;
		overflow: auto;
		width: 320px;
		padding: 20px 0 0;
		background-color: #fff;
		-webkit-transition: all .35s;
		-o-transition: all .35s;
		transition: all .35s;
		z-index: 9999;
		height: 100%;
	}

	.header-main-wrapper .ccl-header__logo.desktop {
		display: none;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}

	.header-main-wrapper span.btn-close {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		cursor: pointer;
	}

	.header-main-wrapper .ccl-header__mob-nav a {
		display: inline-block;
		position: relative;
		width: 24px;
		height: 18px;
		cursor: pointer;
		text-decoration: underline;
	}

	.header-main-wrapper .ccl-header__mob-nav a>span {
		width: 24px;
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		transition-property: -webkit-transform;
		transition-property: transform,-webkit-transform;
		-webkit-transition-duration: 75ms;
		-o-transition-duration: 75ms;
		transition-duration: 75ms;
		-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
		-o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
		transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	.header-main-wrapper .ccl-header__mob-nav a>span:before,.header-main-wrapper .ccl-header__mob-nav a>span:after {
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background-color: #ffffff;
		border-radius: 1.5px;
		position: absolute;
		transition-property: -webkit-transform;
		-webkit-transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
		-webkit-transition-duration: .15s;
		-o-transition-duration: .15s;
		transition-duration: .15s;
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
	}

	.header-main-wrapper .ccl-header__mob-nav a>span:before {
		top: -8px;
	}

	.header-main-wrapper .ccl-header__mob-nav a>span:after {
		bottom: -8px;
	}

	.header-main-wrapper .ccl-header__wrap.menu-open {
		left: calc(100% - 320px);
	}

	.header-main-wrapper .ccl-header__logo.mobile-n a {
		display: inline-block;
		line-height: 0;
		font-size: 0;
	}

	.header-main-wrapper .ccl-header__logo.mobile-n img {
		max-width: 100%;
		height: auto;
		vertical-align: middle;
		border-style: none;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li {
		padding: 0;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li>a {
		padding: 10px 20px;
		position: relative;
		color: #141414;
		font-size: 16px;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li:before {
		display: none;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li span.menu-dropdown-btn {
		display: inline-block;
		font-size: 12px;
		line-height: 1;
		padding-left: 5px;
		position: absolute;
		right: 10px;
		top: calc(0px + 0.2rem);
		vertical-align: middle;
		white-space: normal;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul>li span.menu-dropdown-btn {
		display:none;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li span.menu-dropdown-btn:before {
		display: inline-block;
		-webkit-transition-delay: .07s;
		-o-transition-delay: .07s;
		transition-delay: .07s;
		content: '';
		vertical-align: middle;
		background-image: url(https://8356502.fs1.hubspotusercontent-na1.net/hubfs/8356502/raw_assets/public/CCL_May2023/images/drop-down-img.svg);
		line-height: 1;
		width: 14px;
		height: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		top: 13px;
		left: 11px;
		position: relative;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul {
		position: static;
		display: none;
		background: #767676;
	}
	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul ul{
		display: block;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul ul li a {
		padding: 10px 20px;
		position: relative;
		font-size: 16px;
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li.menu-active-n {
		background: rgba(0,0,0,0);
	}

	.header-main-wrapper .menu-header-menu nav.navigation-primary>ul>li span.menu-dropdown-btn.open-n:before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: -4px;
	}

	.header-main-wrapper span.body-overlay {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.8);
		pointer-events: none;
		z-index: 9985;
	}

	.header-main-wrapper span.body-overlay.overlay-open {
		opacity: 1;
		visibility: visible;
	}
	.header-main-wrapper .menu-contact a span {
		right: 15px;
	}
	.header-main-wrapper .menu-contact a span:after {
		width: 35px;
	}
}

@media screen and (max-width: 1024px){
	.header-main-wrapper .menu-contact a span {
		display:none;
	}
	.header-main-wrapper .menu-contact a {
		padding: 15px 15px;
		height: 40px;
	}
}

@media screen and (max-width: 425px){
	.header-main-wrapper .ccl-header__wrap.menu-open {
		left: 0;
	}
	.header-main-wrapper .ccl-header__wrap{
		width: 100%;
	}
	.header-main-wrapper nav.ccl-header__menu.page-center {
		gap: 40px;
	}
	.menu-contact.mob-btn {
		margin-right: 22px;
	}
}
/* /////////////////////////////////////////////////// */

.footer-head footer.ccl-footer {
	padding: 60px 0 0;
	background-color: #141414;
	color: #ffffff;
}

.footer-head.lp .ccl-footer__menu.first-menu-n .hs-menu-wrapper>ul>li:not(:last-child) {
	display: none;
}

.footer-head.lp .ccl-footer__menu.first-menu-n:after{
	display:none;
}

.footer-head footer.ccl-footer .container {
	width: 100%;
	margin: auto;
	padding: 0 60px;
	max-width: 1920px;
}

.footer-head .ccl-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-head .ccl-footer__menu.first-menu-n {
	position: relative;
}

.footer-head .ccl-footer__menu.first-menu-n:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: calc(100% - 34px);
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: .3;
}

.footer-head .ccl-footer__menu .hs-menu-wrapper>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	outline: 0;
}

.footer-head .ccl-footer__socials .social-main a.insta svg path{
	fill:none;
}

.footer-head .ccl-footer__socials .social-main a.insta:hover svg path{
	fill:none;
}

.footer-head {
	position: relative;
	z-index: 10;
}

.footer-head .ccl-footer__menu.first-menu-n .hs-menu-wrapper>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.footer-head .ccl-footer__menu .hs-menu-wrapper>ul>li>a {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'ITC Avant Garde Gothic';
	color: inherit;
	text-decoration: none;
}

.footer-head .ccl-footer__menu.first-menu-n .hs-menu-wrapper>ul>li>a {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -.01em;
}

.footer-head .ccl-footer__menu h6 {
	margin-bottom: 40px;
	color: #fad389;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.01em;
	font-family: 'ITC Avant Garde Gothic';
	font-weight: 400;
	margin-top: 0;
}

.footer-head .ccl-footer__menu .hs-menu-wrapper>ul>li:hover>a {
	color: #fad389;
}

.footer-head .ccl-footer__bottom {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	position: relative;
	gap: 30px;
	border-top: 1px solid rgba(255,255,255,.3);
}

.footer-head .ccl-footer__logo img {
	max-width: 250px;
	width: 100%;
	vertical-align: middle;
	border-style: none;
	height: auto;
}

.footer-head .ccl-footer__socials .social-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.footer-head .ccl-footer__socials .social-main a {
	color: inherit;
	text-decoration: none;
}


.footer-head .ccl-footer__copyright p {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: 'ITC Avant Garde Gothic';
	font-size: 16px;
	line-height: 19px;
}


@media screen and (max-width: 767px) and (min-width: 426px){
	.footer-head .ccl-footer__menu.first-menu-n {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1025px){
	.footer-head .ccl-footer__menu.first-menu-n .hs-menu-wrapper>ul {
		padding-right: 80px;
	}
}

@media only screen and (max-width: 1024px){
	.footer-head footer.ccl-footer .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.footer-head .ccl-footer__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 50px;
		max-width: 730px;
		margin: 0 auto;
	}


	.footer-head .ccl-footer__menu {
		width: calc(33.33% - 34px);
	}

	.footer-head .ccl-footer__menu.first-menu-n:after {
		right: 10px;
	}

	.footer-head .ccl-footer__bottom {
		margin-top: 50px;
	}
}



@media screen and (max-width: 767px){
	.footer-head footer.ccl-footer {
		text-align: center;
	}

	.footer-head .ccl-footer__top {
		gap: 40px;
		max-width: 460px;
	}
	.footer-head .ccl-footer__menu.first-menu-n .hs-menu-wrapper>ul {
		gap: 20px;
	}

	.footer-head .ccl-footer__menu.first-menu-n:after{
		display:none;
	}
	.footer-head .ccl-footer__menu {
		width: calc(50% - 20px);
	}

	.footer-head .ccl-footer__menu h6 {
		margin-bottom: 30px;
	}

	.footer-head .ccl-footer__menu .hs-menu-wrapper>ul {
		gap: 12px;
	}

	.footer-head .ccl-footer__bottom {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 22.4px;
	}

	.footer-head .ccl-footer__menu {
		line-height: 22.4px;
	}
}

@media screen and (max-width: 425px){
	.footer-head .ccl-footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-head .ccl-footer__menu {
		width: 100%;
	}
}
