/*!
Theme Name: sixteenth-ward
Theme URI: http://AAA.me/
Author: AAA.me
Author URI: http://AAA.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sixteenth-ward
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sixteenth-ward is based on AAA https://AAA.me/, (C) 2012-2020 Automattic, Inc.
AAA is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.
 */


@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('./assets/fonts/TTRamillasTrl-ExtraLight.woff2') format('woff2'),
        url('./assets/fonts/TTRamillasTrl-ExtraLight.woff') format('woff'),
        url('./assets/fonts/TTRamillasTrl-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('./assets/fonts/TTRamillasTrl-Light.woff2') format('woff2'),
        url('./assets/fonts/TTRamillasTrl-Light.woff') format('woff'),
        url('./assets/fonts/TTRamillasTrl-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('./assets/fonts/TTRamillasTrl-Regular.woff2') format('woff2'),
        url('./assets/fonts/TTRamillasTrl-Regular.woff') format('woff'),
        url('./assets/fonts/TTRamillasTrl-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('./assets/fonts/TTRamillasTrl-Medium.woff2') format('woff2'),
        url('./assets/fonts/TTRamillasTrl-Medium.woff') format('woff'),
        url('./assets/fonts/TTRamillasTrl-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('./assets/fonts/TTRamillasTrl-Bold.woff2') format('woff2'),
        url('./assets/fonts/TTRamillasTrl-Bold.woff') format('woff'),
        url('./assets/fonts/TTRamillasTrl-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('./assets/fonts/TTRamillasTrl-Black.woff2') format('woff2'),
        url('./assets/fonts/TTRamillasTrl-Black.woff') format('woff'),
        url('./assets/fonts/TTRamillasTrl-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
























html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}


abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ==============================================
   Common CSS Start
   ============================================== */
   :root {
	--primary-color: #2A0C0C;
	--black: #000;
	--white: #fff;
  }

   html{ 
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  * { 
	box-sizing: border-box; 
	outline: none !important; 
  }
  
  button:focus { 
	outline: none !important; 
	box-shadow: none !important; 
  }
  body {
	font-size: 16px;
	color: var(--gray);
	font-family: "Roboto", sans-serif;
	line-height: 1.68;
	font-weight: 400;
	margin: 0;
}
  
.big-wrapper {
	padding: 0 30px;
	max-width: 1809px;
	margin: 0 auto;
}


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

  
  p { 
	margin: 0 0 30px 0; 
  }
  
  p:last-child { 
	margin: 0 !important; 
  }
  
  h1, h2, h3, h4, h5, h6 {
	font-size: 48px;
	color: var(--black);
	font-weight: 700;
	font-family: 'TT Ramillas Trl';
	line-height: 1.35;
	margin: 0 0 25px 0;
	width: 100%;
	position: relative;
}
  
  .site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 { 
	margin: 0 0 20px 0; 
  }
  
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { 
	display: inline-block; 
  }
  
  blockquote {
	margin: 0;
	background-color: #0e192114;
	padding: 30px;
	border-left: 8px solid var(--golden);
	margin-bottom: 30px;
}
  .common-content { 
	padding: 60px 0; 
  }
  
  
  a {
	color: var(--black);
	transition: 0.5s;
	text-decoration: none;
	display: inline-block;
}
  
a:hover {
	color: var(--golden);
}

.text-black {
    color: var(--black) !important;
}

.text-white {
    color: var(--white) !important;
}
.dark-blue-gray{
	color: var(--dark-blue-gray) !important;
}

.text-golden {
    color: var(--golden) !important;
}
  .clearfix::before, .clearfix::after { 
	visibility: hidden; 
	display: table; 
	content: " "; 
	clear: both; 
  }
  
  .text-center { text-align: center; }
  .text-right { text-align: right; }
  .text-left { text-align: left; }
  
  .ptb-0 { 
	padding-top: 0 !important; 
	padding-bottom: 0 !important; 
  }
  .margin-0{
	margin: 0 !important;
  }
  
  .pb-0 { padding-bottom: 0 !important; }
  .pt-0 { padding-top: 0 !important; }
  .mtb-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .mb-0 { margin-bottom: 0 !important; }
  .mt-0 { margin-top: 0 !important; }
  .pt-50 { padding-top: 50px !important; }
  
  textarea { height: 105px; }
  
  ::-webkit-input-placeholder { color: #9B9B9B !important; opacity: 1; }
  :-ms-input-placeholder { color: #9B9B9B !important; opacity: 1; }
  ::placeholder { color: #9B9B9B !important; opacity: 1; }
  label {
	color: var(--white) !important;
	line-height: 1 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	letter-spacing: -0.32px !important;
	margin: 0 0 6px 0 !important;
}
.gform_heading {
	display: none !important;
}
/* .gfield_required {
	display: none !important;
}*/
input, textarea {
	border: 1px solid var(--white) !important;
	height: auto !important;
	line-height: 1 !important;
	padding: 12px 15px 11px 15px !important;
	font-size: 16px !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	color: var(--white) !important;
}
textarea {
	height: 182px !important;
	min-block-size: unset !important;
	resize: unset !important;
}
input:focus,textarea:focus {
	box-shadow: none !important;
}
input[type="submit"] {
	background-color: #fff !important;
	width: 100% !important;
	border: unset !important;
	padding: 15px 29px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #461E1E !important;
	border: 1px solid !important;
	transition: 0.5s !important;
}
input[type="submit"]:hover {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
}
.gform_fields {
	row-gap: 8.7px !important;
}
.gform_footer {
	margin: 19px 0 0 0 !important;
}
.gform_validation_errors {
	display: none !important;
}
.validation_message {
	font-size: 12px !important;
	margin: 5px 0 0 0 !important;
}
.gfield_label {
	margin: 0 0 6.3px 0 !important;
}
  button { 
	transition: 0.5s !important;
	border: none; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-ms-appearance: none; 
	-o-appearance: none; 
	cursor: pointer; 
  }
  
  ul { 
	margin: 0 0 30px 0; 
	padding: 0; 
	list-style-type: none; 
  }
  
  ol { 
	margin: 0 0 30px 0; 
	padding: 0 0 0 20px; 
  }
  
  ul li { 
	position: relative; 
	padding: 0 0 0 25px; 
	margin: 0; 
	text-align: left; 
  }
  
  ul li:not(.site-header li,.site-footer li,.landing-page-social-item::before)::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--black)000;
	position: absolute;
	left: 0;
	top: 0.44em;
}
  
  .no-padding { 
	padding: 0 !important; 
  }
  
  .wrapper { 
	max-width: 1720px; 
	width: 100%; 
	margin: 0 auto; 
	padding: 0 50px; 
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

  .d-flex{
	display: flex;
	flex-wrap: wrap;
  }
  
  .align-center{
	align-items: center;
  }
  .justify-content-space-between {
	justify-content: space-between;
}
.section-title {
	font-size: 60px;
}


  .image-wrap {
	position: relative;
}
.full-link{
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}
.image-wrap > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
    
.font-33 {
    font-size: clamp(20px, 1.72vw, 33px);
}
.font-44 {
	font-size: clamp(24px, 2.39vw, 44px);
}
.font-64 {
	font-size: clamp(32px, 3.43vw, 64px);
}

.slick-arrow {
	border-radius: 61px;
	border: 1px solid var(--dark-blue-gray);
	background-color: var(--dark-blue-gray);
	color: var(--white);
	padding: 8px 18px 8px 18px;
	font-size: 14px;
	display: inline-block;
	margin: 0 16px;
	transition: 0.5s;
}
.slick-arrow:hover {
	background-color: var(--golden);
	color: var(--white);
	border-color: var(--golden);
}
.common-button {
	border-radius: 61px;
	border: 1px solid var(--golden);
	color: var(--golden);
	padding: 3.3px 54px 3.2px 29px;
	background-image: url('data:image/svg+xml,<svg width="19" height="8" viewBox="0 0 19 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.8161 4.2891C19.0114 4.09384 19.0114 3.77726 18.8161 3.582L15.6342 0.400014C15.4389 0.204752 15.1223 0.204752 14.9271 0.400014C14.7318 0.595276 14.7318 0.911859 14.9271 1.10712L17.7555 3.93555L14.9271 6.76398C14.7318 6.95924 14.7318 7.27582 14.9271 7.47108C15.1223 7.66634 15.4389 7.66634 15.6342 7.47108L18.8161 4.2891ZM0.638672 4.43555L18.4626 4.43555L18.4626 3.43555L0.638672 3.43555L0.638672 4.43555Z" fill="%23D1A22E"/></svg>');
	background-repeat: no-repeat;
	background-position: right 27px center;
	font-size: 14px;
	width: fit-content;
	text-transform: capitalize;
	font-family: "Barlow", sans-serif;
}
.common-button:hover {
	background-color: var(--golden);
	color: var(--white);
	background-image: url('data:image/svg+xml,<svg width="19" height="8" viewBox="0 0 19 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.8161 4.2891C19.0114 4.09384 19.0114 3.77726 18.8161 3.582L15.6342 0.400014C15.4389 0.204752 15.1223 0.204752 14.9271 0.400014C14.7318 0.595276 14.7318 0.911859 14.9271 1.10712L17.7555 3.93555L14.9271 6.76398C14.7318 6.95924 14.7318 7.27582 14.9271 7.47108C15.1223 7.66634 15.4389 7.66634 15.6342 7.47108L18.8161 4.2891ZM0.638672 4.43555L18.4626 4.43555L18.4626 3.43555L0.638672 3.43555L0.638672 4.43555Z" fill="%23FFFFFF"/></svg>');
	background-position: right 23px center;
}
.border-btn {
	border: 1px solid #fff;
	padding: 9.3px 28.5px;
	text-align: center;
	font-size: 14px;
}
.border-btn:hover {
	background-color: #fff;
	color: #2a0c0c;
	border: 1px solid #2a0c0c;
}

.slick-track {
	display: flex !important;
  }
  .slick-slide
  {
	  height: inherit !important;
  }
  .slick-dots li button::before,.slick-dots li::before {
	display: none;
}
body .slick-dots {
	bottom: 0;
	padding: 33px 0 0 0;
	position: relative;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
body .slick-dots li {
	margin: 0px 3px;
}
body .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 18px;
	height: 18px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	background-color: transparent;
	border: 2px solid #364956;
	border-radius: 50%;
}
body .slick-active button {
	background-color: #364956 !important;
}
.m-block{
	display: none;
}
.page-template-landing-page .site-header, .page-template-landing-page .site-footer,.page-template-thank-you .site-header, .page-template-thank-you .site-footer, .error404 .site-header, .error404 .site-footer{
	display: none;
}
/* ==============================================
   Common CSS End
   ============================================== */

/* ==============================================
   Landing Page Header CSS Start
   ============================================== */ 

   .landing-page-header {
	padding: 56px 0 12px 0;
}
.landing-page-header-content {
	position: relative;
	z-index: 1;
}
.landing-page-header-wrapper {
	padding: 0 20px;
	max-width: 1780px;
	margin: 0 auto;
}
.landing-page-social-item {
	padding: 0 11px;
}
.landing-page-social-links-list {
	margin: 0 -11px;
}
.landing-page-button {
	color: #FFF;
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 3px 0;
	position: relative;
}
.landing-page-button::before {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	transition: 0.5s ease-in-out;
}
.landing-page-button::after {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	content: "";
	right: 0;
	transition: 0.5s ease-in-out;
}
.landing-page-button:hover::after {
	right: -10px;
	left: unset;
}
.landing-page-button:hover::before {
	left: -10px;
}
.landing-page-social-link {
	display: table;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 0;
}
.landing-page-social-link:hover {
	background-color: #fff;
	border-radius: 50%;
}
.landing-page-social-link path {
	transition: 0.5s;
}
.landing-page-social-link:hover path {
	stroke: #2a0c0c;
}
.landing-page-button svg {
	margin: 0 4px 0 0;
}
.landing-page-button:hover {
	color: #fff;
}

/* ==============================================
   Landing Page Header CSS End
   ============================================== */ 

/* ==============================================
   Landing Page Banner CSS Start
   ============================================== */   
   .header-banner-bg {
	position: relative;
	background-color: #2A0C0C;
	height: 102.63svh;
	min-height: 465px;
	max-height: 939px;
}
.header-banner-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.92;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(42, 12, 12, 0.3) 0%, rgb(42, 12, 12) 70%);
}
.landing-page-wrapper {
	max-width: calc(1920px - 282px);
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.landing-page-banner-bg {
	width: 100%;
	padding-top: 135.99%;
	max-width: 96.26%;
}
.landing-page-banner-heading {
	font-size: clamp(35px, 5.3vw, 100px);
	line-height: 1;
	margin: 0 0 75px 0;
}

.landing-page-banner-bg-wrap {
	max-width: 33.33%;
	width: 100%;
	padding: 0 20px;
}
.landing-page-banner-bg-wrap:has(.l-banner-image-1) {
	padding-top: 0.9%;
}
.landing-page-banner-bg-wrap:has(.l-banner-image-2) {
	padding-top: 8.2%;
}
.landing-page-banner-bg-wrap:has(.l-banner-image-3) {
	padding-top: 4.1%;
}
.landing-page-banner-bg-images {
	justify-content: center;
	margin: 0 -20px;
}
.landing-page-banner-content-wrap {
	position: relative;
}
.landing-page-banner-content {
	position: absolute;
	inset: 0;
	z-index: 1;
	text-align: center;
}
.landing-page-logo {
	width: 100%;
	margin: 0 auto 51px auto;
	max-width: 14.143%;
}
.landing-page-banner-content .landing-page-banner-btn{
	margin: 5px;
}
.landing-page-banner-btn {
	background-color: #FFFFFF;
	padding: 15.5px 28.22px;
	color: #2A0C0C;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.08px;
	text-transform: uppercase;
	font-family: "Barlow", sans-serif;
	border: 1px solid #fff;
	min-width: 250px;
}
.landing-page-banner-btn:hover, .landing-page-banner-btn:focus {
	background-color: transparent; color: #fff;
}
.landing-page-banner-btn.border_btn{
	background-color: transparent; color: #fff;
}
.landing-page-banner-btn.border_btn:hover, .landing-page-banner-btn.border_btn:focus {
	background-color: #fff; border: 1px solid #fff; color: #2A0C0C;
}

/* ==============================================
   Landing Page Banner CSS End
   ============================================== */  


/* ==============================================
   Raise Your Glass In Style Section CSS Start
   ============================================== */  
   .raise-your-glass-in-style {
	background-color: #2A0C0C;
	padding: 13px 0 0 0;
	overflow: hidden;
}
.raise-your-glass-gallery-slider {
	align-items: center;
}
.raise-your-glass-gallery-slider .slick-list {
	padding: 0 10% 0 0% !important;
	margin: 0 -5.82px;
}
.raise-your-glass-gallery-item {
	padding: 5.82px;
}
.raise-your-glass-heading {
	font-weight: 200;
	line-height: 1.17;
	margin: 0 0 59px 0;
}
.raise-your-glass-sub-heading {
	font-weight: 200;
	line-height: 1.17;
	margin: 0 0 7px 0;
}
.raise-your-glass-content-wrap {
	padding: 160px 0 350px 0;
}
.raise-your-glass-content-wrap {
	padding: 9.7% 0 21.61% 0;
	background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1147 425" width="1147" height="425"><title>svg</title><style>.s0 { fill: %23ffffff } </style><g style="opacity: .04"><path class="s0" d="m386.4 96.2c14.8 1.5 29.7 2.7 44.6 1 12.2-1.4 29.4-5.3 33.1-19.1 4-14.8-11.3-27-22-34.1-15.5-10.4-33.1-17.5-50.6-23.7-23.1-8.1-47.2-14.3-71.6-17.3-12.1-1.5-24.3-2.1-36.5-2.4-12-0.2-24.1-0.6-36.1 0.5-14.8 1.4-38.7 8.8-36.1 28.1 2 14.2 17 24.2 28.2 30.9 17.4 10.4 37.6 16.6 57 22.1 23.2 6.7 47.5 12.2 71.5 14 6.2 0.5 12.3 0.8 18.5 0.7 2.6 0 2.3-5.2-0.1-5.6-22.9-3.7-45.8-6.6-68.3-12-21.3-5.1-42.7-11.5-62.9-20.1-12.3-5.3-25.6-12.8-34-23.4-1.6-2-3.2-4.3-4-6.7-0.6-2-0.7-3.4 0.2-5.3 3-6.7 12.3-10.2 18.7-12.1 10.6-3 22-2.7 33-2.7 11.2 0 22.5 0.1 33.7 0.8 23.2 1.4 46 5.8 68.3 12.2 19.1 5.6 38.3 12.3 56.1 21.4 6.4 3.2 12.5 6.9 18.3 11.2 5.1 3.8 10.7 8.4 13.4 14.4 5.7 12.2-12.3 18.5-21 20.4-14.1 3.1-28.9 3.3-43.2 2.9q-4.1-0.1-8.3-0.3c-1.8-0.1-1.7 4 0.1 4.2z"/><path class="s0" d="m383.8 106.2c14.2 1.3 28.5 2.2 42.7 0.4 11.8-1.5 28.3-5.6 31.8-18.9 3.8-13.9-10.4-25.6-20.4-32.6-14.7-10.2-31.6-17.2-48.4-23.2-22.2-8-45.4-14-68.9-16.8-11.8-1.4-23.8-2-35.7-2.1-11.6-0.2-23.4-0.5-35 0.8-14 1.5-36.3 9.1-33.9 27.1 1.8 13.6 15.9 23.5 26.7 30 16.6 10.1 35.8 16.1 54.4 21.5 22.5 6.6 46 11.7 69.4 13.6 5.8 0.4 11.5 0.7 17.3 0.7 2 0 1.8-4-0.1-4.3-21.9-3.1-43.9-5.9-65.4-11-20.6-5-41.3-11.3-60.7-19.7-12-5.2-24.8-12.7-32.9-23.1-2.9-3.7-5.9-8.7-3.8-13.4 2.9-6.8 11.6-10.6 18.1-12.6 10.1-3.1 20.9-3 31.3-3.1 11.2-0.1 22.3-0.1 33.5 0.6 22.4 1.2 44.4 5.4 66 11.8 18.4 5.4 36.9 12 53.9 21 6.2 3.2 12.1 6.9 17.6 11.1 5 4 10.4 8.6 12.9 14.6 5.4 12.6-11.4 19.4-20.8 21.6-13.5 3.2-27.9 3.4-41.7 3q-4-0.1-8-0.3c-1.4 0-1.4 3.2 0.1 3.3z"/><path class="s0" d="m212.7 20.6c-2.7 11.1-1.1 23.5 1.8 34.4 2.9 11.2 7.6 22 14 31.6 4.8 7.2 11.3 13.3 17.8 19 7.6 6.5 15.6 12.6 23.9 18.2q6.5 4.3 13.2 8.2c3.8 2.3 7.8 5.1 11.9 6.5 2.1 0.6 2-3.1 1-4-2.7-2.6-6.1-4.5-9.1-6.6-3.6-2.6-7.2-5.1-10.7-7.6-7.8-5.7-15.6-11.4-23-17.5-6.6-5.3-13.1-11.1-18.5-17.7-6.3-7.7-10.8-17.1-14.1-26.4-4.3-12.3-5-24.7-5.2-37.6-0.1-2.3-2.4-3.1-3-0.5z"/><path class="s0" d="m460.2 76.6c-4.7 8.3-9.1 16.4-15.4 23.6-6.5 7.1-14 13.4-22 18.7-14.7 9.7-32.1 13.6-49 17.6-4.8 1.1-9.7 2.2-14.5 3.6-4.2 1.1-9.3 2.1-12.8 4.6-1.5 1.1-1.1 5.2 1.1 5.3 3.9 0 8.2-1.9 12-2.7 4.4-1 8.6-2.1 13-3.1 9.2-2.2 18.5-4.3 27.6-7.2 17.8-5.5 33.6-15.7 46.1-29.6 7.4-8.2 14.1-17.6 16.7-28.4 0.4-1.6-1.5-4.7-2.8-2.4z"/><path class="s0" d="m348.5 147.7c-5.2 2-9.8 4.6-14.7 7.3-4.3 2.4-10.4 4.4-13.2 8.8-0.6 0.9-0.6 3.5 0.8 3.9 4.7 1.1 10.5-3.5 14.4-5.8 5.1-2.9 9.7-6 14-10 1.1-1 0.8-5-1.3-4.2z"/><path class="s0" d="m305.2 160.7c-6.2 26.9-9.9 54.4-14.3 81.7-4 25.4-7.2 51.1-13.8 76-3.6 13.7-8.4 27-14.6 39.7-0.7 1.4-0.9 3.3 0.1 4.7 0.9 1.1 2.3 1.2 3.1-0.1 13.1-21.5 18.6-47 22.9-71.6 4.8-26.9 8.8-54 12.9-81 2.5-16 5-32.1 6.5-48.3 0.2-2.2-2.1-3.9-2.8-1.1z"/><path class="s0" d="m318.4 167.5c-6.9 30.3-12.4 60.8-17.4 91.4q-3.7 22.8-7.2 45.5c-2.2 14.5-4.8 29-6.2 43.6-1.2 11.2-1.3 27.3 9.7 34 3.2 2 3.5-3.9 2-5.6-7.3-8-7.1-18.8-5.9-28.9 1.8-14.3 4.1-28.5 6.3-42.7 4.3-29 9.1-57.9 13.9-86.8 2.7-16.5 5.2-32.9 7.7-49.4 0.3-2.4-2.3-4.1-2.9-1.1z"/><path class="s0" d="m269.2 348.2c-12.9-3.5-26.7-4.8-40-3.2-10.4 1.2-24 4.2-27.8 15.5-3.6 10.9 5.9 21.2 13.5 27.8 8.4 7.3 19.1 11.4 29.8 14.2 10.7 2.7 21.6 4.7 32.4 6.9 9.6 1.9 19.4 3.5 29.3 3.8 9.4 0.2 19.2-0.7 27.8-4.7 8.6-4 16.4-11.5 17-21.4 0.8-13-10.9-20.7-21.5-25.1-12.4-5.2-25.1-8.5-38.5-9.4-1.7-0.1-1.8 3.8-0.3 4.1 10.1 1.9 20.3 3.8 30.1 7.1 8.9 3 21.4 6.9 25.6 16.3 4 9.1-5 17.5-12.4 21.1-7.4 3.7-15.9 4.8-24.1 4.9-17.9 0.2-35.4-4.2-52.9-7.4-9.8-1.9-19.6-4-28.8-8.1-8.9-3.9-18.5-11-22.9-20-6.8-13.9 14.7-18.4 23.9-19.5 13.1-1.5 26.4 0.2 39.5 1.6 1.8 0.2 1.9-4 0.3-4.5z"/><path class="s0" d="m230.9 47.6c26.4 1.5 52.8 2.6 79 6.5 26.4 4 52.5 10.1 78.2 17.6 14.2 4.1 28.4 8.8 42.7 12.9 2.4 0.7 2.7-4.1 0.8-4.9-24.7-10.5-50.7-17.8-76.7-23.9-25.9-6-52.4-10.6-79-12.2-15-0.9-30.1-1.2-45.1 0.6-1.6 0.1-1.5 3.3 0.1 3.4z"/><path class="s0" d="m224.8 59c4.6 15 15.2 26.7 26.7 36.9 12.1 10.6 24.8 21 39 28.7 29.6 15.9 67 16 98.3 5.4 16.3-5.5 33.2-12.9 45.9-24.8 0.8-0.8 0.5-4.3-1.1-3.4-6.4 3.6-12.4 7.9-18.9 11.4q-9.7 5.2-20 9.1c-15.7 6-32.1 9.4-49 9.5-16.3 0.1-32.9-2.4-47.8-9.2-14.3-6.5-27-16.1-38.9-26.1-13-10.9-26.9-22.6-32.6-39-0.7-1.8-2 0.3-1.6 1.5z"/><path class="s0" d="m168.2 223.4c9.7-6.6 17.9-15.2 27.2-22.2 10-7.6 20.8-13.4 32.1-18.8 11.3-5.3 22.3-11.1 33.1-17.5 5.4-3.2 10.7-6.5 16-10 5.1-3.3 10.7-6.2 15.1-10.3 1.1-1 0.8-4.9-1.2-4.2-5.7 2.1-10.9 6-16.2 9q-8 4.6-16.2 9.2c-10.8 6.1-21.9 11.8-33.2 17.2-10.9 5.3-21.4 11.1-31.2 18.4-9.6 7.2-19.3 15.2-26.9 24.4-0.9 1.1-0.7 6.2 1.4 4.8z"/><path class="s0" d="m294.7 142.6c6.8 1.3 11.6 8.5 11.7 15.2 0.1 7.9-6.1 15-11.3 20.2-6.5 6.5-13.6 12.5-21 18-6.7 5.1-13.7 9.6-19 16.1-5.3 6.5-7.9 14.4-10.3 22.3-2.3 7.5-5 14.9-8.5 21.9-6.8 13.6-15.9 26.1-26.8 36.7-6 5.9-12.6 11.3-19.6 16-7.3 4.8-15.1 8.8-22.6 13.3-1.7 1-1.5 5.2 0.9 4.6 15.6-3.8 30-14.6 41.5-25.4 12.1-11.3 22.2-24.7 29.6-39.4 3.6-7.4 6.7-15 8.9-22.9 1.3-4.7 2.3-9.7 4.4-14.2 2-4.1 5.4-7.5 8.8-10.4 7-6 14.8-10.8 22-16.6 7.3-5.9 14.7-12.2 20.4-19.7 5.7-7.3 9.3-16.8 6.8-26-2-7.4-7.8-14-16-13.4-1.7 0.1-1.5 3.5 0.1 3.7z"/><path class="s0" d="m110.7 292.6c14.9-27.8 29.3-55.8 45.3-83 8-13.5 16.2-26.8 24.8-39.9 8.1-12.3 15.9-24.8 28.6-32.8 6.5-4 13.6-7 20.8-9.5 7.4-2.5 15.2-4.1 22.1-7.8 1.1-0.6 1.2-3.5-0.4-3.5-6.9 0-13.6 2.2-20 4.3-6.7 2.2-13.3 4.8-19.4 8.2-5.8 3.1-11.3 7-16 11.6-5.3 5.1-9.5 11.2-13.6 17.3-18 26.9-34.9 54.6-50.4 83-8.8 16.1-17.2 32.3-24.5 49.1-0.7 1.6 1.4 5.5 2.7 3z"/><path class="s0" d="m287.2 259.5c-5.7 6.7-10.5 14.2-15.8 21.2-5.8 7.6-11.6 15.2-17.7 22.4-12.3 14.7-25.5 28.6-39.8 41.2q-5.8 5.1-11.9 9.9c-4.1 3.3-8.7 6.3-12.2 10.3-1 1.2-1 5.5 1.5 4.6 4-1.3 7.5-4.2 10.8-6.7q5.7-4.4 11.1-9c7.3-6.2 14.3-12.8 21-19.6 13.4-13.8 25.8-28.5 37.3-44 6.3-8.5 12.8-17.3 17.5-26.9 0.6-1-0.2-5.3-1.8-3.4z"/><path class="s0" d="m108.1 289.9c-5.5 16.4-10.2 33.1-16.3 49.3-6.4 17-13.6 33.8-21.1 50.3-15.3 33.7-32.2 66.6-47.7 100.2-4.2 9.1-8.3 18.2-12.3 27.4-3.8 8.9-8 17.9-10.5 27.3-0.3 1-0.4 2.5 0.5 3.3 0.7 0.7 1.8 0.8 2.3-0.2 3.9-7.4 6.8-15.4 10.1-23.1 3.6-8.3 7.3-16.6 11.1-24.8 7.7-16.7 15.8-33.2 23.9-49.7 16.2-33.2 32.5-66.5 45.8-101 7.1-18.4 14.3-37.6 17.3-57.1 0.3-2-2.1-4.8-3.1-1.9z"/><path class="s0" d="m198.4 361.2c-6.8 22.4-14.1 44.6-20.4 67-5.3 18.9-10.5 37.8-15.6 56.7-12 44.3-23.9 88.7-35.9 133-2.7 10-5.4 19.9-8.1 29.8-2.1 7.4-4.4 14.8-5.6 22.4-0.3 2.2 1.9 4.8 3.2 2 2.8-5.9 4.4-12.3 6.3-18.6 2.4-8.4 4.7-16.9 7.1-25.3 5.8-21.1 11.5-42.2 17.1-63.2 11.5-42.6 22.7-85.2 34.5-127.7 6.8-24.7 14.4-49.3 20.2-74.4 0.4-1.8-2-4.3-2.8-1.7z"/><path class="s0" d="m316.2 198.3c9.1 8.3 18.7 15.8 28.2 23.6q7.1 5.7 14.1 11.5c2.5 2 5.1 4 7.5 6.1 0.8 0.7 2.3 1.6 2.2 2.7-0.1 0.7-1.9 2-2.4 2.4-7 5.9-17.5 5.7-25.8 3.3-10.6-3.1-19.4-9.8-29.3-14.4-2.4-1-2.7 4.1-0.8 5.2 15.3 8.4 31.7 21.7 50.3 16 6.9-2.1 16.1-8.9 11.6-17.1-2.3-4.2-7.4-7.3-11.1-10.3q-6.3-5.2-12.7-10.3c-9.9-7.8-19.8-15.6-30.5-22.4-2-1.3-2.5 2.6-1.3 3.7z"/><path class="s0" d="m312.6 243.7c3.8 5.6 8.9 10.3 13.5 15.1 2.3 2.4 4.8 4.7 6.8 7.2 2.1 2.6 1.8 5.5 1 8.6-0.9 3.4-2.7 4.3-6.1 4.2-3 0-6-0.5-8.8-1.4-2.9-0.9-5.6-2-8.1-3.6-2-1.2-4-4-6.4-3.8-1.1 0-1.4 1.6-1.2 2.4 0.9 3.5 4.1 5.6 6.9 7.5 3.2 2 6.6 3.6 10.2 4.5 3.4 0.9 7.3 1.5 10.8 0.9 3.5-0.6 5.3-3.3 6.4-6.5 1-3.3 1.7-7 1.3-10.5-0.5-3.8-2.4-6.6-5-9.4-3-3.1-6.1-6.1-9.2-9.1-3.3-3.3-6.6-6.8-10.5-9.5-1.9-1.3-2.4 2.3-1.6 3.4z"/><path class="s0" d="m316.7 185.8c4.8 2.6 10.6 4.5 15.8 5.9 5.4 1.4 10.8 2.2 16.3 2.3 11.1 0.2 22.3-1.8 32.8-5.1 7.6-2.4 20.6-5.9 20.2-16-0.4-10.4-11.6-12.7-19.9-13.4-6.9-0.5-13.9-0.8-20.8-1.2-7-0.5-14.3-1.6-21.3-0.7-1.9 0.2-2.2 4.3-0.3 4.7 4.9 1.1 10 1.1 15 1.3q7.7 0.3 15.3 0.6c5.2 0.3 10.3 0.4 15.5 0.6 4.5 0.2 10.2 1.1 12.4 5.7 2.2 4.7-3.5 6.8-7 8.1-4.5 1.6-9.1 3.1-13.7 4.4-9.3 2.5-18.7 4.2-28.3 4-5.5-0.1-11-0.6-16.3-1.9-4.9-1.2-10.3-4-15.4-3.5-1.9 0.2-1.6 3.4-0.3 4.2z"/><path class="s0" d="m282.6 115.2c6.4-0.1 13 0.9 19.4 1.4q9.9 0.7 19.8 1.3c6.6 0.4 13.2 0.8 19.8 1.1 6.6 0.3 13.2 0.9 19.8 0.2 0.9-0.1 1-2 0.1-2.2-6.1-1.4-12.5-1.6-18.7-2.1-6.8-0.6-13.7-1-20.5-1.4q-9.9-0.6-19.8-1.2c-6.7-0.4-13.3-0.8-20 0.3-1.1 0.2-1.1 2.6 0.1 2.6z"/><path class="s0" d="m345.5 155.8c7.9 3.8 17.8 2.7 25.8 0 4.2-1.4 8.1-3.4 11.7-5.8 3.3-2.3 8-5.5 9-9.5 0.3-1 0.3-4.1-1.5-3.8-1.8 0.4-2.9 1.8-4.3 3.1q-2.1 1.9-4.3 3.5c-3.5 2.5-7.4 4.5-11.5 6-8.1 2.9-16.1 2.8-24.7 3.3-1.4 0.1-1.2 2.7-0.2 3.2z"/><path class="s0" d="m277 157.8c1.9 1.8 3.9 3.6 5.4 5.8 1.1 1.6 2 5.2 4 5.8 1.3 0.3 1.8-0.9 2.1-1.9 0.7-3.1-1.6-6.5-3.4-8.8-1.9-2.5-4.1-4.5-6.9-5.8-2.4-1.1-2.4 3.8-1.2 4.9z"/><path class="s0" d="m287.9 170.4c4.8-1.1 9-4.2 12.4-7.7 3.2-3.2 6.7-7.6 7.2-12.2 0.2-1.1-0.5-3.4-2-2.3-1.5 1.2-2.4 3.1-3.6 4.6-1.2 1.7-2.6 3.4-4.2 4.9-3.2 3.2-7 5.6-10.7 8.1-1.6 1-1.5 5.2 0.9 4.6z"/><path class="s0" d="m277.9 206.3c0.7 3 1.8 5.8 3.2 8.5 1.3 2.3 2.6 5 4.9 6.4 1.6 1 1.8-2.4 1.5-3.2-0.9-2.3-2.5-4.3-3.7-6.5-1.2-2.3-2.2-4.7-3.1-7-1.1-2.6-3.2 0-2.8 1.8z"/><path class="s0" d="m248.9 137.3c1.9 3.2 3.7 6.4 5.6 9.6 1.6 2.7 2.9 6.1 5.4 8.1 1.3 1.1 1.9-1.2 1.7-2.1-1.1-6.8-6.6-13.5-10.6-18.9-1.8-2.4-3 1.8-2.1 3.3z"/></g><g style="opacity: .04"><path class="s0" d="m648.9 77.7c15.2-3.8 30.5-8 44.5-15.3 11.2-6 25.8-17.1 22.1-31.8-3.4-13.5-20.7-18.6-32.5-21.4-18.2-4.4-37.3-5-56-4.8-25.8 0.3-51.8 3-76.9 9.2-11.8 3-23.5 6.7-35 10.7-11.1 3.8-22.6 7.4-32.9 13-12.3 6.7-28.6 21.8-20.4 37.4 6.2 11.5 22 15.9 33.9 18.4 19.3 4 39.5 3.3 59 2.2 25.5-1.3 51.7-4.5 76.3-11.3 6.1-1.6 12.1-3.4 18-5.6 1.9-0.7 1.7-5.9-0.6-5.5-23.5 4.3-46.7 9.5-70.4 12-22 2.3-44.8 3.8-66.9 1.9-12.6-1.1-26.4-3.7-37.4-10.3-2.1-1.4-4.3-2.9-6-4.9-0.5-0.6-1.2-1.7-1.5-2.3-0.5-0.8-0.8-2.1-0.8-2.1-0.2-2 0.3-4 1.6-6.2 1.9-3.4 4.7-6.4 7.6-9 7.9-7 18.2-10.9 28-14.5 10.6-3.9 21.3-7.7 32.1-11 22.7-7 45.9-11.2 69.6-13 21.3-1.6 43.2-1.9 64.5 0.8 12.3 1.6 27 4 37.1 11.9 3.8 2.9 6.5 6.8 5 11.7-1.8 6-7.2 10.5-12.2 14-12.6 8.8-27.7 14.3-42.3 19.1q-4.2 1.4-8.4 2.7c-1.7 0.5-1.1 4.5 0.9 4z"/><path class="s0" d="m649.8 88c14.5-3.7 29-8 42.2-15.1 10.8-5.8 24.6-16.3 21.6-30.4-2.8-13.1-19.2-18.4-30.4-21.3-17.4-4.5-35.8-5.3-53.7-5.2-25.1 0.1-50.5 2.6-74.8 8.8-11.4 2.9-22.6 6.5-33.6 10.4-10.5 3.8-21.5 7.3-31.3 12.8-11.6 6.4-27.1 20.9-19.7 35.6 5.6 11.2 20.6 15.7 31.9 18.3 18.5 4.2 37.9 3.6 56.7 2.7 24.4-1.2 49.4-4.2 73.1-10.6 6.1-1.6 12.2-3.4 18.1-5.5 1.5-0.5 1.3-4.6-0.4-4.2-22.8 4.7-45.4 9.6-68.5 12q-17.4 1.8-34.9 2.1c-9.7 0.2-19.5 0.3-29.1-0.7-12.2-1.1-25.7-3.9-36.1-10.7-3.6-2.3-7.8-5.7-8.3-10.3-0.6-6.1 5.1-12 9.2-15.7 7.4-6.9 17-10.7 26.4-14.2 10.4-4 21-7.8 31.7-11.2 21.9-6.9 44.4-10.9 67.3-12.5 20.5-1.5 41.5-1.6 61.8 1.2 12.1 1.7 26.5 4.4 36.1 12.5 4.1 3.4 6.4 7.9 4.6 13.2-2.1 6-7.2 10.4-12.2 14-12 8.5-26.4 13.8-40.3 18.3q-4 1.3-8 2.6c-1.3 0.4-0.9 3.5 0.6 3.1z"/><path class="s0" d="m460.3 65.9c1.2 11 6.4 21.6 12.5 30.7 6.2 9.3 13.9 17.6 22.7 24.5 6.9 5.4 15 9.1 23 12.3 9.6 3.8 19.4 6.9 29.4 9.4 5.2 1.3 10.4 2.5 15.7 3.4 4.4 0.9 9.3 2.3 13.8 2.1 1.9-0.1 1.7-3.7 0.3-4.3-3.5-1.6-7.6-2.3-11.3-3.3-4.4-1.2-8.8-2.5-13.2-3.8-9.4-2.8-18.9-5.6-28.2-8.9-8.1-3-16.4-6.3-23.7-11.1-8.4-5.7-15.9-13.2-22.1-21.3-7.4-9.6-11.8-20.3-16.2-31.6-1-2.8-2.9 0.2-2.7 1.9z"/><path class="s0" d="m712.2 34.9c-1.6 9.7-3.1 19.1-6.9 28.2-3.7 9-8.9 17.4-14.8 25.1-10.5 13.8-25.9 23-40.2 32.3-3.9 2.6-7.9 5.1-11.7 7.9-3.5 2.5-7.7 4.9-10.2 8.4-1 1.3-0.4 5.4 1.9 4.6 3.5-1.2 6.7-4.3 9.9-6.3 3.7-2.3 7.4-4.8 11.2-7.2 7.8-5.1 15.7-10.2 23.2-15.8 15.1-11.3 26.5-26.1 34-43.5 4.4-10.2 7.9-21.9 6.8-33.1-0.2-2.4-2.8-3.6-3.3-0.6z"/><path class="s0" d="m631.3 138.9c-4.1 3.6-7.5 7.7-11.2 11.8-3.3 3.8-8.3 7.8-9.7 12.8-0.3 0.9-0.3 3.6 1.4 3.5 2.6-0.3 4.3-2.4 6-4.2 1.9-2 3.6-4.1 5.4-6.2 3.8-4.5 7.2-9 10-14.1 0.6-1.2 0-5.4-1.9-3.6z"/><path class="s0" d="m620.5 302.2c-0.4 5.6 0.5 11.2 1.1 16.7 0.5 5.3 0.9 10.6 1.1 15.8 0.2 5.3 0.1 10.6-0.2 15.8-0.4 5.7-1.4 11.4-1.4 17.2 0 2.5 3 4.8 4.1 1.5 1.8-5.6 2.2-11.8 2.6-17.8q0.5-8.1 0.3-16.3-0.3-8.1-1.3-16.2c-0.7-5.8-1.3-11.9-3.7-17.3-0.7-1.5-2.5-1.1-2.6 0.6z"/><path class="s0" d="m594.6 165.9c-0.2 6.2 1.1 12.4 2.2 18.4q1.5 8.7 3.1 17.4 1.6 8.7 3.2 17.4c1.1 6 2 12.1 4 17.9 1.1 3.3 4.1 0.7 4-1.8-0.3-6.2-1.7-12.3-2.8-18.4q-1.6-8.7-3.2-17.4c-1.1-5.8-2.2-11.6-3.3-17.3-1.2-5.9-2.1-11.9-4.6-17.4-0.9-2.1-2.5-0.4-2.6 1.2z"/><path class="s0" d="m637.6 321c0.7 11.9 2.1 23.8 5.8 35.3 1.6 4.9 3.7 9.7 7 13.7 2.7 3.4 7.3 8.2 12 6.9 1.9-0.5 1.8-4.3 0.8-5.4-2.9-3.4-7-5-9.7-8.7-2.7-3.7-4.4-8.1-5.7-12.6-3.1-10-4-20.5-7.4-30.4-0.8-2.3-2.9-0.5-2.8 1.2z"/><path class="s0" d="m609.3 167.8c0.6 12.8 2.4 25.5 4.2 38.2 0.9 6.3 1.8 12.5 2.8 18.7 0.5 3.1 1 6.3 1.6 9.4 0.5 3.1 0.9 6.2 2.6 8.9 1.3 2.1 3.2 0.1 3.5-1.5 0.9-6-1.3-12.8-2.2-18.7q-1.4-9.3-2.8-18.6c-1.8-12.5-3.4-24.9-6.8-37.1-0.7-2.4-3-1.7-2.9 0.7z"/><path class="s0" d="m673.6 349.5c-2.8-1.9-5.4-0.5-8.4-1-1.9-0.3-3.6-0.8-5.5-0.9-1.8-0.1-3.5 0-5.3 0.4-1.4 0.4-2.3 1.2-3.6 1.7-1.9 0.7-3 0.3-4.7 1.6-0.9 0.7-0.9 3.4 0.4 3.8 1.8 0.5 2.3-0.1 4-0.4 1.4-0.2 2.7 0.3 4.1 0.3 1.7-0.1 3.5-0.4 5.2-0.6 1.7-0.1 3.4-0.3 5-0.4 3-0.3 5.8 1.4 8.6-0.3 1.2-0.7 1.5-3.3 0.2-4.2z"/><path class="s0" d="m624.3 354.4c-9.6 0.4-19 2.8-28 6-8.6 3.1-17.3 7.3-24.1 13.5-5.7 5.3-9.7 13.5-6.7 21.3 2.8 7.2 10.3 11.2 16.8 14.3 17.9 8.5 37.9 4.8 56.6 1.9 7.4-1.1 14.7-2.1 22-3.6 6.9-1.5 13.6-3.8 20.2-6.2 13.5-4.8 27.8-12.1 32-27 0.5-1.8-1.3-4.7-2.4-2.1-9.8 24-40.1 27.5-62.4 30.5-16.3 2.1-33.1 6.3-49.7 4.5-7.9-0.9-15.5-3.6-22.3-7.7-2.9-1.8-6-4-7.5-7.2-1.9-4.2 0.4-8.8 3.2-12 6-6.8 15.6-10.6 23.9-13.7 9.4-3.5 19.2-5.4 28.9-8 1.6-0.5 1.3-4.6-0.5-4.5z"/><path class="s0" d="m486.1 84.5c25.5-7.6 50.7-15.5 76.8-20.6 26-5 52.4-8.1 78.9-9.8 14.9-0.9 29.9-1.3 44.9-2.3 2.2-0.1 2.1-4.9-0.2-5.1-26.8-1.6-53.9 0.4-80.5 3.5-26.2 3.1-52.5 7.8-77.9 15.1-14.6 4.3-29 9.1-42.7 15.9-1.2 0.6-0.9 3.8 0.7 3.3z"/><path class="s0" d="m484.3 97.3c9.5 12.7 23.6 20.2 38.1 26 15.9 6.3 32.3 12 49.4 14 32 3.8 65.8-8.9 90.7-28.6 13.5-10.8 26.7-23.5 34.9-38.9 0.5-0.9-0.3-4.5-1.6-2.9-4.8 5.8-9.2 11.9-14.2 17.5q-7.2 8-15.4 15c-11.9 10.1-25 18.4-39.6 24.2-14.6 5.7-30.7 9.5-46.5 9-17.1-0.6-33.8-5.6-49.7-11.5-16-5.9-33.6-12.2-44.8-25.9-1.1-1.4-2 1.1-1.2 2.1z"/><path class="s0" d="m572.1 149c6.2 7.3 12.9 13.9 20.9 19.1 0.6 0.4 1.2 0.7 1.9 0.4q0.3-0.3 0.7-0.5c1-0.5 1.4-2 1-3.1-0.7-2.6-1.9-3.3-4.1-4.8-2.2-1.6-4.4-3.3-6.6-5-4.1-3.2-8.2-6.4-12-10-1.8-1.7-2.9 2.6-1.8 3.9z"/><path class="s0" d="m867.6 278.2c-12.2-9.4-24.6-18.5-36.2-28.7-11.1-9.9-21.1-20.6-31.1-31.5-8.6-9.4-17.7-18.8-29.1-24.7-5.8-3-12.1-4.7-18.7-5.1-3.6-0.3-7.4-0.2-10.9-1.3-3.6-1-6.7-3.4-10.3-4.4-7.9-2.2-16.6 1.8-24.2 3.9-4.1 1.1-8.2 2.4-12.5 2.8-4.3 0.4-8-0.7-12.1-1.6-3.2-0.6-3.4 4.8-1.6 6.3 5.6 4.7 13.3 4 19.9 2.5 7.3-1.7 14.5-4.6 21.9-5.9 3.9-0.7 7.2-0.3 10.8 1.4 3.4 1.7 6.5 3.2 10.3 3.8 7.2 1.2 14.3 0.7 21.3 3.2 12.1 4.3 21.6 13.5 30.3 22.7 9.8 10.5 19.4 21 30.1 30.5 12.6 11.2 26.2 22 41.2 29.9 1.7 0.9 2-3 0.9-3.8z"/><path class="s0" d="m701.4 190.8c-5.3-1.8-10.8-2.3-16.3-2.9-5.7-0.5-11.4-1-17.1-1.5-11.2-1-22.4-2.1-33.7-2.1-5.6 0-11.2 0.3-16.7 0.9-4.4 0.5-8.7 1.2-12.1 4.2-6 5-7.6 14.4-7 21.8 0.1 1.3 1.7 2.9 2.3 0.9 2-6.4 2.6-15.1 9.6-18.1 4.4-1.9 9.8-1.9 14.5-2.2 5-0.3 10-0.3 15-0.2 10 0.2 20.1 1.2 30.1 2 5.1 0.4 10.2 0.9 15.3 1.3 5.3 0.4 10.5 0.9 15.8 0 1.7-0.3 1.9-3.6 0.3-4.1z"/><path class="s0" d="m600.4 203.1c-2.3 1.7-3.6 4.7-4.9 7.1-1.6 3.2-3 6.5-4.2 9.7-1.3 3.3-2.4 6.5-3.6 9.7-1.1 3-3 6.4-2.8 9.6 0.1 1 1 3.9 2.7 2.9 2.2-1.4 3-4.8 3.8-7.2 1.2-3.3 2.4-6.7 3.6-10q1.8-4.9 3.8-9.7c1.2-3 2.8-5.9 3.8-9 0.4-1.3-0.3-4.6-2.2-3.1z"/><path class="s0" d="m734.2 289.1c-8.9-4.5-18.8-7-28.3-9.8-9.5-2.9-18.9-5.9-28.2-9.5-4.6-1.7-9.1-3.7-13.8-5.1-4.4-1.4-8.7-2.9-12.9-4.9-8.1-4.1-15.1-10.1-23.2-14.2-14.6-7.7-51.9-17.7-53.7 8.6-0.6 8.4 5.3 14.8 10.8 20.4 6.2 6.2 13.7 10.5 20.6 15.8 7.3 5.5 13 12.7 19 19.5 6.3 7.2 13 14.2 19.7 21 11.4 11.7 23.4 22.6 37.8 30.4 13.1 7.1 27.1 12 41.3 16.3 14.9 4.4 30.2 7.7 45.6 10.2 14.4 2.4 28.9 4.2 43.5 4.4 3.4 0.1 6.6 0.1 9.9-0.1 2.8-0.2 2.6-5.9-0.1-6.2-13.4-1.2-26.8-1.9-40.1-3.6-15-1.8-29.8-4.5-44.4-8.2-27.2-6.9-54.3-17.4-75.7-36-13.6-11.9-26.4-24.9-38.6-38.3-5.7-6.2-11.5-12-18.5-16.8-7-4.7-14.3-9.1-20-15.4-4.4-4.8-9.1-11.6-4.2-17.7 2.7-3.5 7.4-4.7 11.6-5.1 9.8-0.8 20 1.9 29.1 5.3 9 3.2 16.8 8.7 24.9 13.7 8.4 5.1 18 8.2 27 11.9 9.8 4 19.8 7.2 29.9 10.1 10 3 20.3 6.3 30.8 7.5 1.9 0.2 1.5-3.6 0.3-4.2z"/><path class="s0" d="m582.2 271c-1.5 8.1-2.1 16.3-2.8 24.4-0.5 5.2-0.8 10.3-1 15.5-0.2 4.9-0.8 10.3 1.2 14.9 4.5 10.3 17.3 4.9 22.6-1.4 3.3-4 5.4-8.7 6.8-13.7 0.7-2.6 1.1-5.2 1.8-7.7 0.6-2.7 1.6-5.3 2.2-8 0.4-1.6-1.4-6.3-3.5-3.9-5.7 6.7-4.4 17.1-9.3 24.4-2.1 3.2-5.1 6.1-8.9 7.1-1.7 0.5-4.2 0.8-5.7-0.2-1.8-1-1.7-3-1.8-4.8-0.1-15.3 2.6-30.5 3.1-45.8 0.1-3.6-3.9-4.8-4.7-0.8z"/><path class="s0" d="m606.7 307.9c-1.1 4.1-0.8 8.5-1.5 12.6-0.7 4.2-2 8.5-0.5 12.7 2.5 7.3 12.2 9.6 18.4 5.3 2.1-1.5 3.6-6.7 0.1-7.8-1.7-0.5-3.8 1.1-5.4 1.5-2.1 0.6-4.4 0.6-6.4-0.4-4.2-2.2-1.6-7.4-1.2-11.1 0.4-4 0.8-9.1-1.1-12.8-0.5-1.2-2-1.5-2.4 0.1z"/><path class="s0" d="m629.2 243.7c1-1.7 2-3.4 3.1-5 1.2-1.7 2.9-3.1 3.9-4.9 0.8-1.5 0.6-6.1-2.1-5.1-2.2 0.8-3.8 3.5-5 5.4-1.3 2.3-2.2 4.7-2.6 7.3-0.2 1.4 1.4 4.6 2.7 2.3z"/><path class="s0" d="m798.3 390.4c5 6 10.6 11.6 15.9 17.3q9.4 9.9 18.6 20c14.1 15.5 28.1 31.1 42.1 46.7 29.1 32.5 58.2 65.2 89 96.1 13.4 13.3 27.4 27.4 43.5 37.5 2 1.2 2.5-2.6 1.3-3.7-12.4-11.6-24.8-23.2-36.9-35.2-14.8-14.7-29.2-30-43.4-45.4-29.5-32-58.2-64.8-87.7-96.9-7-7.6-14.1-15.3-21.4-22.7-6-6.2-12-12.8-18.9-18.1-2.4-1.8-3.3 3-2.1 4.4z"/><path class="s0" d="m862.8 278.3c8.6 7.8 18 14.7 27.1 21.8q13.6 10.6 27.1 21.3c17.8 14.2 35.4 28.5 53.2 42.7 35.9 28.7 72.5 56.4 110.5 82.4 21.2 14.4 42.4 29.2 64.9 41.6 1.5 0.9 1.8-2.7 0.8-3.5-18.4-14.5-38.1-27.2-57.4-40.5-19-13.2-37.9-26.5-56.4-40.3-36.7-27.2-71.8-56.4-107.6-84.7-9.9-7.8-19.9-15.6-30-23.2-10.1-7.6-20.1-15.4-31.2-21.5-1.8-1-1.9 3.1-1 3.9z"/><path class="s0" d="m637.9 233.2c0.8-3 6.4 0.1 8.2 0.7q4 1.4 8 2.9c5 1.7 10 3.3 15 5 4.9 1.7 9.9 3.2 14.8 4.8 2.4 0.7 4.7 1.6 7.1 2.1 2 0.4 4.1 1.5 6.2 1.3 1.9-0.2 1.6-3 1-4.1-1.3-2.4-3.9-4.1-6.2-5.6-2.5-1.5-5.5-2.3-8.3-3.1q-9.5-2.9-19.1-5.6c-6.1-1.8-12.3-3.5-18.6-5-4.7-1.2-10.1-1-11.2 4.7-0.3 2.1 2.4 4.9 3.1 1.9z"/><path class="s0" d="m643.7 255.8c2.6-0.4 4.7-2 6.8-3.5 2.6-1.8 5.1-3.6 7.6-5.5 2.3-1.7 4.6-2.7 7.1-4 1.9-0.9 3.3-2.9 2.6-5.1-2.8-9.4-23.1 10.4-25.3 14-0.6 0.9-0.7 4.5 1.2 4.1z"/><path class="s0" d="m667.7 270.5c5.3-1.5 9.8-5.7 14.8-7.9 0.7-0.3 1-1.1 1.1-1.7 0.4-3.4-1.8-6.3-5.4-5-2.1 0.8-4.1 2.6-5.9 3.8-2.3 1.5-4.5 2.9-6.4 4.9-1.5 1.6-1.3 6.7 1.8 5.9z"/><path class="s0" d="m695.1 251.5c4.3 1.8 6.5 5.4 9.4 9q4.4 5.6 8.7 11.4c2.7 3.6 5.4 7.3 8.2 10.9 2.7 3.5 5.4 7.3 8.8 10.3 1.7 1.6 2.3-2.1 1.9-3.1-3.5-10-10.4-19.2-16.8-27.5-3.3-4.2-6.6-8.4-10.1-12.4-2.4-2.7-6.4-7.1-10.3-4.6-1.8 1.2-2.1 5.1 0.2 6z"/><path class="s0" d="m690.3 283.6c4.1-0.3 7.9-2.9 11.6-4.5 3.8-1.7 8-3 10.1-6.9 0.6-1.1 0.6-2.9-0.7-3.5-3.6-1.8-7.8 1-11.1 2.5-3.7 1.9-8.1 3.6-11 6.8-1.1 1.2-1.5 5.7 1.1 5.6z"/><path class="s0" d="m597.7 279.3c2.4-1.7 4.2-4.3 6-6.6 1.6-1.9 3.7-3.9 4.7-6.3 2-4.8-1.8-9.5-5.1-12.6-3.1-3-7.3-5.2-11.5-6.1-3.7-0.9-9.5-2-12.3 1.2-0.8 0.9-1 2.9 0.1 3.6 1.9 1.3 3.8 1.1 6 1.2 2.5 0.2 4.9 1 7.2 1.9 2.3 1 4.4 2.3 6.3 3.9 1.3 1.1 4.1 3.3 4.5 5.2q0.1-1.6 0.2-3.3c-0.7 2.4-3.3 4.7-4.7 6.7-1.6 2.3-3.2 4.5-4.3 7-0.8 1.8 0.5 5.9 2.9 4.2z"/></g></svg>');
	background-repeat: no-repeat;
	background-position: left 70% bottom;
	background-size: 71%;
}
.original .raise-your-glass-image-1 {
	padding-top: 0%;
}
.original .raise-your-glass-image-2 {
	padding-top: 24%;
}
.original .raise-your-glass-image-3 {
	padding-top: 12%;
}
.original .raise-your-glass-image-4 {
	padding-top: 2%;
}
.original .raise-your-glass-image-5 {
	padding-top: 29%;
}
.original .raise-your-glass-image-6 {
	padding-top: 1%;
}
.uniform .raise-your-glass-image-wrap {
	padding-top: 120%;
	position: relative;
}
.uniform .raise-your-glass-image-wrap > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ==============================================
   Raise Your Glass In Style Section CSS End
   ============================================== */  

/* ==============================================
   Find A Table Section CSS Start
   ============================================== */  
.find-a-table-image-section {
	max-width: 50%;
	width: 100%;
}
.find-a-table-image {
	max-width: 100%;
	padding-top: 91.46%;
	height: 100%;
}
.find-a-table-info {
	max-width: 50%;
	width: 100%;
}
.find-a-table-info-wrap {
	padding: 15.9% 30px 30px 8%;
	text-align: center;
}
.find-a-table-title {
	font-weight: 800;
	line-height: 1;
	margin: 0 0 12px 0;
}
.find-a-table-info {
	max-width: 50%;
	width: 100%;
	background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 554" width="960" height="554"><title>tabel</title><style>.s0 { fill: %23231f20 } </style><g style="opacity: .03"><path class="s0" d="m729.8 240.6c3.1-8.1 4.6-17 6.5-25.4q3.1-13.4 6.1-26.7 6-26.1 12.1-52.3c1.1-4.9 2.3-9.8 3.5-14.7 1.2-5.1 2.6-10.3 3.1-15.5 0.1-1.5-1.4-3.6-2.3-1.4-1.8 4-2.8 8.5-3.9 12.7-1.1 4.2-2.1 8.3-3.2 12.5-2.2 8.8-4.4 17.6-6.6 26.4-4.4 17.4-8.3 34.8-12.2 52.3-2.2 10-5.1 20.1-5.9 30.4-0.1 1.7 1.8 4.5 2.8 1.7z"/><path class="s0" d="m757.6 115.3c2.9-9.3 4.8-18.9 7.2-28.3q3.7-14.4 8.3-28.6c2.7-8.4 5.4-17 9.1-25.2 3.3-7.1 7.8-14.1 14.3-18.6 7.3-5 16.3-6.3 24.8-7 10.1-0.8 20.2-1 30.3-0.8 20.4 0.4 40.8 2.2 61.1 4.2 10.6 1 21.6 1.6 31.6 5.7 7.8 3.2 15.4 9.3 18.5 17.3 1 2.4 2.9-0.1 2.6-1.8-3.9-18.8-23.7-24.7-40.5-26.6-21.2-2.5-42.6-4.3-64-5-10.6-0.4-21.3-0.3-32 0.3-9.2 0.5-18.9 1-27.5 4.6-16.6 6.8-23.2 24.5-28.6 40.3q-5.7 16.6-10.1 33.6c-3 11.4-6 23-7 34.8-0.1 1.1 1.3 3 1.9 1.1z"/><path class="s0" d="m961.6 32c4.1 16.9-3.1 34.2-8.3 50.1-5.3 16.2-9.8 32.7-14 49.2-8.4 33.2-15 66.8-23.7 99.9q-3.7 13.8-7.8 27.4c-2.8 9.5-6.2 18.7-9.2 28-0.8 2.3 1.6 5.9 3 2.6 3.5-8.1 6.1-16.5 8.9-24.9 2.7-8.3 5.1-16.6 7.4-25 4.6-16.9 8.6-33.9 12.5-51 7.9-34.1 15.2-68.5 26-101.9 5.8-18.1 13.5-36.9 7.4-55.9-0.7-2.1-2.6 0-2.2 1.5z"/><path class="s0" d="m742.3 238.1c4.7-16.6 7.9-33.6 11.4-50.5 1.7-8.5 3.5-17 5.1-25.6 1.7-8.5 3.6-17.2 4.2-25.9 0.1-1-1-2.5-1.5-1-2.7 8-4 16.4-5.8 24.6q-2.6 12.8-5.3 25.6c-3.7 17-7.9 33.9-11 51-0.3 1.9 2.1 4.5 2.9 1.8z"/><path class="s0" d="m772.9 94.2q4.6-13.7 8.8-27.5c2.5-8.4 4.5-17.1 7.4-25.4 2.4-6.6 5.5-13.3 11-17.9 3.2-2.6 6.9-4.2 10.9-4.9 4.3-0.8 8.7-0.6 12.9-1.6 1.1-0.3 1-2.8-0.1-3.1-7.9-2-17.3-0.3-23.9 4.6-5.9 4.4-9.6 11.2-12.4 17.9-3.4 8.2-5.8 16.8-8.3 25.3-3.1 10.2-5.8 20.5-8.5 30.8-0.3 1.5 1.4 4.1 2.2 1.8z"/><path class="s0" d="m823.2 16.6c17.3 1.7 34.9 1.4 52.3 2.3 17 0.8 34.2 1.2 51.1 3.8 8.8 1.3 18 3.7 26 7.6 1.3 0.6 1.5-2.4 0.5-3-3.6-2-6.9-3.7-10.8-5-3.9-1.2-7.8-2.1-11.9-2.9-7.9-1.5-16-2.4-24-3.3-17.7-2-35.3-3.4-53.2-3.6-10-0.2-20.1 0-30.1 1.4-1.1 0.2-1.1 2.6 0.1 2.7z"/><path class="s0" d="m951.5 31.3c5.4 8.9 1.9 20.3-1 29.4q-3 9.4-5.8 18.8c-4.8 15.8-9.5 31.7-13.6 47.6-1.8 7.3-3.6 14.5-4.1 22-0.1 1.5 1.4 2.7 1.9 0.8 3.4-15 7.4-30 11.8-44.7 4.4-14.9 9.4-29.7 13.7-44.7 2.9-10.4 5.2-22.1-1.5-31.5-1.1-1.6-2 1.2-1.4 2.3z"/><path class="s0" d="m926.8 149c-2.3 9.5-4.2 19.1-6.6 28.5-2.5 9.4-5.2 18.7-8 28.1q-4.2 14-8.5 28c-2.9 9-6.1 18.1-8.1 27.4-0.4 1.6 1.6 3.7 2.4 1.4 3.3-9 5.7-18.4 8.5-27.5 3-9.5 6.1-18.9 8.9-28.4 2.8-9.5 5.5-19 8-28.6 2.3-9.2 4.6-18.5 5.7-28 0.2-1.8-1.7-3.2-2.3-0.9z"/><path class="s0" d="m762.2 141.8c2.4-5 3.3-11.1 4.2-16.6 0.9-5.7 1.9-12 1.5-17.9-0.1-2.2-2.4-3.1-3-0.5-1 5.4-1.1 11.1-2 16.6-0.8 5.5-2.4 11.1-2.8 16.7 0 0.9 1.2 3.6 2.1 1.7z"/><path class="s0" d="m761.7 106.8c1.3-0.1 2.5 0 3.8 0.3 1.1 0.2 2.1 0.8 3.3 0.5 1.2-0.3 1.1-1.8 0.7-2.6-1.6-3-5.4-2.9-8.2-1.9-1.3 0.4-1.2 3.8 0.4 3.7z"/><path class="s0" d="m754.3 140.2c2.7 0.6 6.8 1.3 8.7-1.3 0.4-0.5 0.4-1.9-0.2-2.2-1.2-0.8-2.5-0.5-3.9-0.4-1.4 0.1-2.9 0.3-4.4 0.4-1.5 0-1.5 3.1-0.2 3.5z"/><path class="s0" d="m922.4 165.3c2.9 2.5 8.7 4.4 11.1 0.5 0.4-0.7 0.4-2.2-0.5-2.5-1.6-0.6-2.8 0-4.5 0-1.7 0-3.4-0.6-4.7-1.7-1.9-1.4-2.6 2.6-1.4 3.7z"/><path class="s0" d="m932.6 133.2c3.2 2.4 8.2 3.2 11.6 0.8 0.9-0.6 0.6-2.7-0.4-3.1-1.7-0.7-3.3-0.6-5.2-0.8-1.8-0.1-3.6-0.7-5.5-0.7-1.6-0.1-1.5 3.1-0.5 3.8z"/><path class="s0" d="m629.6 265.8c1-7.3 2.8-16.3 11.4-17.7 5.1-0.8 10.4-0.9 15.6-1.2q8.1-0.7 16.2-1.3c21.7-1.6 43.3-3 65-4.8 5.9-0.4 11.8-1.1 17.7-1.6 5.8-0.4 12.4-0.1 18-2.1 0.8-0.3 0.8-2.3-0.1-2.5-5.3-1.2-11.1-0.2-16.5 0.1-5.7 0.3-11.5 0.4-17.2 0.7-11.6 0.6-23.1 1.4-34.6 2.2q-17.2 1.3-34.4 2.6-8.4 0.7-16.8 1.4c-5 0.4-10.7 0.2-15.6 1.8-8.7 2.8-10.5 13.6-11.1 21.5-0.1 1.9 2 3.4 2.4 0.9z"/><path class="s0" d="m768.8 236.4c20.8 5.7 42.1 9.7 63.3 13.8 10.3 2.1 20.6 3.9 31 4.3 8 0.3 16.5-0.8 24.3 1.6 4.1 1.3 7.6 3.8 9.5 7.8 2.1 4.6 1.9 10.1 1.9 15 0 2.3 2.8 3.3 3 0.6 0.6-8.7 0.5-18.5-6.5-24.8-6-5.4-14.8-5.8-22.5-5.9-10.7-0.1-21-0.9-31.5-2.7-11.4-2-22.7-4.4-34.1-6.6-12.7-2.5-25.3-4.7-38.2-6.3-1.3-0.1-1.3 2.9-0.2 3.2z"/><path class="s0" d="m630.7 274.5c5.1 8.1 13.1 12.5 22 15.3 10.4 3.3 21.4 5.1 32.1 7.4 24.2 5.1 48.4 9.9 72.8 13.8 13.8 2.3 27.5 4.5 41.5 4.3 1.3 0 1.3-2.8 0.2-3-11.7-2.7-23.6-4.2-35.5-6.1-12-1.9-24-4-35.9-6.3-12-2.3-23.9-4.8-35.8-7.3-11-2.3-22.1-4.5-33-7.1-9.5-2.3-20.4-5.8-26.7-13.8-1.4-1.9-2.5 1.5-1.7 2.8z"/><path class="s0" d="m799.3 312.9c8.6 0.4 17-1.6 25.4-3.8 8.7-2.2 17.5-4.6 26.2-6.9q13.2-3.4 26.3-7.1c4.2-1.2 8.4-2.4 12.6-3.6 4.5-1.2 9.2-2.3 13.5-4.3 1.1-0.5 1.1-3.4-0.4-3.2-4.4 0.3-8.8 1.6-13.1 2.7-4.2 1-8.5 2-12.7 3.1q-13.2 3.3-26.3 6.7c-17.3 4.6-34.6 9.2-51.9 13.5-1.1 0.3-0.8 2.9 0.4 2.9z"/><path class="s0" d="m637.5 283.5c0.2 5 0.8 9.9 3 14.4 2.2 4.4 5.9 7.2 10.3 9.2 10.6 4.8 22.3 7.8 33.6 10.5 23.6 5.5 47.7 9.2 71.6 13.3 6.7 1.2 13.5 2.4 20.3 3.6q5.2 0.9 10.4 1.8c3.6 0.7 7.3 1.5 10.9 1.4 1.6-0.1 1.5-3.2 0.3-3.7-5.4-2.1-11.6-2.6-17.3-3.6q-8.9-1.6-17.9-3.3c-11.6-2.1-23.3-4.2-34.9-6.3-22.4-4-44.9-7.9-66.5-15.1-5.3-1.8-11.8-3.5-15.8-7.6-3.8-3.9-4.8-9.9-6.1-15-0.4-1.6-1.9-1.1-1.9 0.4z"/><path class="s0" d="m797.6 315.5c-0.4 2.4 0.1 4.9 0.4 7.4 0.2 1.8 0.1 4.7 1.9 5.9 0.4 0.2 0.8 0.1 1-0.3 1.2-1.8 0.6-4.1 0.3-6.1-0.3-2.5-0.5-5.1-1.6-7.4-0.6-1.3-1.9-0.8-2 0.4z"/><path class="s0" d="m796.1 334.8c8.1 4 16.4-1.7 24-4.4 8.5-3.2 17.5-5 26.4-6.6 8.5-1.6 17.1-2.9 25.6-4.9 8.4-2 17.4-4.5 24.6-9.4 5.9-4 10.8-13.7 5.5-20.1-0.9-1.1-1.7 0.8-1.3 1.7 4.4 8.2-4 14-10.6 17-7.2 3.2-14.9 5.3-22.6 6.9-15.1 3.1-30.7 4.4-45.3 9.3-4.1 1.4-8 3.2-11.9 4.9-4.3 1.8-9.2 3.6-13.9 2.2-1.6-0.5-1.7 2.8-0.5 3.4z"/><path class="s0" d="m642.4 301.9c-0.6 6.5-0.3 13.2-0.1 19.7q0.3 9.7 0.6 19.3 0.6 19.8 1 39.6c0.5 26.4 0.6 52.8 0.8 79.2 0.1 14.9-0.2 29.8 0.2 44.7 0 2.5 2.5 2.4 2.7-0.1 1.3-26.3 0.9-52.8 0.8-79.2-0.1-26.4-0.6-52.8-1.4-79.2q-0.3-11.2-0.7-22.3c-0.2-7.3-0.3-14.6-1.6-21.8-0.3-1.6-2.1-1.6-2.3 0.1z"/><path class="s0" d="m645.1 503.7q-0.1 8 0.1 15.9 0.1 4 0.2 8c0 2.2-0.1 4.6 0.8 6.7 0.5 1 1.5 1 1.9 0 0.8-2.2 0.5-4.6 0.4-6.8q-0.1-4-0.2-8-0.3-7.9-0.9-15.8c-0.1-2.2-2.3-2.2-2.3 0z"/><path class="s0" d="m648.3 535.8c1.7 2.6 5.4 2.5 7.6 0.5 2.5-2.3 3.1-7.8 1.7-10.8-0.5-0.9-1.6-1.1-1.9 0-0.6 2.2 0.2 4.9-1.2 6.9-0.8 1.2-3.4 2.5-4.6 0.9-1.4-1.6-2.3 1.4-1.6 2.5z"/><path class="s0" d="m658.6 528.7c2.7-27.8 3.3-55.8 4.3-83.7q1.6-41.6 2.7-83.3c0.4-15.9 1.3-31.9 0.9-47.8-0.1-2.3-3-3.4-3.2-0.5-0.9 13.9-0.8 27.9-1.2 41.8q-0.5 21.1-1.2 42.1c-0.9 27.8-1.9 55.6-3.1 83.3-0.6 15.9-1.5 31.8-1.5 47.7 0 1.7 2.1 2.4 2.3 0.4z"/><path class="s0" d="m791 332.3c-1 7.5-0.9 15.2-1.1 22.8q-0.2 11.2-0.2 22.3-0.1 22.3 0.3 44.6 0.7 45.1 3.4 90.2c1 16.9 2.3 33.7 4 50.5 0.3 2.8 3.2 2.8 3 0-3.9-59.8-7-119.4-6.9-179.3q0-12.7 0.2-25.3c0.1-8.5 0.5-16.9-0.1-25.4-0.2-1.8-2.3-2.8-2.6-0.4z"/><path class="s0" d="m799.3 567.4c4.1 2.6 10.6 0.7 10.9-4.7 0-0.7-0.6-2-1.5-1.6-1.4 0.6-2.2 2-3.6 2.6-1.6 0.7-3.4 1-5 0.6-1.6-0.4-1.9 2.5-0.8 3.1z"/><path class="s0" d="m806.6 333.9c0.2 15 0.8 29.9 0.6 44.9-0.1 14.8-0.6 29.6-1.2 44.4-1.3 29.7-2.8 59.4-2.5 89.2q0.1 12.2 0.8 24.3c0.4 8.2 0.8 16.8 2.4 24.8 0.5 1.9 2.2 1.2 2.2-0.5 0-7.6-1-15.2-1.3-22.8-0.3-7.3-0.6-14.6-0.7-21.9-0.2-14.8 0.2-29.6 0.7-44.3 1.2-29.8 3-59.6 3.3-89.3 0.1-16.4 0.1-33-1.9-49.3-0.3-2.1-2.4-1.3-2.4 0.5z"/><path class="s0" d="m882.8 316.6c2 13.1 5.9 26 9.1 38.8q4.8 19.2 9.6 38.4c6.5 25.6 12.8 51.3 19.2 76.9 3.6 14.2 6.9 28.6 11.3 42.5 0.7 2.1 2.4 0 2.1-1.4-2.4-13-5.8-25.9-8.9-38.7-3.1-12.9-6.3-25.7-9.5-38.5-6.4-25.7-12.7-51.4-19-77q-2.7-10.9-5.4-21.7c-1.8-7.1-3.4-14.2-5.8-21.1-0.9-2.6-2.9 0.2-2.7 1.9z"/><path class="s0" d="m896.3 309.3c4.1 25.4 9.4 50.5 14.9 75.6 5.5 25 11.4 50 17.8 74.8 1.8 7.1 3.6 14.2 5.5 21.2 1.8 6.9 3.2 14 5.9 20.5 0.8 1.8 2-0.1 1.9-1.3-0.8-6.5-2.8-12.8-4.4-19.1q-2.4-9.2-4.6-18.4-4.6-18.7-9-37.4-8.6-37.2-16.5-74.6c-3-14.1-5.9-28.2-9.1-42.3-0.5-2.6-2.7-1-2.4 1z"/><path class="s0" d="m935.5 515c0.5 1.5 1.9 2.5 3.6 2.1 2.1-0.5 2.9-3.1 3.4-5 1.2-4.6 1.8-11.7-1.7-15.5-0.7-0.8-1.4 0.7-1.4 1.3 0.1 2.7 0.9 5.3 0.9 8q0 2-0.4 3.9c-0.1 0.4-1.5 5.2-2.7 3.1-1-1.8-2.2 1-1.8 2.1z"/><path class="s0" d="m808.4 498.6c0.9 3.1 4.4 3.7 6.6 1.1 1.2-1.5 1.5-3.6 1.7-5.5 0.1-2.9 0.1-5.7 0.1-8.6 0.2-12.1 0.4-24.3 0.5-36.4q0.5-36.5 0.8-73 0.1-20.8 0.2-41.6c0.1-2.9-3.1-2.8-3.1 0.1q-0.4 65.6-1.2 131.2-0.1 9.2-0.2 18.3c0 3 0 6-0.1 9 0 2-1.4 6-4.3 4.1-0.7-0.5-1.2 0.7-1 1.3z"/><path class="s0" d="m664.2 396.7c3.4-5.4 5.5-11.8 8.1-17.7 2.8-6.1 5.5-12.3 8.2-18.5q4.1-9 8.3-18 2.3-4.9 4.7-9.8c1.3-2.8 3-5.6 3.5-8.7 0.2-0.8-0.5-2.8-1.6-1.8-2.1 1.9-3.2 5.2-4.4 7.8q-2.2 4.4-4.3 8.9-4.3 9.2-8.5 18.4c-2.7 6-5.4 12-8 18.1-2.7 6.3-5.9 12.8-7.6 19.5-0.3 0.9 0.6 3.5 1.6 1.8z"/><path class="s0" d="m665.3 370.4c3.3-8.7 6.8-17.3 10.5-25.9 1.8-4.2 3.7-8.4 5.7-12.5 1.9-4 4.8-8.3 5.6-12.7 0.2-0.8-0.5-2.7-1.6-1.8-1.7 1.4-2.6 3.8-3.6 5.7q-1.5 3-2.9 6c-2.1 4.1-3.9 8.3-5.8 12.6-3.7 8.8-7 17.8-9.8 27-0.4 1.4 1.1 3.6 1.9 1.6z"/><path class="s0" d="m748.1 332.8c1 3.3 2.8 6.3 4.4 9.3q2.4 4.5 4.8 9 4.7 8.8 9.5 17.4c3.1 5.8 6.4 11.4 9.6 17.1 3.3 5.8 6.1 12.3 10.4 17.5 0.6 0.8 0.9-0.5 0.7-1-2.2-6.4-5.9-12.4-9-18.4-3.1-6.1-6.1-12.2-9.3-18.2q-4.5-8.6-9.1-17.2-2.4-4.4-4.8-8.8c-1.7-3-3.1-6.4-5.4-8.9-1.5-1.7-2.2 1.1-1.8 2.2z"/><path class="s0" d="m758.3 334.4q7.4 13.7 15.4 27.1c5.2 8.6 9.9 17.9 16 26 1.2 1.6 2.2-1 1.7-2.1-4.4-9.2-10.2-17.9-15.5-26.6-5.3-8.9-10.7-17.6-16.4-26.3-0.9-1.3-1.7 1-1.2 1.9z"/><path class="s0" d="m814.2 407.6c3-6.3 5.2-13.1 7.7-19.6q3.8-10.1 7.6-20.3 3.7-10 7.4-19.9c2.4-6.5 5.6-13.1 7.2-19.9 0.3-1.1-1.1-3.4-2-1.7-1.7 3-2.7 6.4-3.9 9.7q-1.8 4.7-3.6 9.4-3.8 10.1-7.6 20.2-3.8 9.9-7.6 19.8c-2.5 6.8-5.4 13.5-7.4 20.4-0.5 1.7 1.1 4.3 2.2 1.9z"/><path class="s0" d="m812 391q5.6-14.8 11.6-29.4c2-4.8 4.1-9.6 6.1-14.4 2.1-4.9 4.9-9.7 6.5-14.9 0.2-0.6-0.3-2-1-1.1-3 4.2-4.9 9.5-7.1 14.1-2.3 4.7-4.3 9.4-6.3 14.1q-6.3 14.9-11.3 30.2c-0.4 1.2 0.9 3.1 1.5 1.4z"/><path class="s0" d="m857.9 329.9c5.2 10.8 11.1 21.1 17.8 31.1q5 7.4 10.4 14.4c3.5 4.5 7 9.8 11.5 13.4 1.4 1.1 1.7-1.8 1.2-2.6-3-4.9-7.3-9.2-10.8-13.7q-5.5-7.1-10.5-14.5c-6.5-9.6-12.7-19.5-18.3-29.7-0.7-1.2-1.7 0.8-1.3 1.6z"/><path class="s0" d="m861.2 325.7c5.1 8.8 10.4 17.5 15.9 26 2.7 4.3 5.3 8.5 8.1 12.7q1.9 2.9 3.9 5.8c1.3 1.8 2.5 4.1 4.3 5.5 1.2 1 1.5-1.3 1.3-1.9-0.8-2.5-2.3-4.6-3.6-6.8q-1.9-3-3.7-6.1c-2.7-4.2-5.5-8.4-8.2-12.6-5.4-8.4-11-16.6-16.7-24.7-1.1-1.4-1.9 1.1-1.3 2.1z"/><path class="s0" d="m753.4 180.4c2.4 10.3 5.6 20.5 8.8 30.6 1.5 4.5 3 9.1 4.9 13.4q1.3 3.1 2.9 6.1c0.9 1.6 1.7 3.9 3.5 4.5 1.2 0.5 1.5-1.4 1.4-2.1-0.4-2.3-1.8-4.2-2.9-6.2q-1.3-2.8-2.5-5.7c-1.8-4.3-3.2-8.7-4.6-13.1-3.1-9.6-6-19.3-9.9-28.6-0.6-1.6-1.8 0-1.6 1.1z"/><path class="s0" d="m757.5 165.9c2.8 12.6 6.3 25 10.5 37.2q3.2 9.1 6.7 18 1.8 4.5 3.7 8.9c1.1 2.4 1.9 5.9 4.1 7.6 0.9 0.7 1.6-0.6 1.5-1.4-0.2-2.9-1.7-5.5-2.8-8.2q-1.9-4.4-3.7-8.9-3.5-8.7-6.6-17.5c-4.3-12-8.2-24.2-11.7-36.5-0.5-1.7-2.1-0.6-1.7 0.8z"/><path class="s0" d="m885.8 254.4c5.7-5.6 10.8-11.7 15.4-18.2q3.5-4.9 6.5-10c2.1-3.4 4.4-7.2 5.5-11.1 0.1-0.4-0.2-2.1-0.9-1.3-2.4 2.5-4.1 6-6 9-2.1 3.3-4.3 6.5-6.6 9.7-4.6 6.7-9.8 12.9-15.1 19.1-0.7 0.9-0.1 4 1.2 2.8z"/><path class="s0" d="m878.4 252.3c5.9-7 11.5-14.2 17.1-21.5q4.3-5.5 8.6-11.1c2.5-3.3 5.9-6.9 7.1-11 0.2-0.9-0.2-3.4-1.7-2.3-1.6 1.2-2.5 3-3.7 4.6q-1.9 2.8-4 5.4-4.1 5.4-8.2 10.8c-5.6 7.4-11.2 14.9-16.6 22.5-0.6 0.9 0.4 3.9 1.4 2.6z"/><path class="s0" d="m760.3 164.3c-2.6 9.8 2.6 19.6 10.9 25 10.1 6.5 23.3 6.5 35 7.1 13.9 0.7 27.7 1.3 41.6 2.3 13.7 1 27.5 2 41.2 2.8 6.5 0.4 14.2 1.8 20.3-0.7 4.9-2.1 7.7-7.1 7-12.3-0.3-2.1-2.6-1.3-2.5 0.6 0.4 5.5-6.5 7.7-10.9 7.9-5.4 0.3-11-0.5-16.5-0.8-11.9-0.8-23.8-1.4-35.7-2q-18-0.9-36-2.4c-11.1-0.9-22.9-0.5-33.7-3.6-9.7-2.8-20.7-11.1-18.5-22.6 0.2-1.4-1.7-3.4-2.2-1.3z"/><path class="s0" d="m239.1 244c-0.7-9-3.1-17.8-5-26.6q-3-13.4-6.1-26.7c-4-17.5-8.3-35-12.8-52.5-1.2-4.9-2.4-9.8-3.7-14.7-1.2-4.8-2.3-9.8-4.3-14.4-0.8-1.8-2.4-0.5-2.3 1 0.8 8.9 3.6 17.7 5.7 26.4 2.1 8.9 4.1 17.8 6.1 26.7 4 17.6 8.1 35.1 12.2 52.7 2.2 9.8 3.8 20 7.4 29.4 0.8 2.2 2.9 0.5 2.8-1.3z"/><path class="s0" d="m210.4 119.1c-0.9-10.4-3.3-20.7-5.9-30.7q-3.8-15.1-8.6-29.8c-5.1-15.8-10.3-35.4-25-45.2-7.6-5-16.8-6.6-25.7-7.4-10.7-0.9-21.5-1.2-32.2-1-21.5 0.3-42.8 2.3-64.1 4.3-18.8 1.8-43.7 5.4-48.3 27.6-0.3 1.7 1.7 4 2.7 1.6 2.7-7 9.2-12.7 15.8-16 8.4-4.2 17.9-5.3 27.1-6.2 20.3-2 40.6-4 60.9-4.7 10-0.4 20.1-0.4 30.1 0.1 9 0.4 18.3 0.9 26.7 4.4 16.1 6.8 21.7 24.9 26.8 40.1q5.4 15.8 9.7 31.9c2.7 10.6 4.9 21.4 8.1 31.8 0.5 1.6 2 0.4 1.9-0.8z"/><path class="s0" d="m2.2 35.1c-5.4 16.8 0.1 33.6 5.5 49.6 5.5 16.8 10.3 33.7 14.5 50.9 8.5 34 15.4 68.3 24.4 102.2 2.5 9.4 5.1 18.7 8 28 3 9.4 6 19 9.9 28.1 0.4 1 1.4 1.7 2.4 0.9 1-0.8 0.9-2.6 0.5-3.7-2.7-8.1-5.7-16.1-8.2-24.3q-3.7-12.4-7.1-24.9c-4.5-16.5-8.4-33.1-12.2-49.8-7.7-33.3-15-66.6-25.2-99.2-5.6-17.9-14.8-37.3-10.2-56.4 0.3-1.5-1.6-3.5-2.3-1.4z"/><path class="s0" d="m226.6 240.8c-3.1-17.1-7.3-34-11-51.1q-2.7-12.7-5.3-25.5c-1.7-8.2-3.1-16.6-5.7-24.5-0.5-1.3-1.6-0.3-1.6 0.6 0.6 8.5 2.5 17 4.1 25.4 1.6 8.5 3.3 17.1 5.1 25.6 3.5 17 6.7 34.1 11.5 50.8 0.8 3.1 3.4 1.2 2.9-1.3z"/><path class="s0" d="m195.4 97.4c-2.7-10.5-5.5-20.8-8.6-31.1-2.5-8.4-4.8-17-8.1-25.2-2.8-6.6-6.4-13.2-12.1-17.7-6.6-5.2-16.3-7.1-24.5-5-1 0.3-0.9 2.8 0.1 3.1 4.4 1.1 9 0.8 13.4 1.6 3.7 0.8 7.2 2.3 10.1 4.7 5.7 4.6 8.9 11.4 11.3 18.2 2.9 8.2 4.9 16.8 7.4 25.2 2.8 9.3 5.7 18.5 8.8 27.6 0.7 2.1 2.6 0.1 2.2-1.4z"/><path class="s0" d="m142.9 18.5c-17.5-2.5-35.7-1.8-53.3-0.7-8.9 0.6-17.8 1.2-26.6 2.4-8.3 1.1-16.6 1.9-24.9 3.3-4.1 0.8-8.3 1.6-12.3 2.7-4.6 1.4-8.7 3.3-12.9 5.7-1 0.6-0.7 3.6 0.6 2.9 14.6-7 31.2-8.6 47.2-9.8 17.5-1.2 35.1-2 52.6-2.5 9.9-0.2 19.8-0.4 29.6-1.3 1.2-0.2 1.1-2.5 0-2.7z"/><path class="s0" d="m13.1 33.6c-5.9 8.2-4.8 18.4-2.4 27.7 1.8 7.2 4.2 14.2 6.4 21.3 5.1 16.3 10.1 32.5 14.4 49 2 7.6 3.9 15.2 5.7 22.9 0.4 1.6 2 1 1.9-0.5-1.1-14.6-5.9-28.9-9.9-43-4.1-14.5-8.4-28.8-12.9-43.2-3.1-9.9-7.6-22.2-1.7-32 0.6-1.1-0.4-3.7-1.5-2.2z"/><path class="s0" d="m37 154.1c1 9.4 3.2 18.7 5.6 27.9 2.4 9.8 5.2 19.4 8.1 29.1 2.8 9.3 5.8 18.6 8.7 28 2.9 9.3 5.4 18.8 8.7 28 0.8 2.2 2.7 0 2.4-1.6-2.1-9.3-5.4-18.4-8.2-27.4q-4.4-14.2-8.6-28.4c-2.8-9.3-5.5-18.6-8-28.1-2.4-9.3-4.2-18.7-6.5-28-0.4-1.9-2.4-1.3-2.2 0.5z"/><path class="s0" d="m205.9 145.1c-0.3-5.6-1.9-11.2-2.7-16.7-0.9-5.7-1.1-11.5-2.1-17.1-0.4-2-2.8-2.1-2.9 0.1-0.5 5.8 0.5 11.8 1.4 17.5 0.8 5.6 1.6 12 4.1 17.1 0.8 1.7 2.4 0.5 2.2-0.9z"/><path class="s0" d="m204.7 107.6c-2.8-0.9-6.6-1-8.2 2-0.3 0.6-0.5 2.3 0.5 2.5 1.4 0.3 2.2-0.1 3.5-0.4 1.3-0.4 2.6-0.4 3.9-0.3 1.6 0.1 1.5-3.3 0.3-3.8z"/><path class="s0" d="m211.5 141.3c-1.4-0.1-2.8-0.3-4.2-0.4-1.2-0.1-2.8-0.5-3.8 0.2-0.8 0.5-0.9 1.7-0.4 2.4 1.9 2.6 6.1 1.9 8.8 1.2 1.3-0.3 1-3.4-0.4-3.5z"/><path class="s0" d="m42.2 166.3c-1.4 1-3.1 1.6-4.8 1.6-1.6 0-2.9-0.6-4.4 0-0.9 0.3-0.8 1.8-0.4 2.5 2.4 3.9 8.3 1.9 11.1-0.5 1.3-1.1 0.4-5.1-1.5-3.6z"/><path class="s0" d="m32.8 134c-1.9 0-3.7 0.5-5.5 0.7-1.9 0.1-3.4 0.1-5.2 0.8-1 0.4-1 2.6-0.2 3.1 3.4 2.4 8.5 1.5 11.7-0.8 1-0.8 0.8-3.9-0.8-3.8z"/><path class="s0" d="m338.9 269.9c-0.6-7.1-1.7-15.8-8-20.3-3.8-2.7-8.8-2.6-13.3-3q-8.7-0.7-17.3-1.4c-22.8-1.8-45.6-3.7-68.5-4.9-6.4-0.4-12.8-0.5-19.2-0.8-3.2-0.2-6.5-0.4-9.7-0.6-3.3-0.1-6.8-0.5-10.1 0.2-1 0.3-1.2 2.3-0.2 2.6 4.9 1.7 10.4 1.6 15.5 1.9 5.4 0.4 10.8 1 16.3 1.5 10.8 1 21.6 1.7 32.4 2.5q32.5 2.2 65 4.7c4.7 0.4 8.8 1.5 11.3 5.8 2.1 3.7 2.8 8.2 3.4 12.3 0.3 2.1 2.5 1.4 2.4-0.5z"/><path class="s0" d="m197 237.8c-22.7 2.8-45 7.8-67.5 12-10.8 2-21.7 3.5-32.7 3.6-7.8 0-16.8-0.3-23.6 4.1-9 5.6-9.7 16.4-9 26 0.2 2.9 3.1 2.8 3.1-0.1 0-8.4 0.2-17.7 9-21.7 7-3.3 15.3-2.5 22.8-2.5 10.6 0 21.1-1.7 31.5-3.7 10.6-2.1 21.2-4.2 31.7-6.3 11.8-2.4 23.5-5 35-8.2 1.2-0.3 1-3.3-0.3-3.2z"/><path class="s0" d="m333.5 276.3c-5.4 7.1-14.7 10.6-23 12.9-10.6 2.9-21.5 4.8-32.3 7.1-23.4 5-47 9.7-70.7 13.6-13.6 2.2-27.2 3.8-40.6 6.9-1.3 0.3-1.3 3.1 0.1 3.1 12.6 0.2 24.8-1.7 37.2-3.6 12.2-1.9 24.3-4 36.4-6.3 12.3-2.4 24.6-4.9 36.8-7.4 11-2.3 22-4.3 32.8-7.3 10.2-2.7 19.5-7.1 25.2-16.3 0.8-1.3-0.4-4.6-1.9-2.7z"/><path class="s0" d="m167 314.5c-17.3-4.3-34.6-8.8-51.8-13.4q-13.2-3.5-26.4-6.8c-4.2-1-8.5-2-12.7-3.1-4.3-1-8.6-2.3-13.1-2.7-1.4-0.1-1.2 2.8-0.2 3.3 4.3 2 9 3.1 13.6 4.3 4.2 1.2 8.4 2.4 12.6 3.6q13.1 3.7 26.3 7.1c8.7 2.3 17.5 4.7 26.2 6.9 8.3 2.2 16.7 4.2 25.4 3.8 1.2-0.1 1.2-2.7 0.1-3z"/><path class="s0" d="m326.6 287.7c-1.1 4.6-2.1 9.8-5 13.7-3 4.1-8.3 5.8-12.9 7.5-10.8 3.8-21.9 6.8-33.1 9.3-22.7 5-45.7 8.6-68.5 12.8q-9.9 1.8-19.8 3.6c-6.3 1.1-13.3 1.6-19.2 4-1.3 0.5-1.1 3.6 0.4 3.6 6.2 0.3 12.8-1.6 18.9-2.7q9.2-1.6 18.4-3.2c12.3-2.1 24.6-4.3 36.9-6.5 23.4-4.2 47-8.2 69.3-16.8 5-1.9 9.9-4.3 12.8-9 2.9-4.9 3.5-10.4 3.7-16 0.1-1.5-1.5-1.9-1.9-0.3z"/><path class="s0" d="m166.4 319.6c-1 2.3-1.2 5-1.6 7.4-0.3 2.1-0.8 4.2 0.4 6.1 0.1 0.3 0.5 0.6 0.8 0.4 1.8-1.2 1.8-3.8 2-5.7 0.4-2.6 0.8-5.2 0.5-7.8-0.2-1.4-1.6-1.6-2.1-0.4z"/><path class="s0" d="m169.3 336c-7.7 2.2-15.9-3.5-22.8-6.1-7.2-2.7-14.6-4.4-22.1-5.7-15.1-2.8-30.7-4.4-45.1-10-7.1-2.8-19.4-8.8-14.3-18.3 0.4-0.7-0.1-3.1-1.1-2-4.5 5.4-1.7 13.7 2.9 18.2 3 2.8 6.8 4.5 10.5 6.1 4.2 1.8 8.5 3.2 12.9 4.4 17.2 4.5 35.2 5.6 52.2 11.1 4.8 1.5 9.3 3.7 14 5.5 4.5 1.7 9.1 2.3 13.6 0.1 1.3-0.6 1-3.8-0.7-3.3z"/><path class="s0" d="m321.3 306.4c-1.1 6.5-1.2 13.2-1.5 19.8q-0.3 9.7-0.6 19.3-0.6 19.8-1 39.6c-0.5 26.4-0.8 52.8-0.6 79.2 0.2 14.9 0.1 29.8 0.9 44.7 0.1 2.5 2.6 2.4 2.7-0.1 0.6-26.4 0.1-52.8 0.4-79.2 0.2-26.1 0.7-52.1 1.4-78.2q0.3-11.2 0.6-22.3c0.3-7.4 0.7-14.9 0.1-22.3-0.2-1.8-2-2.6-2.4-0.5z"/><path class="s0" d="m318.7 507.8c-0.4 5.3-0.7 10.6-0.9 15.9q-0.2 4-0.3 7.9c-0.1 2.5-0.3 5 0.5 7.3 0.4 1.1 1.4 0.8 1.8-0.1 1-2 0.8-4.5 0.9-6.7q0.1-4 0.2-8c0.1-5.3 0.1-10.6 0.1-15.9-0.1-1.7-2.2-2.5-2.3-0.4z"/><path class="s0" d="m316.1 538c-1.2 1.4-3.7 0.2-4.6-1-1.3-1.9-0.5-4.4-1.1-6.5-0.2-0.8-1.2-1.9-1.8-0.7-1.5 3.1-1 8.5 1.5 11 2.2 2.1 5.9 2.2 7.7-0.5 0.7-1.1-0.4-4-1.7-2.3z"/><path class="s0" d="m309.7 532.8c0-27.9-1.8-55.8-2.9-83.7q-1.6-41.7-2.7-83.3c-0.4-15.8-0.3-31.6-1.3-47.3-0.2-3-3.2-3-3.2 0.1-0.4 13.9 0.4 27.8 0.7 41.7q0.6 21 1.2 42.1c0.9 27.8 1.9 55.6 3.1 83.3 0.7 15.8 1.3 31.5 2.9 47.2 0.2 2.1 2.2 2.1 2.2 0z"/><path class="s0" d="m172.5 336.8c-0.6 7.5-0.2 14.9-0.1 22.4q0.1 11.1 0.1 22.3 0.2 22.5-0.2 45.1-0.8 44.6-3.4 89.1c-1 17-2.1 34-3.2 51-0.1 0.9 0 2.5 1.1 2.8 1 0.3 1.7-0.8 1.8-1.6 6.1-60 7.9-120.6 7.8-180.9q0-12.4-0.2-24.9c-0.2-8.4-0.1-16.9-1.2-25.3-0.2-1.8-2.3-1.8-2.5 0.1z"/><path class="s0" d="m165.9 568.8c-1.7 0.5-3.5 0.2-5-0.5-1.5-0.7-2.2-2-3.7-2.6-0.9-0.5-1.3 1-1.3 1.6 0.2 5.1 6.7 7.4 10.7 4.9 1.1-0.7 1-3.8-0.7-3.4z"/><path class="s0" d="m157 338c-1.8 14.7-1.9 29.6-1.9 44.3 0.1 14.8 0.6 29.6 1.2 44.4 1.2 29.8 3.1 59.5 2.9 89.3q-0.1 12.2-0.6 24.3c-0.4 8.4-1.4 16.9-1.5 25.3 0 1.7 1.8 2.3 2.2 0.4 1.6-7.3 1.8-15.1 2.3-22.6 0.5-7.2 0.7-14.4 0.8-21.5 0.3-14.8 0.2-29.6-0.3-44.4-0.8-29.7-2.8-59.5-3.2-89.3-0.3-16.6 0.3-33.1 0.5-49.7 0-1.8-2.1-2.6-2.4-0.5z"/><path class="s0" d="m80.5 319.5c-2.3 6.3-3.7 12.9-5.4 19.3-1.5 6.2-3.1 12.3-4.6 18.5q-4.7 19.3-9.4 38.5-9.5 38.5-19.1 77c-3.6 14.5-7.4 29-10.1 43.7-0.2 1.4 1.5 3.3 2.2 1.3 3.9-12.5 6.9-25.3 10.1-38 3.3-12.7 6.4-25.4 9.5-38.1 6.4-25.8 12.9-51.5 19.4-77.2q2.6-10.7 5.3-21.4c1.7-7.3 3.7-14.5 4.9-21.9 0.2-1.8-1.9-4.3-2.8-1.7z"/><path class="s0" d="m67.3 312.9c-5.6 25-10.6 50.1-16.1 75.1-5.5 24.8-11.3 49.6-17.3 74.4-1.7 7.1-3.4 14.2-5.3 21.2-1.7 7-4 14-4.9 21.1-0.1 1.3 1.2 3 1.9 1.2 2.6-5.9 3.9-12.3 5.5-18.4q2.4-9.4 4.9-18.8 4.6-18.2 9-36.5 9-37.4 16.7-75c3-14.4 5.7-28.8 8-43.3 0.4-2.1-1.9-3.5-2.4-1z"/><path class="s0" d="m28.8 517.5c-0.4 0.7-1.6-0.1-1.9-0.5-0.4-0.6-0.5-1.5-0.7-2.2q-0.5-2.2-0.4-4.4c0-2.7 0.8-5.3 0.8-8 0-0.6-0.7-2-1.4-1.2-3.6 3.8-2.8 11.2-1.6 15.7 0.5 1.8 1.3 4.1 3.2 4.7 1.8 0.6 3.2-0.5 3.8-2.1 0.5-1.1-0.9-3.8-1.8-2z"/><path class="s0" d="m156.8 501.8c-1.9 1.2-3.9-0.3-4.3-2.2-0.6-2.4-0.2-5.4-0.2-7.9q-0.1-8.1-0.2-16.2-0.2-16.5-0.4-32.9-0.3-33-0.6-65.9-0.1-18.7-0.2-37.5c-0.1-2.9-3.2-2.9-3.2 0.1 0.3 48.5 0.7 96.9 1.4 145.4q0.1 5.1 0.2 10.1c0 2.5-0.1 5.3 0.8 7.6 1.3 3.3 6.2 5.4 7.5 0.9 0.1-0.3-0.1-2-0.8-1.5z"/><path class="s0" d="m303.6 399.8c-1.7-6.5-4.8-12.8-7.5-19-2.6-6.2-5.4-12.4-8.1-18.5q-4.2-9.3-8.5-18.4-2.1-4.5-4.3-9c-1.3-2.6-2.4-6.1-4.6-8.2-1.1-1-1.7 1.2-1.6 1.9 0.6 3.1 2.3 5.9 3.6 8.7q2.3 4.7 4.5 9.4 4.3 9.2 8.5 18.4c2.7 6.1 5.3 12.1 8 18.1 2.6 6 4.8 12.6 8.3 18.1 0.8 1.5 1.9-0.6 1.6-1.5z"/><path class="s0" d="m302.7 373.7c-2.7-9.2-6-18.1-9.8-26.9-1.8-4.4-3.8-8.8-5.9-13.1q-1.5-3.2-3.2-6.3c-0.9-1.8-1.7-4-3.3-5.3-1.2-1-1.7 1.1-1.6 1.8 0.9 4.4 3.8 8.7 5.7 12.7 2 4.2 3.9 8.4 5.7 12.6 3.7 8.5 7.2 17.1 10.5 25.8 0.7 1.7 2.3 0 1.9-1.3z"/><path class="s0" d="m216.3 334.9c-2 2.3-3.4 5.2-4.9 7.9q-2.4 4.4-4.8 8.8-5 9.2-9.8 18.5c-3.2 6.1-6.3 12.2-9.4 18.3-3.1 6-6.7 11.9-8.9 18.3-0.2 0.6 0.2 1.7 0.8 1 4.1-5.1 7-11.4 10.2-17.1 3.3-5.9 6.6-11.7 9.9-17.5q4.8-8.7 9.4-17.4 2.4-4.5 4.8-9c1.6-3 3.4-6.1 4.4-9.3 0.3-0.8-0.4-4-1.7-2.5z"/><path class="s0" d="m206.5 337.1c-5.7 8.7-11.1 17.4-16.4 26.3-5.3 8.7-11.1 17.4-15.5 26.6-0.5 1.2 0.6 3.6 1.8 2 6.1-8 10.8-17.3 16-26q8-13.4 15.4-27c0.5-0.9-0.4-3.2-1.3-1.9z"/><path class="s0" d="m154.1 410.7c-1.9-6.8-4.7-13.3-7.2-20q-3.8-10.1-7.7-20.2-3.8-9.8-7.5-19.7-2-5.2-3.9-10.4c-1.2-3.2-2.2-6.6-3.9-9.7-0.9-1.7-2.2 0.8-1.9 1.8 1.5 6.6 4.7 13.1 7.1 19.5q3.8 10.1 7.5 20.3c2.5 6.6 4.9 13.3 7.4 19.9 2.6 6.7 4.8 13.6 7.9 20.1 0.9 2 2.7 0 2.2-1.6z"/><path class="s0" d="m155.6 394.1q-5.1-15.3-11.4-30.1c-2-4.8-4-9.6-6.3-14.2-2.3-4.6-4.1-9.9-7.1-14-0.7-0.9-1.1 0.6-0.9 1.1 1.5 5 4.2 9.7 6.3 14.5 2 4.9 4.2 9.8 6.3 14.8q6 14.6 11.6 29.4c0.6 1.7 1.9-0.3 1.5-1.5z"/><path class="s0" d="m106.8 332.9c-5.6 10.2-11.8 20.2-18.3 29.8q-4.9 7.1-10.2 14c-3.7 4.7-8 9.1-11.1 14.1-0.6 0.9-0.1 3.6 1.3 2.5 4.4-3.4 7.8-8.6 11.2-13q5.4-7.1 10.5-14.4c6.7-10 12.6-20.4 17.8-31.2 0.4-0.9-0.4-3.1-1.2-1.8z"/><path class="s0" d="m103.5 328.2c-5.8 8.2-11.3 16.3-16.8 24.7-2.7 4.2-5.5 8.4-8.1 12.7-2.5 4-5.9 8.3-7.3 12.8-0.2 0.7 0.2 2.8 1.4 1.9 1.8-1.4 3-3.7 4.3-5.6q2-2.9 3.9-5.8c2.8-4.1 5.5-8.4 8.2-12.6 5.4-8.6 10.7-17.3 15.8-26.1 0.6-1-0.4-3.4-1.4-2z"/><path class="s0" d="m211 183.9c-3.9 9.4-6.8 19-9.9 28.7-1.4 4.2-2.8 8.5-4.4 12.6-0.9 2.2-1.8 4.3-2.9 6.4-1 2-2.3 3.7-2.6 5.9-0.1 0.8 0.2 2.5 1.4 2.1 1.9-0.7 2.7-3 3.5-4.6q1.6-3 2.9-6.1c1.9-4.3 3.4-8.9 4.9-13.4 3.2-10.1 6.4-20.2 8.7-30.6 0.3-1.1-1-2.5-1.6-1z"/><path class="s0" d="m206.9 169.4c-3.5 12.2-7.4 24.4-11.6 36.4q-3.1 8.8-6.6 17.5-1.8 4.5-3.7 8.9c-1.2 2.8-2.8 5.6-3 8.7 0 0.8 0.7 1.9 1.6 1.3 2.1-1.6 2.9-5 3.9-7.3q1.9-4.4 3.7-8.8 3.7-9.2 6.9-18.5c4.2-12.2 7.7-24.5 10.5-37.1 0.3-1.2-1.2-2.7-1.7-1.1z"/><path class="s0" d="m81.6 256.4c-5.3-6.1-10.4-12.4-15.1-19-2.3-3.1-4.5-6.4-6.6-9.7-2-3.1-3.7-6.7-6.2-9.3-0.6-0.7-1 0.7-0.9 1.1 1 3.7 3.2 7.2 5.1 10.6 2.1 3.5 4.3 7 6.7 10.3 4.8 6.6 9.9 12.9 15.7 18.6 1.2 1.1 2-1.8 1.3-2.6z"/><path class="s0" d="m88.9 254.3c-5.3-7.7-10.9-15.1-16.6-22.6q-4.1-5.3-8.2-10.7-2-2.7-4-5.4c-1.1-1.7-2.1-3.5-3.6-4.7-1.2-0.9-1.9 1.1-1.7 2 1.2 4 4.2 7.4 6.7 10.7q4.2 5.5 8.5 11c5.7 7.5 11.4 14.9 17.4 22.1 1.4 1.5 2.3-1.3 1.5-2.4z"/><path class="s0" d="m203.6 170.2c1.9 9.8-6.7 18.1-14.9 21.3-10.3 4.1-22 3.7-32.9 4.6-23.9 1.7-47.9 2.9-71.9 4.4-6.3 0.4-12.8 1.1-19.1 1.1-4.8 0-13-1.7-12.6-8 0.2-1.9-2.1-2.6-2.5-0.5-0.6 4.7 1.7 9.3 5.9 11.6 4.9 2.8 11.2 2 16.6 1.7q20.6-1.2 41.1-2.8c13.5-1 27.1-1.7 40.6-2.3 12.1-0.6 25.8-0.1 37-5.3 10.1-4.6 18-15.3 14.9-26.8-0.6-2.3-2.6-0.8-2.2 1z"/><path class="s0" d="m474.8 123.8c-1.3 25.7-0.7 51.6-0.3 77.3 0.5 25.7 1.3 51.4 2.5 77.2 1.1 25.3 3.4 50.7 3.4 76.1 0 10.7-0.6 21.4-0.8 32.1 0 7.1 0.1 14.2 0.3 21.3 0.3 16.9 1.3 33.9 0.9 50.9 0 2.7 2.8 2.6 3-0.1 0.8-14.8 0.1-29.7-0.3-44.6-0.1-7.7-0.3-15.5-0.3-23.3 0-9.1 0.6-18.2 0.8-27.4 0.7-25.3-1.7-50.7-2.8-76-1.2-25.6-2-51.1-2.6-76.7-0.6-28.9-0.2-57.9-1.2-86.8 0-2.5-2.5-2.4-2.6 0z"/><path class="s0" d="m496.3 123.8c-1.3 25.7-0.8 51.6-0.3 77.3 0.5 25.7 1.2 51.4 2.4 77.2 1.2 25.3 3.5 50.7 3.5 76.1 0 10.7-0.7 21.4-0.8 32.1-0.1 7.1 0.1 14.2 0.2 21.3 0.4 16.9 1.4 33.9 1 50.9 0 2.7 2.8 2.6 2.9-0.1 0.9-14.8 0.2-29.7-0.2-44.6-0.2-7.7-0.3-15.5-0.3-23.3 0-9.1 0.6-18.2 0.8-27.4 0.7-25.3-1.7-50.7-2.8-76-1.2-25.6-2.1-51.1-2.6-76.7-0.6-28.9-0.2-57.9-1.2-86.8-0.1-2.5-2.5-2.4-2.6 0z"/><path class="s0" d="m477.6 450.5c-6.5 0.9-12.6 5.8-17.5 10-5.5 4.7-10.1 10.2-14.6 15.9-8.9 11.4-17.1 23.5-27.8 33.2-6.1 5.7-12.9 10-20.7 13.2-1.8 0.7-1.3 5.3 1 4.6 13.7-4 24.4-14.9 33.2-25.6 9.1-11.1 17.1-23 27.5-33 2.9-2.7 5.9-5.3 9.2-7.6 3.4-2.4 7.1-4.2 10.5-6.7 1-0.7 0.9-4.2-0.8-4z"/><path class="s0" d="m507.7 455.7c4.6-0.1 8.6 0.4 12.7 2.4 4.1 2.1 7.7 5.1 11.2 8.1 7.2 6.2 14.1 12.9 20.4 20 5.2 6 10.1 12.3 15.7 17.9 5.1 5.1 11.6 11.2 19 11.8 1.4 0.1 1.3-2.6 0.5-3.2-3.5-2.3-7.2-4.2-10.5-6.7-3.2-2.3-6-5-8.7-7.9-5.9-6.1-11-13-16.8-19.3-6.4-7-13.3-13.7-20.7-19.7-6-4.9-15.2-11.3-23.2-7.4-1.4 0.6-1.4 4 0.4 4z"/><path class="s0" d="m394.6 523.4c-6.6-2.7-15.5-1.5-20.6 3.7-3.6 3.8-6.8 12-2.7 16.6 0.8 0.9 1.4-0.4 1.3-1.2-0.6-2.6-0.9-4.6 0.1-7.2 1-2.5 2.8-4.6 5.1-6 5.1-3.1 10.9-2.5 16.6-2.6 1.5 0 1.4-2.9 0.2-3.3z"/><path class="s0" d="m370.8 546.2c7.7 4.3 17.1 4.5 25.7 4.2 7.1-0.3 16.5-2.8 18.7-10.7 0.2-0.8-0.3-3.9-1.8-2.5-2.3 2.3-4.4 4.3-7.6 5.6-3.6 1.6-7.5 1.9-11.4 2.1-7.5 0.3-15.9 0.7-23.1-1.8-1.6-0.5-1.6 2.5-0.5 3.1z"/><path class="s0" d="m413.8 540.2c12.7-6.3 24.2-14.5 34.5-24.3 5-4.8 9.7-10 14.2-15.4 2.1-2.4 4.1-4.9 6.4-7.2 2.5-2.4 5.5-3.9 8.2-6.1 0.8-0.7 0.7-3.3-0.7-3.3-2.8 0.1-5.6 2.1-7.8 3.9-2.5 2-4.8 4.4-7 6.9-4.5 5.3-9 10.6-14 15.4-10.4 10.1-22.1 19-34.5 26.7-1.2 0.7-0.9 4.2 0.7 3.4z"/><path class="s0" d="m247.7 79c-4.4 6.9-3.1 16 2.4 21.8 1.9 2 2.9-2.7 1.9-4-3.3-4.7-4.1-9.8-2-15.2 0.6-1.4-0.9-4.8-2.3-2.6z"/><path class="s0" d="m251 105.8c16 6.1 32.5 8.5 49.4 9.9 17.8 1.4 35.6 2.1 53.4 3 33.6 1.6 67.3 3.2 101 4.4 28.8 1 57.6 1.6 86.5 1.5 30.1-0.2 60.3-1.2 90.3-3.7 14.4-1.1 28.7-2.7 43-4.8 13.2-1.9 26.4-4.1 39.2-7.7 3-0.8 6-1.8 9-2.7 1.3-0.4 1-3.8-0.4-3.5-26.5 5.4-53.4 9.3-80.3 11.8-29.8 2.8-59.8 4-89.7 4.3-28.9 0.4-57.9-0.1-86.9-1-32.2-1-64.5-2.6-96.7-4.1-18.1-0.8-36.1-1.6-54.2-2.5-8.4-0.4-16.8-0.9-25.2-1.7-8.6-0.9-16.9-2.5-25.4-3.9-4.2-0.8-8.3-1.9-12.4-3.2-1.8-0.5-2.1 3.3-0.6 3.9z"/><path class="s0" d="m251.7 86.3c16.3 5.5 33.4 8.6 50.4 11.1 17.3 2.5 34.6 3.8 52.1 5 35.6 2.5 71.4 3.5 107 3.9q47 0.5 93.9-1.2c27.7-1 55.4-2.5 83.1-4.9 26.1-2.3 52.4-5 77.9-10.9q4-0.9 7.9-1.9c1.5-0.3 1.1-4.2-0.4-3.9-24.9 5.4-50.3 8.4-75.6 10.7-27.7 2.6-55.5 4.3-83.3 5.4-29.7 1.2-59.6 1.7-89.4 1.6-35.7 0-71.4-0.8-107.1-3-17.3-1-34.5-2.8-51.7-4.9-17.5-2.1-34.6-5.4-51.8-8.6q-6.2-1.2-12.4-2.3c-1.9-0.4-2.2 3.3-0.6 3.9z"/><path class="s0" d="m249.3 84.2c-0.2-4 4.1-6.6 7.2-8.2 4.3-2.2 9-3.3 13.7-4.4 11.2-2.6 22.6-4.5 34-6.1 17.2-2.4 34.5-4.2 51.8-5.5 27.6-1.9 55.4-2.9 83-3.8 24.1-0.8 48.3-1.7 72.4-1.6 16.5 0.1 33.1 1.3 49.7 1.9 22.8 1 45.6 2.1 68.5 3.8 15.6 1.2 31.3 1.8 46.9 3.3 15.4 1.6 31.6 3.7 45.9 9.8 2.8 1.2 5.6 2.6 8 4.4 1.9 1.4 2.8-2.8 1.4-3.9-12-8.8-27.1-11.9-41.6-14.1-16.6-2.5-33.4-3.4-50.2-4.5-21-1.4-41.9-3-63-3.9-20.6-0.8-41.3-2.1-61.9-2.5-23.1-0.4-46.2 0.6-69.2 1.3-28.8 0.9-57.6 2-86.3 4-16.5 1.1-32.9 2.8-49.2 4.9-11.8 1.5-23.6 3.3-35.2 5.9-8.4 1.9-19.4 3.5-25.5 10.3-2.4 2.7-3.4 5.9-2.9 9.5 0.4 2.1 2.5 1.3 2.5-0.6z"/><path class="s0" d="m724.7 108c6-1.8 10.9-5.4 13.4-11.3 2.5-5.9 2.2-13.5-2.1-18.2-1.5-1.6-2.1 2-1.8 2.8 1.7 4.7 2.6 9.4 0.1 14.1-2.3 4-6.1 7.3-10.3 9.3-1.2 0.6-0.9 3.8 0.7 3.3z"/><path class="s0" d="m475.7 491.1c1.2 2.6 3 4.8 3.6 7.7 0.6 3-0.1 5.4-1.2 8.2-1.5 3.8-3.4 12.5 2.2 14.1 0.8 0.2 1-1.1 0.8-1.6-1.6-3.1-0.2-5.6 1-8.6 1.2-3 2-5.9 2.1-9.1 0-4.6-1.8-12.6-6.9-14.2-1.7-0.6-2.1 2.4-1.6 3.5z"/><path class="s0" d="m484.1 524.8c5.1 1.5 10.3 3.7 15.7 2.4 4.6-1.2 8.4-4.4 9.8-9 1.4-4.8 0.5-9.9-0.9-14.6-0.8-2.6-1.7-5.1-2.2-7.8-0.5-3.1 0.2-5.3 0.8-8.3 0.2-1.1-0.7-3.6-2.1-2.4-3.1 2.6-2.8 8.3-2.3 11.9 0.7 4.7 2.7 9.2 3.3 13.9 1.5 12.1-13.3 12.4-21.6 10.9-1.5-0.2-1.7 2.6-0.5 3z"/><path class="s0" d="m510.7 485c7.6 1.4 13.9 6.9 19.7 11.7 6.1 5 12 10.3 17.5 16 5.1 5.3 9.7 11.1 14.4 16.8 4.3 5.1 8.9 9.8 14.8 13 3.5 1.9 7.5 2.8 11.4 3.3 2.2 0.2 4.4 0.4 6.6 0.2 2-0.1 4.2 0 6.1-0.8 0.9-0.4 0.8-2.2-0.1-2.6-1.5-0.7-3.1-0.7-4.7-1-2.1-0.3-4.2-0.6-6.3-1-3.7-0.6-7.3-1.8-10.6-3.6-6.1-3.3-10.8-8.6-15.1-13.8-9.7-11.5-19.5-22.6-31.8-31.4-6.6-4.7-13.4-9.2-21.7-9.9-1.3-0.1-1.4 2.9-0.2 3.1z"/><path class="s0" d="m581.1 518.3c8.4 3.1 16.6 4.4 25.5 4.2 4.1-0.1 7.9 0 9.7 4.3 1.7 4.3 2.1 8.1 1.4 12.6-0.1 0.7 0.6 2.7 1.5 1.7 3.1-3.3 2.1-8.6 1.1-12.5-1.2-4.4-2.5-9.2-6.9-11.3-4.3-2-9.7-0.9-14.2-1-5.8-0.2-11.8-0.8-17.4-2.1-2.1-0.4-2.3 3.5-0.7 4.1z"/><path class="s0" d="m606.7 544.9c4.8 0.5 10.5-1.1 13-5.5 0.4-0.6 0.2-3.4-1-2.6-1.8 1.1-3.3 2.6-5.3 3.5-2.1 1.1-4.4 1.5-6.7 1.5-1.4 0-1.3 3 0 3.1z"/><path class="s0" d="m402.8 531.2c8.1-1 15-4.9 21.5-9.5 7.1-5.1 13.6-10.8 19.7-17.1 5.7-5.9 10.6-12.4 15.4-19 2.3-3 4.6-6.1 7.5-8.6 3-2.7 6.1-3.9 9.9-5 0.8-0.2 0.6-2.1-0.3-2.1-6.7-0.4-12.6 5.4-16.5 10.2-5.2 6.2-9.8 12.8-15.4 18.7-5.8 6.3-12.1 12.1-18.8 17.4-6.8 5.4-14.4 11.1-23.1 12.7-0.9 0.2-0.9 2.4 0.1 2.3z"/><path class="s0" d="m514.6 473.2c13.9 1.7 21.6 13.7 29.8 23.4 1.1 1.3 1.6-0.9 1.2-1.8-6.6-11.6-16.7-23.8-31-24.6-1.4-0.1-1.3 2.9 0 3z"/><path class="s0" d="m571 518.4c4.8 4.5 9.9 9.1 15.6 12.5 4.9 2.8 13.1 6 18.6 3.1 0.9-0.5 0.9-2.7-0.3-2.8-3.1 0-5.9 0.7-9.1 0.3-3.2-0.5-6.4-1.5-9.3-2.9-5.8-2.8-10.4-7.2-15-11.6-0.6-0.5-0.9 1-0.5 1.4z"/><path class="s0" d="m485.3 476.3c-0.4 3.6-1.6 7.9-0.4 11.5 0.2 0.5 1 0.8 1.3 0.2 1.8-3.1 1.2-7.8 1.3-11.3 0.1-1.6-1.9-2.3-2.2-0.4z"/><path class="s0" d="m492 491.1c3.9-5.6 6.1-12.2 5.1-19.1-0.1-0.5-0.7-0.5-0.8 0.1-0.8 6.1-2.2 12.1-5.4 17.5-0.5 0.8 0.3 2.7 1.1 1.5z"/><path class="s0" d="m490.8 501.8c3.4-0.2 6.9-2.3 7.6-5.8 0.1-0.9-0.5-2.6-1.6-1.8-0.9 0.8-1.6 1.8-2.6 2.5-1 0.8-2.2 1.3-3.5 1.5-1.6 0.2-1.5 3.8 0.1 3.7z"/><path class="s0" d="m493.1 456.3q2.4 0.5 4.8 1c1.4 0.3 2.8 0.7 4.2 0.1 0.8-0.3 0.8-2 0.1-2.6-1.2-0.9-2.5-1-4-1.1q-2.5-0.3-4.9-0.5c-1.3-0.2-1.3 2.9-0.2 3.1z"/><path class="s0" d="m483.4 157.7c2 0.4 4.1 0.8 6.1 0.8 0.8 0 0.7-1.5 0.1-1.8-1.8-0.8-3.8-1.3-5.7-1.7-1.4-0.3-1.6 2.4-0.5 2.6z"/><path class="s0" d="m485.6 166.4c1.9 0 3.7 0.3 5.4-0.5 0.9-0.3 0.8-2.2 0-2.5-1.8-0.8-3.6-0.5-5.4-0.5-1.6 0-1.6 3.5 0 3.5z"/><path class="s0" d="m486.2 316.1c1.4 1.9 5.6 4.5 7.7 2 0.5-0.6 0.7-2.1-0.3-2.4-0.9-0.4-2.1-0.1-3.2-0.3-1-0.3-2-0.9-2.7-1.8-1.2-1.7-2.3 1.3-1.5 2.5z"/><path class="s0" d="m493.6 315.4c-2.3 2.7-4.9 7.7-3.6 11.4 1.5 4.6 8.6 1.1 10.4-1.4 0.4-0.5 0.2-2.3-0.8-1.9-1.8 0.8-6.3 3.4-7.7 1.3-1.5-2.3 0.9-6.3 2.4-8.2 0.3-0.4-0.1-1.8-0.7-1.2z"/></g></svg>');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
/* ==============================================
   Find A Table Section CSS End
   ============================================== */  

#ot-widget-container4 {
    padding: 0px !important; /* Remove padding from parent div */
}

/* ==============================================
   Landing Page Footer Section CSS Start
   ============================================== */     
   .landing-page-footer-top {
	background-color: #2A0C0C;
}
.landing-page-footer * {
	color: #fff;
}
.landing-page-footer-left {
	max-width: 50%;
	width: 100%;
	padding: 65px 3.5% 40px 5%;
}
.landing-page-footer-right {
	max-width: 50%;
	width: 100%;
}
.landing-page-footer-info {
	padding: 0 20px;
	max-width: 44%;
	width: 100%;
}
.landing-page-contact-form {
	padding: 0 20px;
	max-width: 56%;
	width: 100%;
}
.landing-page-branch-icon {
	margin: 0 22px 0 0;
	min-width: 27px;
	text-align: center;
	display: flex;
}
.landing-page-footer-title {
	margin: 0 0 40px 0;
	padding: 0 0 0 27%;
}
.landing-page-branch-text {
	font-size: 14px;
	line-height: 1.357;
}
.landing-page-branch-text p {
	font-weight: 400;
	margin: 5px 0 14px 0;
}
.landing-page-branch-text a {
	font-weight: 700;
}
.landing-page-branch-text p strong {
	font-weight: 700;
}
.landing-page-branch-item:last-child {
	align-items: center;
}
.landing-page-branch-item {
	flex-wrap: nowrap;
	margin: 0 0 24px 0;
	max-width: 271px;
}
.landing-page-footer-info-row {
	margin: 0 -20px;
	padding: 30px 0 0 0;
}
.l-footer-btn-wrap {
	margin: 53px 0 0 0;
}
.landing-page-footer-image {
	width: 100%;
	padding-top: 99%;
	height: 100%;
}
.landing-page-branch-text a:hover {
	text-decoration: underline;
}
.landing-page-footer-bottom {
	background-color: #000;
	padding: 42px 0 30px 0;
}

.friedman-logo .full-link,.footer-logos-wrap .full-link{
	position: relative;
}

.friedman-logo {
	max-width: 257px;
	width: 100%;
	margin: 0 auto 4px auto;
}
.black-footer-logo-row {
	max-width: 1080px;
	margin: 0 auto;
	justify-content: center;
}
.footer-logos-wrap {
	padding: 15px;
}
.footer-logo-box > img {
	margin: 0 auto;
	transform: scale(1);
	transition: 0.5s;
}
.footer-logos-wrap .full-link:hover img {
	transform: scale(1.1);
}
.footer-logos-wrap .full-link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logos-wrap {
	padding: 2.4% 3.4%;
}


.quick-link li::before {
	all: unset;
}

.quick-link {
	margin: 0 0 0;
}
.quick-link li {
	padding: 0 14px;
	border-right: 1px solid;
	font-weight: 400;
	line-height: 1;
	font-size: 14px;
	letter-spacing: 0.84px;
}

.quick-link li a:hover {
	text-decoration: underline;
}
.footer-bottom-wrap {
	padding: 4px 0 00;
}
.footer-quick-links-wrap {
	justify-content: center;
	align-items: center;
}
.enx2-logo {
	text-align: center;
	padding: 0 0 0 14px;
}
#enx2_logo:hover path {
	fill: #fff;
}
.powered-by p {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.84px;
}

   #enx2_logo path:nth-child(1){
	transform-origin:10% center;
}
#enx2_logo path {
	fill: var(--white);
	transition: all 0.3s ease 0s;
}
#enx2_logo {
	max-width: 84px;
	line-height: 1;
	height: auto;
}
/* ==============================================
   Landing Page Footer Section CSS End
   ============================================== */  

   /* ==============================================
  Thank you page For Landing Page CSS Start
   ============================================== */  
   .l-thank-you-page-content {
	max-width: 660px;
	margin: 0 auto 42px auto;
	color: #fff;
}
.l-thank-you-page-content p {
	margin: 0 0 20px 0;
}
.l-thank-you-page-content a {
	text-decoration: underline;
	color: #fff;
}
.l-thank-you-page-content a:hover {
	text-decoration: none;
}
.landing-page-banner-content:has(.l-thank-you-page-content) .landing-page-banner-heading {
	margin-bottom: 40px;
}
.page-template-thank-you .landing-page-footer, .error404 .landing-page-footer{
	border-top: 1px solid #ffffff38;
	padding-top: 40px;
	background-color: #2a0c0c;
}

.pum-container.popmake{
	max-width: 800px;
}

/* ==============================================
Thank you page For Landing Page CSS End	
============================================== */ 