/* Theme base styles */

:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 10rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);
	--gap-xl: calc(var(--gap) * 6);

	/* Colors */

	--base-color: #000;
	--primary-color: #E03400;
	--primary-color-hover: #C71B00;
	--primary-color-alt: #E03400;
	--secondary-color: #000;
	--secondary-color-hover: #eee;
	--tertiary-color: #43ffdc;
	--tertiary-color-hover: #1dd9b6;

	--black: #000;
	--dark-gray: #5c6968;
	--light-gray: #f7f7f7;
	--medium-gray: #b4b4b4; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--white: #fff;
	--teal: #43ffdc;
	--light-teal: #b2fceb;
	--yellow: #fbec00;
	--red: #E03400;

	/* Typography */

	--base-font-size: 1.8rem;
	--base-line-height: 1.6;
	--primary-font-family: 'Raleway', sans-serif;
	--secondary-font-family: 'Roboto Slab', serif;

}

/* Generic */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! 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;
  overflow-x: clip;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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: 85%;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* Objects */



.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  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;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  font-weight: 500;
  line-height: var(--base-line-height);
  word-break: break-word;
}

/* Anchors */

a {
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:focus,
a:active {
  color: var(--primary-color-hover);
  text-decoration: underline;
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-family: var(--secondary-font-family);
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-family: var(--primary-font-family);
  font-size: 2.6rem;
}
h2,
.h2 {
  font-size: 3.4rem;
}
h3,
.h3 {
  font-size: 2.6rem;
}
h4,
.h4 {
  font-size: 2.4rem;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 4.5rem;
  }
  h3,
  .h3 {
    font-size: 3rem;
  }
}

/* Lists */

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

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

ul.no-list:not(.hs-error-msgs) {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

ul {
  padding: 0 0 0 1.8rem;
  list-style-type: square;
}

@media (min-width: 768px) {
  ul.two-column {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: var(--gap);
    -moz-column-gap: var(--gap);
    column-gap: var(--gap);
  }
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--secondary-color);
  font-size: 1.8rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 2.4rem;
  }
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--black);
  margin: 4rem auto;
}

/* Large Highlight */

h1.large,
h2.large {
  display: inline-block;
  font-family: var(--secondary-font-family);
  font-size: 4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  h1.large,
  h2.large {
    font-size: 6rem;
  }
}
h1.highlight,
h2.highlight {
  display: inline;
  padding: 0 1.5rem;
  background-color: var(--black);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: var(--white);
}
h1.highlight span,
h2.highlight span {
  color: var(--teal);
}
h1.large.highlight + p,
h1.large.highlight + h3,
h1.large.highlight + div,
h2.large.highlight + p,
h2.large.highlight + h3,
h2.large.highlight + div {
  margin-top: 2.5rem;
}

@media(min-width: 768px) {
	.black-triangle-accent {
		position: relative;
	}
	.black-triangle-accent::before {
		content: "";
		background: url(https://smartbugmedia.com/hubfs/SmartBug_2023/black-corner-triangle.svg)
			no-repeat center center;
		background-size: contain;
		width: 29px;
		height: 30px;
		position: absolute;
		left: -35px;
		top: 0px;
	}
}
.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 4.4rem;
  width: 100%;
  padding: 1rem 3rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

@media (min-width: 480px) {
  .button,
  form input[type="submit"],
  form .hs-button {
    width: auto;
  }
}

.button:hover,
.button:focus,
.button:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:active,
form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus,
form input[type="file"]::file-selector-button:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  text-decoration: none;
}

/* Primary */

.button--primary,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button,
.button.orange {
  background-color: var(--primary-color);
  border-radius: 100vw;
  color: var(--white);
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:active,
form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus,
form input[type="file"]::file-selector-button:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active,
.button.orange:hover,
.button.orange:focus,
.button.orange:active {
  background-color: var(--black);
  color: var(--white);
}

form input[type="file"]::-webkit-file-upload-button:hover,
form input[type="file"]::-webkit-file-upload-button:focus,
form input[type="file"]::-webkit-file-upload-button:active {
  background-color: var(--black);
  color: var(--white);
}

/* Secondary */

.button--secondary {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 100vw;
  color: var(--primary-color);
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

/* Tertiary */

.button--tertiary,
.cta_button.black {
  background-color: var(--black);
  border-radius: 100vw;
  color: var(--white);
}

.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary:active,
.cta_button.black:hover,
.cta_button.black:focus,
.cta_button.black:active {
  background-color: var(--primary-color);
  color: var(--white);
}

/* Quaternary */

.button--quaternary {
  background-color: var(--teal);
  border: 2px solid var(--teal);
  border-radius: 100vw;
  color: var(--black);
}

.button--quaternary:hover,
.button--quaternary:focus,
.button--quaternary:active {
  background-color: transparent;
  border-color: var(--teal);
  color: var(--white);
}

/* Yellow */

.button--yellow {
  background-color: var(--yellow);
  border: 2px solid var(--yellow);
  border-radius: 100vw;
  color: var(--black);
}

.button--yellow:hover,
.button--yellow:focus,
.button--yellow:active {
  background-color: transparent;
  border-color: var(--yellow);
  color: var(--white);
}

/* Text Primary */

.button--text-primary {
  width: auto;
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--primary-color);
  text-align: left;
}

.button--text-primary:hover,
.button--text-primary:focus,
.button--text-primary:active {
  color: var(--primary-color);
  text-decoration: underline;
}

/* Text Secondary */

.button--text-secondary {
  width: auto;
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--black);
  text-align: left;
}
.button--text-secondary:hover,
.button--text-secondary:focus,
.button--text-secondary:active {
  color: var(--black);
  text-decoration: underline;
}

/* Text White */

.button--text-white {
  width: auto;
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--white);
  text-align: left;
}
.button--text-white:hover,
.button--text-white:focus,
.button--text-white:active {
  color: var(--white);
  text-decoration: underline;
}

/* Text Yellow */

.button--text-yellow {
  width: auto;
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--yellow);
  text-align: left;
}
.button--text-yellow:hover,
.button--text-yellow:focus,
.button--text-yellow:active {
  color: var(--yellow);
  text-decoration: underline;
}

/* Text Black */

.button--text-black {
  width: auto;
  min-height: auto;
  padding: 0;
  background: none;
  color: var(--black);
  text-align: left;
}
.button--text-black:hover,
.button--text-black:focus,
.button--text-black:active {
  color: var(--black);
  text-decoration: underline;
}

/* Arrow */

.button--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: var(--gap-sm);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button--arrow::after {
  position: relative;
  left: 0;
  content: url('data:image/svg+xml,%3Csvg width="11" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 4c0-.103.041-.202.115-.275a.395.395 0 0 1 .278-.114h9.265L7.186 1.165A.387.387 0 0 1 7.464.5c.104 0 .204.041.278.114l3.143 3.11a.388.388 0 0 1 0 .551L7.742 7.386a.395.395 0 0 1-.672-.275c0-.104.042-.203.116-.276L9.658 4.39H.393a.395.395 0 0 1-.278-.114A.387.387 0 0 1 0 4Z" fill="currentColor"/%3E%3C/svg%3E');
  height: 0.8rem;
  font-size: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button--arrow:hover::after,
.button--arrow:focus::after,
.button--arrow:active::after {
  left: 0.5rem;
}

.button--arrow-yellow::after {
  content: url('data:image/svg+xml,%3Csvg width="11" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 4c0-.103.041-.202.115-.275a.395.395 0 0 1 .278-.114h9.265L7.186 1.165A.387.387 0 0 1 7.464.5c.104 0 .204.041.278.114l3.143 3.11a.388.388 0 0 1 0 .551L7.742 7.386a.395.395 0 0 1-.672-.275c0-.104.042-.203.116-.276L9.658 4.39H.393a.395.395 0 0 1-.278-.114A.387.387 0 0 1 0 4Z" fill="#fbec00"/%3E%3C/svg%3E');
}

.button--arrow-white::after {
  content: url('data:image/svg+xml,%3Csvg width="11" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 4c0-.103.041-.202.115-.275a.395.395 0 0 1 .278-.114h9.265L7.186 1.165A.387.387 0 0 1 7.464.5c.104 0 .204.041.278.114l3.143 3.11a.388.388 0 0 1 0 .551L7.742 7.386a.395.395 0 0 1-.672-.275c0-.104.042-.203.116-.276L9.658 4.39H.393a.395.395 0 0 1-.278-.114A.387.387 0 0 1 0 4Z" fill="#ffffff"/%3E%3C/svg%3E');
}

/* Icon */

.button--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-sm);
}
.button--icon:hover,
.button--icon:active,
.button--icon:focus {
  text-decoration: none;
}
.button--icon > svg {
  position: relative;
  left: 0;
  height: 1rem;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.button--icon:hover > svg {
  left: 0.5rem;
}

/* Icon No Hover */

.button--icon-no-hover:hover > svg {
  left: 0;
}

/* Icon Large */

.button--icon-large > svg {
  height: 1.6rem;
}

/* Icon X-Large */

.button--icon-x-large > svg {
  height: 1.8rem;
}

/* Full */

.button--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	width: 100%;
}

/* Small */

.button--small {
	font-size: 1.2rem;
}

/* Large */

.button--large {
  padding: 2rem;
	font-size: 1.7rem;
}
@media(min-width: 992px) {
	.button--large {
		padding: 3rem 2rem;
		font-size: 2.2rem;
	}
}

/* Inline Blog CTA */

.inline-blog-cta,
.inline-blog-cta.teal {
  display: block;
  background: var(--teal);
  border: 0;
  padding: 2rem 2rem 2rem 6rem;
  margin: 3rem auto;
  color: var(--black);
  text-decoration: none;
}
.inline-blog-cta:active,
.inline-blog-cta:focus,
.inline-blog-cta:hover,
.inline-blog-cta.teal:active,
.inline-blog-cta.teal:focus,
.inline-blog-cta.teal:hover {
  background: var(--black);
  border: 0;
  text-decoration: none;
}
.inline-blog-cta:before,
.inline-blog-cta.teal:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 13px;
  background-image: url(//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_sbm_2017/Shared%20Assets/inline_arrow_black_thick.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -33px;
  margin-right: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.inline-blog-cta:hover:before,
.inline-blog-cta.teal:hover:before {
  background-image: url(//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_sbm_2017/Shared%20Assets/inline_arrow_red_thick.png);
}
.inline-blog-cta:hover,
.inline-blog-cta.teal:hover {
  color: var(--black);
  background: var(--light-gray);
}
.inline-blog-cta:hover:before,
.inline-blog-cta.teal:hover:before {
  color: var(--black);
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
/* Labels */

form label {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  display: block;
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--black);
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select:focus {
  outline: none;
  border-color: var(--tertiary-color);
}

form select {
  padding-right: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.399.702 3.702 4.4-.001.696l7.4.006Z' fill='%23000'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

form select:focus {
  border-color: var(--tertiary-color);
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--black);
}

form textarea:focus {
  outline: none;
  border-color: var(--tertiary-color);
}

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

::-webkit-input-placeholder {
  color: var(--black);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--black);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
}

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

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

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--primary-color);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background: none;
  border: initial;
  box-shadow: none;
  margin-block: 1rem 2rem;
  padding: initial;
  font-size: 1.6rem;
  line-height: 1;
  width: initial !important;
}

form input[type=file]::before {
  background: var(--light-gray);
  border: 1px solid var(--black);
  border-radius: 5px;
  color: var(--black);
  content: 'Choose Files';
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.8rem 2rem;
  text-align: center;
  vertical-align: middle;
}

form input[type=file]:focus::before,
form input[type=file]:focus-visible::before {
  border-color: var(--tertiary-color);
}

form input[type=file]::file-selector-button {
  display: none !important;
}

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display > input {
  margin-top: 2px;
}

/* Validation */

.hs-form-required {
  color: red;
}

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

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -5px 0 1.5rem;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Legend */

legend {
  margin-bottom: 1rem;
  color: black;
  font-size: 1.4rem;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
  fieldset.form-columns-1
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100% !important;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Table */

table {
  width: 100%;
  border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

td {
  border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
  background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}

/* Table paragraph */

table p {
  margin-bottom: 0;
  line-height: 1.3;
}

/* Components */

.header {
  position: relative;
  padding: 2rem;
  background-color: var(--white);
  -webkit-box-shadow: 0 6px 20px 0 rgb(17 22 32 / 6%);
  box-shadow: 0 6px 20px 0 rgb(17 22 32 / 6%);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Navigation */

.header__navigation {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Logo */

.header__logo a {
  display: block;
  font-size: 0;
}
.header__logo img {
  height: 2.5rem;
  width: auto !important;
}
@media (min-width: 992px) {
  .header__logo img {
    height: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .header__logo img {
    height: 4rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
  color: var(--primary-color);
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  color: var(--primary-color);
}

/* Header Sharing */

.header__sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
  font-weight: 700;
}
@media (max-width: 991px) {
  .header__sharing > span {
    display: none;
  }
  .header__sharing .social-sharing__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .header__sharing .social-sharing__icon > svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* Header No Navigation Alt */

.header--sharing-alt {
  background-color: var(--light-gray);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer {
  padding: 0 2rem;
}
.footer-top {
  padding: 6rem 0 4rem 0;
}
.footer-top__inner {
  display: grid;
  grid-gap: var(--gap-md);
}
.footer-top__sidebar {
  text-align: center;
}
.footer-top__cta {
  margin: 3rem auto;
}
.footer-top__menu-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top__menu-col ul > li {
  margin-top: 1rem;
}
.footer-top__menu-col ul > li > a {
  display: inline-block;
  color: var(--black);
  font-size: 1.7rem;
  text-decoration: none;
}
.footer-top__menu-col ul > li > a:hover,
.footer-top__menu-col ul > li > a:active,
.footer-top__menu-col ul > li > a:focus,
.footer-top__menu-col ul > li.active > a {
  color: var(--black);
  text-decoration: underline;
}
.footer-top__menu-col ul > li.hs-menu-depth-1 {
  margin-top: 2rem;
}
.footer-top__menu-col ul > li.hs-menu-depth-1 > a {
  font-weight: 700;
  pointer-events: none;
}
@media (min-width: 576px) {
  .footer-top__menu {
    display: grid;
    grid-gap: var(--gap-md);
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .footer-top__inner {
    grid-gap: 12rem;
    grid-template-columns: auto 1fr;
  }
  .footer-top__menu-col ul > li {
    margin-top: 1rem;
  }
  .footer-top__menu-col ul > li.hs-menu-depth-1 {
    margin-top: 0;
  }
  .footer-top__menu-col ul > li.hs-menu-depth-1 + li.hs-menu-depth-1 {
    margin-top: 2rem;
  }
}

.footer-bottom {
  padding: 2rem 0;
  font-size: 1.3rem;
  line-height: 1;
}
.footer-bottom__links {
  margin-top: 1rem;
}
.footer-bottom__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-sm);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom__links ul > li > a {
  display: inline-block;
  color: var(--black);
}
.footer-bottom__links ul > li + li {
  padding-left: 1rem;
  border-left: 1px solid var(--black);
}
@media (min-width: 992px) {
  .footer-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--gap-sm);
  }
  .footer-bottom__links {
    margin-top: 0;
  }
}

/* Footer No Navigation */

.footer.footer--no-navigation {
  background-color: var(--dark-gray);
  color: var(--white);
}
.footer.footer--no-navigation .footer-bottom__links ul > li + li {
  border-left: 1px solid var(--white);
}
.footer.footer--no-navigation .footer-bottom__links ul > li > a {
  color: var(--white);
}

/* Footer Alt */

.footer-alt {
  padding: 0 2rem;
}
.footer-alt-top {
  display: grid;
  grid-gap: var(--gap);
  margin-bottom: 4rem;
  padding-top: 6rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-alt-top {
    grid-template-columns: 1fr auto auto;
    grid-gap: var(--gap-md);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: unset;
  }
}

.footer-alt-middle {
  padding-bottom: 4rem;
}

.footer-alt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap-sm);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.footer-alt-bottom__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--gap-sm);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-alt-bottom__links ul > li > a {
  color: var(--base-color);
}
.footer-alt-bottom__links ul > li > a:hover,
.footer-alt-bottom__links ul > li > a:active,
.footer-alt-bottom__links ul > li > a:focus {
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .footer-alt-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Footer 2024 */

.footer-2024 {
	padding: 4rem 2rem;
}
.footer-2024__inner {
	display: grid;
	grid-gap: var(--gap-md);
}
.footer-2024__sidebar {
  display: grid;
  grid-gap: 3rem;
	max-width: 36rem;
	margin-inline: auto;
	color: #606060;
	font-size: 1.3rem;
	text-align: center;
}
.footer-2024__button .button {
	width: 100%;
	padding-inline: 2rem;
}
.footer-2024__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gap-sm);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-2024__links ul > li > a {
  display: inline-block;
  color: #606060;
}
@media(min-width: 992px) {
	.footer-2024__inner {
		grid-template-columns: 18rem 1fr;
		grid-auto-flow: dense;
		align-items: start;
	}
	.footer-2024__menu {
    grid-column-end: -1;
	}
	.footer-2024__sidebar {
		text-align: left;
	}
  .footer-2024__social .social-links {
    justify-content: start;
  }
	.footer-2024__links ul {
		justify-content: start;
	}
}
@media(min-width: 1200px) {
	.footer-2024__inner {
		grid-gap: 12rem;
	}
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Colors */

.teal {
	color: var(--teal);
}

/* Background Colors */

.bg-black {
  background-color: var(--black);
  color: var(--white);
}
.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}

/* Background Images */

.bg-circles {
	background-color: var(--black);
	background-image: url('https://smartbugmedia.com/hubfs/lifecycle/bg-circles.svg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: clamp(30rem, 60rem, 100%) auto;
}
.bg-waves-triangles {
	background-color: var(--black);
	background-image: url('https://smartbugmedia.com/hubfs/lifecycle/bg-accent-wave-line-circles.png'), url('https://smartbugmedia.com/hubfs/lifecycle/bg-triangles.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 0%, calc(100% - 2rem) 100%;
	background-size: 14rem auto, 9rem auto;
}
.bg-arrows {
	background-color: var(--black);
	background-image: url('https://smartbugmedia.com/hubfs/lifecycle/red-arrows-down.svg');
	background-repeat: no-repeat;
	background-position: calc(0% + 2rem) 0%;
}
.bg-bursts {
	background-color: var(--black);
	background-image: url('https://smartbugmedia.com/hubfs/lifecycle/stars-mobile.svg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	overflow-x: clip;
}
@media(min-width: 768px) {
	.bg-waves-triangles {
		background-position: 0% 0%, 100% 50%;
		background-size: 54rem auto, 31rem auto;
		background-position: 0 0, calc(calc(50% + var(--container-width-narrow)/2) + 20rem);
	}
	.bg-arrows {
		background-image: url('https://smartbugmedia.com/hubfs/lifecycle/red-arrows-right.svg');
		background-position: calc(calc(50% - calc(88rem / 2)) - 16rem) 11rem;
	}
	.bg-bursts {
		background-image: url('https://smartbugmedia.com/hubfs/lifecycle/stars-desktop.svg');
		background-position: calc(50% + 70rem) 30%;
	}
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}
.mt-xll {
  margin-top: calc(var(--gap) * 3.2) !important;
}
.mt-xxl {
  margin-top: calc(var(--gap) * 4) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}
.mb-xll {
  margin-bottom: calc(var(--gap) * 3.2) !important;
}
.mb-xxl {
  margin-bottom: calc(var(--gap) * 4) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}
.pt-xxl {
  padding-top: calc(var(--gap) * 4) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}
.pb-xxl {
  padding-bottom: calc(var(--gap) * 4);
}

/* Section backgrounds */

@media (min-width: 768px) {
  .section-triangles {
    position: relative;
  }
  .section-triangles:before,
  .section-triangles:after {
    position: absolute;
    font-size: 0;
  }
  .section-triangles:before {
    top: -1.5rem;
    left: 0;
    content: url("https://smartbugmedia.com/hubfs/SmartBug_2023/triangle-accent-sm-top.svg");
    margin-left: 2rem;
  }
  .section-triangles:after {
    bottom: -1.5rem;
    right: 0;
    content: url("https://smartbugmedia.com/hubfs/SmartBug_2023/triangle-accent-sm-bottom.svg");
    margin-right: 2rem;
  }
}
@media (min-width: 1240px) {
  .section-triangles:before {
    margin-left: calc(calc(100vw - var(--container-width)) / 2);
  }
  .section-triangles:after {
    margin-right: calc(calc(100vw - var(--container-width)) / 2);
  }
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: 2rem;
}
.text-small {
  font-size: 1.6rem;
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}