html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
td, th {
padding: 0;
text-align: left; }
img, embed, object, audio, video {
max-width: 100%; }
iframe {
border: 0; }
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal; }
button, input[type='submit'] {
-webkit-appearance: none; } * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
overflow-x: hidden;
overflow-y: scroll; }
body {
font-size: 1rem;
font-family: Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.6;
color: #111111;
overflow-x: hidden; }
#page {
position: absolute;
width: 100%;
overflow-x: hidden; }
img {
width: 100%;
height: auto; } h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.3; }
h1, .h1 {
font-size: 1.75rem; }
@media (min-width: 769px) {
h1, .h1 {
font-size: 3.625rem; } }
h2, .h2 {
font-size: 1.75rem; }
@media (min-width: 769px) {
h2, .h2 {
font-size: 3.25rem; } }
h3, .h3 {
font-size: 1.5rem; }
@media (min-width: 769px) {
h3, .h3 {
font-size: 2.875rem; } }
h4, .h4 {
font-size: 1.375rem; }
@media (min-width: 769px) {
h4, .h4 {
font-size: 2.375rem; } }
h5, .h5 {
font-size: 1.125rem; }
@media (min-width: 769px) {
h5, .h5 {
font-size: 1.75rem; } }
h6, .h6 {
font-size: 1rem; }
@media (min-width: 769px) {
h6, .h6 {
font-size: 1rem; } }
p {
margin: 0 0 1.25rem 0; }
a {
color: #251D1C;
cursor: pointer;
text-decoration: none;
-webkit-transition: 0.3s ease-out;
transition: 0.3s ease-out; }
a:hover, a:focus {
color: #110d0d; }
strong {
color: currentColor; }
address {
font-style: normal; }
blockquote {
color: #CF415B; }
pre {
padding: 1.25rem;
background: #111111;
color: #ffffff; }
.entry-content ul {
list-style-type: disc;
padding-left: 1.25rem; } .btn, .contact-form .btn,
.contact-form button {
display: inline-block;
padding: 0.625rem 1.5625rem;
background: #CF415B;
color: #ffffff;
font-family: inherit;
font-size: 1rem;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
border-radius: 32px;
cursor: pointer;
-webkit-transition: 0.3s ease-out;
transition: 0.3s ease-out; }
.btn:hover,
.contact-form button:hover, .btn:focus,
.contact-form button:focus {
color: white;
background: #bd3049; }
.btn--primary {
background: #CF415B;
color: #ffffff; }
.btn--primary:hover, .btn--primary:focus {
color: white;
background: #bd3049; }
.btn--secondary {
background: #251D1C;
color: #ffffff; }
.btn--secondary:hover, .btn--secondary:focus {
color: white;
background: #110d0d; }
.btn--clear {
background: transparent;
color: #CF415B; }
.btn--clear:hover, .btn--clear:focus {
background: transparent;
color: #bd3049; }
.btn--small {
font-size: 0.875rem;
padding: 0.3125rem 0.625rem; }
.btn--large {
font-size: 1.125rem;
padding: 0.9375rem 1.25rem; }
.btn--disabled {
opacity: 0.8;
cursor: not-allowed; }
.btn--block {
display: block;
max-width: 100%; } fieldset {
margin: 0;
padding: 0;
border: none; }
label,
.form > .form__label {
display: block;
margin-bottom: 0.2rem; }
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
display: inline-block;
width: 100%;
height: 52px !important;
margin-bottom: 0.9375rem;
padding-left: 0.625rem;
padding-right: 0.625rem;
font-family: inherit;
font-size: 0.9375rem;
font-weight: inherit;
line-height: 1;
color: #111111 !important;
border: 1px solid rgba(112, 112, 112, 0.25);
border-radius: 0;
outline: none;
-webkit-transition: 0.2s all ease-out;
transition: 0.2s all ease-out; }
input[type='email']:focus, input[type='email']:active,
input[type='number']:focus,
input[type='number']:active,
input[type='password']:focus,
input[type='password']:active,
input[type='search']:focus,
input[type='search']:active,
input[type='tel']:focus,
input[type='tel']:active,
input[type='text']:focus,
input[type='text']:active,
input[type='url']:focus,
input[type='url']:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
border-color: #251D1C; }
textarea {
max-width: 100%;
height: 100px !important;
padding-top: 0.9375rem; }
@media (min-width: 769px) {
.form__btn-container {
float: right; } }
.form__input--success {
border-color: #4bb14b !important; }
.form__input--error {
border-color: #ad0101 !important; }
::-webkit-input-placeholder { color: #111111;
font-size: 1rem; }
:-moz-placeholder { color: #111111;
font-size: 1rem;
opacity: 1; }
::-moz-placeholder { color: #111111;
font-size: 1rem;
opacity: 1; }
:-ms-input-placeholder { color: #111111;
font-size: 1rem; }
::-ms-input-placeholder { color: #111111;
font-size: 1rem; }
.contact-form {
width: 100%; }
.contact-form input,
.contact-form select,
.contact-form textarea {
width: 100% !important;
background: #f3f3f3;
border-radius: 0; }
.contact-form select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative; }
.contact-form select:before {
content: 'f0d7';
position: absolute;
left: 5px; }
.contact-form .btn,
.contact-form button,
.contact-form button {
width: auto !important;
background: #CF415B;
border-radius: 32px;
width: 100%;
padding: 12px 24px;
border: none; }
.contact-form__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
@media (min-width: 769px) {
.contact-form__row div:not(:last-child) {
padding-right: 15px; } }
.contact-form__col {
width: 100%; }
div.wpcf7-validation-errors {
color: red;
border-width: 0px;
margin: 0;
padding: 0;
margin-top: 20px;
font-size: 1rem; }
span.wpcf7-not-valid-tip {
margin-top: -15px;
font-size: 1rem; }
input.wpcf7-not-valid {
border: 1px solid red; } .table {
width: 100%;
text-align: left;
border-collapse: collapse; }
.table th {
padding: .8rem;
font-weight: 600;
border-bottom: 0.2rem solid rgba(17, 17, 17, 0.25);
vertical-align: bottom; }
.table td {
padding: .8rem;
border-top: 1px solid rgba(17, 17, 17, 0.25); }
.table--striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.03); }
.table--hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.06); }  .container {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 1030px;
margin: 0 auto;
padding-left: 1.5rem;
padding-right: 1.5rem; }
.container--narrow {
max-width: 800px; }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 1rem;
padding-left: 1rem; }
.row {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
@media (min-width: 769px) {
.row {
margin-right: -0.625rem;
margin-left: -0.625rem; } }
.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.col.reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
[class*="col-xs"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
@media (min-width: 769px) {
[class*="col-xs"] {
padding-right: 0.625rem;
padding-left: 0.625rem; } }
.col-xs-1 {
-ms-flex-preferred-size: 8.3333333333%;
flex-basis: 8.3333333333%;
max-width: 8.3333333333%; }
.col-xs-2 {
-ms-flex-preferred-size: 16.6666666667%;
flex-basis: 16.6666666667%;
max-width: 16.6666666667%; }
.col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%; }
.col-xs-4 {
-ms-flex-preferred-size: 33.3333333333%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%; }
.col-xs-5 {
-ms-flex-preferred-size: 41.6666666667%;
flex-basis: 41.6666666667%;
max-width: 41.6666666667%; }
.col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%; }
.col-xs-7 {
-ms-flex-preferred-size: 58.3333333333%;
flex-basis: 58.3333333333%;
max-width: 58.3333333333%; }
.col-xs-8 {
-ms-flex-preferred-size: 66.6666666667%;
flex-basis: 66.6666666667%;
max-width: 66.6666666667%; }
.col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%; }
.col-xs-10 {
-ms-flex-preferred-size: 83.3333333333%;
flex-basis: 83.3333333333%;
max-width: 83.3333333333%; }
.col-xs-11 {
-ms-flex-preferred-size: 91.6666666667%;
flex-basis: 91.6666666667%;
max-width: 91.6666666667%; }
.col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%; }
.col-xs-offset-1 {
margin-left: 8.3333333333%; }
.col-xs-offset-2 {
margin-left: 16.6666666667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.3333333333%; }
.col-xs-offset-5 {
margin-left: 41.6666666667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.3333333333%; }
.col-xs-offset-8 {
margin-left: 66.6666666667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.3333333333%; }
.col-xs-offset-11 {
margin-left: 91.6666666667%; }
.col-xs-offset-12 {
margin-left: 100%; }
.col-xs {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%; }
.start-xs {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start; }
.center-xs {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.end-xs {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end; }
.top-xs, .flex-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.middle-xs, .flex-middle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.bottom-xs, .flex-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.around-xs, .flex-around {
-ms-flex-pack: distribute;
justify-content: space-around; }
.between-xs, .flex-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.first-xs {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.last-xs {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
@media only screen and (min-width: 48rem) {
[class*="col-sm"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.625rem;
padding-left: 0.625rem; }
.col-sm-1 {
-ms-flex-preferred-size: 8.3333333333%;
flex-basis: 8.3333333333%;
max-width: 8.3333333333%; }
.col-sm-2 {
-ms-flex-preferred-size: 16.6666666667%;
flex-basis: 16.6666666667%;
max-width: 16.6666666667%; }
.col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%; }
.col-sm-4 {
-ms-flex-preferred-size: 33.3333333333%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%; }
.col-sm-5 {
-ms-flex-preferred-size: 41.6666666667%;
flex-basis: 41.6666666667%;
max-width: 41.6666666667%; }
.col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%; }
.col-sm-7 {
-ms-flex-preferred-size: 58.3333333333%;
flex-basis: 58.3333333333%;
max-width: 58.3333333333%; }
.col-sm-8 {
-ms-flex-preferred-size: 66.6666666667%;
flex-basis: 66.6666666667%;
max-width: 66.6666666667%; }
.col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%; }
.col-sm-10 {
-ms-flex-preferred-size: 83.3333333333%;
flex-basis: 83.3333333333%;
max-width: 83.3333333333%; }
.col-sm-11 {
-ms-flex-preferred-size: 91.6666666667%;
flex-basis: 91.6666666667%;
max-width: 91.6666666667%; }
.col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%; }
.col-sm-offset-1 {
margin-left: 8.3333333333%; }
.col-sm-offset-2 {
margin-left: 16.6666666667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.3333333333%; }
.col-sm-offset-5 {
margin-left: 41.6666666667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.3333333333%; }
.col-sm-offset-8 {
margin-left: 66.6666666667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.3333333333%; }
.col-sm-offset-11 {
margin-left: 91.6666666667%; }
.col-sm-offset-12 {
margin-left: 100%; }
.col-sm {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%; }
.start-sm {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start; }
.center-sm {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.end-sm {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end; }
.top-sm {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.middle-sm {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.bottom-sm {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.around-sm {
-ms-flex-pack: distribute;
justify-content: space-around; }
.between-sm {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.first-sm {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.last-sm {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media only screen and (min-width: 64rem) {
[class*="col-md"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.625rem;
padding-left: 0.625rem; }
.col-md-1 {
-ms-flex-preferred-size: 8.3333333333%;
flex-basis: 8.3333333333%;
max-width: 8.3333333333%; }
.col-md-2 {
-ms-flex-preferred-size: 16.6666666667%;
flex-basis: 16.6666666667%;
max-width: 16.6666666667%; }
.col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%; }
.col-md-4 {
-ms-flex-preferred-size: 33.3333333333%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%; }
.col-md-5 {
-ms-flex-preferred-size: 41.6666666667%;
flex-basis: 41.6666666667%;
max-width: 41.6666666667%; }
.col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%; }
.col-md-7 {
-ms-flex-preferred-size: 58.3333333333%;
flex-basis: 58.3333333333%;
max-width: 58.3333333333%; }
.col-md-8 {
-ms-flex-preferred-size: 66.6666666667%;
flex-basis: 66.6666666667%;
max-width: 66.6666666667%; }
.col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%; }
.col-md-10 {
-ms-flex-preferred-size: 83.3333333333%;
flex-basis: 83.3333333333%;
max-width: 83.3333333333%; }
.col-md-11 {
-ms-flex-preferred-size: 91.6666666667%;
flex-basis: 91.6666666667%;
max-width: 91.6666666667%; }
.col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%; }
.col-md-offset-1 {
margin-left: 8.3333333333%; }
.col-md-offset-2 {
margin-left: 16.6666666667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.3333333333%; }
.col-md-offset-5 {
margin-left: 41.6666666667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.3333333333%; }
.col-md-offset-8 {
margin-left: 66.6666666667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.3333333333%; }
.col-md-offset-11 {
margin-left: 91.6666666667%; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%; }
.start-md {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start; }
.center-md {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.end-md {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end; }
.top-md {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.middle-md {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.bottom-md {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.around-md {
-ms-flex-pack: distribute;
justify-content: space-around; }
.between-md {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.first-md {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.last-md {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media only screen and (min-width: 80rem) {
[class*="col-lg"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.625rem;
padding-left: 0.625rem; }
.col-lg-1 {
-ms-flex-preferred-size: 8.3333333333%;
flex-basis: 8.3333333333%;
max-width: 8.3333333333%; }
.col-lg-2 {
-ms-flex-preferred-size: 16.6666666667%;
flex-basis: 16.6666666667%;
max-width: 16.6666666667%; }
.col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%; }
.col-lg-4 {
-ms-flex-preferred-size: 33.3333333333%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%; }
.col-lg-5 {
-ms-flex-preferred-size: 41.6666666667%;
flex-basis: 41.6666666667%;
max-width: 41.6666666667%; }
.col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%; }
.col-lg-7 {
-ms-flex-preferred-size: 58.3333333333%;
flex-basis: 58.3333333333%;
max-width: 58.3333333333%; }
.col-lg-8 {
-ms-flex-preferred-size: 66.6666666667%;
flex-basis: 66.6666666667%;
max-width: 66.6666666667%; }
.col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%; }
.col-lg-10 {
-ms-flex-preferred-size: 83.3333333333%;
flex-basis: 83.3333333333%;
max-width: 83.3333333333%; }
.col-lg-11 {
-ms-flex-preferred-size: 91.6666666667%;
flex-basis: 91.6666666667%;
max-width: 91.6666666667%; }
.col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%; }
.col-lg-offset-1 {
margin-left: 8.3333333333%; }
.col-lg-offset-2 {
margin-left: 16.6666666667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.3333333333%; }
.col-lg-offset-5 {
margin-left: 41.6666666667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.3333333333%; }
.col-lg-offset-8 {
margin-left: 66.6666666667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.3333333333%; }
.col-lg-offset-11 {
margin-left: 91.6666666667%; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%; }
.start-lg {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start; }
.center-lg {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center; }
.end-lg {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end; }
.top-lg {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.middle-lg {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.bottom-lg {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.around-lg {
-ms-flex-pack: distribute;
justify-content: space-around; }
.between-lg {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.first-lg {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.last-lg {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }  .header {
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;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
margin: 0;
padding: 0 1.25rem;
background-color: #251D1C;
color: #ffffff;
z-index: 9999;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.header--show {
-webkit-transform: translateY(0) !important;
transform: translateY(0) !important; }
.header--transparent {
background-color: rgba(0, 0, 0, 0.1) !important; }
.header--not-transparent {
background-color: #251D1C; }
@media (max-width: 1080px) {
.header {
padding-left: 0;
padding-right: 0; } }
@media (max-width: 1025px) {
.header {
padding: 0.3125rem 0.9375rem; } }
.headroom {
will-change: transform;
-webkit-transition: -webkit-transform 0.3s linear;
transition: -webkit-transform 0.3s linear;
transition: transform 0.3s linear;
transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
.headroom--pinned {
-webkit-transform: translateY(0%);
transform: translateY(0%); }
.headroom--unpinned {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.header--fixed {
position: fixed;
top: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.header--fixed.top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.header--fixed.not-top {
-webkit-transform: translateY(0%);
transform: translateY(0%); }
.header--fixed.slideDown.not-top {
-webkit-transform: translateY(0);
transform: translateY(0); }
.header--fixed.slideDown.top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.header--fixed.slideUp.not-top {
-webkit-transform: translateY(0);
transform: translateY(0); }
.header--fixed.slideUp.top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.header__row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.header__logo {
position: relative;
width: auto;
max-width: 150px;
height: auto;
z-index: 30; }
@media (min-width: 1025px) {
.header__logo {
max-width: 180px; } } .header__logo--mobile {
display: block;
width: 50px; }
@media (min-width: 1025px) {
.header__logo--mobile {
display: none; } }
.header__logo a {
color: #CF415B; }
.header__translate {
display: none; }
@media (min-width: 1025px) {
.header__translate {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
.header__translate img {
width: auto;
margin-right: 15px !important;
opacity: 1 !important; }
.footer__translate {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media (min-width: 1025px) {
.footer__translate {
display: none; } }
.footer__translate img {
width: auto;
margin-right: 15px !important;
opacity: 1 !important; }
.header__social-icon {
text-align: center;
padding: .5em;
font-size: 20px !important;
margin-right: 10px !important;
background-color: #ffffff !important;
border-radius: 50% !important;
cursor: pointer; }
.header__social-icon:hover.elementor-fa-facebook {
background-color: #3b5998 !important; }
.header__social-icon:hover.elementor-fa-facebook i {
color: #ffffff !important; }
.header__social-icon:hover.elementor-fa-youtube {
background-color: #cd201f !important; }
.header__social-icon:hover.elementor-fa-youtube i {
color: #ffffff !important; }
.header__social-icon:hover.elementor-fa-google {
background-color: #dd4b39 !important; }
.header__social-icon:hover.elementor-fa-google i {
color: #ffffff !important; }
.header__social-icon:hover.elementor-fa-yelp {
background-color: #d32323 !important; }
.header__social-icon:hover.elementor-fa-yelp i {
color: #ffffff !important; }
.header__social-icon:hover.elementor-fa-twitter {
background-color: #1da1f2 !important; }
.header__social-icon:hover.elementor-fa-twitter i {
color: #ffffff !important; }
.header__social-icon i {
color: #251D1C !important; } .nav__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.nav__inner > li {
padding: 2.8125rem 0.625rem; }
@media (max-width: 1040px) {
.nav__inner > li {
padding-left: 0.4375rem;
padding-right: 0.4375rem; } }
.nav__inner li a {
color: #ffffff;
font-family: 'Oswald', Helvetica;
font-weight: 500;
text-transform: uppercase;
position: relative;
overflow: hidden; }
.nav__inner li a:before {
content: "";
position: absolute;
z-index: 20;
left: 0;
width: 0;
bottom: -9px;
background: #CF415B;
height: 3px;
-webkit-transition: width 0.3s ease-out;
transition: width 0.3s ease-out; }
.nav__inner li a:hover:before {
width: 25px; }
.nav__inner li.current-menu-item > a {
position: relative;
font-weight: 500;
overflow: hidden; }
.nav__inner li.current-menu-item > a:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
width: 25px;
top: 29px;
background: #CF415B;
height: 3px; }
.nav-desktop .sub-menu {
display: none;
visibility: hidden;
opacity: 0; }
.nav-desktop .sub-menu h1, .nav-desktop .sub-menu h2, .nav-desktop .sub-menu h3, .nav-desktop .sub-menu h4, .nav-desktop .sub-menu h5, .nav-desktop .sub-menu h6 {
color: #ffffff !important; }
.nav-desktop .sub-menu.active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
visibility: visible;
opacity: 1;
z-index: 1;
-webkit-transition-delay: 0s, 0s, 0.3s;
transition-delay: 0s, 0s, 0.3s; }
.nav-desktop .sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
background: #251D1C;
border-top: 1px solid rgba(112, 112, 112, 0.25);
top: 100%;
left: 0;
right: 0;
max-width: calc(100% - 450px);
margin: 0 auto;
z-index: -1;
-webkit-transition: all 0.3s ease-in-out 0s, visibility 0.3s ease-in-out, z-index 0.3s linear 0.01s;
transition: all 0.3s ease-in-out 0s, visibility 0.3s ease-in-out, z-index 0.3s linear 0.01s; }
@media (max-width: 1400px) {
.nav-desktop .sub-menu {
max-width: calc(100% - 350px); } }
@media (max-width: 1300px) {
.nav-desktop .sub-menu {
max-width: calc(100% - 250px); } }
@media (max-width: 1200px) {
.nav-desktop .sub-menu {
max-width: calc(100% - 150px); } }
.nav-desktop .sub-menu > div {
padding: 2.8125rem; }
.nav-desktop .sub-menu > div:first-child {
border-right: 1px solid rgba(112, 112, 112, 0.25); }
.nav-desktop .sub-menu__feat-image {
width: 35%;
-ms-flex-preferred-size: 35%;
flex-basis: 35%; }
.nav-desktop .sub-menu__feat-image img {
width: 375px; }
.nav-desktop .sub-menu__feat-title {
display: block;
text-align: center;
text-transform: uppercase;
color: #ffffff;
font-size: 1.75rem;
font-family: 'Oswald', Helvetica;
font-weight: 500; }
.nav-desktop .sub-menu__links {
width: 65%;
-ms-flex-preferred-size: 65%;
flex-basis: 65%; }
.nav-desktop .sub-menu__links li {
float: left;
width: 50%;
padding: 0.625rem 0; }
.nav-desktop .sub-menu__links li a {
font-family: Helvetica, Arial; }
.nav-desktop .sub-menu__footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
width: 100%;
padding: 0.625rem !important;
top: 100%;
background: #251D1C;
text-align: center;
text-transform: uppercase;
border-top: 1px solid rgba(112, 112, 112, 0.25); }
.nav-desktop .sub-menu__footer-title {
padding-right: 3.75rem;
font-family: Helvetica;
font-weight: bold; } .nav-toggle {
width: 35px;
height: 20px;
position: relative;
margin: 0;
z-index: 30; }
.nav-toggle.active .nav-toggle__line--1 {
border-radius: 50px;
width: 35px;
height: 4px;
-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
transform: translateY(10px) translateX(0) rotate(45deg); }
.nav-toggle.active .nav-toggle__line--2,
.nav-toggle.active .nav-toggle__line--4,
.nav-toggle.active .nav-toggle__line--5,
.nav-toggle.active .nav-toggle__line--6 {
opacity: 0; }
.nav-toggle.active .nav-toggle__line--3 {
border-radius: 50px;
width: 35px;
height: 4px;
-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
transform: translateY(-10px) translateX(0) rotate(-45deg); }
.nav-toggle__line {
display: block;
position: absolute;
right: 0;
border-radius: 100%;
background: #ffffff;
width: 7px;
height: 7px;
-webkit-transition: all 0.25s;
transition: all 0.25s; }
.nav-toggle__line--1 {
top: 0; }
.nav-toggle__line--2 {
top: 0;
right: 12px; }
.nav-toggle__line--3 {
top: 100%; }
.nav-toggle__line--4 {
top: 100%;
right: 12px; }
.nav-toggle__line--5 {
top: 0;
right: 24px; }
.nav-toggle__line--6 {
top: 100%;
right: 24px; } .nav-mobile {
position: fixed;
background: #251D1C;
height: 100vh;
width: 100%;
top: 0;
left: 0;
margin: 0;
padding: 0 1.875rem;
padding-top: 7.8125rem;
overflow-y: scroll;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 20;
visibility: hidden;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; }
.nav-mobile.nav-open {
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0); }
.nav-mobile__inner {
width: auto;
height: 100%; }
.nav-mobile li a {
display: block;
width: 100%;
padding: 10px 0;
font-size: 1.5rem;
color: #ffffff;
text-transform: uppercase;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.15s 0.15s ease-out;
transition: all 0.15s 0.15s ease-out; }
.nav-mobile li.menu-item-has-children {
position: relative; }
.nav-mobile li.menu-item-has-children .sub-menu {
display: none; }
.nav-mobile li.menu-item-has-children .sub-menu.active {
display: block; }
.nav-mobile li.menu-item-has-children .sub-menu a {
padding-left: 1.875rem;
font-size: 1.125rem; }
.nav-mobile li.menu-item-has-children i {
position: absolute;
font-size: 1.5rem;
top: 0.75rem;
right: 0;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transition: -webkit-transform 0.2s ease-out;
transition: -webkit-transform 0.2s ease-out;
transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
.nav-mobile li.menu-item-has-children i.active {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
body.nav-open .header {
position: fixed; }
body.nav-open .nav-mobile li a {
-webkit-transform: translateX(0);
transform: translateX(0); }  .section {
padding: 5em 0; }
.section--sm {
padding: 3em 0; }
.section--md {
padding: 7em 0; }
.section--lg {
padding: 9em 0; } .hero {
position: relative;
height: 500px;
background: #251D1C;
color: #ffffff; }
.hero--full-height {
height: calc(100vh - 85px); }
.hero--has-overlay {
position: relative; }
.hero--has-overlay:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
background: rgba(37, 29, 28, 0.8);
z-index: 1; }
.hero__content {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
text-align: center;
color: #ffffff;
z-index: 10; }
@media (min-width: 769px) {
.hero__content {
margin: 0 auto;
max-width: 65%; } }
.hero__title {
margin: 0; }  .basic-content__scroll {
position: relative;
height: 45px;
margin-bottom: 15px;
margin-top: 30px; }
.basic-content__scroll-down {
display: inline-block;
position: absolute;
right: 0;
left: 0;
top: 0;
margin: 0 auto;
z-index: 10; }
.basic-content__scroll-down-line {
position: relative;
margin: 0 auto;
width: 2px;
background: black;
z-index: 1; }
.basic-content__scroll-down-line:after {
content: '';
position: absolute;
height: 45px;
top: 0px;
width: 2px;
background: black;
left: 0; } .alt-content__side-title .alt-content__title {
text-align: center; }
@media (min-width: 769px) {
.alt-content__side-title .alt-content__title {
text-align: left;
padding-bottom: 1.8rem;
margin-top: 0; } }
.alt-content__scroll {
position: relative;
height: 45px;
margin-bottom: 15px;
margin-top: 30px; }
.alt-content__scroll-down {
display: inline-block;
position: absolute;
right: 0;
left: 0;
top: 0;
margin: 0 auto;
z-index: 10; }
.alt-content__scroll-down-line {
position: relative;
margin: 0 auto;
width: 2px;
background: black;
z-index: 1; }
.alt-content__scroll-down-line:after {
content: '';
position: absolute;
height: 45px;
top: 0px;
width: 2px;
background: black;
left: 0; }
.alt-content__side-title .alt-content__scroll {
display: block; }
@media (min-width: 769px) {
.alt-content__side-title .alt-content__scroll {
display: none; } }
.alt-content__side-title .alt-content__scroll-down {
display: inline-block; }
@media (min-width: 769px) {
.alt-content__side-title .alt-content__scroll-down {
display: none; } }
.alt-content__side-title .alt-content__scroll-down-line {
display: block; }
.alt-content__side-title .alt-content__scroll-down-line:after {
display: block; }
@media (min-width: 769px) {
.alt-content__side-title .alt-content__scroll-down-line {
display: none; }
.alt-content__side-title .alt-content__scroll-down-line:after {
display: none; } }
.alt-content-row {
padding: 30px 0; }
@media (min-width: 769px) {
.alt-content-row {
padding: 45px 0; } }
.alt-content__image {
padding-top: 45px; }
@media (min-width: 769px) {
.alt-content__image {
padding-top: 0; } } .modal {
position: fixed;
z-index: 50;
background-color: rgba(207, 65, 91, 0.98);
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.modal--is-open {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1); }
.modal__inner {
position: absolute;
width: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #ffffff; }
.modal__close {
position: absolute;
top: 30px;
right: 30px;
font-size: 1.75rem;
color: #ffffff;
-webkit-transform: scaleX(1.2);
transform: scaleX(1.2);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.modal__close:hover {
color: #e6e6e6; }    @-webkit-keyframes scrollDown {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); }
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
100% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); } }
@keyframes scrollDown {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); }
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
100% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); } }
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes sign {
from {
stroke-dashoffset: 0; }
to {
stroke-dashoffset: 1368; } }
@keyframes sign {
from {
stroke-dashoffset: 0; }
to {
stroke-dashoffset: 1368; } }
@-webkit-keyframes fill {
0% {
color: transparent; }
50% {
color: #ffffff; }
100% {
color: #CF415B; } }
@keyframes fill {
0% {
color: transparent; }
50% {
color: #ffffff; }
100% {
color: #CF415B; } }
@-webkit-keyframes exitUp {
from {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
to {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); } }
@keyframes exitUp {
from {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
to {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); } }
@-webkit-keyframes exitDown {
from {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
to {
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0); } }
@keyframes exitDown {
from {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
to {
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0); } }  .u-visible-desktop {
display: none; }
@media (min-width: 1025px) {
.u-visible-desktop {
display: block; } }
.u-visible-tablet {
display: none; }
@media (min-width: 769px) {
.u-visible-tablet {
display: block; } }
@media (min-width: 1025px) {
.u-hidden-desktop {
display: none; } }
@media (min-width: 769px) {
.u-hidden-tablet {
display: none; } }
@media (max-width: 769px) {
.u-hidden-phone {
display: none !important; } } .u-text-center {
text-align: center !important; }
.u-text-right {
text-align: right !important; } .u-color-white {
color: #ffffff; }
.u-color-primary {
color: #CF415B; }
.u-color-link {
color: #251D1C; }
.u-color-secondary {
color: #251D1C; } .u-bg-primary {
background-color: #CF415B; }
.u-bg-secondary {
background-color: #251D1C; }
.u-bg-white {
background-color: #ffffff; } .u-font-heading {
font-family: "Oswald", sans-serif; }
.u-font-body {
font-family: "Oswald", sans-serif; } a.glink {
position: relative;
color: #ffffff;
font-family: 'Oswald', Helvetica;
font-weight: 500;
text-transform: uppercase;
margin: 0 7px;
}
a.glink:first-of-type:after {
position: absolute;
content: '|';
margin-left: 5px;
}
@media (max-width: 1025px) {
a.glink:first-of-type:after {
margin-left: 8px;
}   
}