*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px;
}

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

.content-wrapper--narrow {
  max-width: 760px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1340px;
  margin: 0 auto;
}

.dnd-section .widget-type-cell {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding: 0;
  }
}
.grid {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
	align-items: center;
	margin: 2rem 0;
}

.grid.top-align,
.grid.left-image.top-align,
.grid.right-image.top-align {
	align-items: start!important;
}

.grid.bottom-align,
.grid.left-image.bottom-align,
.grid.right-image.bottom-align {
	align-items: flex-end!important;
}

.grid.two {
	grid-template-columns: 1fr 1fr;
	grid-gap: 6rem;
}

.grid.two.wide {
	grid-template-columns: 1fr 1fr;
	grid-gap: 6rem;
}
.grid.two.home-title-grid {
  	grid-template-columns: 2fr 1fr;
	grid-gap: 6rem;
}
.grid.two.sidebar {
	grid-template-columns: 2fr 1fr;
	grid-gap: 6rem;
}

.grid.two.team {
	grid-template-columns: 1fr 2fr;
	grid-gap: 6rem;
}

.grid.three {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 6rem;
}

.grid.four {
	grid-template-columns: 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.five {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.six {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
}

.grid.two.right-image {
	grid-template-columns: 1fr 400px;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid.two.left-image {
	grid-template-columns: 400px 1fr;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid.three.right-image {
	grid-template-columns: 1fr 1fr 400px;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid.three.left-image {
	grid-template-columns: 400px 1fr 1fr;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid.two.right-image.large {
	grid-template-columns: 1fr 2fr;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid.two.left-image.large {
	grid-template-columns: 2fr 1fr;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid.three.right-image.large {
	grid-template-columns: 1fr 1fr 2fr;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid.three.left-image.large {
	grid-template-columns: 2fr 1fr 1fr;
	grid-gap: 0 6rem;
	align-items: center;
}

.grid-item {
	position: relative;
}

/* MEDIA QUERIES */
@media all and (max-width: 1245px) {
  .grid.two.home-title-grid{
  		grid-template-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
  }

}
@media all and (max-width: 992px) {

	.grid.two.right-image {
		grid-template-columns: 1fr 300px;
		grid-gap: 0 4em;
	}

	.grid.two.left-image {
		grid-template-columns: 300px 1fr;
		grid-gap: 0 4em;
	}

	.grid.three.right-image {
		grid-template-columns: 1fr 1fr 300px;
		grid-gap: 0 4em;
	}

	.grid.three.left-image {
		grid-template-columns: 300px 1fr 1fr;
		grid-gap: 0 4em;
	}

}
@media all and (max-width: 900px) {
  .grid.two.home-title-grid{
  	grid-template-columns: 1fr;
		grid-gap: 0rem;
		margin: 2rem 0;
  }
}

@media all and (max-width: 768px) {

	.grid.two,
	.grid.two.sidebar,
	.grid.two.left-image,
	.grid.two.right-image,
	.grid.two.right-image.large,
	.grid.two.left-image.large,
	.grid.three,
	.grid.three.right-image,
	.grid.three.left-image,
	.grid.four,
	.grid.five,
	.grid.six {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}
  
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face {
  font-family: 'FuturaMdBTMedium';
  src: url('https://2917788.fs1.hubspotusercontent-na1.net/hubfs/2917788/Fonts/tt0142m_-webfont.eot');
  src: url('https://2917788.fs1.hubspotusercontent-na1.net/hubfs/2917788/Fonts/tt0142m_-webfont.eot') format('eot'),
       url('https://2917788.fs1.hubspotusercontent-na1.net/hubfs/2917788/Fonts/tt0142m_-webfont.woff') format('woff'),
       url('https://2917788.fs1.hubspotusercontent-na1.net/hubfs/2917788/Fonts/tt0142m_-webfont.ttf') format('truetype'),
       url('https://2917788.fs1.hubspotusercontent-na1.net/hubfs/2917788/Fonts/tt0142m_-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto medium';
  src: url('https://www.symetricproductions.com/hubfs/Fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'bebas-light';
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Light.woff2');
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'bebas-thin';
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Thin.woff2');
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-book';
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Book.woff2');
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'bebas-reg';
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Regular.woff2');
  src: url('https://www.symetricproductions.com/hubfs/BebasNeue%20Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #1e2b33;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.4em;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 600;
}

/* Anchors */

a {
  color: #c168c2;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #99409a;
  text-decoration: underline;
}

a:active {
  color: #e990ea;
  text-decoration: underline;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 1.4rem;
}

h1,
h2,
h4,
h5 {
  text-transform: uppercase;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  color: #34b5e5;
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

ul li,
ol li {
  margin-bottom: 0.7rem;
}

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

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 1.4rem solid #34b5e5;
  font-size: 1.4rem;
  margin: 0 0 1.4rem;
  padding-left: 1.4rem;
}

/* Horizontal Rules */

hr {
  background-color: #d0d0d0;
  border: none;
  color: #d0d0d0;
  height: 2px;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Primary Button */

button, 
.btn,
.button {
  align-items: center;
  background-color: #c168c2;
  border: 1px solid #c168c2;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0 0 1.4rem;
  padding: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

button:disabled,
.btn:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
  background-color: #99409a;
  border-color: #99409a;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.btn:active {
  background-color: #e77de8;
  border-color: #e77de8;
  color: #fff;
  text-decoration: none;
}

/* Secondary Button */

.button.button--secondary,
.btn.button--secondary {
  background-color: transparent;
  border: 1px solid #c168c2;
  color: #c168c2;
  fill: #c168c2;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.btn.button--secondary:hover,
.btn.button--secondary:focus {
  background-color: transparent;
  border-color: #99409a;
  color: #99409a;
  fill: #99409a;
}

.button.button--secondary:active,
.btn.button--secondary:active {
  background-color: transparent;
  border-color: #e77de8;
  color: #e77de8;
  fill: #e77de8;
}

/* Simple Button */

.button.button--simple,
.btn.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #c168c2;
  font-size: 1rem;
  font-style: normal;
  fill: #c168c2;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.btn.button--simple:after {
  background-color: #c168c2;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.btn.button--simple:hover,
.btn.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #99409a;
}

.button.button--simple:active,
.btn.button--simple:active {
  background-color: transparent;
  border: none;
  color: #e77de8;
}

.hs-button{
	display: flex;
	width: 283px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background-color: #f26829;
	border: 2px solid #f15e1b;
	border-radius: 3px;
	margin-top: 0px;
	font-family: 'FuturaMdBTMedium';
	font-size: 16px;
	letter-spacing: 2.25px;
	color: #ffffff;
	
}

.hs-button:hover{
	background-color: #d45419;
	border: 2px solid #f15e1b;
	font-family: 'FuturaMdBTMedium';
	color: #ffffff;
	text-decoration: none; 
}


/* Button Sizing */

.button.button--small,
.btn.button--small {
  font-size: 0.875rem;
}

.button.button--large,
.btn.button--large {
  font-size: 1.125rem;
}

/* Button Icons */

.button .button__icon svg,
.btn .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.btn.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.btn.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}
/* Base */

form {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 2.8rem;
}

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

/* Form Title */

.form-title {
  background-color: #34b5e5;
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin: 0;
  padding: 2.8rem 2.8rem;
  text-transform: uppercase;
}

.form-title ~ div > form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

/* Labels */

.hs-form-field > label {
  color: #1e2b33;
  display: block;
  margin-bottom: 0.35rem;
  padding-top: 0;
  text-align: left;
  width: auto;
}

/* Help Text - Legends */

.hs-form-field legend {
  color: #1e2b33;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  color: #1e2b33;
  display: inline-block;
  padding: 0.75rem;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: #c168c2;
}

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

::-webkit-input-placeholder {
  color: #d0d0d0;
}

::-moz-placeholder {
  color: #d0d0d0;
}

:-ms-input-placeholder {
  color: #d0d0d0;
}

:-moz-placeholder {
  color: #d0d0d0;
}

::placeholder {
  color: #d0d0d0;
}

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1E2B33;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #34b5e5;
}

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

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

/* Inputs - File Picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and Text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit */

form input[type=submit],
form .hs-button {
  background-color: #c168c2;
  border: 1px solid #c168c2;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #99409a;
  border-color: #99409a;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #e77de8;
  border-color: #e77de8;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  background-color: #f1f1f1;
  border-color: 1px solid #f1f1f1;
  padding: 2.8rem;
}
/* Table */

table {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  color: #1e2b33;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #d0d0d0;
}

/* Table Cells */

th,
td {
  border: 1px solid #d0d0d0;
  padding: 0.7rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #34b5e5;
  border-bottom: 2px solid #d0d0d0;
  color: #fff;
  vertical-align: bottom;
}

/* Table Footer */

tfoot td {
  background-color: #fff;
  color: #1e2b33;
}
/* Header Container */

.header {
  background-color: #ffffff;
  width: 100%;
	z-index: 100;
	height: 90px;
  margin: 0 auto;
/*   max-width: 1340px; */
  padding: 0;
  position: fixed;
  width: 100%;
}

.header.active {
	top: 0;
}

.header.open,
.header.active,
.header:hover {
	background-color: #ffffff;
}

.header__container {
  align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  z-index: 999;
}

.header-wrapper {
	max-width: 1685px;
	position: relative;
	margin: 0 auto;
}

.header__navigation {
	margin-right: 30px;
}

#back-top {
	background-image: url(../images/top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.5);
	background-size: 20px auto;
	/*border-radius:  4px;*/
	bottom: 10px;
	opacity: 0;
	position: fixed;
	right: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	visibility: hidden;
	width: 45px;
	z-index: 800;
}

#back-top:hover {
	background-color: #ff5d00;
}

#back-top a {
	display: block;
	height: 45px;
	text-align: left;
	text-indent: -9999px;
	width: 45px;
}

#back-top.active {
	opacity: 1;
	visibility: visible;
}

/* .body-container-wrapper {
  padding-top: 90px;
} */

@media screen and (max-width: 767px) {
  .header__container {
    padding: 1.4rem;
    height: 65px;
  }

  /* .body-container-wrapper {
    padding-top: 65px;
  } */
}

/* Logo */

.header__logo {
  margin-right: 0;
}

.header__logo img {
  height: auto;
  max-width: 300px;
}

.header__logo .logo-company-name {
  color: #1e2b33;
  font-size: 175%;
}

@media (max-width: 1660px) {

    .header__logo img {
        max-width: 220px;
    }
}

@media only screen and (max-width: 1130px) and (min-width: 1025px) {

    .header__logo img {
        max-width: 130px !important;
    }
}


@media screen and (max-width: 767px) {
  .header__logo img {
    max-width: 200px;
  }
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 2.1rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #34b5e5;
  border-color: #d0d0d0;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #c168c2;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li:hover a {
  color: #fff;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header__language-switcher-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 6px;
  content: '';
  display: block;
  height: 0;
  margin: 3px 0 0 10px;
  width: 0;
}

@media(max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: transparent;
  }

  .header__language-switcher .lang_list_class li:hover a {
    color: #fff;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}

/* Header - No Navigation */

.header--no-navigation .header__container {
  justify-content: center;
}

.header--no-navigation .header__logo {
  margin-right: 0;
}
/* Footer Container */

.footer {
  background-color: #1e2b33;
  font-family: 'FuturaMdBTMedium', sans-serif;
}

.footer__container {
  font-family: 'FuturaMdBTMedium', sans-serif;
  margin: 0 auto;
  max-width: 1340px;
  padding: 2.8rem 2.8rem 0 2.8rem;
}

.footer__top-section {
  margin-bottom: 4.9rem;
}

@media (max-width: 767px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
  }
}

.footer__bottom-section {
  border-top: 1px solid #fff;
  padding: 1.4rem 0;
}

@media (max-width: 767px) {
  .footer__top-section,
  .footer__bottom-section {
    text-align: center;
  }
}

/* Footer Logo */

.footer__logo {
  margin-bottom: 1.4rem;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #fff;
}

.footer h4 {
  font-size: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.footer__navigation ul {
  list-style: none;
  padding-left: 0;
}

.footer__navigation li {
  margin: 0.7rem 0;
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  font-size: 80%;
  font-weight: 400;
  padding: 1.6rem 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}





.footer__adress-social{
	display:flex;
	justify-content: start;
  align-items: end;
}
.footer__adress-social .social {    
  padding-left: 50px;
}
.footer-blank .footer__logo {
  margin-bottom: 0;
  align-items: flex-end;
}

@media (min-width: 320px) and (max-width: 800px) {
  
	.footer__adress-social{
		display:block;	
	}
  .footer__adress-social .social {    
    padding-left: 0;
  }
	
	.footer-blank .footer__top-section{
		z-index: 100;
		position: relative;
	}
}






.footer .footer-right {
    z-index:100;
}
/* Blog Container */

.content-wrapper--blog-index,
.content-wrapper--blog-post {
	padding: 80px 20px;
}

.blog-index {
	margin-bottom: 1.4rem;
}

/* Blog Navigation */

.blog-navigation {
	background-color: #f15e1b;
	padding: 1rem 0px;
}

.blog-navigation__search form {
	background-color: transparent;
	border: none;
	margin-left: auto;
	max-width: 360px;
	padding: 0;
}

@media (max-width: 767px) {
	.blog-navigation__search form {
		margin: 0 auto;
	}
}

/* Blog Listing Layout */

.blog-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-card {
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	margin-bottom: 1.4rem;
	width: calc(33.333% - 1.4rem);
}

@media (max-width: 767px) {
	.blog-card {
		width: 100%;
	}
}

.blog-card__header {
	padding: 2.8rem 1.4rem;
}

h2.blog-card__title {
	line-height: 0.5em;
}

.blog-card__title a {
	font-size: 30px;
}

.blog-card__title a,
.blog-card__author-name {
	color: #1e2b33;
}

.blog-card__title a:hover,
.blog-card__author-name:hover,
.blog-card__title a:focus,
.blog-card__author-name:focus,
.blog-card__title a:active,
.blog-card__author-name:active {
	color: #1e2b33;
	text-decoration: none;
}

.blog-card__author-image {
	border-radius: 100%;
	display: inline-block;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 45px;
	line-height: 1;
	overflow: hidden;
	margin-right: 1.4rem;
	position: relative;
	width: 45px;
}

.blog-card__author-image img {
	height: 100%;
	width: auto;
}

.blog-card__author-image,
.blog-card__meta {
	display: inline-block;
	vertical-align: middle;
}

.blog-card__author-name,
.blog-card__date {
	display: block;
}

.blog-card__image-container,
.blog-card__image {
	width: 100%;
	height: 300px;
}
.blog-card__image-container{
	width: 100%;
	margin-bottom: 1.4rem;
}

.blog-card__image {
	object-fit: cover;
	display: block;
}

.blog-card__content {
	padding: 0 1.4rem;
}

.blog-card__tags {
	margin-bottom: 1.4em;
}

.blog-card__tags svg {
	fill: #f15e1b;
	height: 15px;
	margin-right: 10px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 15px;
}

.blog-card__tag-link {
	background-color: #f15e1b;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0.35rem;
	padding: 0.35rem;
	text-decoration: none;
}

.blog-card__tag-link:hover,
.blog-card__tag-link:focus {
	color: #fff;
	text-decoration: none;
}

.blog-card__footer {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 1.4rem 1.4rem 2.8rem;
}

/* Blog Pagination */

.blog-pagination {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-align: center;
}

.blog-pagination__link {
	border-radius: 4px;
	color: #f15e1b;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.25rem;
	line-height: 1;
	margin: 0 0.1rem;
	padding: 0.35rem 0.7rem;
	text-decoration: none;
}

.blog-pagination__link--active {
	background-color: #f15e1b;
	color: #fff;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
	color: #e77de8;
	text-decoration: none;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
	color: #fff;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.blog-pagination__prev-link {
	margin-right: 0.35rem;
	text-align: right;
}
.blog-pagination__next-link {
	margin-left: 0.35rem;
	text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
	color: #d0d0d0;
	cursor: default;
	pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
	fill: #f15e1b;
	margin: 0 5px;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
	fill: #e77de8;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
	fill: #d0d0d0;
}

/* Blog Post */

.blog-post__header {
	margin-bottom: 1.4rem;
}

.blog-post__title {
	line-height: 1.0em;
}

.blog-post__author-name {
	color: #1e2b33;
}

.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
	color: #1e2b33;
	text-decoration: none;
}

.blog-post__author-image {
	border-radius: 100%;
	display: inline-block;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 45px;
	line-height: 1;
	overflow: hidden;
	margin-right: 1.4rem;
	position: relative;
	width: 45px;
}

.blog-post__author-image img {
	height: 100%;
	width: auto;
}

.blog-post__author-image,
.blog-post__meta {
	display: inline-block;
	vertical-align: middle;
}

.blog-post__author-name,
.blog-post__date {
	display: block;
}

.blog-post__body {
	margin-bottom: 2.8rem;
}

.blog-post__tags {
	margin-top: 1.4rem;
}

.blog-post__tags svg {
	fill: #f15e1b;
	height: 15px;
	margin-right: 10px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 15px;
}

.blog-post__tag-link {
	background-color: #f15e1b;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0.35rem;
	padding: 0.35rem;
	text-decoration: none;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
	color: #fff;
	text-decoration: none;
}

/* Blog Footer */

.blog-post__footer__row-one,
.blog-post__footer__row-two {
	max-width: 560px;
}

.blog-post__footer__row-one {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.blog-post__footer__row-one--centered {
	justify-content: center;
}

@media(max-width: 767px) {
	.blog-post__footer__row-one {
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
	}
}

.blog-post__footer__row-two {
	margin: 0 auto;
}

.blog-post__comments-buttons button {
	margin-bottom: 0;
}

@media(max-width: 767px) {
	.blog-post__comments-buttons {
		order: 2;
	}

	.blog-post__social-sharing {
		order: 1;
		margin-bottom: 1.4rem;
	}
}

/* Blog Comments */

.hide-button,
.hide-comments {
	display: none;
}

.comment.depth-0 {
	border-top: none !important;
}

.blog-post__footer__row-two form {
	max-width: 100%;
}

.blog-post__comments-listing {
	margin-top: 2.8rem;
}

.blog-post__comments-listing .comment {
	margin: 0.7rem 0 1.4rem;
}

.blog-post__comments-listing .comment-from a,
.blog-post__comments-listing .comment-from h4,
.blog-post__comments-listing .comment-date {
	color: #1e2b33;
	font-size: 1rem;
	text-transform: none;
}

.blog-post__comments-listing .comment-from h4 {
	font-weight: 600;
}

.blog-post__comments-listing .comment-from h4:after {
	content: '-';
}

.blog-post__comments-listing .comment-date {
	font-style: italic;
}

.blog-post__comments-listing .comment-reply-to,
.blog-post__comments-listing .comment-reply-to:hover {
	background-color: transparent;
}

.blog-post__comments-listing .comment-reply-to {
	color: #f15e1b;
	cursor: pointer;
	padding-left: 30px;
	text-decoration: none;
}

.blog-post__comments-listing .comment-reply-to:hover {
	color: #e77de8;
	text-decoration: underline;
}
/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #d0d0d0;
  content: attr(data-error);
  font-family: 'Work Sans', sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search Pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #1e2b33;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #1e2b33;
}

/* Password Prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 12px 12px !important;
}

/*  include './queries.css' %}
 include './theme-overrides.css' %}
 include './home.css' %}
 include './magnific.css' %} */


/* Main Styles */
html{
	scroll-behavior: smooth;
}
div.content-container h1 {
  font-size:160%;
  letter-spacing:4px;
  margin-bottom:10px;
}

div.content-container h1 strong {
  display:inline-block;
  font-weight:400;
  padding-bottom:10px;
  position:relative;
}

div.content-container h1 strong:after {
  bottom:0;
  content:"";
  background-color:#f26829;
  height:2px;
  left:0;
  position:absolute;
  width:50%;
}

div.content-container h2 {
  font-size:480%;
  letter-spacing:0;
  line-height:.9em;
  margin:10px 0 30px;
}

div.content-container h2 strong {
  display:inline-block;
  font-weight:400;
  padding-bottom:10px;
  position:relative;
}

div.content-container h2 strong:after {
 bottom:0;
 content:"";
 background-color:#22201e;
 height:10px;
 left:0;
 position:absolute;
 width:50%;
}

div.content-container h1 span {
  border-bottom:10px solid #f26829;
}

a.cta-button {
  font-size: inherit;
  font-family: Open Sans, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(181, 65, 38, 1.0);
  border: 1px solid #f26829;
  border-radius: 0px;
  color: #FFFFFF;
  display: inline-block;
  fill: #FFFFFF;
  font-size: inherit;
  padding: 12px 20px;
  text-transform: uppercase;
}

a.cta-button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

a.cta-button:hover{
  font-family: Open Sans, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(41, 41, 41, 1.0);
  border: 1px solid #292929;
  color: #FFFFFF;
}

a.cta-button:active {
  font-family: Open Sans, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(121, 121, 121, 100);
  background-color: #797979;
  border: 1px solid #292929;
  border-color: #797979;
}

.footer__navigation ul {
	columns: 2;
	margin: 0;
}

.footer__navigation li {
	margin-bottom: 1.7rem;
}

.footer__flex {
	display: flex;
  flex-wrap: wrap;
}

.contact-flex-item i {
	color: #F15E1B;
	padding-right: 5px;
}

.contact-flex-item p {
	margin: 0!important;
}

.contact-flex-item a {
	color: inherit;
}

form .inputs-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: auto;
	grid-gap: 5px;
}



/* Web Design */


.illustrated-point-image {
  padding: 20px 10px;
  text-align: center;
}

.illustrated-point-image img {
 height:auto!important;
 max-height:120px!important;
 max-width:100%;
 width:auto!important
}

.illustrated-point-title {
 color:#fff;
 font-size:140%;
 font-weight:400;
 letter-spacing:0;
 line-height:1em;
 padding: 15px 0 10px;
 position:relative;
 text-align:center;
 text-transform:uppercase
}

.illustrated-point-title:after {
 bottom:0;
 content:"";
 background-color:#fff;
 height:1px;
 left:50%;
 margin-left:-30%;
 position:absolute;
 width:60%
}

.illustrated-point-text {
 color:#fff;
 font-size:90%;
 min-height:7em;
 padding:0 10px
}

.illustrated-point-text p {
 margin:10px 0
}

.illustrated-point-button {
 padding:0 10px 20px
}


/* staff */


div.staff {
 background-color:#cec2a8;
 background-position:center;
 background-repeat:no-repeat;
 background-size:cover;
 float:left;
 height:0;
 overflow:hidden;
 padding-bottom:25%;
 position:relative;
 width:25%;
 z-index:1
}

div.staff div.bio h2 {
  color:#f3f2f1;
  font-size:160%;
  font-weight:400;
  letter-spacing:1px;
  margin:0;
  text-transform:uppercase
}

div.staff div.bio.frozen h2 {
  color:#1c1913;
  font-size:450%;
  letter-spacing: 2px;
  line-height: 1.0em
  position:relative
}

div.staff div.bio.frozen h2 strong {
  display:inline-block;
  border-bottom:8px solid #f26829;
  padding-bottom:0;
  font-weight:400
}

div.content-container div.staff div.bio.frozen h2 strong::after {
  display:none
}

div.staff div.bio h2 span {
  display:block;
  color:#f3f2f3;
  font-size:50%;
  letter-spacing:3px;
  margin-top:5px;
  padding-top:5px;
  position:relative
}

div.staff div.bio h2 span:before {
	border: 1px solid #fff;
	content: "";
	left: 50%;
	margin-left: -8%;
	position: absolute;
	top: 0;
	width: 16%;
}

div.staff div.bio {
	background:rgba(241, 94, 27, 0.9);
  box-sizing:border-box;
  color:#f3f2f3;
  display:table;
  height:100%;
  left:0;
  padding:15px;
  position:absolute;
  text-align:center;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
  top:-200%;
  width:100%
}

div.staff:hover div.bio {
  top:0
}

div.staff.stick div.bio {
  top:0!important
}

div.staff div.bio.frozen {
  background-color:#ffffff;
  top:0
}

div.staff div.bio-container {
  display:table-cell;
  vertical-align:middle;
  width:100%
}

div.staff div.bio-body p {
 font-size:.9em;
 padding-bottom: 0;
 position: relative;
 text-align: justify
}

/* core values */


.core-values {
  color:#5a5a5a
}

.core-values h1 {
  font-size:480%;
  letter-spacing:-1px;
  line-height:.75em;
  margin-bottom:80px;
}

.core-values h1 span {
  border-bottom: 10px solid #f26829;
}

.core-values h2 {
  font-size:280%;
  margin-bottom:0;
}

.core-values .core-value-container {
  margin-top:80px;
}

div.core-value-item {
  margin-bottom:30px;
  text-align:center;
}

div.core-value-item h3 a {
  color: inherit;
}

div.core-value-item-image {
  margin-bottom: 10px;
}

div.core-value-item-image img {
  display:block;
  height:auto;
  max-height:81px;
  max-width:100%;
  margin:0 auto;
  width:auto;
}

div.core-value-item-text {
  min-height:150px;
}


/* about us */


.about-us {
  color: #c2c2c0;
  margin: 75px auto;
  max-width:750px;
  padding: 25px
}

.about-us h1 {
  color:#fff;
  font-size:480%;
  letter-spacing:-1px;
  line-height:.75em;
  margin-bottom:120px
}

.about-us h1 span {
  border-bottom: 10px solid #f26829;
}

.about-us h2 {
  font-size:280%
}


/* social bar */


a.social_button.twitter,
a.social_button.facebook,
a.social_button.instagram {
  background-color:#fff;
  background-image:url(../images/social/facebook.png);
  background-position:top center;
  background-repeat:no-repeat;
  background-size:60px auto;
  display:inline-block;
  height:60px;
  padding:0;
  margin-left:3px;
  overflow:hidden;
  text-indent:-9999px;
  vertical-align:middle;
  width:60px
}

a.social_button.instagram {
  background-image:url(../images/social/instagram.png)
}

a.social_button.twitter {
  background-image:url(../images/social/twitter.png)
}

a.social_button.twitter:hover,
a.social_button.facebook:hover,
a.social_button.instagram:hover {
  background-position:bottom center
}

.starting_point {
  color:#c2c2c0;
}
.starting_point strong {
  font-size:110%;
}


/* showcase */


#showcase-boxes {
  margin:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.list-container {
  position:relative;
}

div.item-container {
  position:relative;
  z-index:1;
}

div.showcase-item {
  background-color: #161616;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  box-sizing:border-box;
/*   float:left; */
  height:0;
  margin:0;
  overflow:hidden;
  padding-bottom:25%;
  position:relative;
  width:25%;
}

div.showcase-item:nth-child(8n-1),
div.showcase-item:nth-child(8n-3),
div.showcase-item:nth-child(8n-6),
div.showcase-item:nth-child(8n-12){
 background-color: #242424;
}

div.showcase-item a {
  border:0;
  display:table;
  height:100%;
  text-decoration:none;
  width:100%;
}

div.showcase-item-overlay {
	background:rgba(241,94,27,0.9);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  height:100%;
  margin:0;
  left:0;
  padding:10px;
  position:absolute;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
  top:-100%;
  width:100%;
}

div.showcase-item:hover div.showcase-item-overlay {
  left:0;
  top:0;
}

div.showcase-item-content {
  display:table-cell;
  height:100%;
  margin:0;
  padding:0;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
  text-align:center;
  vertical-align:middle;
  width:100%;
}

div.showcase-item-title {
  color:#ebebeb;
  font-family:futuramdbtmedium,sans-serif;
  font-size:18pt;
  letter-spacing:3px;
  line-height:1em;
  text-transform:uppercase;
}

div.showcase-item-type {
  color:#ebebeb;
  font-family:futuramdbtmedium,sans-serif;
  font-size:9pt;
  letter-spacing:4px;
  line-height:1em;
  margin:10px;
  padding:0 0 10px;
  position:relative;
  text-transform:uppercase;
}

div.showcase-item-type:after {
  background-color:#fff;
  bottom:0;
  content:"";
  height:2px;
  padding-bottom:0;
  position:absolute;
  left:50%;
  margin-left:-10%;
  width:20%;
}

div.showcase-item-button {
  padding:20px 0 0;
}

div.showcase-item-button .button {
  font-size: 9pt;
}


/* Showcase Inside */

.showcase-inside .dnd_area-row-0-force-full-width-section > .row-fluid {
  max-width: none !important;
}

.showcase-inside .dnd_area-row-0-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.showcase-inside .dnd_area-column-2-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.showcase-inside-image-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div.showcase-box-container {
  padding: 0!important;
  margin: 0!important;
}

div.showcase-wide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0!important;
  margin: 0!important;
  text-align: center;
}

div.showcase-wide-image img {
  align-self: flex-start;
  width: 100%;
}

div.showcase-image {
  background-color: #161616;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  box-sizing:border-box;
  height:0;
  margin:0;
  overflow:hidden;
  padding-bottom:33.33%;
  position:relative;
  width:33.333%;
}

div.showcase-image.wide {
  padding-bottom:100%;
  width:100%;
}

/* Contact Page  */

.map-container {
	display: flex;
	align-items: flex-start;
}

.map-container .address {
	padding: 0 40px;
}

.map-container .address p {
	font-size: 110%;
}

.contact-info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.contact-info .icon {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 75px;
	height: 75px;
	border: 1px solid #F15E1B;
	border-radius: 50%;
}

.contact-info .icon img {
	max-width: 20px;
}

.contact-info a {
	color:#707070;
	padding: 0 0 0 40px;
	flex: 1;
}

.contact-info a h3,
.contact-info a p {
	margin: 0;
}


/* title section */

.title-section .section-title {
  font-family: 'Roboto medium';
  font-size: 375%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #212120;
  line-height: 1em;
  margin-bottom: 10px;
  text-align: center;
}

.title-section .section-sub-title {
  font-family: 'Roboto', sans-serif;
  font-size: 135%;
  color: #212120;
  text-align: center;
}

.body-wrapper-z-index{
  z-index: 20;
  position: relative;
}


@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
  .title-section .section-title {
    font-size: 300%;
  }

  .title-section .section-sub-title {
    font-size: 125%;
  }

}

@media (max-width: 768px) {
  .title-section .section-title {
    font-size: 250%;
  }

  .title-section .section-sub-title {
		font-size: 110%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

}

/* grid styles */
.grid-join-our-team{    
  grid-gap: 3rem !important;

margin: 4rem 20px !important;
}
.custom-grid {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
	align-items: center;
	margin: 4rem 0;
}
.custom-grid.top-align,
.custom-grid.left-image.top-align,
.custom-grid.right-image.top-align {
	align-items: start!important;
}

.custom-grid.bottom-align,
.custom-grid.left-image.bottom-align,
.custom-grid.right-image.bottom-align {
	align-items: flex-end!important;
}

.custom-grid.two {
	grid-template-columns: 1fr 1fr;
	grid-gap: 6rem;
}

.custom-grid.two-header {
	grid-template-columns: 1fr 1fr;
	grid-gap: 6rem;
}
.custom-grid.two-iframe {
	grid-template-columns: 4fr 1fr;
	grid-gap: 6rem;
}

.custom-grid.two-warranty {
	grid-template-columns: 4fr 1fr;
	grid-gap: 0px;
}

.custom-grid.two-cta-yellow {
	grid-template-columns: 4fr 1fr;
	grid-gap: 0px;
}

.custom-grid.two-right {
	grid-template-columns: 2fr 1fr;
	grid-gap: 6rem;
}

.custom-grid.two-left {
	grid-template-columns: 1fr 2fr;
	grid-gap: 6rem;
}

.custom-grid.two-left-2 {
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 6rem;
}
.custom-grid.two-contact {
	grid-template-columns: 1fr 4fr;
	grid-gap: 6rem;
}

.custom-grid.two-sweetie {
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
  margin: -20px auto;
  max-width: 800px;
}

.custom-grid.two-sweetie .custom-grid-item{
  margin: auto;
  font-size: 15px;
    color: #F07B7E;
}

.custom-grid.two-image {
	grid-template-columns: 1fr 1fr;
	grid-gap: 6rem;
}
.custom-grid.two.left {
	grid-template-columns: 4fr 1fr;
	grid-gap: 6rem;
}

.custom-grid.three {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 6rem;
}

.custom-grid.three-case-study {
	grid-template-columns: 2fr 1fr 2fr;
	grid-gap: 20px;
}

.custom-grid.four {
	grid-template-columns: 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
}

.custom-grid.four-quote {
	grid-template-columns: 1fr 4fr 5px 2fr; /*base properties to be overwritten*/
	grid-gap: 20px;
}

.custom-grid.five {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
}

.custom-grid.six {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; /*base properties to be overwritten*/
	grid-gap: 6rem;
}

.custom-grid-item {
	position: relative;
}

@media all and (max-width: 992px) {
.custom-grid.two-right {
	grid-template-columns: 1fr;
	grid-gap: 6rem;
  text-align: center;
}
  
  .custom-grid.four-quote{
	grid-template-columns: 1fr;
	grid-gap: 1px;
  text-align: center;
}
  
  .custom-grid.two-cta-yellow {
	grid-template-columns:1fr;
	grid-gap: 20px;
}
/*   .custom-grid.two-warranty{
  	grid-template-columns: 1fr;
	-ms-grid-columns: 1fr;
	grid-gap: 0px;
  text-align: center;
  } */
  
  .custom-grid.three-case-study {
	grid-template-columns: 1fr ;
	grid-gap: 6rem;
}
}
@media all and (max-width: 768px) {

	.custom-grid.two,
  .custom-grid.two-header,
  .custom-grid.two-iframe,
  .custom-grid.two-left,
  .custom-grid.two-image,
	.custom-grid.two.sidebar,
  .custom-grid.two.left,
  .custom-grid.two-left-2,
	.custom-grid.two.left-image,
	.custom-grid.two.right-image,
	.custom-grid.two.right-image.large,
	.custom-grid.two.left-image.large,
	.custom-grid.three,
	.custom-grid.three.right-image,
	.custom-grid.three.left-image,
	.custom-grid.four,
	.custom-grid.five,
	.custom-grid.six {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		margin: 4rem 0;
	}
  
  .custom-grid.two-right{
  		grid-template-columns: 1fr;
		grid-gap: 2rem;
		margin: 4rem 0;
 grid-column-start: 1;
    grid-row-start: 1;
  }
  
.custom-grid.two-header > .grid-item:nth-of-type(2),
.custom-grid.two-header > div:nth-of-type(2) {
	order: -1;
}
/* .custom-grid.two-right > .grid-item:nth-of-type(2),
.custom-grid.two-right > div:nth-of-type(2) {
	order: -1;
} */

	.custom-grid.four.footer-item-container,
	.custom-grid.five.footer-item-container {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		margin: 2rem 0;
	}


}
/* grid styles */

.btn-on-sweetie-page{
  font-size: 20px;
  font-family: Roboto, sans-serif;
 padding: 20px;
    color: #F15E1B;
    background: #fff;
    border: 2px solid #F15E1B;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 80px;
}

.btn-on-sweetie-page:hover{
  font-size: 20px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
    color: #F15E1B;
    background: #fff;
    border: 2px solid #F15E1B;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 80px;
}

.btn-on-sweetie-page-inquire{
    font-size: 20px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
   padding: 20px;
    color: #F07B7E;
    background: #fff;
    border: 2px solid #F07B7E;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 180px;
    margin-top: -90px;
    z-index: 99;
    position: relative;
}

.btn-on-sweetie-page-inquire:hover{
  text-decoration: none;
  font-size: 20px;
  font-family: Roboto, sans-serif;
 padding: 20px;
    color: #fff;
    background: #F07B7E;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: auto;
    border-radius: 3px;
     margin-bottom: 180px;
    margin-top: -90px;
    z-index: 99;
    position: relative;
}

.btn-on-sweetie-page-inquire-ghost{
  font-size: 20px;
  font-family: Roboto, sans-serif;
 padding: 20px;
    color: #fff;
    background: #F07B7E;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 80px;
}

.btn-on-sweetie-page-inquire-ghost:hover{
  font-size: 20px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
    color: #F07B7E;
    background: #fff;
    border: 2px solid #F07B7E;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 80px;
}

.sweeite-pink-color{
color: #F07B7E;
}

.new-home-div{
/*       background-image: url(https://www.symetricproductions.com/hubfs/Path%2018344@2x.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: bottom; */
    max-width: 920px;
  
}

.sweetie-gif-for-homepage{
    position: absolute;
    top: 260px;
    right: 0px;
}
@media only screen and (max-width: 1600px) {
.sweetie-gif-for-homepage{
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: -300px;
    top: 0px;
    right: 0px;
}
}

@media only screen and (max-width: 1500px) {
.sweetie-gif-for-homepage{
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: -350px;
}
}

@media only screen and (max-width: 1270px) {
  .sweetie-gif-for-homepage{
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: -400px;
  }
}

@media only screen and (max-width: 1245px) {
  .new-home-div{
    max-width: 720px;
  }
  
/*     .sweetie-gif-for-homepage{
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: -400px;
  } */
  
/*   .sweetie-gif-for-homepage img{
    max-width: 200px !important;
  } */
}
@media only screen and (max-width: 1245px) and (min-width: 900px)  {
  .grid.two.home-title-grid {
/*     margin-top: 200px; */
  }
  .sweetie-gif-for-homepage{
  position: absolute;
    top: 600px;
    margin-bottom: -300px;
  }
  
    .sweetie-gif-for-homepage img{
    max-width: 200px !important;
  }

}

.new-home-div-span{
    background-image: url(https://www.symetricproductions.com/hubfs/Path%2018344@2x.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-size: 480px 140px;
    padding: 20px 0px;
    background-position: bottom right;
    margin-left: 0px !important;
}

.new-home-div-background{
    background-image: url(https://www.symetricproductions.com/hubfs/Path%2018344@2x.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-size: 440px 140px;
    padding: 20px 0px;
    background-position: bottom right;
    margin-left: 0px !important;
}
h1.new-home-title{
  font-size: 100px;
  font-family: Roboto, sans-serif;
    margin-bottom: 0px;
  font-weight: bold;
}

h2.new-home-title{
  font-size: 100px;
  font-family: Roboto, sans-serif;
    margin-bottom: 0px;
  font-weight: bold;
  text-transform: none;
}
.home-p-styles{
  max-width: 600px;
  margin-top: 180px;
}

.home-paragraph-styles{
  max-width: 600px;
  margin-top: 60px;
}

@media only screen and (max-width: 900px) {
  
  .mobile-sweetie-gif-homepage{
    
    z-index: 10;
    position: absolute;
    max-width: 200px;
    left: 20%;

  }
  
  .bottom-grid-on-mobile-home-page{
  background: #F6F5F1;
    margin-top: -120px;
  }
  .image-style-home-page{
    margin-top: -600px;
  }
  
  .home-title-top-background{  
/*    margin-bottom: -200px; */
    z-index: 9;
    position: relative;
  }
  
  .home-title-top{
    padding-top: 450px !important;
    margin: auto;
    max-width: 400px;
  }
  
  h1.new-home-title{
    font-size: 50px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0px;
    text-align:center;
  }
  
    h2.new-home-title{
    font-size: 50px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0px;
    font-weight: bold;
    text-align:center;
  }
  
    .new-home-div{
    max-width: 400px;
    margin: 0px 20px;
    text-align: center;
    margin: auto;
  }
  .new-home-div-span {
    background-image: url(https://www.symetricproductions.com/hubfs/Path%2018344@2x.png);
    background-repeat: no-repeat;
    background-size: 270px 90px;
    padding: 20px 0px;
    background-position: bottom right;
    margin-left: 0px !important;
}
  
    .new-home-div-background {
    background-image: url(https://www.symetricproductions.com/hubfs/Path%2018344@2x.png);
    background-repeat: no-repeat;
    background-size: 220px 90px;
    padding: 20px 0px;
    background-position: bottom right;
    margin-left: 0px !important;
}

}
@media only screen and (max-width: 794px) {
  .image-style-home-page{
    margin-top: -500px;
  }
}

@media only screen and (max-width: 768px) {
  
    .home-title-top{
    padding-top: 350px !important;
    margin: auto;
    max-width: 400px;
  }
  .image-style-home-page{
    margin-top: -500px;
  }
}

@media only screen and (max-width: 675px) {
  
    .mobile-sweetie-gif-homepage{
    
    z-index: 10;
    position: absolute;
    max-width: 150px;
    left: 15%;

  }
  .image-style-home-page{
    margin-top: -450px;
  }
  
    .bottom-grid-on-mobile-home-page{
  background: #F6F5F1;
    margin-top: -60px;
  }
}

@media only screen and (max-width: 600px) {
  .image-style-home-page{
    margin-top: -400px;
  }
}

@media only screen and (max-width: 540px) {
  
    .image-style-home-page{
    margin-top: -350px;
  }
  
    .home-title-top{
    padding-top: 100px !important;
    margin: auto;
    max-width: 400px;
  }
}

@media only screen and (max-width: 475px) {
  
    .image-style-home-page{
    margin-top: -300px;
  }
  
    .home-title-top{
    padding-top: 100px !important;
    margin: auto;
    max-width: 400px;
  }
  
      .mobile-sweetie-gif-homepage{
    
    z-index: 10;
    position: absolute;
    max-width: 100px;
    left: 15%;

  }
}

@media only screen and (max-width: 410px) {
  
    .image-style-home-page{
    margin-top: -250px;
  }
  
    .home-title-top{
    padding-top: 100px !important;
    margin: auto;
    max-width: 400px;
  }
}
@media only screen and (max-width: 360px) {
h1.new-home-title {
    font-size: 40px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0px;
    text-align: center;
}
  .new-home-div-background{
      background-size: 180px 80px;
  }
}