[data-tower-id='1498621613011'] .block-content { opacity: 1 !important; }
/********/
.block.buckets-round[data-tower-id="1498941276124"] .icon-pip .icon-container {
  background: #0899ba;
}
.block.buckets-round[data-tower-id="1498941276124"] .icon-pip .icon-container svg,
.block.buckets-round[data-tower-id="1498941276124"] .icon-pip .icon-container svg * {
  fill: #ffffff;
}
[data-tower-id='1498941276124'] .block-content { opacity: 1 !important; }
/********/
[data-tower-id='1498621613050'] .block-content { opacity: 1 !important; }
/********/
[data-tower-id='1462308375686'] .block-content { opacity: 1 !important; }
/********/
/* tower.mason.less
 *
 * The main LESS file for Tower Mason.
 * Note that all component stylesheets are imported with (inline). This is because
 * we do not want LESS.js to process any less, simply generate a single LESS
 * file that we can provide to the client for processing in the browser.
 */
/**
 * Document Style Variables (provided by InstanceStyleMixin)
 * @color[1..5]
 * @font[1..2]
 * @fontSize[1..7]
 *
 * These global variables can be utilized anywhere in the below less files to bind a style rule to the document's
 * currently selected style, e.g.
 *   .paragraph-pip {
 *   	color: @color1;
 *   }
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/*!
 * Cropper v2.3.4
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-09-03T05:50:45.412Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
}
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.cropper-modal {
  opacity: 0.5;
  background-color: #000;
  filter: alpha(opacity=50);
}
.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}
.cropper-dashed {
  position: absolute;
  display: block;
  opacity: 0.5;
  border: 0 dashed #eee;
  filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  opacity: 0.75;
  background-color: #39f;
  filter: alpha(opacity=75);
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
  filter: alpha(opacity=0);
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.font-arial {
  font-family: "Arial";
}
.font-courier_new {
  font-family: "Courier New";
}
.font-georgia {
  font-family: "Georgia";
}
.font-helvetica_neue {
  font-family: "Helvetica Neue";
}
.font-lucida_console {
  font-family: "Lucida Console";
}
.font-lucida_sans_unicode {
  font-family: "Lucida Sans Unicode";
}
.font-palatino_linotype {
  font-family: "Palatino Linotype";
}
.font-tahoma {
  font-family: "Tahoma";
}
.font-time_new_roman {
  font-family: "Times New Roman";
}
.font-trebuchet_ms {
  font-family: "Trebuchet MS";
}
svg {
  overflow: hidden;
}
html {
  font-size: 12px;
}
@media (min-width: 481px) {
  html {
    font-size: 16px;
  }
}
.document {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.document img {
  max-width: none;
}
.document:empty {
  height: 200px;
}
body.preview .document {
  position: absolute;
}
body.is-dragging-block .emptyDocumentNotification {
  display: none;
}
body.is-dragging-block .emptyDocumentNotification-nonHomePage {
  display: none;
}
.document-wrapper-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6b6d7a;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.5s;
}
.document-wrapper-overlay--visible {
  opacity: 0.7;
  pointer-events: all;
}
.lessDrawerWidth {
  margin-left: 430px;
}
.emptyDocumentWrapper {
  background-color: #53545b;
}
.emptyDocumentWrapper.fixed-width {
  max-width: 1100px;
  margin: auto;
}
.emptyDocumentNotification-nonHomePage,
.emptyDocumentNotification {
  background-color: white;
  border: 3px dashed #65c3de;
  color: #6b6d7a;
  padding: 20px;
}
.emptyDocumentNotification {
  line-height: 2;
}
.emptyDocumentNotification-messageContent {
  font-family: 'Lato', 'sans-serif';
  text-align: center;
  font-size: 1.5em;
}
.emptyDocumentNotification-messageContent-link {
  cursor: pointer;
  color: #61c3e0;
  text-decoration: underline;
  font-size: 0.6em;
}
.emptyDocumentNotification-messageContent-image {
  display: inline-block;
  fill: #65c3de;
  width: 64px;
  height: 64px;
}
.emptyDocumentNotification-messageContent-importance {
  font-weight: bold;
}
.document-article-inner {
  position: relative;
  z-index: 3;
}
.document-align-center {
  max-width: 1100px;
  margin: auto;
}
.document-align-left {
  max-width: 1100px;
}
.document-align-right {
  max-width: 1100px;
  margin: 0 0 0 auto;
}
.document-background-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background-position: 100% top;
}
.document-background-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.emptyDocumentNotification-drawerLink {
  cursor: pointer;
  color: #65c3de;
  padding-top: 10px;
  font-size: 0.7em;
  text-decoration: underline;
}
.emptyDocumentNotification-drawerLink:hover {
  color: #8fd3e7;
}
.svg-def-container {
  display: none;
}
.font-color1 {
  color: #0899ba;
  text-decoration: inherit;
}
.font-color2 {
  color: #c3d959;
  text-decoration: inherit;
}
.font-color3 {
  color: #03809d;
  text-decoration: inherit;
}
.font-color4 {
  color: #ffffff;
  text-decoration: inherit;
}
.font-color5 {
  color: #202020;
  text-decoration: inherit;
}
[class^="font-custom-color-"] {
  text-decoration: inherit;
}
.font-fontSize1 {
  font-size: 60%;
}
.font-fontSize2 {
  font-size: 80%;
}
.font-fontSize3 {
  font-size: 100%;
}
.font-fontSize4 {
  font-size: 120%;
}
.font-fontSize5 {
  font-size: 140%;
}
.font-size1 {
  font-size: 0.75rem;
}
.font-size2 {
  font-size: 0.875rem;
}
.font-size3 {
  font-size: 1rem;
}
.font-size4 {
  font-size: 1.125rem;
}
.font-size5 {
  font-size: 1.25rem;
}
.font-size6 {
  font-size: 1.5rem;
}
.font-size7 {
  font-size: 1.75rem;
}
.font-size8 {
  font-size: 2.25rem;
}
.font-size9 {
  font-size: 3rem;
}
.font-size10 {
  font-size: 4.5rem;
}
.font-font1 {
  font-family: "Pacifico", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.font-font2 {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.font-font3 {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.rich-text-editable-container,
.rich-text-content {
  word-wrap: break-word;
}
.frame {
  position: relative;
}
.frame--basic,
.frame--u-shadow,
.frame--paper,
.frame--wide-shadow {
  background-color: #ffffff;
}
.frame--basic,
.frame--u-shadow,
.frame--paper {
  padding: 9px;
  border: 1px solid #d9d9d9;
}
.frame--paper::before,
.frame--paper::after {
  content: "";
  box-shadow: 0 0 7px 4px rgba(104, 104, 104, 0.5);
  background: rgba(104, 104, 104, 0.5);
  filter: blur(4px);
  width: 49%;
  height: 12px;
  position: absolute;
  bottom: 0;
  z-index: -2;
}
.frame--paper::before {
  left: 10px;
  transform: rotate(-2deg);
}
.frame--paper::after {
  right: 10px;
  transform: rotate(2deg);
}
.frame--u-shadow::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  box-shadow: 0 5px 9px rgba(104, 104, 104, 0.5);
  height: 20px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.frame--inner-opacity::before,
.frame--double-contrast::before,
.frame--double-contrast::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.frame--inner-opacity::before {
  border: 10px solid rgba(255, 255, 255, 0.7);
}
.frame--double-contrast {
  padding: 18px;
}
.frame--double-contrast::before {
  border: 18px solid #ffffff;
}
.frame--double-contrast::after {
  border: 14px solid #000000;
}
.frame--wide-shadow {
  padding: 15px;
  box-shadow: 0 2px 30px rgba(104, 104, 104, 0.5);
}
.frame__tape {
  height: 80px;
  width: 80px;
  outline: 10px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.frame__tape:nth-child(2) {
  right: -20px;
  left: auto;
  transform: scale(-1, 1);
}
.block {
  position: relative;
}
.is-dragging .block.sidebar {
  pointer-events: none;
}
.block .block-anchor {
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
.block.sidebar {
  max-width: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-height: 100px;
}
.block.is-highlighted {
  z-index: 10;
}
.block.inline-cropping {
  background-color: #ffffff;
}
.carousel-wrapper {
  position: relative;
  padding: 0 20px;
  margin: 0 30px;
}
.block-content--fluid .carousel-wrapper {
  padding: 0;
  margin: 0;
}
.carousel-faces.transitioning {
  transition: min-height 500ms;
  -webkit-transition: min-height 500ms;
}
.carousel-faces .carousel-face {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  visibility: hidden;
}
.carousel-faces .carousel-face.current,
.carousel-faces .carousel-face.previous {
  transition: transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  visibility: visible;
}
.carousel-faces .carousel-face.current {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.carousel-faces .carousel-face.left {
  transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
}
.carousel-faces .carousel-face.right {
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
}
.carousel-control-wrapper {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.face-control {
  border-radius: 50%;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  pointer-events: all;
  cursor: pointer;
}
.face-control-side {
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: all;
  cursor: pointer;
}
.face-control-side svg {
  width: 15px;
  height: 40px;
}
@media (min-width: 481px) {
  .face-control-side svg {
    width: 25px;
    height: 60px;
  }
}
.face-control-side.left {
  left: 20px;
}
.face-control-side.right {
  right: 20px;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.block-background,
.block-background-color {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: inherit;
  transition: opacity 200ms;
}
.block-background--tiled {
  background-size: 50%;
  background-repeat: repeat;
}
.block-background--contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.block-background--fixed {
  background-attachment: scroll;
}
@media (min-width: 769px) {
  .block-background--fixed {
    background-attachment: fixed;
  }
}
.block-content {
  position: relative;
  z-index: 6;
  max-width: 1100px;
  pointer-events: none;
  padding: 80px 20px;
  margin: 0 auto;
}
.block-content.carousel {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.is-dragging .block-content {
  pointer-events: auto;
}
.block-content--fluid {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.block-content .pip:not(.group-pip) {
  pointer-events: auto;
}
.is-dragging .block-content .pip:not(.group-pip) {
  pointer-events: none;
}
.edit-mode .block-content.carousel {
  padding-top: 70px;
  padding-bottom: 70px;
}
.hide-ui .edit-ui,
.hide-ui .pip-hideButton {
  display: none !important;
}
.pip {
  position: relative;
  min-width: 50px;
}
.pip--displayHidden {
  display: none !important;
}
.pip:hover > .pip-hideButton {
  display: block;
}
.pip-hideButton {
  display: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #e7aa5e;
  cursor: pointer;
}
.pip-hideButton-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.pip-hideButton svg {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: #ffffff;
}
.replace-pip {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #000000;
}
.button-pip {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .button-pip {
    width: auto;
  }
}
.button-pip.more-style-bar-button-preview {
  background-color: #202020;
}
.button-pip.more-style-bar-button-preview a:hover {
  cursor: default;
}
.button-pip .donate-placeholder {
  background-image: url('../paypal/donateButton.png');
  height: 38px;
  width: 200px;
  background-size: 100%;
  margin: auto;
  background-repeat: no-repeat;
}
.paypal-donate-button {
  width: 100%;
  display: block;
  margin: auto;
  height: 38px;
  max-width: 200px;
}
.donate-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rte-dropdown-wrapper [data-option-value="font1"] {
  font-family: "Pacifico", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.rte-dropdown-wrapper [data-option-value="font2"] {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.rte-dropdown-wrapper li[data-option-value="fontSize1"] {
  font-size: 60%;
}
.rte-dropdown-wrapper li[data-option-value="fontSize2"] {
  font-size: 80%;
}
.rte-dropdown-wrapper li[data-option-value="fontSize3"] {
  font-size: 100%;
}
.rte-dropdown-wrapper li[data-option-value="fontSize4"] {
  font-size: 120%;
}
.rte-dropdown-wrapper li[data-option-value="fontSize5"] {
  font-size: 140%;
}
.rte-dropdown-wrapper [data-option-value="color1"],
.rte-dropdown-wrapper [data-option-value="color1"]:before {
  background-color: #0899ba;
}
.rte-dropdown-wrapper [data-option-value="color2"],
.rte-dropdown-wrapper [data-option-value="color2"]:before {
  background-color: #c3d959;
}
.rte-dropdown-wrapper [data-option-value="color3"],
.rte-dropdown-wrapper [data-option-value="color3"]:before {
  background-color: #03809d;
}
.rte-dropdown-wrapper [data-option-value="color4"],
.rte-dropdown-wrapper [data-option-value="color4"]:before {
  background-color: #ffffff;
}
.rte-dropdown-wrapper [data-option-value="color5"],
.rte-dropdown-wrapper [data-option-value="color5"]:before {
  background-color: #202020;
}
.block.text-button .block-content > .row-pip > .col-pip > .button-pip {
  margin: auto;
  width: 80%;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.grid-col {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.grid-col:hover {
  z-index: 100;
}
.grid-col__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  min-height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  align-items: center;
}
@media only screen and (min-width: 60em) {
  .grid-col-1-l {
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .grid-col-2-l {
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .grid-col-3-l {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid-col-4-l {
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .grid-col-5-l {
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .grid-col-6-l {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid-col-7-l {
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .grid-col-8-l {
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .grid-col-9-l {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid-col-10-l {
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .grid-col-11-l {
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .grid-col-12-l {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.imageMedia-pip {
  min-height: 1px;
}
@supports (display: block) {
  .imageMedia-pip {
    min-height: initial;
  }
}
.imageMedia-pip img {
  width: 100%;
  vertical-align: middle;
}
.document .imageMedia-pip img {
  max-width: 100%;
}
.svgMedia-pip {
  min-height: 1px;
}
@supports (display: block) {
  .svgMedia-pip {
    min-height: initial;
  }
}
.svgMedia-pip img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.document .svgMedia-pip img {
  max-width: 100%;
}
.svgMedia-pip {
  min-width: 22px;
}
.iframeMedia-pip .video-container {
  position: relative;
  padding-top: 50%;
}
.iframeMedia-pip .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-gallery--grid.media-gallery--1-column > .media-gallery__column,
.media-gallery--masonry.media-gallery--1-column > .media-gallery__column {
  width: 100%;
}
.media-gallery--grid.media-gallery--2-column > .media-gallery__column,
.media-gallery--masonry.media-gallery--2-column > .media-gallery__column {
  width: 50%;
}
.media-gallery--grid.media-gallery--3-column > .media-gallery__column,
.media-gallery--masonry.media-gallery--3-column > .media-gallery__column {
  width: 33.333%;
}
.media-gallery--grid.media-gallery--4-column > .media-gallery__column,
.media-gallery--masonry.media-gallery--4-column > .media-gallery__column {
  width: 25%;
}
.media-gallery--masonry img,
.media-gallery--grid img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-gallery--grid img {
  height: 100%;
  object-fit: cover;
}
.pip.html-pip {
  display: block !important;
  margin: 0 auto;
  padding: 0;
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.pip.html-pip div {
  margin: 0 auto;
}
.pip.html-pip div iframe.tower-unpublished-iframe {
  width: 75%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.paragraph-pip,
.logo-text-pip {
  margin: 0 auto;
  width: 100%;
  line-height: 1.85;
  text-align: center;
}
.paragraph-pip:last-of-type,
.logo-text-pip:last-of-type {
  margin-bottom: 0;
}
.paragraph-pip b,
.logo-text-pip b,
.paragraph-pip strong,
.logo-text-pip strong {
  font-weight: bold;
}
.paragraph-pip u,
.logo-text-pip u {
  text-decoration: underline;
}
.paragraph-pip i,
.logo-text-pip i,
.paragraph-pip em,
.logo-text-pip em {
  font-style: italic;
}
.paragraph-pip ol,
.logo-text-pip ol {
  display: block;
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.paragraph-pip ol li,
.logo-text-pip ol li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.paragraph-pip ul,
.logo-text-pip ul {
  display: block;
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
.paragraph-pip {
  max-width: 780px;
  margin: -6.8px auto;
}
.block-content > .pip.paragraph-pip,
.block-content > .pip.logo-text-pip,
.col-pip > .pip.paragraph-pip,
.col-pip > .pip.logo-text-pip {
  margin-bottom: 20px;
}
.block.text-button .block-content > .row-pip > .col-pip > .paragraph-pip {
  margin: 0 20px 0;
}
.col-pip .pip.paragraph-pip {
  max-width: 100%;
}
.navigation-pip {
  list-style: none;
}
@media screen and (max-width: 480px) {
  .navigation-pip.mobile {
    position: absolute;
  }
}
.link {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.link a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.link a:hover,
.link a.navigation-link-active-page {
  text-decoration: underline;
}
.link.is-hidden {
  display: none;
}
.grid-col__content .link:first-child {
  margin-left: 0;
}
.grid-col__content .link:last-child {
  margin-right: 0;
}
.link-placeholder {
  position: relative;
  min-width: 100px;
  cursor: default;
  color: transparent;
}
.link-placeholder a {
  display: inline-block;
}
.mobile-content {
  display: none;
  position: absolute;
  z-index: 101;
}
.mobile-content.mobile {
  display: block;
}
@media (min-width: 481px) {
  .mobile-content.mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mobile-content.mobile + .link-wrapper {
    display: none;
  }
}
.mobile-content.tablet {
  display: block;
}
@media screen and (max-width: 1024px) {
  .mobile-content.tablet + .link-wrapper {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-content.tablet {
    display: none;
  }
  .mobile-content.tablet + .link-wrapper {
    display: block;
  }
}
.mobile-content.desktop {
  display: block;
}
.mobile-content.desktop + .link-wrapper {
  display: none;
}
.mobile-content.mobile-menu-relative {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 50px;
}
.mobile-content.active .mobile-wrapper {
  pointer-events: auto;
  overflow-y: scroll;
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.mobile-content.active .link-wrapper-mobile {
  top: 80px;
  height: auto;
  opacity: 1;
  padding-left: 25px;
  padding-right: 25px;
}
.mobile-content.active .mobile-menu-trigger {
  background-color: transparent !important;
}
.mobile-content.active .mobile-menu-trigger:before {
  top: 0 !important;
  transform: rotate(45deg);
}
.mobile-content.active .mobile-menu-trigger:after {
  top: 0 !important;
  transform: rotate(-45deg);
}
.mobile-content.active .mobile-menu-button {
  background-color: transparent;
}
.mobile-content.active .mobile-menu-button-relative {
  position: fixed;
}
.mobile-content.active li a {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.mobile-content .mobile-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  height: 100vh;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 500ms ease;
}
.mobile-content .nav-children a {
  min-width: none;
  max-width: none;
}
.mobile-menu-button {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 3px;
  transition: opacity 200ms ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.active .mobile-menu-button {
  background-color: none;
}
.mobile-menu-button:hover {
  opacity: 1;
}
.mobile-menu-button.mobile-menu-button-relative {
  position: relative;
  top: 0;
  right: 0;
}
.mobile-menu-trigger {
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 0;
  width: 60%;
  height: 5%;
  margin: auto;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: top 200ms, background-color 200ms, transform 200ms;
}
.mobile-menu-trigger:before,
.mobile-menu-trigger:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  transition: top 200ms, background-color 200ms, transform 200ms;
}
.mobile-menu-trigger:before {
  top: -400%;
}
.mobile-menu-trigger:after {
  top: 400%;
}
.link-wrapper-mobile {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition: opacity 500ms ease, top 500ms ease;
}
.mobile-links {
  padding: 0;
}
.mobile-link {
  display: block;
  margin: 0 0 25px;
  transition: background-color 200ms ease;
}
.mobile-link:last-child {
  margin-bottom: 0;
}
.mobile-navigation-link {
  text-decoration: none;
  border-left: 3px solid transparent;
  display: block;
  font-size: 1.5em;
  padding-left: 25px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mobile-navigation-link-active-page {
  text-decoration: underline;
}
.mobile-nav-children {
  margin-top: 20px;
  margin-left: 20px;
}
.mobile-nav-children .mobile-link {
  margin-bottom: 20px;
}
.link--spillover {
  position: relative;
}
.link--spillover-navigation {
  position: absolute;
  top: 100%;
  left: 0;
}
.edit-mode .mobile-content .mobile-menu-button {
  top: 90px;
  right: 65px;
}
.edit-mode .mobile-content .mobile-menu-button.mobile-menu-button-relative {
  top: 0;
  right: 0;
}
.drawers-container .mobile-content {
  display: none !important;
}
.drawers-container .mobile-content.mobile-menu-relative {
  display: flex !important;
}
.no-scroll {
  overflow: hidden;
}
@media (min-width: 769px) {
  .no-scroll {
    overflow: auto;
  }
}
.nav-children {
  text-align: left;
}
.nav-children .link {
  display: block;
}
.nav-children a {
  display: block;
  line-height: 1.4;
  min-width: 150px;
  max-width: 250px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.desktopLinks .nav-children {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition-duration: 200ms;
  transition-property: transform,opacity,visibility;
  position: absolute;
  z-index: 6;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.desktopLinks .nav-children .link {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
}
.desktopLinks .nav-children .link:last-child {
  margin-bottom: 0;
}
.desktopLinks > .link:hover .nav-children,
.desktopLinks a:active + .nav-children,
.desktopLinks a:focus + .nav-children {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.nav-children--right {
  right: 0;
  text-align: right;
}
.link__icon {
  margin-left: 8px;
  width: 10px;
  height: 6px;
}
.mobile-content .link__icon {
  display: none;
}
.block.block.header-clean .link-wrapper .link a {
  padding-bottom: 0;
}
.block.block.header-unthemed .pip.navigation-pip .nav-children .link,
.block.block.header-top-skills .pip.navigation-pip .nav-children .link,
.block.block.header-top-skills-logo .pip.navigation-pip .nav-children .link,
.block.block.header-professional-logo .pip.navigation-pip .nav-children .link,
.block.block.header-professional .pip.navigation-pip .nav-children .link,
.block.block.header-hipster .pip.navigation-pip .nav-children .link,
.block.block.header-hipster-logo .pip.navigation-pip .nav-children .link,
.block.block.header-grid-left .pip.navigation-pip .nav-children .link,
.block.block.header-contact-2 .pip.navigation-pip .nav-children .link,
.block.block.header-clean-right .pip.navigation-pip .nav-children .link,
.block.block.header-clean-left .pip.navigation-pip .nav-children .link {
  display: block;
  margin: 0 25px 10px;
  padding: 0;
}
.block.block.header-unthemed .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-top-skills .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-top-skills-logo .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-professional-logo .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-professional .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-hipster .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-hipster-logo .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-grid-left .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-contact-2 .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-clean-right .pip.navigation-pip .nav-children .link:last-child,
.block.block.header-clean-left .pip.navigation-pip .nav-children .link:last-child {
  margin-bottom: 0;
}
.block.block.header-unthemed .pip.navigation-pip .nav-children a,
.block.block.header-top-skills .pip.navigation-pip .nav-children a,
.block.block.header-top-skills-logo .pip.navigation-pip .nav-children a,
.block.block.header-professional-logo .pip.navigation-pip .nav-children a,
.block.block.header-professional .pip.navigation-pip .nav-children a,
.block.block.header-hipster .pip.navigation-pip .nav-children a,
.block.block.header-hipster-logo .pip.navigation-pip .nav-children a,
.block.block.header-grid-left .pip.navigation-pip .nav-children a,
.block.block.header-contact-2 .pip.navigation-pip .nav-children a,
.block.block.header-clean-right .pip.navigation-pip .nav-children a,
.block.block.header-clean-left .pip.navigation-pip .nav-children a {
  display: block;
  padding: 0;
  border-right: none;
}
.block.block.header-hipster .nav-children,
.block.block.header-hipster-logo .nav-children {
  right: 10px;
  text-align: right;
}
.block.block.header-bon-appetit .link-wrapper .link + .link::before,
.block.block.header-bon-appetit-logo .link-wrapper .link + .link::before {
  content: none;
}
.block.block.header-local-thin .block-content {
  overflow: visible;
}
.title-pip {
  width: 100%;
  text-align: center;
}
.title-pip .title {
  display: block;
  padding: 0;
  width: 100%;
  vertical-align: baseline;
  text-decoration: none;
}
.title-pip b,
.title-pip strong {
  font-weight: bold;
}
.title-pip u {
  text-decoration: underline;
}
.title-pip i,
.title-pip em {
  font-style: italic;
}
.title-pip-1 {
  line-height: 1.4;
  font-size: 2.125em;
  opacity: 1;
  margin: -0.425em auto;
}
.title-pip-2 {
  line-height: 1.5;
  font-size: 1.75em;
  opacity: 1;
  margin: -0.4375em auto;
}
.title-pip-3 {
  line-height: 1.6;
  font-size: 1.25em;
  opacity: 1;
  margin: -0.375em auto;
}
.title-pip-4 {
  line-height: 1.55;
  font-size: 1.125em;
  opacity: 1;
  margin: -0.3375em auto;
}
.title-pip-5 {
  line-height: 1.5;
  font-size: 1em;
  opacity: 1;
  margin: -0.25em auto;
}
.title-pip-6 {
  line-height: 1.66;
  font-size: 0.75em;
  opacity: 1;
  margin: -0.2475em auto;
}
.block-content > .pip.title-pip,
.group-pip > .pip.title-pip,
.col-pip > .pip.title-pip {
  margin-bottom: 20px;
}
.header-centered-fixed .brandbar .title-pip {
  width: auto;
}
.image-pip {
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 5px;
  min-height: 1px;
}
.image-pip .image-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.image-pip .image-wrap img {
  display: block;
  width: 100%;
}
.image-pip.is-tall {
  height: 100%;
}
@media (min-width: 769px) {
  .image-pip.is-tall {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    min-height: 250px;
  }
  .image-pip.is-tall .image-wrap img {
    margin: auto;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .pip.image-pip:not(.unresponsive) {
    width: 100% !important;
  }
}
.image-pip.is-resizable {
  margin: auto !important;
  -ms-flex-positive: 0 !important;
  -webkit-flex-grow: 0 !important;
  -moz-flex-grow: 0 !important;
  -ms-flex-grow: 0 !important;
  flex-grow: 0 !important;
  height: auto;
}
.image-pip.is-resizable.unresponsive {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .image-pip.is-resizable.is-tall {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    min-height: 0;
  }
}
.image-pip.is-resizable.is-tall .image-wrap {
  position: relative;
  height: auto;
}
.image-pip.is-resizable.is-tall .image-wrap img {
  margin: 0;
  width: 100%;
  height: auto;
}
.block-content > .pip.image-pip,
.block-content > .title-pip ~ .pip.image-pip {
  margin-bottom: 20px !important;
}
@media (min-width: 480px) {
  .image-grid .block-content .title-pip + .pip.row-pip.wrappable.image-grid {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.image-title-text-button .block-content .pip.image-pip {
  height: auto;
}
@media screen and (max-width: 480px) {
  .buckets-image .block-content .pip.image-pip .image-wrap {
    border-radius: 0 !important;
  }
  .buckets-image .block-content .pip.image-pip .image-wrap img {
    border-radius: 50%;
  }
}
.block.image-quote-right .graphic-pip-container,
.block.image-quote-left .graphic-pip-container,
.block.image-bucket-carousel .image-pip.is-tall .graphic-pip-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox):after,
.view-mode .force-lightbox:after,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox) .image-wrap:before,
.view-mode .force-lightbox .image-wrap:before,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox) .image-wrap:after,
.view-mode .force-lightbox .image-wrap:after,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox) .imageMedia-pip:before,
.view-mode .force-lightbox .imageMedia-pip:before,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox) .imageMedia-pip:after,
.view-mode .force-lightbox .imageMedia-pip:after {
  opacity: 0;
  transition: opacity 0.15s;
  content: '';
  pointer-events: none;
}
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox):hover:after,
.view-mode .force-lightbox:hover:after,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox):hover .image-wrap:before,
.view-mode .force-lightbox:hover .image-wrap:before,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox):hover .image-wrap:after,
.view-mode .force-lightbox:hover .image-wrap:after,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox):hover .imageMedia-pip:before,
.view-mode .force-lightbox:hover .imageMedia-pip:before,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox):hover .imageMedia-pip:after,
.view-mode .force-lightbox:hover .imageMedia-pip:after {
  opacity: 1;
}
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox).imageMedia-pip:after,
.view-mode .force-lightbox.imageMedia-pip:after,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox) .image-wrap:after,
.view-mode .force-lightbox .image-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: hsla(0, 0%, 0%, 0.2) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjMuNSAyNGEuNS41IDAgMCAxLS4zNTQtLjE0NmwtOS4wMDQtOS4wMDRBOC40NjEgOC40NjEgMCAwIDEgOC41IDE3QzMuODEzIDE3IDAgMTMuMTg3IDAgOC41IDAgMy44MTMgMy44MTMgMCA4LjUgMCAxMy4xODcgMCAxNyAzLjgxMyAxNyA4LjVhOC40NTcgOC40NTcgMCAwIDEtMi4xNTEgNS42NDJsOS4wMDQgOS4wMDRBLjUuNSAwIDAgMSAyMy41IDI0ek04LjUgMUM0LjM2NSAxIDEgNC4zNjUgMSA4LjVTNC4zNjUgMTYgOC41IDE2IDE2IDEyLjYzNSAxNiA4LjUgMTIuNjM1IDEgOC41IDF6Ii8+PC9zdmc+) center no-repeat;
  background-size: 30px;
}
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox) .no-lightbox:before,
.view-mode .force-lightbox .no-lightbox:before,
.view-mode.lightbox-mode .image-pip .graphic-pip-container:not(.force-disable-lightbox) .no-lightbox:after,
.view-mode .force-lightbox .no-lightbox:after {
  display: none;
}
.graphic-pip-container {
  position: relative;
}
.graphic-pip-container.is-resizable {
  width: 100%;
}
.pip.image-pip.editable {
  cursor: pointer;
}
.pip.icon-pip {
  padding: 0;
}
.pip.icon-pip .icon-container svg {
  min-width: 5px;
  min-height: 5px;
  height: 100%;
}
.icon-pip.is-resizable:hover {
  z-index: 11;
}
.row-pip .icon-pip {
  width: 100%;
}
.icon-pip .icon-container {
  text-align: center;
}
.icon-pip-container {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.icon-pip-container.is-resizable {
  width: 100%;
}
.pip.icon-pip.editable {
  cursor: pointer;
}
.icon-linkTag {
  margin: 0 auto;
}
.logo-pip .centerStack {
  margin: 0 auto;
  text-align: center;
}
.logo-pip .centerStack .icon-pip,
.logo-pip .centerStack .image-pip,
.logo-pip .centerStack .logo-text-container {
  margin: 0 auto 5px;
}
.logo-pip .centerStack .icon-container,
.logo-pip .centerStack img {
  margin: 0 auto;
}
.logo-pip .centerStack .logo-text-container {
  text-align: center;
  display: block;
}
.logo-pip .homeLink {
  display: inline-block;
}
.logo-pip .image-pip,
.logo-pip .icon-pip,
.logo-pip .logo-text-pip,
.logo-pip .logo-text-container {
  vertical-align: middle;
  display: inline-block;
}
.logo-pip .icon-pip,
.logo-pip .image-pip.pip {
  position: relative;
  width: auto;
}
.logo-pip .logo-text-container {
  position: relative;
}
.logo-pip .image-pip.is-tall {
  min-height: 0px;
}
.logo-pip .image-pip.is-tall .image-wrap {
  position: relative;
}
.logo-pip.text-mode {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.logo-pip.text-mode .logo-text-container {
  margin-left: 0;
}
.logo-pip.text-mode .icon-pip-container,
.logo-pip.text-mode .image-pip {
  display: none;
}
.logo-pip.graphic-mode .logo-text-container {
  display: none !important;
}
.logo-pip.is-centerStacked {
  margin: 0 auto;
  text-align: center;
}
.logo-pip.is-centerStacked .icon-pip,
.logo-pip.is-centerStacked .image-pip,
.logo-pip.is-centerStacked .logo-text-container {
  margin: 0 auto 5px;
}
.logo-pip.is-centerStacked .icon-container,
.logo-pip.is-centerStacked img {
  margin: 0 auto;
}
.logo-pip.is-centerStacked .logo-text-container {
  text-align: center;
  display: block;
}
@media screen and (max-width: 480px) {
  .logo-pip:not(.is-centerStacked) {
    margin: 0 auto;
    text-align: center;
  }
  .logo-pip:not(.is-centerStacked) .icon-pip,
  .logo-pip:not(.is-centerStacked) .image-pip,
  .logo-pip:not(.is-centerStacked) .logo-text-container {
    margin: 0 auto 5px;
  }
  .logo-pip:not(.is-centerStacked) .icon-container,
  .logo-pip:not(.is-centerStacked) img {
    margin: 0 auto;
  }
  .logo-pip:not(.is-centerStacked) .logo-text-container {
    text-align: center;
    display: block;
  }
}
@media (min-width: 481px) {
  .logo-pip:not(.is-centerStacked),
  .logo-pip:not(.is-centerStacked) .homeLink {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .logo-pip:not(.is-centerStacked) .logo-text-container .rich-text-content,
  .logo-pip:not(.is-centerStacked) .homeLink .logo-text-container .rich-text-content,
  .logo-pip:not(.is-centerStacked) .logo-text-container .rich-text-editable-container,
  .logo-pip:not(.is-centerStacked) .homeLink .logo-text-container .rich-text-editable-container {
    text-align: left;
  }
}
.social-pip {
  text-align: center;
}
.social-pip .social-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
.social-pip .social-icon:hover {
  opacity: 0.94;
}
.social-pip__container {
  display: block;
  margin: 0 auto;
  min-height: 20px;
  min-width: 50%;
}
.social-link {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.social-icon-with-background .icon {
  margin: auto;
  vertical-align: top;
}
.social-icon-type-circle {
  border-radius: 50%;
}
.social-icon-type-square {
  border-radius: 2px;
}
.pip.contact-pip {
  display: block !important;
}
.pip.contact-pip div {
  margin: 0 0 15px;
}
.pip.contact-pip form .form-fields-and-btn label {
  margin: 0 0 15px;
  display: block;
}
.pip.contact-pip form .form-fields-and-btn label.error {
  color: #ef6262;
}
.pip.contact-pip form .form-fields-and-btn .button-quark {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.pip.contact-pip form .form-fields-and-btn input:not([type='checkbox']):not([type='radio']) {
  height: 60px;
  /* Is this specified by the design team? it results in no focus indicator
				   for KB navigation... see http://outlinenone.com/ for some issues with this.
				   review with Nick, Dylan, or Justin. This is a product conversation. */
  outline: none;
}
.pip.contact-pip form .form-fields-and-btn .input-container {
  position: relative;
}
.pip.contact-pip form .form-fields-and-btn .input-container.show-error-msg:after {
  background: #ef6262;
  border-radius: 3px;
  color: #fff;
  content: attr(title);
  padding: 10px 20px;
  position: absolute;
  z-index: 98;
  top: -38px;
  left: 15vw;
}
.pip.contact-pip form .form-fields-and-btn .input-container.show-error-msg:before {
  border: solid;
  border-color: #ef6262 transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  position: absolute;
  z-index: 99;
  left: 23vw;
  top: -2px;
}
.pip.contact-pip form .form-fields-and-btn .input-container.show-error-msg {
  color: #ef6262;
}
.pip.contact-pip form .form-fields-and-btn .input-container.show-error-msg input,
.pip.contact-pip form .form-fields-and-btn .input-container.show-error-msg textarea {
  border: 2px solid #ef6262;
}
.pip.contact-pip form .form-fields-and-btn input,
.pip.contact-pip form .form-fields-and-btn textarea {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
  margin: 5px 0;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 15px;
  border-radius: 3px;
}
.pip.contact-pip form .form-fields-and-btn input.square,
.pip.contact-pip form .form-fields-and-btn textarea.square {
  border-radius: 0;
}
.pip.contact-pip form .form-fields-and-btn input.soft,
.pip.contact-pip form .form-fields-and-btn textarea.soft {
  border-radius: 3px;
}
.pip.contact-pip form .form-fields-and-btn input.rounded,
.pip.contact-pip form .form-fields-and-btn textarea.rounded {
  border-radius: 6px;
}
.pip.contact-pip form .form-fields-and-btn textarea {
  height: 135px;
  resize: none;
  display: block;
}
.pip.contact-pip form .form-fields-and-btn input.text,
.pip.contact-pip form .form-fields-and-btn textarea {
  width: 100%;
}
.pip.contact-pip form .form-fields-and-btn input[type='checkbox'],
.pip.contact-pip form .form-fields-and-btn input[type='radio'] {
  margin: 0 10px 0;
  vertical-align: middle;
}
.pip.contact-pip form .form-fields-and-btn fieldset label {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
}
.pip.contact-pip form .form-fields-and-btn fieldset label span {
  font: inherit;
}
.pip.contact-pip form .error-message,
.pip.contact-pip form .success-message {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  margin: auto 0;
  height: 150px;
}
.pip.contact-pip form .error-message > div,
.pip.contact-pip form .success-message > div {
  margin-top: 0;
}
.pip.contact-pip form .error-message svg,
.pip.contact-pip form .success-message svg {
  width: 44px;
  height: 44px;
  margin: auto;
  margin-bottom: 10px;
}
.pip.contact-pip form .success-message svg {
  fill: #7cbb52;
}
.pip.contact-pip form .error-message svg {
  fill: #ef6262;
}
.pip.contact-pip.success form .form-fields-and-btn {
  visibility: hidden;
}
.pip.contact-pip.success .success-message {
  visibility: visible;
}
.pip.contact-pip.failure form .form-fields-and-btn {
  visibility: hidden;
}
.pip.contact-pip.failure .error-message {
  visibility: visible;
}
.pip.contact-pip .description {
  opacity: 0.8;
}
.contact-pip.editable:hover input,
.contact-pip.editable:hover textarea {
  opacity: 0.7;
}
.factory-pip {
  margin-bottom: 60px;
}
.factory-pip > .edit-ui {
  position: absolute;
  z-index: 1;
  display: none;
}
.factory-pip > .edit-ui.add {
  opacity: 0;
}
.factory-pip > .edit-ui.add .factory-button {
  width: 40px;
  height: 40px;
}
.factory-pip > .edit-ui.add .factory-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  content: ' ';
}
.factory-pip > .edit-ui.add .factory-button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 50%;
  background-color: #ffffff;
  content: ' ';
}
.factory-pip > .edit-ui.handle .factory-button {
  cursor: move;
}
.factory-pip > .edit-ui.handle .icon-move {
  position: absolute;
  display: block;
  top: 9px;
  left: 9px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.1px;
}
.factory-pip:hover {
  z-index: 1;
}
.factory-pip:hover > .edit-ui.remove,
.factory-pip:hover > .edit-ui.handle {
  display: block;
}
.factory-pip:last-of-type > .edit-ui.add {
  display: block;
}
.factory-pip:only-of-type > .edit-ui.remove,
.factory-pip:only-of-type > .edit-ui.handle {
  display: none;
}
.edit-ui-add {
  right: -20px;
}
.edit-ui-remove {
  top: 0;
  right: 20px;
}
.edit-ui-handle {
  top: 0;
  left: 20px;
}
.factory-button {
  width: 32px;
  height: 32px;
  padding: 11px 10.5px;
  line-height: 7px;
  font-size: 19px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
}
.row-pip.wrappable {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.row-pip.wrappable .factory-pip {
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.block:hover .pip.factory-pip .edit-ui.add {
  opacity: 1;
}
.factory-pip:last-of-type > .col-pip:last-of-type {
  margin-bottom: 0;
}
.factory-pip:last-of-type .col-pip:last-of-type {
  margin-bottom: 0;
}
.alternating-timeline .title-pip ~ .factory-pip {
  margin-bottom: 0;
}
.alternating-timeline .title-pip ~ .factory-pip:before,
.alternating-timeline .title-pip ~ .factory-pip:after {
  display: none;
}
@media (min-width: 768px) {
  .alternating-timeline .title-pip ~ .factory-pip:before,
  .alternating-timeline .title-pip ~ .factory-pip:after {
    display: block;
  }
}
.block.inline-cropping .factory-pip .edit-ui.add,
.block.inline-cropping .factory-pip .edit-ui.remove,
.block.inline-cropping .factory-pip .edit-ui.handle {
  display: none;
}
@media (max-width: 768px) {
  .block.features .col-pip.feature:not(.feature--v2) .row-pip > .col-icon {
    margin-right: 20px;
    -ms-flex-preferred-size: 0 !important;
    -webkit-flex-basis: 0 !important;
    -moz-flex-basis: 0 !important;
    -ms-flex-basis: 0 !important;
    flex-basis: 0 !important;
  }
  .block.features .col-pip.feature:not(.feature--v2) .row-pip > .col-text {
    -ms-flex-preferred-size: 0% !important;
    -webkit-flex-basis: 0% !important;
    -moz-flex-basis: 0% !important;
    -ms-flex-basis: 0% !important;
    flex-basis: 0% !important;
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    -moz-flex-shrink: 1 !important;
    -ms-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
    -ms-flex-positive: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-flex-grow: 1 !important;
    -ms-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }
}
.pip.video-pip .video-container {
  position: relative;
  padding-top: 50%;
}
.pip.video-pip .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pip.MapPip-pip.disabled {
  background-image: url(https://healwithtea.com/studio/image/googleMapEmpireState.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.paypal-pip {
  margin: auto;
  width: 100%;
}
.paypal-pip.small form.paypal-button,
.paypal-pip.small .paypal-placeholder,
.paypal-pip.small .paypal-addToCart {
  background-image: url('../paypal/buyNow-small.png');
  height: 26px;
  line-height: 26px;
}
.paypal-pip.small .paypal-button-wrapper {
  max-width: 158px;
}
.paypal-pip.medium form.paypal-button,
.paypal-pip.medium .paypal-placeholder,
.paypal-pip.medium .paypal-addToCart {
  background-image: url('../paypal/buyNow-medium.png');
  height: 32px;
  line-height: 32px;
}
.paypal-pip.medium .paypal-button-wrapper {
  max-width: 170px;
}
.paypal-pip.large form.paypal-button,
.paypal-pip.large .paypal-placeholder,
.paypal-pip.large .paypal-addToCart {
  background-image: url('../paypal/buyNow-large.png');
  height: 44px;
  line-height: 44px;
}
.paypal-pip.large .paypal-button-wrapper {
  max-width: 228px;
}
.paypal-pip.add-to-cart form.paypal-button,
.paypal-pip.add-to-cart .paypal-placeholder,
.paypal-pip.add-to-cart .paypal-addToCart {
  background-image: none;
  background-color: #fab826;
  width: 155px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
  margin: auto;
}
.paypal-pip .paypal-placeholder {
  background-size: 100%;
  background-repeat: no-repeat;
}
.paypal-pip .quantityField {
  width: 35px;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
}
.paypal-pip.editable {
  cursor: pointer;
}
.paypal-pip button.paypal-button {
  width: 100%;
  height: 100%;
}
.paypal-pip .centerStack .paypal-purchase-wrapper {
  text-align: center;
}
.paypal-pip .centerStack .quantitySelection {
  display: block;
}
.paypal-pip .centerStack .paypal-button-wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.paypal-pip.hasQuantity {
  text-align: left;
}
.paypal-pip.hasQuantity .paypal-button-wrapper {
  width: 70%;
}
.paypal-pip.hasQuantity .paypal-placeholder,
.paypal-pip.hasQuantity .paypal-addToCart,
.paypal-pip.hasQuantity .paypal-button-wrapper > div {
  width: 100%;
}
.paypal-pip.hasQuantity .paypal-button-wrapper,
.paypal-pip.hasQuantity .quantitySelection {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .paypal-pip.hasQuantity:not(.is-centerStacked) .paypal-purchase-wrapper {
    text-align: center;
  }
  .paypal-pip.hasQuantity:not(.is-centerStacked) .quantitySelection {
    display: block;
  }
  .paypal-pip.hasQuantity:not(.is-centerStacked) .paypal-button-wrapper {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.paypal-pip.is-centerStacked .paypal-purchase-wrapper {
  text-align: center;
}
.paypal-pip.is-centerStacked .quantitySelection {
  display: block;
}
.paypal-pip.is-centerStacked .paypal-button-wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.paypal-pip.is-centerStacked .paypal-button-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.paypal-pip .paypal-button {
  padding: 0;
  border: none;
  margin: auto;
  border-radius: 0;
  overflow: hidden;
  content: '';
  color: transparent;
  text-shadow: none;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.paypal-pip .paypal-button:before,
.paypal-pip .paypal-button:after {
  display: none;
}
.title-label,
.price-label {
  padding-bottom: 5px;
  font-size: 1.15em;
  text-align: center;
}
.paypal-button-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.paypal-wrapper--disabled:hover .paypal-wrapper__info {
  opacity: 0.3;
}
.paypal-wrapper--disabled:hover::after {
  content: attr(data-hover-text);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 769px) {
  .paypal-button-wrapper {
    margin: 0;
  }
}
.gridCol-pip .button-pip,
.gridCol-pip .paypal-pip,
.gridCol-pip .paragraph-pip {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 30em) {
  .gridCol-pip .button-pip,
  .gridCol-pip .button-quark {
    width: 100%;
  }
}
@media screen and (min-width: 60em) {
  .gridCol-pip .button-pip,
  .gridCol-pip .button-quark {
    width: auto;
  }
}
.gridCol-pip .paypal-pip {
  width: auto;
  max-width: 100%;
  align-self: center;
  margin-bottom: 0;
}
@media (min-width: 30em) {
  .gridCol-pip .paypal-pip {
    align-self: auto;
  }
}
.gridCol-pip .paypal-pip .title-label,
.gridCol-pip .paypal-pip .price-label {
  padding-bottom: 0;
}
.gridCol-pip .paypal-pip .title-label {
  margin-bottom: 10px;
}
.gridCol-pip .paypal-pip .price-label {
  font-size: 16px;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
.gridCol-pip .paypal-pip .quantity-label {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.gridCol-pip .paypal-pip .quantityField {
  min-height: 45px;
  width: 90px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
}
.gridCol-pip .paypal-pip .quantitySelection {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.gridCol-pip .paypal-pip .paypal-button-wrapper {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.gridCol-pip .paypal-pip .paypal-button-wrapper > div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gridCol-pip .paypal-pip .paypal-addToCart {
  overflow: hidden;
}
.gridCol-pip .paypal-pip.small .paypal-placeholder,
.gridCol-pip .paypal-pip.small .paypal-addToCart,
.gridCol-pip .paypal-pip.small .paypal-button-wrapper > div {
  width: 158px;
}
.gridCol-pip .paypal-pip.medium .paypal-placeholder,
.gridCol-pip .paypal-pip.medium .paypal-addToCart,
.gridCol-pip .paypal-pip.medium .paypal-button-wrapper > div {
  width: 170px;
}
.gridCol-pip .paypal-pip.large .paypal-placeholder,
.gridCol-pip .paypal-pip.large .paypal-addToCart,
.gridCol-pip .paypal-pip.large .paypal-button-wrapper > div {
  width: 228px;
}
.gridCol-pip .title-pip,
.gridCol-pip .paragraph-pip {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.gridCol-pip .paragraph-pip {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.gridCol-pip .iframeMedia-pip,
.gridCol-pip .MapPip-pip,
.gridCol-pip .CalendarPip-pip,
.gridCol-pip .contact-pip {
  width: 100%;
}
.gridCol-pip .title-pip {
  margin: 0;
}
.gridCol-pip .title-pip h1,
.gridCol-pip .title-pip h2,
.gridCol-pip .title-pip h3,
.gridCol-pip .title-pip h4,
.gridCol-pip .title-pip h5,
.gridCol-pip .title-pip h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.gridCol-pip .contact-pip form .form-fields-and-btn input:not([type='checkbox']):not([type='radio']) {
  height: auto;
  min-height: 45px;
}
.block-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.col-pip {
  display: block;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .col-pip {
    margin: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-preferred-size: 0%;
    -webkit-flex-basis: 0%;
    -moz-flex-basis: 0%;
    -ms-flex-basis: 0%;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
  }
}
.row-pip > .row-pip {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.row-pip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.row-pip:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .row-pip {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.row-pip:last-of-type .col-pip:last-of-type {
  margin-bottom: 0;
}
.button-quark {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: 0 solid currentColor;
  color: #cccccc;
  text-align: center;
  line-height: 1.2em;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@media (min-width: 768px) {
  .button-quark {
    width: auto;
  }
}
.button-quark > span,
.button-quark > .rich-text-editable-container {
  width: 100%;
  padding: 1em 2em;
  display: inline-block;
}
.button-quark:hover > span,
.button-quark:hover > .rich-text-editable-container {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: inherit;
}
.button-quark b,
.button-quark strong {
  font-weight: bold;
}
.button-quark u {
  text-decoration: underline;
}
.button-quark i,
.button-quark em {
  font-style: italic;
}
.button-quark.square {
  border-radius: 0;
}
.button-quark.soft {
  border-radius: 3px;
}
.button-quark.rounded {
  border-radius: 25em;
}
.button-quark.flat {
  border-color: transparent;
  box-shadow: none;
}
.button-quark.buttonOutline {
  border-color: currentcolor;
  box-shadow: none;
}
.button-quark.depth {
  border-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15));
}
.button-quark-background-color1 {
  background-color: #0899ba;
  color: #ffffff;
}
.button-quark-background-color1.buttonOutline {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #0899ba;
  color: #0899ba;
}
.button-quark-background-color2 {
  background-color: #c3d959;
  color: #ffffff;
}
.button-quark-background-color2.buttonOutline {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #c3d959;
  color: #c3d959;
}
.button-quark-background-color3 {
  background-color: #03809d;
  color: #ffffff;
}
.button-quark-background-color3.buttonOutline {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #03809d;
  color: #03809d;
}
.button-quark-background-color4 {
  background-color: #ffffff;
  color: #ffffff;
}
.button-quark-background-color4.buttonOutline {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-quark-background-color5 {
  background-color: #202020;
  color: #ffffff;
}
.button-quark-background-color5.buttonOutline {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #202020;
  color: #202020;
}
.button-quark .rich-text-editable-container p span,
.button-quark .rich-text-content p span {
  line-height: 100%;
}
.image-descriptor {
  color: white;
}
.image-title {
  font-size: 20px;
}
.image-description {
  font-size: 14px;
}
.image-descriptor--banner {
  bottom: 0;
  padding: 15px;
  color: white;
  left: 0;
}
.image-descriptor--overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
  visibility: hidden;
}
.image-descriptor--overlay .image-title,
.image-descriptor--overlay .image-description {
  width: 75%;
  line-height: 1.5;
}
.imageMedia-pip:hover .image-descriptor--overlay {
  visibility: visible;
}
.image-title:not(:last-child) {
  margin: 0 0 15px 0;
}
.image-description {
  margin: 0;
}
.lightbox {
  z-index: 101;
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.lightbox.lightbox--visible {
  pointer-events: all;
  opacity: 1;
}
.lightbox-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.85);
}
.lightbox-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 70%;
  max-height: 95%;
  cursor: pointer;
}
.lightbox-xButton {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 28px;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: white;
}
.lightbox-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 100px;
  cursor: pointer;
  opacity: 0.6;
  background-color: hsla(0, 0%, 0%, 0.5);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.lightbox-nav:hover {
  opacity: 1;
}
.lightbox-nav:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: white;
}
.lightbox-nav--next {
  right: 0;
}
.lightbox-nav--next:before {
  right: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.lightbox-nav--previous {
  left: 0;
}
.lightbox-nav--previous:before {
  left: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.shoppingCart {
  font-family: "Arimo", sans-serif;
  font-variant: inherit;
  text-transform: inherit;
  position: fixed;
  right: 16px;
  top: 75px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
}
.shoppingCart:after {
  content: attr(data-quantity);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 16px;
  font-size: 0.75em;
  line-height: 16px;
  background-color: #2c88e1;
  color: #ffffff;
  font-weight: 100;
  border-radius: 99em;
  text-align: center;
  -webkit-transform: translate(40%, -40%);
  transform: translate(40%, -40%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shoppingCart.shoppingCart--large:after {
  content: '99+';
  width: 30px;
}
.shoppingCart:not(.shoppingCart--open) .shoppingCart__title,
.shoppingCart:not(.shoppingCart--open) .shoppingCart__contents {
  display: none;
}
.shoppingCart.shoppingCart--open {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  border-radius: 0;
  cursor: default;
}
.shoppingCart.shoppingCart--open .shoppingCart__icon {
  display: none;
}
.shoppingCart.shoppingCart--open .shoppingCart__close {
  display: block;
}
@media (min-width: 769px) {
  .shoppingCart.shoppingCart--open {
    width: 400px;
    height: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: fixed;
    top: 130px;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .shoppingCart.shoppingCart--open .shoppingCart__icon {
    display: block;
  }
  .shoppingCart.shoppingCart--open .shoppingCart__close {
    display: none;
  }
}
.shoppingCart.shoppingCart--open:after {
  display: none;
}
.shoppingCart__item__template {
  display: none;
}
.shoppingCart__title {
  line-height: 23px;
  font-size: 1.25em;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding-bottom: 20px;
  z-index: 1;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .shoppingCart__title {
    position: relative;
    margin: 0;
    z-index: auto;
  }
}
.shoppingCart__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 0.75em;
  cursor: pointer;
  display: none;
  z-index: 2;
}
.shoppingCart__contents {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 110px;
  height: 100%;
  overflow: auto;
}
@media (min-width: 769px) {
  .shoppingCart__contents {
    padding: 0;
  }
}
.shoppingCart__emptyNotice {
  background-color: #f0f0f0;
  border: 1px solid #d9d9d9;
  padding: 20px 0;
  font-size: 1.25em;
  display: none;
}
.shoppingCart__items {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .shoppingCart__items {
    margin-bottom: 40px;
    max-height: calc(100vh - 420px);
    min-height: 50px;
    overflow: auto;
  }
}
.shoppingCart__contents--empty {
  padding-top: 83px;
}
@media (min-width: 769px) {
  .shoppingCart__contents--empty {
    padding-top: 0;
  }
}
.shoppingCart__contents--empty .shoppingCart__emptyNotice {
  display: block;
}
.shoppingCart__contents--empty .shoppingCart__items {
  display: none;
}
.shoppingCart__contents--empty .shoppingCart__checkout__wrapper {
  display: none;
}
.shoppingCart__contents--empty .shoppingCart__title {
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 769px) {
  .shoppingCart__contents--empty .shoppingCart__title {
    text-align: left;
    margin-top: 0;
  }
}
.shoppingCart__item {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  text-align: right;
  font-size: 1.125em;
}
.shoppingCart__item:after {
  content: '';
  clear: both;
  display: table;
}
.shoppingCart__item.hasQuantity .item-name {
  max-width: 30%;
}
@media (min-width: 769px) {
  .shoppingCart__item.hasQuantity .item-name {
    max-width: 40%;
  }
}
.shoppingCart__item .item-name {
  float: left;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  max-width: 65%;
}
@media (min-width: 769px) {
  .shoppingCart__item .item-name {
    max-width: 75%;
  }
}
.shoppingCart__item .item-quantity {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.shoppingCart__item .item-price {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.shoppingCart__item .item-remove {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.shoppingCart__item .item-remove:after,
.shoppingCart__item .item-remove:before {
  content: ' ';
  width: 1px;
  height: 20px;
  background-color: #000000;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shoppingCart__item .item-remove:before {
  transform: rotate(45deg);
}
.shoppingCart__item .item-remove:after {
  transform: rotate(-45deg);
}
.shoppingCart__checkout__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #ffffff;
}
@media (min-width: 769px) {
  .shoppingCart__checkout__wrapper {
    position: relative;
    padding: 0;
  }
}
.shoppingCart__checkout {
  background-color: #f0f0f0;
  border: 1px solid #d9d9d9;
  padding: 10px;
}
@media (min-width: 769px) {
  .shoppingCart__checkout {
    padding: 20px;
  }
}
.shoppingCart__total {
  display: block;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.shoppingCart__total .total-amount {
  color: #398be1;
}
@media (min-width: 769px) {
  .shoppingCart__total {
    margin-bottom: 20px;
  }
}
.shoppingCart__button__checkout {
  display: block;
  margin-bottom: 10px;
  background: #398be1;
  color: #ffffff;
  border-radius: 3px;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.shoppingCart__button__checkout:hover {
  background-color: #4f98e4;
}
@media (min-width: 769px) {
  .shoppingCart__button__checkout {
    margin-bottom: 20px;
  }
}
.shoppingCart__button__continue {
  display: block;
  color: #398be1;
  text-transform: lowercase;
  cursor: pointer;
}
.mobile-menu-active .shoppingCart {
  z-index: 9;
}
@media (min-width: 769px) {
  .shoppingCart {
    top: 130px;
    right: 0;
    width: 62px;
    height: 58px;
    background-color: #ffffff;
    box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.3);
    border-radius: 3px 0 0 3px;
  }
}
.shoppingCart:not([data-quantity]):after,
.shoppingCart[data-quantity="0"]:after {
  display: none;
}
.shoppingCart__openHandler {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 769px) {
  .shoppingCart__openHandler {
    width: 62px;
    height: 46px;
  }
}
.shoppingCart__icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (min-width: 769px) {
  .shoppingCart__icon {
    margin: 20px;
  }
}
@media (min-width: 769px) {
  .shoppingCart__icon {
    fill: #000000;
  }
}
.fixed-w50 {
  width: 50px;
}
.minWidth-0 {
  min-width: 0;
}
.mw4_5 {
  max-width: 12rem;
}
.flex-basis-100 {
  flex-basis: 100%;
}
@media (min-width: 30em) {
  .flex-basis-third-ns {
    flex-basis: calc(100% / 3);
  }
}
.flex-basis-auto {
  flex-basis: auto;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.top-3 {
  top: 3rem;
}
.top-4 {
  top: 4rem;
}
.top-50 {
  top: 50%;
}
.break-all {
  word-break: break-all;
}
@media (min-width: 769px) {
  .flex-basis-48-l {
    flex-basis: 48%;
  }
}
.flex-grow-0 {
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.flex-grow-2 {
  -ms-flex-positive: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.flex-grow-3 {
  -ms-flex-positive: 3;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
.flex-grow-5 {
  -ms-flex-positive: 5;
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-grow: 5;
  flex-grow: 5;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-basis-auto {
  flex-basis: auto;
}
@media (min-width: 30em) {
  .flex-basis-third-ns {
    flex-basis: calc(100% / 3);
  }
}
.f4_5 {
  font-size: 1.125rem;
}
.top-50 {
  top: 50%;
}
.ma-auto {
  margin: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.mt-auto {
  margin-top: auto;
}
.document .mw-100 {
  max-width: 100%;
}
.translateX25 {
  transform: translateX(25%);
}
.translateX-25 {
  transform: translateX(-25%);
}
.translateX-50 {
  transform: translateX(-50%);
}
.translateX50 {
  transform: translateX(50%);
}
.translateX-75 {
  transform: translateX(-75%);
}
.translateX75 {
  transform: translateX(75%);
}
.reflect {
  transform: scaleX(-1);
}
.rotate-270-reflect {
  transform: rotate(270deg) scaleX(-1);
}
.rotate-180-reflect {
  transform: rotate(180deg) scaleX(-1);
}
@media (min-width: 30em) {
  .translateX-25-ns {
    transform: translateX(-25%);
  }
  .translateX25-ns {
    transform: translateX(25%);
  }
  .translateX-50-ns {
    transform: translateX(-50%);
  }
  .translateX50-ns {
    transform: translateX(50%);
  }
  .translateX-75-ns {
    transform: translateX(-75%);
  }
  .translateX75-ns {
    transform: translateX(75%);
  }
}
@media (min-width: 60em) {
  .mb-auto-l {
    margin-bottom: auto;
  }
  .mt-auto-l {
    margin-top: auto;
  }
}
.lineHeight-2-5 {
  line-height: 2.5;
}
.lineHeight-2-4 {
  line-height: 2.4;
}
.lineHeight-2-3 {
  line-height: 2.3;
}
.lineHeight-2-2 {
  line-height: 2.2;
}
.lineHeight-2-1 {
  line-height: 2.1;
}
.lineHeight-2 {
  line-height: 2;
}
.lineHeight-1-9 {
  line-height: 1.9;
}
.lineHeight-1-8 {
  line-height: 1.8;
}
.lineHeight-1-7 {
  line-height: 1.7;
}
.lineHeight-1-6 {
  line-height: 1.6;
}
.lineHeight-1-5 {
  line-height: 1.5;
}
.lineHeight-1-4 {
  line-height: 1.4;
}
.lineHeight-1-3 {
  line-height: 1.3;
}
.lineHeight-1-2 {
  line-height: 1.2;
}
.lineHeight-1-1 {
  line-height: 1.1;
}
.lineHeight-1 {
  line-height: 1;
}
.lineHeight-0-9 {
  line-height: 0.9;
}
.lineHeight-0-8 {
  line-height: 0.8;
}
.lineHeight-0-7 {
  line-height: 0.7;
}
.lineHeight-0-6 {
  line-height: 0.6;
}
.lineHeight-0-5 {
  line-height: 0.5;
}
.cornerImage {
  pointer-events: none;
}
/*! TACHYONS v4.9.0 | http://tachyons.io */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
/* 1 */
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* 1 */
menu,
details {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.border-box,
a,
article,
body,
code,
dd,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
legend,
li,
main,
ol,
p,
pre,
section,
table,
td,
textarea,
th,
tr,
ul {
  box-sizing: border-box;
}
.aspect-ratio {
  height: 0;
  position: relative;
}
.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}
.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}
.aspect-ratio--4x3 {
  padding-bottom: 75%;
}
.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}
.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}
.aspect-ratio--4x6 {
  padding-bottom: 150%;
}
.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}
.aspect-ratio--5x8 {
  padding-bottom: 160%;
}
.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}
.aspect-ratio--5x7 {
  padding-bottom: 140%;
}
.aspect-ratio--1x1 {
  padding-bottom: 100%;
}
.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
img {
  max-width: 100%;
}
.cover {
  background-size: cover !important;
}
.contain {
  background-size: contain !important;
}
.bg-center {
  background-position: 50%;
}
.bg-center,
.bg-top {
  background-repeat: no-repeat;
}
.bg-top {
  background-position: top;
}
.bg-right {
  background-position: 100%;
}
.bg-bottom,
.bg-right {
  background-repeat: no-repeat;
}
.bg-bottom {
  background-position: bottom;
}
.bg-left {
  background-repeat: no-repeat;
  background-position: 0;
}
.outline {
  outline: 1px solid;
}
.outline-transparent {
  outline: 1px solid transparent;
}
.outline-0 {
  outline: 0;
}
.ba {
  border-style: solid;
  border-width: 1px;
}
.bt {
  border-top-style: solid;
  border-top-width: 1px;
}
.br {
  border-right-style: solid;
  border-right-width: 1px;
}
.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.bl {
  border-left-style: solid;
  border-left-width: 1px;
}
.bn {
  border-style: none;
  border-width: 0;
}
.b--black {
  border-color: #000;
}
.b--near-black {
  border-color: #111;
}
.b--dark-gray {
  border-color: #333;
}
.b--mid-gray {
  border-color: #555;
}
.b--gray {
  border-color: #777;
}
.b--silver {
  border-color: #999;
}
.b--light-silver {
  border-color: #aaa;
}
.b--moon-gray {
  border-color: #ccc;
}
.b--light-gray {
  border-color: #eee;
}
.b--near-white {
  border-color: #f4f4f4;
}
.b--white {
  border-color: #fff;
}
.b--white-90 {
  border-color: hsla(0, 0%, 100%, 0.9);
}
.b--white-80 {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.b--white-70 {
  border-color: hsla(0, 0%, 100%, 0.7);
}
.b--white-60 {
  border-color: hsla(0, 0%, 100%, 0.6);
}
.b--white-50 {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.b--white-40 {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.b--white-30 {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.b--white-20 {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.b--white-10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.b--white-05 {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.b--white-025 {
  border-color: hsla(0, 0%, 100%, 0.025);
}
.b--white-0125 {
  border-color: hsla(0, 0%, 100%, 0.0125);
}
.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}
.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}
.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}
.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}
.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}
.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}
.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}
.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}
.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}
.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}
.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025);
}
.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125);
}
.b--dark-red {
  border-color: #e7040f;
}
.b--red {
  border-color: #ff4136;
}
.b--light-red {
  border-color: #ff725c;
}
.b--orange {
  border-color: #ff6300;
}
.b--gold {
  border-color: #ffb700;
}
.b--yellow {
  border-color: gold;
}
.b--light-yellow {
  border-color: #fbf1a9;
}
.b--purple {
  border-color: #5e2ca5;
}
.b--light-purple {
  border-color: #a463f2;
}
.b--dark-pink {
  border-color: #d5008f;
}
.b--hot-pink {
  border-color: #ff41b4;
}
.b--pink {
  border-color: #ff80cc;
}
.b--light-pink {
  border-color: #ffa3d7;
}
.b--dark-green {
  border-color: #137752;
}
.b--green {
  border-color: #19a974;
}
.b--light-green {
  border-color: #9eebcf;
}
.b--navy {
  border-color: #001b44;
}
.b--dark-blue {
  border-color: #00449e;
}
.b--blue {
  border-color: #357edd;
}
.b--light-blue {
  border-color: #96ccff;
}
.b--lightest-blue {
  border-color: #cdecff;
}
.b--washed-blue {
  border-color: #f6fffe;
}
.b--washed-green {
  border-color: #e8fdf5;
}
.b--washed-yellow {
  border-color: #fffceb;
}
.b--washed-red {
  border-color: #ffdfdf;
}
.b--transparent {
  border-color: transparent;
}
.b--inherit {
  border-color: inherit;
}
.br0 {
  border-radius: 0;
}
.br1 {
  border-radius: 0.125rem;
}
.br2 {
  border-radius: 0.25rem;
}
.br3 {
  border-radius: 0.5rem;
}
.br4 {
  border-radius: 1rem;
}
.br-100 {
  border-radius: 100%;
}
.br-pill {
  border-radius: 9999px;
}
.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.br--top {
  border-bottom-right-radius: 0;
}
.br--right,
.br--top {
  border-bottom-left-radius: 0;
}
.br--right {
  border-top-left-radius: 0;
}
.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b--dotted {
  border-style: dotted;
}
.b--dashed {
  border-style: dashed;
}
.b--solid {
  border-style: solid;
}
.b--none {
  border-style: none;
}
.bw0 {
  border-width: 0;
}
.bw1 {
  border-width: 0.125rem;
}
.bw2 {
  border-width: 0.25rem;
}
.bw3 {
  border-width: 0.5rem;
}
.bw4 {
  border-width: 1rem;
}
.bw5 {
  border-width: 2rem;
}
.bt-0 {
  border-top-width: 0;
}
.br-0 {
  border-right-width: 0;
}
.bb-0 {
  border-bottom-width: 0;
}
.bl-0 {
  border-left-width: 0;
}
.shadow-1 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
.shadow-2 {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}
.shadow-3 {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.shadow-4 {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.shadow-5 {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-1 {
  top: 1rem;
}
.right-1 {
  right: 1rem;
}
.bottom-1 {
  bottom: 1rem;
}
.left-1 {
  left: 1rem;
}
.top-2 {
  top: 2rem;
}
.right-2 {
  right: 2rem;
}
.bottom-2 {
  bottom: 2rem;
}
.left-2 {
  left: 2rem;
}
.top--1 {
  top: -1rem;
}
.right--1 {
  right: -1rem;
}
.bottom--1 {
  bottom: -1rem;
}
.left--1 {
  left: -1rem;
}
.top--2 {
  top: -2rem;
}
.right--2 {
  right: -2rem;
}
.bottom--2 {
  bottom: -2rem;
}
.left--2 {
  left: -2rem;
}
.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.cn {
  clear: none;
}
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dit {
  display: inline-table;
}
.dt {
  display: table;
}
.dtc {
  display: table-cell;
}
.dt-row {
  display: table-row;
}
.dt-row-group {
  display: table-row-group;
}
.dt-column {
  display: table-column;
}
.dt-column-group {
  display: table-column-group;
}
.dt--fixed {
  table-layout: fixed;
  width: 100%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.fl {
  float: left;
}
.fl,
.fr {
  _display: inline;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.serif {
  font-family: georgia, times, serif;
}
.system-sans-serif {
  font-family: sans-serif;
}
.system-serif {
  font-family: serif;
}
.code,
code {
  font-family: Consolas, monaco, monospace;
}
.courier {
  font-family: Courier Next, courier, monospace;
}
.helvetica {
  font-family: helvetica neue, helvetica, sans-serif;
}
.avenir {
  font-family: avenir next, avenir, sans-serif;
}
.athelas {
  font-family: athelas, georgia, serif;
}
.georgia {
  font-family: georgia, serif;
}
.times {
  font-family: times, serif;
}
.bodoni {
  font-family: Bodoni MT, serif;
}
.calisto {
  font-family: Calisto MT, serif;
}
.garamond {
  font-family: garamond, serif;
}
.baskerville {
  font-family: baskerville, serif;
}
.i {
  font-style: italic;
}
.fs-normal {
  font-style: normal;
}
.normal {
  font-weight: 400;
}
.b {
  font-weight: 700;
}
.fw1 {
  font-weight: 100;
}
.fw2 {
  font-weight: 200;
}
.fw3 {
  font-weight: 300;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.fw8 {
  font-weight: 800;
}
.fw9 {
  font-weight: 900;
}
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.button-reset::-moz-focus-inner,
.input-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.h1 {
  height: 1rem;
}
.h2 {
  height: 2rem;
}
.h3 {
  height: 4rem;
}
.h4 {
  height: 8rem;
}
.h5 {
  height: 16rem;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.min-h-100 {
  min-height: 100%;
}
.vh-25 {
  height: 25vh;
}
.vh-50 {
  height: 50vh;
}
.vh-75 {
  height: 75vh;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.h-auto {
  height: auto;
}
.h-inherit {
  height: inherit;
}
.tracked {
  letter-spacing: 0.1em;
}
.tracked-tight {
  letter-spacing: -0.05em;
}
.tracked-mega {
  letter-spacing: 0.25em;
}
.lh-solid {
  line-height: 1;
}
.lh-title {
  line-height: 1.25;
}
.lh-copy {
  line-height: 1.5;
}
.link {
  text-decoration: none;
}
.link,
.link:active,
.link:focus,
.link:hover,
.link:link,
.link:visited {
  transition: color 0.15s ease-in;
}
.link:focus {
  outline: 1px dotted currentColor;
}
.list {
  list-style-type: none;
}
.mw-100 {
  max-width: 100%;
}
.mw1 {
  max-width: 1rem;
}
.mw2 {
  max-width: 2rem;
}
.mw3 {
  max-width: 4rem;
}
.mw4 {
  max-width: 8rem;
}
.mw5 {
  max-width: 16rem;
}
.mw6 {
  max-width: 32rem;
}
.mw7 {
  max-width: 48rem;
}
.mw8 {
  max-width: 64rem;
}
.mw9 {
  max-width: 96rem;
}
.mw-none {
  max-width: none;
}
.w1 {
  width: 1rem;
}
.w2 {
  width: 2rem;
}
.w3 {
  width: 4rem;
}
.w4 {
  width: 8rem;
}
.w5 {
  width: 16rem;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.w-third {
  width: 33.33333%;
}
.w-two-thirds {
  width: 66.66667%;
}
.w-auto {
  width: auto;
}
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.o-100 {
  opacity: 1;
}
.o-90 {
  opacity: 0.9;
}
.o-80 {
  opacity: 0.8;
}
.o-70 {
  opacity: 0.7;
}
.o-60 {
  opacity: 0.6;
}
.o-50 {
  opacity: 0.5;
}
.o-40 {
  opacity: 0.4;
}
.o-30 {
  opacity: 0.3;
}
.o-20 {
  opacity: 0.2;
}
.o-10 {
  opacity: 0.1;
}
.o-05 {
  opacity: 0.05;
}
.o-025 {
  opacity: 0.025;
}
.o-0 {
  opacity: 0;
}
.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-135 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-225 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.black-90 {
  color: rgba(0, 0, 0, 0.9);
}
.black-80 {
  color: rgba(0, 0, 0, 0.8);
}
.black-70 {
  color: rgba(0, 0, 0, 0.7);
}
.black-60 {
  color: rgba(0, 0, 0, 0.6);
}
.black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.black-40 {
  color: rgba(0, 0, 0, 0.4);
}
.black-30 {
  color: rgba(0, 0, 0, 0.3);
}
.black-20 {
  color: rgba(0, 0, 0, 0.2);
}
.black-10 {
  color: rgba(0, 0, 0, 0.1);
}
.black-05 {
  color: rgba(0, 0, 0, 0.05);
}
.white-90 {
  color: hsla(0, 0%, 100%, 0.9);
}
.white-80 {
  color: hsla(0, 0%, 100%, 0.8);
}
.white-70 {
  color: hsla(0, 0%, 100%, 0.7);
}
.white-60 {
  color: hsla(0, 0%, 100%, 0.6);
}
.white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}
.white-30 {
  color: hsla(0, 0%, 100%, 0.3);
}
.white-20 {
  color: hsla(0, 0%, 100%, 0.2);
}
.white-10 {
  color: hsla(0, 0%, 100%, 0.1);
}
.black {
  color: #000;
}
.near-black {
  color: #111;
}
.dark-gray {
  color: #333;
}
.mid-gray {
  color: #555;
}
.gray {
  color: #777;
}
.silver {
  color: #999;
}
.light-silver {
  color: #aaa;
}
.moon-gray {
  color: #ccc;
}
.light-gray {
  color: #eee;
}
.near-white {
  color: #f4f4f4;
}
.white {
  color: #fff;
}
.dark-red {
  color: #e7040f;
}
.red {
  color: #ff4136;
}
.light-red {
  color: #ff725c;
}
.orange {
  color: #ff6300;
}
.gold {
  color: #ffb700;
}
.yellow {
  color: gold;
}
.light-yellow {
  color: #fbf1a9;
}
.purple {
  color: #5e2ca5;
}
.light-purple {
  color: #a463f2;
}
.dark-pink {
  color: #d5008f;
}
.hot-pink {
  color: #ff41b4;
}
.pink {
  color: #ff80cc;
}
.light-pink {
  color: #ffa3d7;
}
.dark-green {
  color: #137752;
}
.green {
  color: #19a974;
}
.light-green {
  color: #9eebcf;
}
.navy {
  color: #001b44;
}
.dark-blue {
  color: #00449e;
}
.blue {
  color: #357edd;
}
.light-blue {
  color: #96ccff;
}
.lightest-blue {
  color: #cdecff;
}
.washed-blue {
  color: #f6fffe;
}
.washed-green {
  color: #e8fdf5;
}
.washed-yellow {
  color: #fffceb;
}
.washed-red {
  color: #ffdfdf;
}
.color-inherit {
  color: inherit;
}
.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-white-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.bg-white-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.bg-white-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.bg-white-60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.bg-white-50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-white-40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.bg-white-30 {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.bg-white-20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-white-10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-black {
  background-color: #000;
}
.bg-near-black {
  background-color: #111;
}
.bg-dark-gray {
  background-color: #333;
}
.bg-mid-gray {
  background-color: #555;
}
.bg-gray {
  background-color: #777;
}
.bg-silver {
  background-color: #999;
}
.bg-light-silver {
  background-color: #aaa;
}
.bg-moon-gray {
  background-color: #ccc;
}
.bg-light-gray {
  background-color: #eee;
}
.bg-near-white {
  background-color: #f4f4f4;
}
.bg-white {
  background-color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.bg-dark-red {
  background-color: #e7040f;
}
.bg-red {
  background-color: #ff4136;
}
.bg-light-red {
  background-color: #ff725c;
}
.bg-orange {
  background-color: #ff6300;
}
.bg-gold {
  background-color: #ffb700;
}
.bg-yellow {
  background-color: gold;
}
.bg-light-yellow {
  background-color: #fbf1a9;
}
.bg-purple {
  background-color: #5e2ca5;
}
.bg-light-purple {
  background-color: #a463f2;
}
.bg-dark-pink {
  background-color: #d5008f;
}
.bg-hot-pink {
  background-color: #ff41b4;
}
.bg-pink {
  background-color: #ff80cc;
}
.bg-light-pink {
  background-color: #ffa3d7;
}
.bg-dark-green {
  background-color: #137752;
}
.bg-green {
  background-color: #19a974;
}
.bg-light-green {
  background-color: #9eebcf;
}
.bg-navy {
  background-color: #001b44;
}
.bg-dark-blue {
  background-color: #00449e;
}
.bg-blue {
  background-color: #357edd;
}
.bg-light-blue {
  background-color: #96ccff;
}
.bg-lightest-blue {
  background-color: #cdecff;
}
.bg-washed-blue {
  background-color: #f6fffe;
}
.bg-washed-green {
  background-color: #e8fdf5;
}
.bg-washed-yellow {
  background-color: #fffceb;
}
.bg-washed-red {
  background-color: #ffdfdf;
}
.bg-inherit {
  background-color: inherit;
}
.hover-black:focus,
.hover-black:hover {
  color: #000;
}
.hover-near-black:focus,
.hover-near-black:hover {
  color: #111;
}
.hover-dark-gray:focus,
.hover-dark-gray:hover {
  color: #333;
}
.hover-mid-gray:focus,
.hover-mid-gray:hover {
  color: #555;
}
.hover-gray:focus,
.hover-gray:hover {
  color: #777;
}
.hover-silver:focus,
.hover-silver:hover {
  color: #999;
}
.hover-light-silver:focus,
.hover-light-silver:hover {
  color: #aaa;
}
.hover-moon-gray:focus,
.hover-moon-gray:hover {
  color: #ccc;
}
.hover-light-gray:focus,
.hover-light-gray:hover {
  color: #eee;
}
.hover-near-white:focus,
.hover-near-white:hover {
  color: #f4f4f4;
}
.hover-white:focus,
.hover-white:hover {
  color: #fff;
}
.hover-black-90:focus,
.hover-black-90:hover {
  color: rgba(0, 0, 0, 0.9);
}
.hover-black-80:focus,
.hover-black-80:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hover-black-70:focus,
.hover-black-70:hover {
  color: rgba(0, 0, 0, 0.7);
}
.hover-black-60:focus,
.hover-black-60:hover {
  color: rgba(0, 0, 0, 0.6);
}
.hover-black-50:focus,
.hover-black-50:hover {
  color: rgba(0, 0, 0, 0.5);
}
.hover-black-40:focus,
.hover-black-40:hover {
  color: rgba(0, 0, 0, 0.4);
}
.hover-black-30:focus,
.hover-black-30:hover {
  color: rgba(0, 0, 0, 0.3);
}
.hover-black-20:focus,
.hover-black-20:hover {
  color: rgba(0, 0, 0, 0.2);
}
.hover-black-10:focus,
.hover-black-10:hover {
  color: rgba(0, 0, 0, 0.1);
}
.hover-white-90:focus,
.hover-white-90:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
.hover-white-80:focus,
.hover-white-80:hover {
  color: hsla(0, 0%, 100%, 0.8);
}
.hover-white-70:focus,
.hover-white-70:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.hover-white-60:focus,
.hover-white-60:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.hover-white-50:focus,
.hover-white-50:hover {
  color: hsla(0, 0%, 100%, 0.5);
}
.hover-white-40:focus,
.hover-white-40:hover {
  color: hsla(0, 0%, 100%, 0.4);
}
.hover-white-30:focus,
.hover-white-30:hover {
  color: hsla(0, 0%, 100%, 0.3);
}
.hover-white-20:focus,
.hover-white-20:hover {
  color: hsla(0, 0%, 100%, 0.2);
}
.hover-white-10:focus,
.hover-white-10:hover {
  color: hsla(0, 0%, 100%, 0.1);
}
.hover-inherit:focus,
.hover-inherit:hover {
  color: inherit;
}
.hover-bg-black:focus,
.hover-bg-black:hover {
  background-color: #000;
}
.hover-bg-near-black:focus,
.hover-bg-near-black:hover {
  background-color: #111;
}
.hover-bg-dark-gray:focus,
.hover-bg-dark-gray:hover {
  background-color: #333;
}
.hover-bg-mid-gray:focus,
.hover-bg-mid-gray:hover {
  background-color: #555;
}
.hover-bg-gray:focus,
.hover-bg-gray:hover {
  background-color: #777;
}
.hover-bg-silver:focus,
.hover-bg-silver:hover {
  background-color: #999;
}
.hover-bg-light-silver:focus,
.hover-bg-light-silver:hover {
  background-color: #aaa;
}
.hover-bg-moon-gray:focus,
.hover-bg-moon-gray:hover {
  background-color: #ccc;
}
.hover-bg-light-gray:focus,
.hover-bg-light-gray:hover {
  background-color: #eee;
}
.hover-bg-near-white:focus,
.hover-bg-near-white:hover {
  background-color: #f4f4f4;
}
.hover-bg-white:focus,
.hover-bg-white:hover {
  background-color: #fff;
}
.hover-bg-transparent:focus,
.hover-bg-transparent:hover {
  background-color: transparent;
}
.hover-bg-black-90:focus,
.hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.hover-bg-black-80:focus,
.hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.hover-bg-black-70:focus,
.hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.hover-bg-black-60:focus,
.hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.hover-bg-black-50:focus,
.hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.hover-bg-black-40:focus,
.hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.hover-bg-black-30:focus,
.hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.hover-bg-black-20:focus,
.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.hover-bg-black-10:focus,
.hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hover-bg-white-90:focus,
.hover-bg-white-90:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.hover-bg-white-80:focus,
.hover-bg-white-80:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.hover-bg-white-70:focus,
.hover-bg-white-70:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.hover-bg-white-60:focus,
.hover-bg-white-60:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.hover-bg-white-50:focus,
.hover-bg-white-50:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.hover-bg-white-40:focus,
.hover-bg-white-40:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.hover-bg-white-30:focus,
.hover-bg-white-30:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.hover-bg-white-20:focus,
.hover-bg-white-20:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.hover-bg-white-10:focus,
.hover-bg-white-10:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.hover-dark-red:focus,
.hover-dark-red:hover {
  color: #e7040f;
}
.hover-red:focus,
.hover-red:hover {
  color: #ff4136;
}
.hover-light-red:focus,
.hover-light-red:hover {
  color: #ff725c;
}
.hover-orange:focus,
.hover-orange:hover {
  color: #ff6300;
}
.hover-gold:focus,
.hover-gold:hover {
  color: #ffb700;
}
.hover-yellow:focus,
.hover-yellow:hover {
  color: gold;
}
.hover-light-yellow:focus,
.hover-light-yellow:hover {
  color: #fbf1a9;
}
.hover-purple:focus,
.hover-purple:hover {
  color: #5e2ca5;
}
.hover-light-purple:focus,
.hover-light-purple:hover {
  color: #a463f2;
}
.hover-dark-pink:focus,
.hover-dark-pink:hover {
  color: #d5008f;
}
.hover-hot-pink:focus,
.hover-hot-pink:hover {
  color: #ff41b4;
}
.hover-pink:focus,
.hover-pink:hover {
  color: #ff80cc;
}
.hover-light-pink:focus,
.hover-light-pink:hover {
  color: #ffa3d7;
}
.hover-dark-green:focus,
.hover-dark-green:hover {
  color: #137752;
}
.hover-green:focus,
.hover-green:hover {
  color: #19a974;
}
.hover-light-green:focus,
.hover-light-green:hover {
  color: #9eebcf;
}
.hover-navy:focus,
.hover-navy:hover {
  color: #001b44;
}
.hover-dark-blue:focus,
.hover-dark-blue:hover {
  color: #00449e;
}
.hover-blue:focus,
.hover-blue:hover {
  color: #357edd;
}
.hover-light-blue:focus,
.hover-light-blue:hover {
  color: #96ccff;
}
.hover-lightest-blue:focus,
.hover-lightest-blue:hover {
  color: #cdecff;
}
.hover-washed-blue:focus,
.hover-washed-blue:hover {
  color: #f6fffe;
}
.hover-washed-green:focus,
.hover-washed-green:hover {
  color: #e8fdf5;
}
.hover-washed-yellow:focus,
.hover-washed-yellow:hover {
  color: #fffceb;
}
.hover-washed-red:focus,
.hover-washed-red:hover {
  color: #ffdfdf;
}
.hover-bg-dark-red:focus,
.hover-bg-dark-red:hover {
  background-color: #e7040f;
}
.hover-bg-red:focus,
.hover-bg-red:hover {
  background-color: #ff4136;
}
.hover-bg-light-red:focus,
.hover-bg-light-red:hover {
  background-color: #ff725c;
}
.hover-bg-orange:focus,
.hover-bg-orange:hover {
  background-color: #ff6300;
}
.hover-bg-gold:focus,
.hover-bg-gold:hover {
  background-color: #ffb700;
}
.hover-bg-yellow:focus,
.hover-bg-yellow:hover {
  background-color: gold;
}
.hover-bg-light-yellow:focus,
.hover-bg-light-yellow:hover {
  background-color: #fbf1a9;
}
.hover-bg-purple:focus,
.hover-bg-purple:hover {
  background-color: #5e2ca5;
}
.hover-bg-light-purple:focus,
.hover-bg-light-purple:hover {
  background-color: #a463f2;
}
.hover-bg-dark-pink:focus,
.hover-bg-dark-pink:hover {
  background-color: #d5008f;
}
.hover-bg-hot-pink:focus,
.hover-bg-hot-pink:hover {
  background-color: #ff41b4;
}
.hover-bg-pink:focus,
.hover-bg-pink:hover {
  background-color: #ff80cc;
}
.hover-bg-light-pink:focus,
.hover-bg-light-pink:hover {
  background-color: #ffa3d7;
}
.hover-bg-dark-green:focus,
.hover-bg-dark-green:hover {
  background-color: #137752;
}
.hover-bg-green:focus,
.hover-bg-green:hover {
  background-color: #19a974;
}
.hover-bg-light-green:focus,
.hover-bg-light-green:hover {
  background-color: #9eebcf;
}
.hover-bg-navy:focus,
.hover-bg-navy:hover {
  background-color: #001b44;
}
.hover-bg-dark-blue:focus,
.hover-bg-dark-blue:hover {
  background-color: #00449e;
}
.hover-bg-blue:focus,
.hover-bg-blue:hover {
  background-color: #357edd;
}
.hover-bg-light-blue:focus,
.hover-bg-light-blue:hover {
  background-color: #96ccff;
}
.hover-bg-lightest-blue:focus,
.hover-bg-lightest-blue:hover {
  background-color: #cdecff;
}
.hover-bg-washed-blue:focus,
.hover-bg-washed-blue:hover {
  background-color: #f6fffe;
}
.hover-bg-washed-green:focus,
.hover-bg-washed-green:hover {
  background-color: #e8fdf5;
}
.hover-bg-washed-yellow:focus,
.hover-bg-washed-yellow:hover {
  background-color: #fffceb;
}
.hover-bg-washed-red:focus,
.hover-bg-washed-red:hover {
  background-color: #ffdfdf;
}
.hover-bg-inherit:focus,
.hover-bg-inherit:hover {
  background-color: inherit;
}
.pa0 {
  padding: 0;
}
.pa1 {
  padding: 0.25rem;
}
.pa2 {
  padding: 0.5rem;
}
.pa3 {
  padding: 1rem;
}
.pa4 {
  padding: 2rem;
}
.pa5 {
  padding: 4rem;
}
.pa6 {
  padding: 8rem;
}
.pa7 {
  padding: 16rem;
}
.pl0 {
  padding-left: 0;
}
.pl1 {
  padding-left: 0.25rem;
}
.pl2 {
  padding-left: 0.5rem;
}
.pl3 {
  padding-left: 1rem;
}
.pl4 {
  padding-left: 2rem;
}
.pl5 {
  padding-left: 4rem;
}
.pl6 {
  padding-left: 8rem;
}
.pl7 {
  padding-left: 16rem;
}
.pr0 {
  padding-right: 0;
}
.pr1 {
  padding-right: 0.25rem;
}
.pr2 {
  padding-right: 0.5rem;
}
.pr3 {
  padding-right: 1rem;
}
.pr4 {
  padding-right: 2rem;
}
.pr5 {
  padding-right: 4rem;
}
.pr6 {
  padding-right: 8rem;
}
.pr7 {
  padding-right: 16rem;
}
.pb0 {
  padding-bottom: 0;
}
.pb1 {
  padding-bottom: 0.25rem;
}
.pb2 {
  padding-bottom: 0.5rem;
}
.pb3 {
  padding-bottom: 1rem;
}
.pb4 {
  padding-bottom: 2rem;
}
.pb5 {
  padding-bottom: 4rem;
}
.pb6 {
  padding-bottom: 8rem;
}
.pb7 {
  padding-bottom: 16rem;
}
.pt0 {
  padding-top: 0;
}
.pt1 {
  padding-top: 0.25rem;
}
.pt2 {
  padding-top: 0.5rem;
}
.pt3 {
  padding-top: 1rem;
}
.pt4 {
  padding-top: 2rem;
}
.pt5 {
  padding-top: 4rem;
}
.pt6 {
  padding-top: 8rem;
}
.pt7 {
  padding-top: 16rem;
}
.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.ph0 {
  padding-left: 0;
  padding-right: 0;
}
.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.ma0 {
  margin: 0;
}
.ma1 {
  margin: 0.25rem;
}
.ma2 {
  margin: 0.5rem;
}
.ma3 {
  margin: 1rem;
}
.ma4 {
  margin: 2rem;
}
.ma5 {
  margin: 4rem;
}
.ma6 {
  margin: 8rem;
}
.ma7 {
  margin: 16rem;
}
.ml0 {
  margin-left: 0;
}
.ml1 {
  margin-left: 0.25rem;
}
.ml2 {
  margin-left: 0.5rem;
}
.ml3 {
  margin-left: 1rem;
}
.ml4 {
  margin-left: 2rem;
}
.ml5 {
  margin-left: 4rem;
}
.ml6 {
  margin-left: 8rem;
}
.ml7 {
  margin-left: 16rem;
}
.mr0 {
  margin-right: 0;
}
.mr1 {
  margin-right: 0.25rem;
}
.mr2 {
  margin-right: 0.5rem;
}
.mr3 {
  margin-right: 1rem;
}
.mr4 {
  margin-right: 2rem;
}
.mr5 {
  margin-right: 4rem;
}
.mr6 {
  margin-right: 8rem;
}
.mr7 {
  margin-right: 16rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 0.25rem;
}
.mb2 {
  margin-bottom: 0.5rem;
}
.mb3 {
  margin-bottom: 1rem;
}
.mb4 {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 4rem;
}
.mb6 {
  margin-bottom: 8rem;
}
.mb7 {
  margin-bottom: 16rem;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 0.25rem;
}
.mt2 {
  margin-top: 0.5rem;
}
.mt3 {
  margin-top: 1rem;
}
.mt4 {
  margin-top: 2rem;
}
.mt5 {
  margin-top: 4rem;
}
.mt6 {
  margin-top: 8rem;
}
.mt7 {
  margin-top: 16rem;
}
.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.mh0 {
  margin-left: 0;
  margin-right: 0;
}
.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.na1 {
  margin: -0.25rem;
}
.na2 {
  margin: -0.5rem;
}
.na3 {
  margin: -1rem;
}
.na4 {
  margin: -2rem;
}
.na5 {
  margin: -4rem;
}
.na6 {
  margin: -8rem;
}
.na7 {
  margin: -16rem;
}
.nl1 {
  margin-left: -0.25rem;
}
.nl2 {
  margin-left: -0.5rem;
}
.nl3 {
  margin-left: -1rem;
}
.nl4 {
  margin-left: -2rem;
}
.nl5 {
  margin-left: -4rem;
}
.nl6 {
  margin-left: -8rem;
}
.nl7 {
  margin-left: -16rem;
}
.nr1 {
  margin-right: -0.25rem;
}
.nr2 {
  margin-right: -0.5rem;
}
.nr3 {
  margin-right: -1rem;
}
.nr4 {
  margin-right: -2rem;
}
.nr5 {
  margin-right: -4rem;
}
.nr6 {
  margin-right: -8rem;
}
.nr7 {
  margin-right: -16rem;
}
.nb1 {
  margin-bottom: -0.25rem;
}
.nb2 {
  margin-bottom: -0.5rem;
}
.nb3 {
  margin-bottom: -1rem;
}
.nb4 {
  margin-bottom: -2rem;
}
.nb5 {
  margin-bottom: -4rem;
}
.nb6 {
  margin-bottom: -8rem;
}
.nb7 {
  margin-bottom: -16rem;
}
.nt1 {
  margin-top: -0.25rem;
}
.nt2 {
  margin-top: -0.5rem;
}
.nt3 {
  margin-top: -1rem;
}
.nt4 {
  margin-top: -2rem;
}
.nt5 {
  margin-top: -4rem;
}
.nt6 {
  margin-top: -8rem;
}
.nt7 {
  margin-top: -16rem;
}
.collapse {
  border-collapse: collapse;
  border-spacing: 0;
}
.striped--light-silver:nth-child(odd) {
  background-color: #aaa;
}
.striped--moon-gray:nth-child(odd) {
  background-color: #ccc;
}
.striped--light-gray:nth-child(odd) {
  background-color: #eee;
}
.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4;
}
.stripe-light:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
.strike {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.ttc {
  text-transform: capitalize;
}
.ttl {
  text-transform: lowercase;
}
.ttu {
  text-transform: uppercase;
}
.ttn {
  text-transform: none;
}
.f-6,
.f-headline {
  font-size: 6rem;
}
.f-5,
.f-subheadline {
  font-size: 5rem;
}
.f1 {
  font-size: 3rem;
}
.f2 {
  font-size: 2.25rem;
}
.f3 {
  font-size: 1.5rem;
}
.f4 {
  font-size: 1.25rem;
}
.f5 {
  font-size: 1rem;
}
.f6 {
  font-size: 0.875rem;
}
.f7 {
  font-size: 0.75rem;
}
.measure {
  max-width: 30em;
}
.measure-wide {
  max-width: 34em;
}
.measure-narrow {
  max-width: 20em;
}
.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
.small-caps {
  font-variant: small-caps;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-container {
  overflow-y: scroll;
}
.center {
  margin-left: auto;
}
.center,
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.clip {
  position: fixed!important;
  _position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ws-normal {
  white-space: normal;
}
.nowrap {
  white-space: nowrap;
}
.pre {
  white-space: pre;
}
.v-base {
  vertical-align: baseline;
}
.v-mid {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
}
.v-btm {
  vertical-align: bottom;
}
.dim {
  opacity: 1;
}
.dim,
.dim:focus,
.dim:hover {
  transition: opacity 0.15s ease-in;
}
.dim:focus,
.dim:hover {
  opacity: 0.5;
}
.dim:active {
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}
.glow,
.glow:focus,
.glow:hover {
  transition: opacity 0.15s ease-in;
}
.glow:focus,
.glow:hover {
  opacity: 1;
}
.hide-child .child {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.hide-child:active .child,
.hide-child:focus .child,
.hide-child:hover .child {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}
.underline-hover:focus,
.underline-hover:hover {
  text-decoration: underline;
}
.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.grow:focus,
.grow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.grow:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.grow-large:focus,
.grow-large:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.grow-large:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.pointer:hover,
.shadow-hover {
  cursor: pointer;
}
.shadow-hover {
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shadow-hover:after {
  content: "";
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shadow-hover:focus:after,
.shadow-hover:hover:after {
  opacity: 1;
}
.bg-animate,
.bg-animate:focus,
.bg-animate:hover {
  transition: background-color 0.15s ease-in-out;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-999 {
  z-index: 999;
}
.z-9999 {
  z-index: 9999;
}
.z-max {
  z-index: 2147483647;
}
.z-inherit {
  z-index: inherit;
}
.z-initial {
  z-index: auto;
}
.z-unset {
  z-index: unset;
}
.nested-copy-line-height ol,
.nested-copy-line-height p,
.nested-copy-line-height ul {
  line-height: 1.5;
}
.nested-headline-line-height h1,
.nested-headline-line-height h2,
.nested-headline-line-height h3,
.nested-headline-line-height h4,
.nested-headline-line-height h5,
.nested-headline-line-height h6 {
  line-height: 1.25;
}
.nested-list-reset ol,
.nested-list-reset ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
.nested-copy-indent p + p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
.nested-copy-seperator p + p {
  margin-top: 1.5em;
}
.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.nested-links a {
  color: #357edd;
  transition: color 0.15s ease-in;
}
.nested-links a:focus,
.nested-links a:hover {
  color: #96ccff;
  transition: color 0.15s ease-in;
}
.debug * {
  outline: 1px solid gold;
}
.debug-white * {
  outline: 1px solid #fff;
}
.debug-black * {
  outline: 1px solid #000;
}
.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0;
}
.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0;
}
.debug-grid-8-solid {
  background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0;
}
.debug-grid-16-solid {
  background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0;
}
@media screen and (min-width: 30em) {
  .aspect-ratio-ns {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-ns {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-ns {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-ns {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-ns {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-ns {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-ns {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-ns {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-ns {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-ns {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-ns {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-ns {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-ns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-ns {
    background-size: cover !important;
  }
  .contain-ns {
    background-size: contain !important;
  }
  .bg-center-ns {
    background-position: 50%;
  }
  .bg-center-ns,
  .bg-top-ns {
    background-repeat: no-repeat;
  }
  .bg-top-ns {
    background-position: top;
  }
  .bg-right-ns {
    background-position: 100%;
  }
  .bg-bottom-ns,
  .bg-right-ns {
    background-repeat: no-repeat;
  }
  .bg-bottom-ns {
    background-position: bottom;
  }
  .bg-left-ns {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-ns {
    outline: 1px solid;
  }
  .outline-transparent-ns {
    outline: 1px solid transparent;
  }
  .outline-0-ns {
    outline: 0;
  }
  .ba-ns {
    border-style: solid;
    border-width: 1px;
  }
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-ns {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-ns {
    border-style: none;
    border-width: 0;
  }
  .br0-ns {
    border-radius: 0;
  }
  .br1-ns {
    border-radius: 0.125rem;
  }
  .br2-ns {
    border-radius: 0.25rem;
  }
  .br3-ns {
    border-radius: 0.5rem;
  }
  .br4-ns {
    border-radius: 1rem;
  }
  .br-100-ns {
    border-radius: 100%;
  }
  .br-pill-ns {
    border-radius: 9999px;
  }
  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-ns {
    border-bottom-right-radius: 0;
  }
  .br--right-ns,
  .br--top-ns {
    border-bottom-left-radius: 0;
  }
  .br--right-ns {
    border-top-left-radius: 0;
  }
  .br--left-ns {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-ns {
    border-style: dotted;
  }
  .b--dashed-ns {
    border-style: dashed;
  }
  .b--solid-ns {
    border-style: solid;
  }
  .b--none-ns {
    border-style: none;
  }
  .bw0-ns {
    border-width: 0;
  }
  .bw1-ns {
    border-width: 0.125rem;
  }
  .bw2-ns {
    border-width: 0.25rem;
  }
  .bw3-ns {
    border-width: 0.5rem;
  }
  .bw4-ns {
    border-width: 1rem;
  }
  .bw5-ns {
    border-width: 2rem;
  }
  .bt-0-ns {
    border-top-width: 0;
  }
  .br-0-ns {
    border-right-width: 0;
  }
  .bb-0-ns {
    border-bottom-width: 0;
  }
  .bl-0-ns {
    border-left-width: 0;
  }
  .shadow-1-ns {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-ns {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-ns {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-ns {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-ns {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-ns {
    top: 0;
  }
  .left-0-ns {
    left: 0;
  }
  .right-0-ns {
    right: 0;
  }
  .bottom-0-ns {
    bottom: 0;
  }
  .top-1-ns {
    top: 1rem;
  }
  .left-1-ns {
    left: 1rem;
  }
  .right-1-ns {
    right: 1rem;
  }
  .bottom-1-ns {
    bottom: 1rem;
  }
  .top-2-ns {
    top: 2rem;
  }
  .left-2-ns {
    left: 2rem;
  }
  .right-2-ns {
    right: 2rem;
  }
  .bottom-2-ns {
    bottom: 2rem;
  }
  .top--1-ns {
    top: -1rem;
  }
  .right--1-ns {
    right: -1rem;
  }
  .bottom--1-ns {
    bottom: -1rem;
  }
  .left--1-ns {
    left: -1rem;
  }
  .top--2-ns {
    top: -2rem;
  }
  .right--2-ns {
    right: -2rem;
  }
  .bottom--2-ns {
    bottom: -2rem;
  }
  .left--2-ns {
    left: -2rem;
  }
  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-ns {
    clear: left;
  }
  .cr-ns {
    clear: right;
  }
  .cb-ns {
    clear: both;
  }
  .cn-ns {
    clear: none;
  }
  .dn-ns {
    display: none;
  }
  .di-ns {
    display: inline;
  }
  .db-ns {
    display: block;
  }
  .dib-ns {
    display: inline-block;
  }
  .dit-ns {
    display: inline-table;
  }
  .dt-ns {
    display: table;
  }
  .dtc-ns {
    display: table-cell;
  }
  .dt-row-ns {
    display: table-row;
  }
  .dt-row-group-ns {
    display: table-row-group;
  }
  .dt-column-ns {
    display: table-column;
  }
  .dt-column-group-ns {
    display: table-column-group;
  }
  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%;
  }
  .flex-ns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-ns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-ns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-ns {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-ns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-ns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-ns {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-ns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-ns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-ns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-ns {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-ns {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-ns {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-ns {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-ns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-ns {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-ns {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-ns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-ns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-ns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-ns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-ns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-ns {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-ns {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-ns {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-ns {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-ns {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-ns {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-ns {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-ns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-ns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-ns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-ns {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-ns {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-ns {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-ns {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-ns {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-ns {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-ns {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-ns {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-ns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-ns {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-ns {
    float: left;
  }
  .fl-ns,
  .fr-ns {
    display: inline;
  }
  .fr-ns {
    float: right;
  }
  .fn-ns {
    float: none;
  }
  .i-ns {
    font-style: italic;
  }
  .fs-normal-ns {
    font-style: normal;
  }
  .normal-ns {
    font-weight: 400;
  }
  .b-ns {
    font-weight: 700;
  }
  .fw1-ns {
    font-weight: 100;
  }
  .fw2-ns {
    font-weight: 200;
  }
  .fw3-ns {
    font-weight: 300;
  }
  .fw4-ns {
    font-weight: 400;
  }
  .fw5-ns {
    font-weight: 500;
  }
  .fw6-ns {
    font-weight: 600;
  }
  .fw7-ns {
    font-weight: 700;
  }
  .fw8-ns {
    font-weight: 800;
  }
  .fw9-ns {
    font-weight: 900;
  }
  .h1-ns {
    height: 1rem;
  }
  .h2-ns {
    height: 2rem;
  }
  .h3-ns {
    height: 4rem;
  }
  .h4-ns {
    height: 8rem;
  }
  .h5-ns {
    height: 16rem;
  }
  .h-25-ns {
    height: 25%;
  }
  .h-50-ns {
    height: 50%;
  }
  .h-75-ns {
    height: 75%;
  }
  .h-100-ns {
    height: 100%;
  }
  .min-h-100-ns {
    min-height: 100%;
  }
  .vh-25-ns {
    height: 25vh;
  }
  .vh-50-ns {
    height: 50vh;
  }
  .vh-75-ns {
    height: 75vh;
  }
  .vh-100-ns {
    height: 100vh;
  }
  .min-vh-100-ns {
    min-height: 100vh;
  }
  .h-auto-ns {
    height: auto;
  }
  .h-inherit-ns {
    height: inherit;
  }
  .tracked-ns {
    letter-spacing: 0.1em;
  }
  .tracked-tight-ns {
    letter-spacing: -0.05em;
  }
  .tracked-mega-ns {
    letter-spacing: 0.25em;
  }
  .lh-solid-ns {
    line-height: 1;
  }
  .lh-title-ns {
    line-height: 1.25;
  }
  .lh-copy-ns {
    line-height: 1.5;
  }
  .mw-100-ns {
    max-width: 100%;
  }
  .mw1-ns {
    max-width: 1rem;
  }
  .mw2-ns {
    max-width: 2rem;
  }
  .mw3-ns {
    max-width: 4rem;
  }
  .mw4-ns {
    max-width: 8rem;
  }
  .mw5-ns {
    max-width: 16rem;
  }
  .mw6-ns {
    max-width: 32rem;
  }
  .mw7-ns {
    max-width: 48rem;
  }
  .mw8-ns {
    max-width: 64rem;
  }
  .mw9-ns {
    max-width: 96rem;
  }
  .mw-none-ns {
    max-width: none;
  }
  .w1-ns {
    width: 1rem;
  }
  .w2-ns {
    width: 2rem;
  }
  .w3-ns {
    width: 4rem;
  }
  .w4-ns {
    width: 8rem;
  }
  .w5-ns {
    width: 16rem;
  }
  .w-10-ns {
    width: 10%;
  }
  .w-20-ns {
    width: 20%;
  }
  .w-25-ns {
    width: 25%;
  }
  .w-30-ns {
    width: 30%;
  }
  .w-33-ns {
    width: 33%;
  }
  .w-34-ns {
    width: 34%;
  }
  .w-40-ns {
    width: 40%;
  }
  .w-50-ns {
    width: 50%;
  }
  .w-60-ns {
    width: 60%;
  }
  .w-70-ns {
    width: 70%;
  }
  .w-75-ns {
    width: 75%;
  }
  .w-80-ns {
    width: 80%;
  }
  .w-90-ns {
    width: 90%;
  }
  .w-100-ns {
    width: 100%;
  }
  .w-third-ns {
    width: 33.33333%;
  }
  .w-two-thirds-ns {
    width: 66.66667%;
  }
  .w-auto-ns {
    width: auto;
  }
  .overflow-visible-ns {
    overflow: visible;
  }
  .overflow-hidden-ns {
    overflow: hidden;
  }
  .overflow-scroll-ns {
    overflow: scroll;
  }
  .overflow-auto-ns {
    overflow: auto;
  }
  .overflow-x-visible-ns {
    overflow-x: visible;
  }
  .overflow-x-hidden-ns {
    overflow-x: hidden;
  }
  .overflow-x-scroll-ns {
    overflow-x: scroll;
  }
  .overflow-x-auto-ns {
    overflow-x: auto;
  }
  .overflow-y-visible-ns {
    overflow-y: visible;
  }
  .overflow-y-hidden-ns {
    overflow-y: hidden;
  }
  .overflow-y-scroll-ns {
    overflow-y: scroll;
  }
  .overflow-y-auto-ns {
    overflow-y: auto;
  }
  .static-ns {
    position: static;
  }
  .relative-ns {
    position: relative;
  }
  .absolute-ns {
    position: absolute;
  }
  .fixed-ns {
    position: fixed;
  }
  .rotate-45-ns {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-ns {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-ns {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-ns {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-ns {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-ns {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-ns {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-ns {
    padding: 0;
  }
  .pa1-ns {
    padding: 0.25rem;
  }
  .pa2-ns {
    padding: 0.5rem;
  }
  .pa3-ns {
    padding: 1rem;
  }
  .pa4-ns {
    padding: 2rem;
  }
  .pa5-ns {
    padding: 4rem;
  }
  .pa6-ns {
    padding: 8rem;
  }
  .pa7-ns {
    padding: 16rem;
  }
  .pl0-ns {
    padding-left: 0;
  }
  .pl1-ns {
    padding-left: 0.25rem;
  }
  .pl2-ns {
    padding-left: 0.5rem;
  }
  .pl3-ns {
    padding-left: 1rem;
  }
  .pl4-ns {
    padding-left: 2rem;
  }
  .pl5-ns {
    padding-left: 4rem;
  }
  .pl6-ns {
    padding-left: 8rem;
  }
  .pl7-ns {
    padding-left: 16rem;
  }
  .pr0-ns {
    padding-right: 0;
  }
  .pr1-ns {
    padding-right: 0.25rem;
  }
  .pr2-ns {
    padding-right: 0.5rem;
  }
  .pr3-ns {
    padding-right: 1rem;
  }
  .pr4-ns {
    padding-right: 2rem;
  }
  .pr5-ns {
    padding-right: 4rem;
  }
  .pr6-ns {
    padding-right: 8rem;
  }
  .pr7-ns {
    padding-right: 16rem;
  }
  .pb0-ns {
    padding-bottom: 0;
  }
  .pb1-ns {
    padding-bottom: 0.25rem;
  }
  .pb2-ns {
    padding-bottom: 0.5rem;
  }
  .pb3-ns {
    padding-bottom: 1rem;
  }
  .pb4-ns {
    padding-bottom: 2rem;
  }
  .pb5-ns {
    padding-bottom: 4rem;
  }
  .pb6-ns {
    padding-bottom: 8rem;
  }
  .pb7-ns {
    padding-bottom: 16rem;
  }
  .pt0-ns {
    padding-top: 0;
  }
  .pt1-ns {
    padding-top: 0.25rem;
  }
  .pt2-ns {
    padding-top: 0.5rem;
  }
  .pt3-ns {
    padding-top: 1rem;
  }
  .pt4-ns {
    padding-top: 2rem;
  }
  .pt5-ns {
    padding-top: 4rem;
  }
  .pt6-ns {
    padding-top: 8rem;
  }
  .pt7-ns {
    padding-top: 16rem;
  }
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-ns {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-ns {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-ns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-ns {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-ns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-ns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-ns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-ns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-ns {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-ns {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-ns {
    margin: 0;
  }
  .ma1-ns {
    margin: 0.25rem;
  }
  .ma2-ns {
    margin: 0.5rem;
  }
  .ma3-ns {
    margin: 1rem;
  }
  .ma4-ns {
    margin: 2rem;
  }
  .ma5-ns {
    margin: 4rem;
  }
  .ma6-ns {
    margin: 8rem;
  }
  .ma7-ns {
    margin: 16rem;
  }
  .ml0-ns {
    margin-left: 0;
  }
  .ml1-ns {
    margin-left: 0.25rem;
  }
  .ml2-ns {
    margin-left: 0.5rem;
  }
  .ml3-ns {
    margin-left: 1rem;
  }
  .ml4-ns {
    margin-left: 2rem;
  }
  .ml5-ns {
    margin-left: 4rem;
  }
  .ml6-ns {
    margin-left: 8rem;
  }
  .ml7-ns {
    margin-left: 16rem;
  }
  .mr0-ns {
    margin-right: 0;
  }
  .mr1-ns {
    margin-right: 0.25rem;
  }
  .mr2-ns {
    margin-right: 0.5rem;
  }
  .mr3-ns {
    margin-right: 1rem;
  }
  .mr4-ns {
    margin-right: 2rem;
  }
  .mr5-ns {
    margin-right: 4rem;
  }
  .mr6-ns {
    margin-right: 8rem;
  }
  .mr7-ns {
    margin-right: 16rem;
  }
  .mb0-ns {
    margin-bottom: 0;
  }
  .mb1-ns {
    margin-bottom: 0.25rem;
  }
  .mb2-ns {
    margin-bottom: 0.5rem;
  }
  .mb3-ns {
    margin-bottom: 1rem;
  }
  .mb4-ns {
    margin-bottom: 2rem;
  }
  .mb5-ns {
    margin-bottom: 4rem;
  }
  .mb6-ns {
    margin-bottom: 8rem;
  }
  .mb7-ns {
    margin-bottom: 16rem;
  }
  .mt0-ns {
    margin-top: 0;
  }
  .mt1-ns {
    margin-top: 0.25rem;
  }
  .mt2-ns {
    margin-top: 0.5rem;
  }
  .mt3-ns {
    margin-top: 1rem;
  }
  .mt4-ns {
    margin-top: 2rem;
  }
  .mt5-ns {
    margin-top: 4rem;
  }
  .mt6-ns {
    margin-top: 8rem;
  }
  .mt7-ns {
    margin-top: 16rem;
  }
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-ns {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-ns {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-ns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-ns {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-ns {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-ns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-ns {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-ns {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-ns {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-ns {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-ns {
    margin: -0.25rem;
  }
  .na2-ns {
    margin: -0.5rem;
  }
  .na3-ns {
    margin: -1rem;
  }
  .na4-ns {
    margin: -2rem;
  }
  .na5-ns {
    margin: -4rem;
  }
  .na6-ns {
    margin: -8rem;
  }
  .na7-ns {
    margin: -16rem;
  }
  .nl1-ns {
    margin-left: -0.25rem;
  }
  .nl2-ns {
    margin-left: -0.5rem;
  }
  .nl3-ns {
    margin-left: -1rem;
  }
  .nl4-ns {
    margin-left: -2rem;
  }
  .nl5-ns {
    margin-left: -4rem;
  }
  .nl6-ns {
    margin-left: -8rem;
  }
  .nl7-ns {
    margin-left: -16rem;
  }
  .nr1-ns {
    margin-right: -0.25rem;
  }
  .nr2-ns {
    margin-right: -0.5rem;
  }
  .nr3-ns {
    margin-right: -1rem;
  }
  .nr4-ns {
    margin-right: -2rem;
  }
  .nr5-ns {
    margin-right: -4rem;
  }
  .nr6-ns {
    margin-right: -8rem;
  }
  .nr7-ns {
    margin-right: -16rem;
  }
  .nb1-ns {
    margin-bottom: -0.25rem;
  }
  .nb2-ns {
    margin-bottom: -0.5rem;
  }
  .nb3-ns {
    margin-bottom: -1rem;
  }
  .nb4-ns {
    margin-bottom: -2rem;
  }
  .nb5-ns {
    margin-bottom: -4rem;
  }
  .nb6-ns {
    margin-bottom: -8rem;
  }
  .nb7-ns {
    margin-bottom: -16rem;
  }
  .nt1-ns {
    margin-top: -0.25rem;
  }
  .nt2-ns {
    margin-top: -0.5rem;
  }
  .nt3-ns {
    margin-top: -1rem;
  }
  .nt4-ns {
    margin-top: -2rem;
  }
  .nt5-ns {
    margin-top: -4rem;
  }
  .nt6-ns {
    margin-top: -8rem;
  }
  .nt7-ns {
    margin-top: -16rem;
  }
  .strike-ns {
    text-decoration: line-through;
  }
  .underline-ns {
    text-decoration: underline;
  }
  .no-underline-ns {
    text-decoration: none;
  }
  .tl-ns {
    text-align: left;
  }
  .tr-ns {
    text-align: right;
  }
  .tc-ns {
    text-align: center;
  }
  .tj-ns {
    text-align: justify;
  }
  .ttc-ns {
    text-transform: capitalize;
  }
  .ttl-ns {
    text-transform: lowercase;
  }
  .ttu-ns {
    text-transform: uppercase;
  }
  .ttn-ns {
    text-transform: none;
  }
  .f-6-ns,
  .f-headline-ns {
    font-size: 6rem;
  }
  .f-5-ns,
  .f-subheadline-ns {
    font-size: 5rem;
  }
  .f1-ns {
    font-size: 3rem;
  }
  .f2-ns {
    font-size: 2.25rem;
  }
  .f3-ns {
    font-size: 1.5rem;
  }
  .f4-ns {
    font-size: 1.25rem;
  }
  .f5-ns {
    font-size: 1rem;
  }
  .f6-ns {
    font-size: 0.875rem;
  }
  .f7-ns {
    font-size: 0.75rem;
  }
  .measure-ns {
    max-width: 30em;
  }
  .measure-wide-ns {
    max-width: 34em;
  }
  .measure-narrow-ns {
    max-width: 20em;
  }
  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-ns {
    font-variant: small-caps;
  }
  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-ns {
    margin-left: auto;
  }
  .center-ns,
  .mr-auto-ns {
    margin-right: auto;
  }
  .ml-auto-ns {
    margin-left: auto;
  }
  .clip-ns {
    position: fixed!important;
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-ns {
    white-space: normal;
  }
  .nowrap-ns {
    white-space: nowrap;
  }
  .pre-ns {
    white-space: pre;
  }
  .v-base-ns {
    vertical-align: baseline;
  }
  .v-mid-ns {
    vertical-align: middle;
  }
  .v-top-ns {
    vertical-align: top;
  }
  .v-btm-ns {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-m {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-m {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-m {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-m {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-m {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-m {
    background-size: cover !important;
  }
  .contain-m {
    background-size: contain !important;
  }
  .bg-center-m {
    background-position: 50%;
  }
  .bg-center-m,
  .bg-top-m {
    background-repeat: no-repeat;
  }
  .bg-top-m {
    background-position: top;
  }
  .bg-right-m {
    background-position: 100%;
  }
  .bg-bottom-m,
  .bg-right-m {
    background-repeat: no-repeat;
  }
  .bg-bottom-m {
    background-position: bottom;
  }
  .bg-left-m {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-m {
    outline: 1px solid;
  }
  .outline-transparent-m {
    outline: 1px solid transparent;
  }
  .outline-0-m {
    outline: 0;
  }
  .ba-m {
    border-style: solid;
    border-width: 1px;
  }
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-m {
    border-style: none;
    border-width: 0;
  }
  .br0-m {
    border-radius: 0;
  }
  .br1-m {
    border-radius: 0.125rem;
  }
  .br2-m {
    border-radius: 0.25rem;
  }
  .br3-m {
    border-radius: 0.5rem;
  }
  .br4-m {
    border-radius: 1rem;
  }
  .br-100-m {
    border-radius: 100%;
  }
  .br-pill-m {
    border-radius: 9999px;
  }
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-m {
    border-bottom-right-radius: 0;
  }
  .br--right-m,
  .br--top-m {
    border-bottom-left-radius: 0;
  }
  .br--right-m {
    border-top-left-radius: 0;
  }
  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-m {
    border-style: dotted;
  }
  .b--dashed-m {
    border-style: dashed;
  }
  .b--solid-m {
    border-style: solid;
  }
  .b--none-m {
    border-style: none;
  }
  .bw0-m {
    border-width: 0;
  }
  .bw1-m {
    border-width: 0.125rem;
  }
  .bw2-m {
    border-width: 0.25rem;
  }
  .bw3-m {
    border-width: 0.5rem;
  }
  .bw4-m {
    border-width: 1rem;
  }
  .bw5-m {
    border-width: 2rem;
  }
  .bt-0-m {
    border-top-width: 0;
  }
  .br-0-m {
    border-right-width: 0;
  }
  .bb-0-m {
    border-bottom-width: 0;
  }
  .bl-0-m {
    border-left-width: 0;
  }
  .shadow-1-m {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-m {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-m {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-m {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-m {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-m {
    top: 0;
  }
  .left-0-m {
    left: 0;
  }
  .right-0-m {
    right: 0;
  }
  .bottom-0-m {
    bottom: 0;
  }
  .top-1-m {
    top: 1rem;
  }
  .left-1-m {
    left: 1rem;
  }
  .right-1-m {
    right: 1rem;
  }
  .bottom-1-m {
    bottom: 1rem;
  }
  .top-2-m {
    top: 2rem;
  }
  .left-2-m {
    left: 2rem;
  }
  .right-2-m {
    right: 2rem;
  }
  .bottom-2-m {
    bottom: 2rem;
  }
  .top--1-m {
    top: -1rem;
  }
  .right--1-m {
    right: -1rem;
  }
  .bottom--1-m {
    bottom: -1rem;
  }
  .left--1-m {
    left: -1rem;
  }
  .top--2-m {
    top: -2rem;
  }
  .right--2-m {
    right: -2rem;
  }
  .bottom--2-m {
    bottom: -2rem;
  }
  .left--2-m {
    left: -2rem;
  }
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-m {
    clear: left;
  }
  .cr-m {
    clear: right;
  }
  .cb-m {
    clear: both;
  }
  .cn-m {
    clear: none;
  }
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dib-m {
    display: inline-block;
  }
  .dit-m {
    display: inline-table;
  }
  .dt-m {
    display: table;
  }
  .dtc-m {
    display: table-cell;
  }
  .dt-row-m {
    display: table-row;
  }
  .dt-row-group-m {
    display: table-row-group;
  }
  .dt-column-m {
    display: table-column;
  }
  .dt-column-group-m {
    display: table-column-group;
  }
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
  .flex-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-m {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-m {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-m {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-m,
  .flex-row-m {
    -webkit-box-direction: normal;
  }
  .flex-row-m {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-m {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-m {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-m {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-m {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-m {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-m {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-m {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-m {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-m {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-m {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-m {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-m {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-m {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-m {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-m {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-m {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-m {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-m {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-m {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-m {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-m {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-m {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-m {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-m {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-m {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-m {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-m {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-m {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-m {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-m {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-m {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-m {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-m {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-m {
    float: left;
  }
  .fl-m,
  .fr-m {
    display: inline;
  }
  .fr-m {
    float: right;
  }
  .fn-m {
    float: none;
  }
  .i-m {
    font-style: italic;
  }
  .fs-normal-m {
    font-style: normal;
  }
  .normal-m {
    font-weight: 400;
  }
  .b-m {
    font-weight: 700;
  }
  .fw1-m {
    font-weight: 100;
  }
  .fw2-m {
    font-weight: 200;
  }
  .fw3-m {
    font-weight: 300;
  }
  .fw4-m {
    font-weight: 400;
  }
  .fw5-m {
    font-weight: 500;
  }
  .fw6-m {
    font-weight: 600;
  }
  .fw7-m {
    font-weight: 700;
  }
  .fw8-m {
    font-weight: 800;
  }
  .fw9-m {
    font-weight: 900;
  }
  .h1-m {
    height: 1rem;
  }
  .h2-m {
    height: 2rem;
  }
  .h3-m {
    height: 4rem;
  }
  .h4-m {
    height: 8rem;
  }
  .h5-m {
    height: 16rem;
  }
  .h-25-m {
    height: 25%;
  }
  .h-50-m {
    height: 50%;
  }
  .h-75-m {
    height: 75%;
  }
  .h-100-m {
    height: 100%;
  }
  .min-h-100-m {
    min-height: 100%;
  }
  .vh-25-m {
    height: 25vh;
  }
  .vh-50-m {
    height: 50vh;
  }
  .vh-75-m {
    height: 75vh;
  }
  .vh-100-m {
    height: 100vh;
  }
  .min-vh-100-m {
    min-height: 100vh;
  }
  .h-auto-m {
    height: auto;
  }
  .h-inherit-m {
    height: inherit;
  }
  .tracked-m {
    letter-spacing: 0.1em;
  }
  .tracked-tight-m {
    letter-spacing: -0.05em;
  }
  .tracked-mega-m {
    letter-spacing: 0.25em;
  }
  .lh-solid-m {
    line-height: 1;
  }
  .lh-title-m {
    line-height: 1.25;
  }
  .lh-copy-m {
    line-height: 1.5;
  }
  .mw-100-m {
    max-width: 100%;
  }
  .mw1-m {
    max-width: 1rem;
  }
  .mw2-m {
    max-width: 2rem;
  }
  .mw3-m {
    max-width: 4rem;
  }
  .mw4-m {
    max-width: 8rem;
  }
  .mw5-m {
    max-width: 16rem;
  }
  .mw6-m {
    max-width: 32rem;
  }
  .mw7-m {
    max-width: 48rem;
  }
  .mw8-m {
    max-width: 64rem;
  }
  .mw9-m {
    max-width: 96rem;
  }
  .mw-none-m {
    max-width: none;
  }
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 4rem;
  }
  .w4-m {
    width: 8rem;
  }
  .w5-m {
    width: 16rem;
  }
  .w-10-m {
    width: 10%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-34-m {
    width: 34%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-third-m {
    width: 33.33333%;
  }
  .w-two-thirds-m {
    width: 66.66667%;
  }
  .w-auto-m {
    width: auto;
  }
  .overflow-visible-m {
    overflow: visible;
  }
  .overflow-hidden-m {
    overflow: hidden;
  }
  .overflow-scroll-m {
    overflow: scroll;
  }
  .overflow-auto-m {
    overflow: auto;
  }
  .overflow-x-visible-m {
    overflow-x: visible;
  }
  .overflow-x-hidden-m {
    overflow-x: hidden;
  }
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  .overflow-x-auto-m {
    overflow-x: auto;
  }
  .overflow-y-visible-m {
    overflow-y: visible;
  }
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
  .overflow-y-scroll-m {
    overflow-y: scroll;
  }
  .overflow-y-auto-m {
    overflow-y: auto;
  }
  .static-m {
    position: static;
  }
  .relative-m {
    position: relative;
  }
  .absolute-m {
    position: absolute;
  }
  .fixed-m {
    position: fixed;
  }
  .rotate-45-m {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-m {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-m {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-m {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-m {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-m {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-m {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-m {
    padding: 0;
  }
  .pa1-m {
    padding: 0.25rem;
  }
  .pa2-m {
    padding: 0.5rem;
  }
  .pa3-m {
    padding: 1rem;
  }
  .pa4-m {
    padding: 2rem;
  }
  .pa5-m {
    padding: 4rem;
  }
  .pa6-m {
    padding: 8rem;
  }
  .pa7-m {
    padding: 16rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl1-m {
    padding-left: 0.25rem;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl3-m {
    padding-left: 1rem;
  }
  .pl4-m {
    padding-left: 2rem;
  }
  .pl5-m {
    padding-left: 4rem;
  }
  .pl6-m {
    padding-left: 8rem;
  }
  .pl7-m {
    padding-left: 16rem;
  }
  .pr0-m {
    padding-right: 0;
  }
  .pr1-m {
    padding-right: 0.25rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 1rem;
  }
  .pr4-m {
    padding-right: 2rem;
  }
  .pr5-m {
    padding-right: 4rem;
  }
  .pr6-m {
    padding-right: 8rem;
  }
  .pr7-m {
    padding-right: 16rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  .pb3-m {
    padding-bottom: 1rem;
  }
  .pb4-m {
    padding-bottom: 2rem;
  }
  .pb5-m {
    padding-bottom: 4rem;
  }
  .pb6-m {
    padding-bottom: 8rem;
  }
  .pb7-m {
    padding-bottom: 16rem;
  }
  .pt0-m {
    padding-top: 0;
  }
  .pt1-m {
    padding-top: 0.25rem;
  }
  .pt2-m {
    padding-top: 0.5rem;
  }
  .pt3-m {
    padding-top: 1rem;
  }
  .pt4-m {
    padding-top: 2rem;
  }
  .pt5-m {
    padding-top: 4rem;
  }
  .pt6-m {
    padding-top: 8rem;
  }
  .pt7-m {
    padding-top: 16rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ma1-m {
    margin: 0.25rem;
  }
  .ma2-m {
    margin: 0.5rem;
  }
  .ma3-m {
    margin: 1rem;
  }
  .ma4-m {
    margin: 2rem;
  }
  .ma5-m {
    margin: 4rem;
  }
  .ma6-m {
    margin: 8rem;
  }
  .ma7-m {
    margin: 16rem;
  }
  .ml0-m {
    margin-left: 0;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml2-m {
    margin-left: 0.5rem;
  }
  .ml3-m {
    margin-left: 1rem;
  }
  .ml4-m {
    margin-left: 2rem;
  }
  .ml5-m {
    margin-left: 4rem;
  }
  .ml6-m {
    margin-left: 8rem;
  }
  .ml7-m {
    margin-left: 16rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 0.25rem;
  }
  .mr2-m {
    margin-right: 0.5rem;
  }
  .mr3-m {
    margin-right: 1rem;
  }
  .mr4-m {
    margin-right: 2rem;
  }
  .mr5-m {
    margin-right: 4rem;
  }
  .mr6-m {
    margin-right: 8rem;
  }
  .mr7-m {
    margin-right: 16rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 1rem;
  }
  .mb4-m {
    margin-bottom: 2rem;
  }
  .mb5-m {
    margin-bottom: 4rem;
  }
  .mb6-m {
    margin-bottom: 8rem;
  }
  .mb7-m {
    margin-bottom: 16rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt3-m {
    margin-top: 1rem;
  }
  .mt4-m {
    margin-top: 2rem;
  }
  .mt5-m {
    margin-top: 4rem;
  }
  .mt6-m {
    margin-top: 8rem;
  }
  .mt7-m {
    margin-top: 16rem;
  }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-m {
    margin: -0.25rem;
  }
  .na2-m {
    margin: -0.5rem;
  }
  .na3-m {
    margin: -1rem;
  }
  .na4-m {
    margin: -2rem;
  }
  .na5-m {
    margin: -4rem;
  }
  .na6-m {
    margin: -8rem;
  }
  .na7-m {
    margin: -16rem;
  }
  .nl1-m {
    margin-left: -0.25rem;
  }
  .nl2-m {
    margin-left: -0.5rem;
  }
  .nl3-m {
    margin-left: -1rem;
  }
  .nl4-m {
    margin-left: -2rem;
  }
  .nl5-m {
    margin-left: -4rem;
  }
  .nl6-m {
    margin-left: -8rem;
  }
  .nl7-m {
    margin-left: -16rem;
  }
  .nr1-m {
    margin-right: -0.25rem;
  }
  .nr2-m {
    margin-right: -0.5rem;
  }
  .nr3-m {
    margin-right: -1rem;
  }
  .nr4-m {
    margin-right: -2rem;
  }
  .nr5-m {
    margin-right: -4rem;
  }
  .nr6-m {
    margin-right: -8rem;
  }
  .nr7-m {
    margin-right: -16rem;
  }
  .nb1-m {
    margin-bottom: -0.25rem;
  }
  .nb2-m {
    margin-bottom: -0.5rem;
  }
  .nb3-m {
    margin-bottom: -1rem;
  }
  .nb4-m {
    margin-bottom: -2rem;
  }
  .nb5-m {
    margin-bottom: -4rem;
  }
  .nb6-m {
    margin-bottom: -8rem;
  }
  .nb7-m {
    margin-bottom: -16rem;
  }
  .nt1-m {
    margin-top: -0.25rem;
  }
  .nt2-m {
    margin-top: -0.5rem;
  }
  .nt3-m {
    margin-top: -1rem;
  }
  .nt4-m {
    margin-top: -2rem;
  }
  .nt5-m {
    margin-top: -4rem;
  }
  .nt6-m {
    margin-top: -8rem;
  }
  .nt7-m {
    margin-top: -16rem;
  }
  .strike-m {
    text-decoration: line-through;
  }
  .underline-m {
    text-decoration: underline;
  }
  .no-underline-m {
    text-decoration: none;
  }
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
  .tj-m {
    text-align: justify;
  }
  .ttc-m {
    text-transform: capitalize;
  }
  .ttl-m {
    text-transform: lowercase;
  }
  .ttu-m {
    text-transform: uppercase;
  }
  .ttn-m {
    text-transform: none;
  }
  .f-6-m,
  .f-headline-m {
    font-size: 6rem;
  }
  .f-5-m,
  .f-subheadline-m {
    font-size: 5rem;
  }
  .f1-m {
    font-size: 3rem;
  }
  .f2-m {
    font-size: 2.25rem;
  }
  .f3-m {
    font-size: 1.5rem;
  }
  .f4-m {
    font-size: 1.25rem;
  }
  .f5-m {
    font-size: 1rem;
  }
  .f6-m {
    font-size: 0.875rem;
  }
  .f7-m {
    font-size: 0.75rem;
  }
  .measure-m {
    max-width: 30em;
  }
  .measure-wide-m {
    max-width: 34em;
  }
  .measure-narrow-m {
    max-width: 20em;
  }
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-m {
    font-variant: small-caps;
  }
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-m {
    margin-left: auto;
  }
  .center-m,
  .mr-auto-m {
    margin-right: auto;
  }
  .ml-auto-m {
    margin-left: auto;
  }
  .clip-m {
    position: fixed!important;
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-m {
    white-space: normal;
  }
  .nowrap-m {
    white-space: nowrap;
  }
  .pre-m {
    white-space: pre;
  }
  .v-base-m {
    vertical-align: baseline;
  }
  .v-mid-m {
    vertical-align: middle;
  }
  .v-top-m {
    vertical-align: top;
  }
  .v-btm-m {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 60em) {
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-l {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-l {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-l {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-l {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-l {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-l {
    background-size: cover !important;
  }
  .contain-l {
    background-size: contain !important;
  }
  .bg-center-l {
    background-position: 50%;
  }
  .bg-center-l,
  .bg-top-l {
    background-repeat: no-repeat;
  }
  .bg-top-l {
    background-position: top;
  }
  .bg-right-l {
    background-position: 100%;
  }
  .bg-bottom-l,
  .bg-right-l {
    background-repeat: no-repeat;
  }
  .bg-bottom-l {
    background-position: bottom;
  }
  .bg-left-l {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-l {
    outline: 1px solid;
  }
  .outline-transparent-l {
    outline: 1px solid transparent;
  }
  .outline-0-l {
    outline: 0;
  }
  .ba-l {
    border-style: solid;
    border-width: 1px;
  }
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-l {
    border-style: none;
    border-width: 0;
  }
  .br0-l {
    border-radius: 0;
  }
  .br1-l {
    border-radius: 0.125rem;
  }
  .br2-l {
    border-radius: 0.25rem;
  }
  .br3-l {
    border-radius: 0.5rem;
  }
  .br4-l {
    border-radius: 1rem;
  }
  .br-100-l {
    border-radius: 100%;
  }
  .br-pill-l {
    border-radius: 9999px;
  }
  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-l {
    border-bottom-right-radius: 0;
  }
  .br--right-l,
  .br--top-l {
    border-bottom-left-radius: 0;
  }
  .br--right-l {
    border-top-left-radius: 0;
  }
  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-l {
    border-style: dotted;
  }
  .b--dashed-l {
    border-style: dashed;
  }
  .b--solid-l {
    border-style: solid;
  }
  .b--none-l {
    border-style: none;
  }
  .bw0-l {
    border-width: 0;
  }
  .bw1-l {
    border-width: 0.125rem;
  }
  .bw2-l {
    border-width: 0.25rem;
  }
  .bw3-l {
    border-width: 0.5rem;
  }
  .bw4-l {
    border-width: 1rem;
  }
  .bw5-l {
    border-width: 2rem;
  }
  .bt-0-l {
    border-top-width: 0;
  }
  .br-0-l {
    border-right-width: 0;
  }
  .bb-0-l {
    border-bottom-width: 0;
  }
  .bl-0-l {
    border-left-width: 0;
  }
  .shadow-1-l {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-l {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-l {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-l {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-l {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-l {
    top: 0;
  }
  .left-0-l {
    left: 0;
  }
  .right-0-l {
    right: 0;
  }
  .bottom-0-l {
    bottom: 0;
  }
  .top-1-l {
    top: 1rem;
  }
  .left-1-l {
    left: 1rem;
  }
  .right-1-l {
    right: 1rem;
  }
  .bottom-1-l {
    bottom: 1rem;
  }
  .top-2-l {
    top: 2rem;
  }
  .left-2-l {
    left: 2rem;
  }
  .right-2-l {
    right: 2rem;
  }
  .bottom-2-l {
    bottom: 2rem;
  }
  .top--1-l {
    top: -1rem;
  }
  .right--1-l {
    right: -1rem;
  }
  .bottom--1-l {
    bottom: -1rem;
  }
  .left--1-l {
    left: -1rem;
  }
  .top--2-l {
    top: -2rem;
  }
  .right--2-l {
    right: -2rem;
  }
  .bottom--2-l {
    bottom: -2rem;
  }
  .left--2-l {
    left: -2rem;
  }
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-l {
    clear: left;
  }
  .cr-l {
    clear: right;
  }
  .cb-l {
    clear: both;
  }
  .cn-l {
    clear: none;
  }
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .dib-l {
    display: inline-block;
  }
  .dit-l {
    display: inline-table;
  }
  .dt-l {
    display: table;
  }
  .dtc-l {
    display: table-cell;
  }
  .dt-row-l {
    display: table-row;
  }
  .dt-row-group-l {
    display: table-row-group;
  }
  .dt-column-l {
    display: table-column;
  }
  .dt-column-group-l {
    display: table-column-group;
  }
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
  .flex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-l {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .flex-column-l {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-l,
  .flex-row-l {
    -webkit-box-direction: normal;
  }
  .flex-row-l {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-l {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-l {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .items-start-l {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-l {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-l {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-l {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-l {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .self-start-l {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .self-end-l {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-center-l {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-l {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .self-stretch-l {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-l {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .content-start-l {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .content-end-l {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .content-center-l {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .content-between-l {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .content-around-l {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .content-stretch-l {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .order-0-l {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1-l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2-l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3-l {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4-l {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5-l {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6-l {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7-l {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8-l {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-last-l {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
  }
  .flex-grow-0-l {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-grow-1-l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink-0-l {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-shrink-1-l {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .fl-l {
    float: left;
  }
  .fl-l,
  .fr-l {
    display: inline;
  }
  .fr-l {
    float: right;
  }
  .fn-l {
    float: none;
  }
  .i-l {
    font-style: italic;
  }
  .fs-normal-l {
    font-style: normal;
  }
  .normal-l {
    font-weight: 400;
  }
  .b-l {
    font-weight: 700;
  }
  .fw1-l {
    font-weight: 100;
  }
  .fw2-l {
    font-weight: 200;
  }
  .fw3-l {
    font-weight: 300;
  }
  .fw4-l {
    font-weight: 400;
  }
  .fw5-l {
    font-weight: 500;
  }
  .fw6-l {
    font-weight: 600;
  }
  .fw7-l {
    font-weight: 700;
  }
  .fw8-l {
    font-weight: 800;
  }
  .fw9-l {
    font-weight: 900;
  }
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 4rem;
  }
  .h4-l {
    height: 8rem;
  }
  .h5-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .min-h-100-l {
    min-height: 100%;
  }
  .vh-25-l {
    height: 25vh;
  }
  .vh-50-l {
    height: 50vh;
  }
  .vh-75-l {
    height: 75vh;
  }
  .vh-100-l {
    height: 100vh;
  }
  .min-vh-100-l {
    min-height: 100vh;
  }
  .h-auto-l {
    height: auto;
  }
  .h-inherit-l {
    height: inherit;
  }
  .tracked-l {
    letter-spacing: 0.1em;
  }
  .tracked-tight-l {
    letter-spacing: -0.05em;
  }
  .tracked-mega-l {
    letter-spacing: 0.25em;
  }
  .lh-solid-l {
    line-height: 1;
  }
  .lh-title-l {
    line-height: 1.25;
  }
  .lh-copy-l {
    line-height: 1.5;
  }
  .mw-100-l {
    max-width: 100%;
  }
  .mw1-l {
    max-width: 1rem;
  }
  .mw2-l {
    max-width: 2rem;
  }
  .mw3-l {
    max-width: 4rem;
  }
  .mw4-l {
    max-width: 8rem;
  }
  .mw5-l {
    max-width: 16rem;
  }
  .mw6-l {
    max-width: 32rem;
  }
  .mw7-l {
    max-width: 48rem;
  }
  .mw8-l {
    max-width: 64rem;
  }
  .mw9-l {
    max-width: 96rem;
  }
  .mw-none-l {
    max-width: none;
  }
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 4rem;
  }
  .w4-l {
    width: 8rem;
  }
  .w5-l {
    width: 16rem;
  }
  .w-10-l {
    width: 10%;
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-33-l {
    width: 33%;
  }
  .w-34-l {
    width: 34%;
  }
  .w-40-l {
    width: 40%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-70-l {
    width: 70%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-third-l {
    width: 33.33333%;
  }
  .w-two-thirds-l {
    width: 66.66667%;
  }
  .w-auto-l {
    width: auto;
  }
  .overflow-visible-l {
    overflow: visible;
  }
  .overflow-hidden-l {
    overflow: hidden;
  }
  .overflow-scroll-l {
    overflow: scroll;
  }
  .overflow-auto-l {
    overflow: auto;
  }
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  .overflow-y-auto-l {
    overflow-y: auto;
  }
  .static-l {
    position: static;
  }
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .fixed-l {
    position: fixed;
  }
  .rotate-45-l {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-l {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-l {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-l {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-l {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-l {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-l {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-l {
    padding: 0;
  }
  .pa1-l {
    padding: 0.25rem;
  }
  .pa2-l {
    padding: 0.5rem;
  }
  .pa3-l {
    padding: 1rem;
  }
  .pa4-l {
    padding: 2rem;
  }
  .pa5-l {
    padding: 4rem;
  }
  .pa6-l {
    padding: 8rem;
  }
  .pa7-l {
    padding: 16rem;
  }
  .pl0-l {
    padding-left: 0;
  }
  .pl1-l {
    padding-left: 0.25rem;
  }
  .pl2-l {
    padding-left: 0.5rem;
  }
  .pl3-l {
    padding-left: 1rem;
  }
  .pl4-l {
    padding-left: 2rem;
  }
  .pl5-l {
    padding-left: 4rem;
  }
  .pl6-l {
    padding-left: 8rem;
  }
  .pl7-l {
    padding-left: 16rem;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pr2-l {
    padding-right: 0.5rem;
  }
  .pr3-l {
    padding-right: 1rem;
  }
  .pr4-l {
    padding-right: 2rem;
  }
  .pr5-l {
    padding-right: 4rem;
  }
  .pr6-l {
    padding-right: 8rem;
  }
  .pr7-l {
    padding-right: 16rem;
  }
  .pb0-l {
    padding-bottom: 0;
  }
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  .pb3-l {
    padding-bottom: 1rem;
  }
  .pb4-l {
    padding-bottom: 2rem;
  }
  .pb5-l {
    padding-bottom: 4rem;
  }
  .pb6-l {
    padding-bottom: 8rem;
  }
  .pb7-l {
    padding-bottom: 16rem;
  }
  .pt0-l {
    padding-top: 0;
  }
  .pt1-l {
    padding-top: 0.25rem;
  }
  .pt2-l {
    padding-top: 0.5rem;
  }
  .pt3-l {
    padding-top: 1rem;
  }
  .pt4-l {
    padding-top: 2rem;
  }
  .pt5-l {
    padding-top: 4rem;
  }
  .pt6-l {
    padding-top: 8rem;
  }
  .pt7-l {
    padding-top: 16rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-l {
    margin: 0;
  }
  .ma1-l {
    margin: 0.25rem;
  }
  .ma2-l {
    margin: 0.5rem;
  }
  .ma3-l {
    margin: 1rem;
  }
  .ma4-l {
    margin: 2rem;
  }
  .ma5-l {
    margin: 4rem;
  }
  .ma6-l {
    margin: 8rem;
  }
  .ma7-l {
    margin: 16rem;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 0.25rem;
  }
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml3-l {
    margin-left: 1rem;
  }
  .ml4-l {
    margin-left: 2rem;
  }
  .ml5-l {
    margin-left: 4rem;
  }
  .ml6-l {
    margin-left: 8rem;
  }
  .ml7-l {
    margin-left: 16rem;
  }
  .mr0-l {
    margin-right: 0;
  }
  .mr1-l {
    margin-right: 0.25rem;
  }
  .mr2-l {
    margin-right: 0.5rem;
  }
  .mr3-l {
    margin-right: 1rem;
  }
  .mr4-l {
    margin-right: 2rem;
  }
  .mr5-l {
    margin-right: 4rem;
  }
  .mr6-l {
    margin-right: 8rem;
  }
  .mr7-l {
    margin-right: 16rem;
  }
  .mb0-l {
    margin-bottom: 0;
  }
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  .mb3-l {
    margin-bottom: 1rem;
  }
  .mb4-l {
    margin-bottom: 2rem;
  }
  .mb5-l {
    margin-bottom: 4rem;
  }
  .mb6-l {
    margin-bottom: 8rem;
  }
  .mb7-l {
    margin-bottom: 16rem;
  }
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 4rem;
  }
  .mt6-l {
    margin-top: 8rem;
  }
  .mt7-l {
    margin-top: 16rem;
  }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-l {
    margin: -0.25rem;
  }
  .na2-l {
    margin: -0.5rem;
  }
  .na3-l {
    margin: -1rem;
  }
  .na4-l {
    margin: -2rem;
  }
  .na5-l {
    margin: -4rem;
  }
  .na6-l {
    margin: -8rem;
  }
  .na7-l {
    margin: -16rem;
  }
  .nl1-l {
    margin-left: -0.25rem;
  }
  .nl2-l {
    margin-left: -0.5rem;
  }
  .nl3-l {
    margin-left: -1rem;
  }
  .nl4-l {
    margin-left: -2rem;
  }
  .nl5-l {
    margin-left: -4rem;
  }
  .nl6-l {
    margin-left: -8rem;
  }
  .nl7-l {
    margin-left: -16rem;
  }
  .nr1-l {
    margin-right: -0.25rem;
  }
  .nr2-l {
    margin-right: -0.5rem;
  }
  .nr3-l {
    margin-right: -1rem;
  }
  .nr4-l {
    margin-right: -2rem;
  }
  .nr5-l {
    margin-right: -4rem;
  }
  .nr6-l {
    margin-right: -8rem;
  }
  .nr7-l {
    margin-right: -16rem;
  }
  .nb1-l {
    margin-bottom: -0.25rem;
  }
  .nb2-l {
    margin-bottom: -0.5rem;
  }
  .nb3-l {
    margin-bottom: -1rem;
  }
  .nb4-l {
    margin-bottom: -2rem;
  }
  .nb5-l {
    margin-bottom: -4rem;
  }
  .nb6-l {
    margin-bottom: -8rem;
  }
  .nb7-l {
    margin-bottom: -16rem;
  }
  .nt1-l {
    margin-top: -0.25rem;
  }
  .nt2-l {
    margin-top: -0.5rem;
  }
  .nt3-l {
    margin-top: -1rem;
  }
  .nt4-l {
    margin-top: -2rem;
  }
  .nt5-l {
    margin-top: -4rem;
  }
  .nt6-l {
    margin-top: -8rem;
  }
  .nt7-l {
    margin-top: -16rem;
  }
  .strike-l {
    text-decoration: line-through;
  }
  .underline-l {
    text-decoration: underline;
  }
  .no-underline-l {
    text-decoration: none;
  }
  .tl-l {
    text-align: left;
  }
  .tr-l {
    text-align: right;
  }
  .tc-l {
    text-align: center;
  }
  .tj-l {
    text-align: justify;
  }
  .ttc-l {
    text-transform: capitalize;
  }
  .ttl-l {
    text-transform: lowercase;
  }
  .ttu-l {
    text-transform: uppercase;
  }
  .ttn-l {
    text-transform: none;
  }
  .f-6-l,
  .f-headline-l {
    font-size: 6rem;
  }
  .f-5-l,
  .f-subheadline-l {
    font-size: 5rem;
  }
  .f1-l {
    font-size: 3rem;
  }
  .f2-l {
    font-size: 2.25rem;
  }
  .f3-l {
    font-size: 1.5rem;
  }
  .f4-l {
    font-size: 1.25rem;
  }
  .f5-l {
    font-size: 1rem;
  }
  .f6-l {
    font-size: 0.875rem;
  }
  .f7-l {
    font-size: 0.75rem;
  }
  .measure-l {
    max-width: 30em;
  }
  .measure-wide-l {
    max-width: 34em;
  }
  .measure-narrow-l {
    max-width: 20em;
  }
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-l {
    font-variant: small-caps;
  }
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-l {
    margin-left: auto;
  }
  .center-l,
  .mr-auto-l {
    margin-right: auto;
  }
  .ml-auto-l {
    margin-left: auto;
  }
  .clip-l {
    position: fixed!important;
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-l {
    white-space: normal;
  }
  .nowrap-l {
    white-space: nowrap;
  }
  .pre-l {
    white-space: pre;
  }
  .v-base-l {
    vertical-align: baseline;
  }
  .v-mid-l {
    vertical-align: middle;
  }
  .v-top-l {
    vertical-align: top;
  }
  .v-btm-l {
    vertical-align: bottom;
  }
}
.block.buckets-round .row-pip,
.block.buckets-image .row-pip {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.block.buckets-round .factory-pip,
.block.buckets-image .factory-pip {
  width: 100%;
}
@media (min-width: 481px) {
  .block.buckets-round .factory-pip,
  .block.buckets-image .factory-pip {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
  }
  .block.buckets-round .factory-pip:last-of-type,
  .block.buckets-image .factory-pip:last-of-type,
  .block.buckets-round .factory-pip:nth-last-of-type(2),
  .block.buckets-image .factory-pip:nth-last-of-type(2),
  .block.buckets-round .factory-pip:nth-last-of-type(3),
  .block.buckets-image .factory-pip:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
.block.buckets-round .col-pip,
.block.buckets-image .col-pip {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.block.buckets-round .factory-pip:last-of-type .col-pip:last-of-type,
.block.buckets-image .factory-pip:last-of-type .col-pip:last-of-type {
  margin-bottom: 0;
}
.block.buckets-round .row--title,
.block.buckets-image .row--title {
  margin-bottom: 20px;
}
.block.buckets-round .icon-pip,
.block.buckets-image .icon-pip {
  position: relative;
  width: 200px;
  height: 200px;
}
.block.buckets-round .icon-pip:before,
.block.buckets-image .icon-pip:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.block.buckets-round .icon-pip .icon-container,
.block.buckets-image .icon-pip .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
.block.buckets-round .icon-pip .icon-container svg,
.block.buckets-image .icon-pip .icon-container svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  max-width: 40%;
  height: 80px;
  margin: auto;
}
.block.buckets-round .image-pip,
.block.buckets-image .image-pip {
  max-width: 200px;
  max-height: 200px;
  height: 200px;
  padding: 0;
  min-height: 0 !important;
}
.block.buckets-round .image-pip .image-wrap img,
.block.buckets-image .image-pip .image-wrap img {
  border-radius: 50%;
}
.block.buckets-round .image-pip .low-resolution-overlay,
.block.buckets-image .image-pip .low-resolution-overlay {
  max-height: none;
  border-radius: 50%;
  padding: 20px;
}
.block.buckets-round .edit-ui.add,
.block.buckets-image .edit-ui.add {
  top: 50%;
  right: -15px;
}
.block.contact-text .col-pip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .block.contact-text .col-pip {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
  }
}
.block.contact-text .paragraph-pip {
  text-align: left;
}
.block.footer-logo-navigation .block-content {
  padding: 40px 0;
}
.block.footer-logo-navigation .block-content > .row-pip {
  flex-direction: column;
}
.block.footer-logo-navigation .block-content .title {
  text-align: center;
}
@media (min-width: 769px) {
  .block.footer-logo-navigation .block-content .title {
    text-align: right;
  }
}
.block.footer-logo-navigation .block-content .navigation-group {
  margin: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .block.footer-logo-navigation .block-content .navigation-group {
    text-align: right;
  }
}
.block.footer-logo-navigation .block-content .navigation-group .navigation-pip {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.block.footer-logo-navigation .block-content .navigation-group .navigation-pip .link:last-child {
  margin-right: 0;
}
.block.footer-logo-navigation .block-content .col-pip {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .block.footer-logo-navigation .block-content > .row-pip {
    flex-direction: row;
  }
  .block.footer-logo-navigation .block-content .col-pip {
    margin-bottom: 0;
  }
  .block.footer-logo-navigation .block-content .logo-pip {
    margin: 0;
    text-align: left;
  }
  .block.footer-logo-navigation .block-content .logo-pip .logo-text-container {
    margin-left: 21px;
  }
  .block.footer-logo-navigation .block-content .logo-pip.text-mode .logo-text-container {
    margin-left: 0;
  }
  .block.footer-logo-navigation .block-content .icon-pip,
  .block.footer-logo-navigation .block-content .logo-text-container,
  .block.footer-logo-navigation .block-content .graphic-mode .image-pip,
  .block.footer-logo-navigation .block-content .graphic-text-mode .image-pip {
    display: inline-block;
  }
  .block.footer-logo-navigation .block-content .icon-pip,
  .block.footer-logo-navigation .block-content .image-pip,
  .block.footer-logo-navigation .block-content .logo-text-container {
    vertical-align: middle;
    text-align: left;
    margin-bottom: 0;
  }
  .block.footer-logo-navigation .block-content .image-pip img,
  .block.footer-logo-navigation .block-content .icon-pip .icon-container {
    margin: 0;
  }
}
/* sc-component-id: sc-bdVaJa */


.buvGIg{padding-top:20px;padding-bottom:30px;}

.fHiJgp{padding-top:20px;padding-bottom:20px;}

.jIGBoW{padding-bottom:120px;}

.hSLOnu{padding-left:5%;padding-right:5%;}

.jfRZxV{padding-bottom:50px;}

@media (min-width:60em){.eGEhjp{padding-bottom:50px;}}

.jTmHMe{padding-left:0px;padding-right:0px;}

.BWrWv{padding-left:2%;padding-right:2%;}@media (min-width:30em){.BWrWv{padding-left:5%;padding-right:5%;}}@media (min-width:60em){.BWrWv{padding-left:10%;padding-right:10%;}}

.eymyAe{padding-top:50px;}

.gvHDTR{padding-left:40px;padding-right:40px;}

.bBALLE{padding-left:0px;padding-right:0px;}@media (min-width:30em){.bBALLE{padding-left:0px;padding-right:0px;}}@media (min-width:60em){.bBALLE{padding-left:0px;padding-right:200px;}}

.eLgEvZ{padding-top:40px;}

@media (min-width:60em){.ivPjBq{padding-left:130px;padding-right:130px;}}

.jPYkDh{padding-top:80px;padding-left:80px;padding-right:80px;padding-bottom:80px;}

.hMqoIG{padding-top:10px;padding-bottom:30px;}

.eOOEtV{padding-top:30px;}

.lfILiv{padding-top:80px;padding-bottom:60px;}

.kRhEz{padding-left:20px;padding-right:20px;}

.grTfCw{padding-left:25%;padding-right:25%;}

.bqlHdG{padding-top:20px;padding-left:40px;padding-right:40px;}

.jGJCMa{padding-bottom:40px;}

.iWPfji{padding-top:20px;}

.fUhHRx{padding-top:60px;}

.dbHmEE{padding-top:30px;padding-left:30px;padding-right:30px;}

.Njrkz{padding-left:30px;padding-right:30px;}

.kYgiUb{padding-left:30px;padding-right:30px;padding-bottom:30px;}

.dlKcPe{padding-top:100px;padding-bottom:100px;}

.fwmopT{padding-left:0px;padding-right:0px;}@media (min-width:30em){.fwmopT{padding-left:0px;padding-right:0px;}}@media (min-width:60em){.fwmopT{padding-left:100px;padding-right:100px;}}

.knPGDE{padding-top:30px;padding-left:5%;padding-right:5%;}@media (min-width:30em){.knPGDE{padding-top:50px;padding-left:0px;padding-right:2%;}}@media (min-width:60em){.knPGDE{padding-top:100px;padding-left:0px;padding-right:0px;}}

.jwrifP{padding-top:20vh;padding-left:2vw;padding-right:2vw;padding-bottom:20vh;}@media (min-width:30em){.jwrifP{padding-top:150px;padding-bottom:150px;}}@media (min-width:60em){.jwrifP{padding-top:250px;padding-bottom:250px;}}

.iVNaLv{padding-top:300px;padding-bottom:0px;}

.kjmGmO{padding-left:0px;padding-right:0px;}@media (min-width:30em){.kjmGmO{padding-left:0px;padding-right:0px;}}@media (min-width:60em){.kjmGmO{padding-left:0px;padding-right:400px;}}

.ifVxfu{padding-left:20px;padding-right:20px;padding-bottom:40px;}

.ioFoCI{padding-left:10%;padding-right:10%;}@media (min-width:30em){.ioFoCI{padding-left:0px;padding-right:0px;}}

.gEcmHR{padding-bottom:150px;}

.dbircY{padding-top:0px;padding-bottom:300px;}

.kQoICQ{padding-left:0px;padding-right:0px;}@media (min-width:30em){.kQoICQ{padding-left:0px;padding-right:0px;}}@media (min-width:60em){.kQoICQ{padding-left:60px;padding-right:60px;}}

.dVUWYt{padding-right:30%;}

.lkCKJQ{padding-top:0;padding-bottom:0;}@media (min-width:30em){.lkCKJQ{padding-top:0px;padding-bottom:0px;}}@media (min-width:60em){.lkCKJQ{padding-top:0px;padding-bottom:0px;}}

.VGMUP{padding-left:0px;padding-right:0px;}@media (min-width:30em){.VGMUP{padding-left:0px;padding-right:0px;}}@media (min-width:60em){.VGMUP{padding-left:250px;padding-right:250px;}}

.iLYiEW{padding-left:0px;padding-right:0px;}@media (min-width:30em){.iLYiEW{padding-left:0px;padding-right:0px;}}@media (min-width:60em){.iLYiEW{padding-left:0%;padding-right:10%;}}

.gkRqfN{padding-top:80px;padding-left:80px;padding-right:80px;padding-bottom:80px;}@media (min-width:30em){.gkRqfN{padding-top:100px;padding-left:100px;}}@media (min-width:60em){.gkRqfN{padding-right:100px;padding-bottom:100px;}}

.crTYuk{padding-left:0px;}@media (min-width:60em){.crTYuk{padding-left:500px;}}

.djNnmx{padding-left:10%;padding-right:10%;}

.hCARXT{padding-left:0px;padding-right:0px;}@media (min-width:30em){.hCARXT{padding-left:100px;padding-right:100px;}}@media (min-width:60em){.hCARXT{padding-left:0px;padding-right:220px;}}

.ebVmJC{padding-right:0px;}@media (min-width:30em){.ebVmJC{padding-right:0px;}}@media (min-width:60em){.ebVmJC{padding-right:300px;}}

.erztWt{padding-left:0px;}@media (min-width:30em){.erztWt{padding-left:0px;}}@media (min-width:60em){.erztWt{padding-left:300px;}}

.gFcLlM{padding-top:20px;padding-left:40px;padding-right:40px;padding-bottom:20px;}

.ddQyP{padding-top:50px;padding-left:30px;padding-right:30px;padding-bottom:10px;}
/* sc-component-id: sc-bwzfXH */

.fUOXlo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fUOXlo [class*="-corner-"],.fUOXlo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fUOXlo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fUOXlo [class*="bottom-left-corner"],.fUOXlo [class*="bottom-right-corner"]{bottom:0;}.fUOXlo [class*="top-left-corner"],.fUOXlo [class*="top-right-corner"]{top:0;}.fUOXlo [class*="-left-corner-"]{left:0;}.fUOXlo [class*="-right-corner-"]{right:0;}.fUOXlo [class*="top-left-corner-"]{background-position:0 0;}.fUOXlo [class*="top-right-corner-"]{background-position:100% 0;}.fUOXlo [class*="bottom-left-corner-"]{background-position:0 100%;}.fUOXlo [class*="bottom-right-corner-"]{background-position:100% 100%;}.fUOXlo [class*="top-edge-"],.fUOXlo [class*="bottom-edge-"],.fUOXlo [class*="left-edge-"],.fUOXlo [class*="right-edge-"]{margin:auto;}.fUOXlo [class*="top-edge-"],.fUOXlo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fUOXlo [class*="left-edge-"],.fUOXlo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fUOXlo [class*="top-edge-"]{top:0;}.fUOXlo [class*="bottom-edge-"]{bottom:0;}.fUOXlo [class*="left-edge-"]{left:0;}.fUOXlo [class*="right-edge-"]{right:0;}.fUOXlo .top-edge-0{width:100%;height:100%;z-index:3;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}.fUOXlo .bottom-edge-0{width:100%;height:100%;z-index:3;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.ebLmkN{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ebLmkN [class*="-corner-"],.ebLmkN [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ebLmkN [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ebLmkN [class*="bottom-left-corner"],.ebLmkN [class*="bottom-right-corner"]{bottom:0;}.ebLmkN [class*="top-left-corner"],.ebLmkN [class*="top-right-corner"]{top:0;}.ebLmkN [class*="-left-corner-"]{left:0;}.ebLmkN [class*="-right-corner-"]{right:0;}.ebLmkN [class*="top-left-corner-"]{background-position:0 0;}.ebLmkN [class*="top-right-corner-"]{background-position:100% 0;}.ebLmkN [class*="bottom-left-corner-"]{background-position:0 100%;}.ebLmkN [class*="bottom-right-corner-"]{background-position:100% 100%;}.ebLmkN [class*="top-edge-"],.ebLmkN [class*="bottom-edge-"],.ebLmkN [class*="left-edge-"],.ebLmkN [class*="right-edge-"]{margin:auto;}.ebLmkN [class*="top-edge-"],.ebLmkN [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ebLmkN [class*="left-edge-"],.ebLmkN [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ebLmkN [class*="top-edge-"]{top:0;}.ebLmkN [class*="bottom-edge-"]{bottom:0;}.ebLmkN [class*="left-edge-"]{left:0;}.ebLmkN [class*="right-edge-"]{right:0;}.ebLmkN .top-edge-0{width:100%;height:100%;z-index:3;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}

.KIXbG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.KIXbG [class*="-corner-"],.KIXbG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.KIXbG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.KIXbG [class*="bottom-left-corner"],.KIXbG [class*="bottom-right-corner"]{bottom:0;}.KIXbG [class*="top-left-corner"],.KIXbG [class*="top-right-corner"]{top:0;}.KIXbG [class*="-left-corner-"]{left:0;}.KIXbG [class*="-right-corner-"]{right:0;}.KIXbG [class*="top-left-corner-"]{background-position:0 0;}.KIXbG [class*="top-right-corner-"]{background-position:100% 0;}.KIXbG [class*="bottom-left-corner-"]{background-position:0 100%;}.KIXbG [class*="bottom-right-corner-"]{background-position:100% 100%;}.KIXbG [class*="top-edge-"],.KIXbG [class*="bottom-edge-"],.KIXbG [class*="left-edge-"],.KIXbG [class*="right-edge-"]{margin:auto;}.KIXbG [class*="top-edge-"],.KIXbG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.KIXbG [class*="left-edge-"],.KIXbG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.KIXbG [class*="top-edge-"]{top:0;}.KIXbG [class*="bottom-edge-"]{bottom:0;}.KIXbG [class*="left-edge-"]{left:0;}.KIXbG [class*="right-edge-"]{right:0;}.KIXbG .top-edge-0{height:4px;background-color:#fff;}

.fYjmgH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fYjmgH [class*="-corner-"],.fYjmgH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fYjmgH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fYjmgH [class*="bottom-left-corner"],.fYjmgH [class*="bottom-right-corner"]{bottom:0;}.fYjmgH [class*="top-left-corner"],.fYjmgH [class*="top-right-corner"]{top:0;}.fYjmgH [class*="-left-corner-"]{left:0;}.fYjmgH [class*="-right-corner-"]{right:0;}.fYjmgH [class*="top-left-corner-"]{background-position:0 0;}.fYjmgH [class*="top-right-corner-"]{background-position:100% 0;}.fYjmgH [class*="bottom-left-corner-"]{background-position:0 100%;}.fYjmgH [class*="bottom-right-corner-"]{background-position:100% 100%;}.fYjmgH [class*="top-edge-"],.fYjmgH [class*="bottom-edge-"],.fYjmgH [class*="left-edge-"],.fYjmgH [class*="right-edge-"]{margin:auto;}.fYjmgH [class*="top-edge-"],.fYjmgH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fYjmgH [class*="left-edge-"],.fYjmgH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fYjmgH [class*="top-edge-"]{top:0;}.fYjmgH [class*="bottom-edge-"]{bottom:0;}.fYjmgH [class*="left-edge-"]{left:0;}.fYjmgH [class*="right-edge-"]{right:0;}.fYjmgH .top-edge-0{width:100%;height:3px;background-color:#e88896;}

.hJGOtK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hJGOtK [class*="-corner-"],.hJGOtK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hJGOtK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hJGOtK [class*="bottom-left-corner"],.hJGOtK [class*="bottom-right-corner"]{bottom:0;}.hJGOtK [class*="top-left-corner"],.hJGOtK [class*="top-right-corner"]{top:0;}.hJGOtK [class*="-left-corner-"]{left:0;}.hJGOtK [class*="-right-corner-"]{right:0;}.hJGOtK [class*="top-left-corner-"]{background-position:0 0;}.hJGOtK [class*="top-right-corner-"]{background-position:100% 0;}.hJGOtK [class*="bottom-left-corner-"]{background-position:0 100%;}.hJGOtK [class*="bottom-right-corner-"]{background-position:100% 100%;}.hJGOtK [class*="top-edge-"],.hJGOtK [class*="bottom-edge-"],.hJGOtK [class*="left-edge-"],.hJGOtK [class*="right-edge-"]{margin:auto;}.hJGOtK [class*="top-edge-"],.hJGOtK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hJGOtK [class*="left-edge-"],.hJGOtK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hJGOtK [class*="top-edge-"]{top:0;}.hJGOtK [class*="bottom-edge-"]{bottom:0;}.hJGOtK [class*="left-edge-"]{left:0;}.hJGOtK [class*="right-edge-"]{right:0;}.hJGOtK .top-edge-0{width:100%;height:2px;background-color:#f2f2f2;}

.lnZcDs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lnZcDs [class*="-corner-"],.lnZcDs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lnZcDs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lnZcDs [class*="bottom-left-corner"],.lnZcDs [class*="bottom-right-corner"]{bottom:0;}.lnZcDs [class*="top-left-corner"],.lnZcDs [class*="top-right-corner"]{top:0;}.lnZcDs [class*="-left-corner-"]{left:0;}.lnZcDs [class*="-right-corner-"]{right:0;}.lnZcDs [class*="top-left-corner-"]{background-position:0 0;}.lnZcDs [class*="top-right-corner-"]{background-position:100% 0;}.lnZcDs [class*="bottom-left-corner-"]{background-position:0 100%;}.lnZcDs [class*="bottom-right-corner-"]{background-position:100% 100%;}.lnZcDs [class*="top-edge-"],.lnZcDs [class*="bottom-edge-"],.lnZcDs [class*="left-edge-"],.lnZcDs [class*="right-edge-"]{margin:auto;}.lnZcDs [class*="top-edge-"],.lnZcDs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lnZcDs [class*="left-edge-"],.lnZcDs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lnZcDs [class*="top-edge-"]{top:0;}.lnZcDs [class*="bottom-edge-"]{bottom:0;}.lnZcDs [class*="left-edge-"]{left:0;}.lnZcDs [class*="right-edge-"]{right:0;}.lnZcDs .top-left-corner-0{width:400px;margin-left:0px;margin-top:-2px;background-image:url('https://assets.digital.vistaprint.com/production/2aa2002e-e912-4520-a3bd-73d7763f847a');}.lnZcDs .bottom-right-corner-0{width:400px;margin-right:0px;margin-bottom:-2px;background-image:url('https://assets.digital.vistaprint.com/production/32b0cc96-9526-4e3b-a2e6-a870c48a0dbf');}

.cDKsCo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cDKsCo [class*="-corner-"],.cDKsCo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cDKsCo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cDKsCo [class*="bottom-left-corner"],.cDKsCo [class*="bottom-right-corner"]{bottom:0;}.cDKsCo [class*="top-left-corner"],.cDKsCo [class*="top-right-corner"]{top:0;}.cDKsCo [class*="-left-corner-"]{left:0;}.cDKsCo [class*="-right-corner-"]{right:0;}.cDKsCo [class*="top-left-corner-"]{background-position:0 0;}.cDKsCo [class*="top-right-corner-"]{background-position:100% 0;}.cDKsCo [class*="bottom-left-corner-"]{background-position:0 100%;}.cDKsCo [class*="bottom-right-corner-"]{background-position:100% 100%;}.cDKsCo [class*="top-edge-"],.cDKsCo [class*="bottom-edge-"],.cDKsCo [class*="left-edge-"],.cDKsCo [class*="right-edge-"]{margin:auto;}.cDKsCo [class*="top-edge-"],.cDKsCo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cDKsCo [class*="left-edge-"],.cDKsCo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cDKsCo [class*="top-edge-"]{top:0;}.cDKsCo [class*="bottom-edge-"]{bottom:0;}.cDKsCo [class*="left-edge-"]{left:0;}.cDKsCo [class*="right-edge-"]{right:0;}.cDKsCo .top-edge-0{height:41px;margin-top:20px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/157cbfae-2e66-41d1-ae64-d42d3b19e2e1');background-repeat:repeatX;}

.bfdOHX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bfdOHX [class*="-corner-"],.bfdOHX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bfdOHX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bfdOHX [class*="bottom-left-corner"],.bfdOHX [class*="bottom-right-corner"]{bottom:0;}.bfdOHX [class*="top-left-corner"],.bfdOHX [class*="top-right-corner"]{top:0;}.bfdOHX [class*="-left-corner-"]{left:0;}.bfdOHX [class*="-right-corner-"]{right:0;}.bfdOHX [class*="top-left-corner-"]{background-position:0 0;}.bfdOHX [class*="top-right-corner-"]{background-position:100% 0;}.bfdOHX [class*="bottom-left-corner-"]{background-position:0 100%;}.bfdOHX [class*="bottom-right-corner-"]{background-position:100% 100%;}.bfdOHX [class*="top-edge-"],.bfdOHX [class*="bottom-edge-"],.bfdOHX [class*="left-edge-"],.bfdOHX [class*="right-edge-"]{margin:auto;}.bfdOHX [class*="top-edge-"],.bfdOHX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bfdOHX [class*="left-edge-"],.bfdOHX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bfdOHX [class*="top-edge-"]{top:0;}.bfdOHX [class*="bottom-edge-"]{bottom:0;}.bfdOHX [class*="left-edge-"]{left:0;}.bfdOHX [class*="right-edge-"]{right:0;}

.lmbwFH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lmbwFH [class*="-corner-"],.lmbwFH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lmbwFH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lmbwFH [class*="bottom-left-corner"],.lmbwFH [class*="bottom-right-corner"]{bottom:0;}.lmbwFH [class*="top-left-corner"],.lmbwFH [class*="top-right-corner"]{top:0;}.lmbwFH [class*="-left-corner-"]{left:0;}.lmbwFH [class*="-right-corner-"]{right:0;}.lmbwFH [class*="top-left-corner-"]{background-position:0 0;}.lmbwFH [class*="top-right-corner-"]{background-position:100% 0;}.lmbwFH [class*="bottom-left-corner-"]{background-position:0 100%;}.lmbwFH [class*="bottom-right-corner-"]{background-position:100% 100%;}.lmbwFH [class*="top-edge-"],.lmbwFH [class*="bottom-edge-"],.lmbwFH [class*="left-edge-"],.lmbwFH [class*="right-edge-"]{margin:auto;}.lmbwFH [class*="top-edge-"],.lmbwFH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lmbwFH [class*="left-edge-"],.lmbwFH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lmbwFH [class*="top-edge-"]{top:0;}.lmbwFH [class*="bottom-edge-"]{bottom:0;}.lmbwFH [class*="left-edge-"]{left:0;}.lmbwFH [class*="right-edge-"]{right:0;}.lmbwFH .top-edge-0{width:100%;height:75px;margin-top:20px;background-image:url('https://assets.digital.vistaprint.com/production/722bdd5f-fa01-465d-a5f7-35c97dace331');background-size:contain;}.lmbwFH .top-edge-1{width:100%;height:5px;background-color:#ee2932;}.lmbwFH .top-edge-2{width:100%;height:5px;margin-top:5px;background-color:#faf4a0;}.lmbwFH .top-edge-3{width:100%;height:5px;margin-top:10px;background-color:#58b947;}.lmbwFH .top-edge-4{width:100%;height:5px;z-index:2;margin-top:15px;background-color:#007cc4;}.lmbwFH .bottom-edge-0{width:100%;height:75px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/722bdd5f-fa01-465d-a5f7-35c97dace331');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;}.lmbwFH .bottom-edge-1{width:100%;height:5px;background-color:#ee2932;}.lmbwFH .bottom-edge-2{width:100%;height:5px;margin-bottom:5px;background-color:#faf4a0;}.lmbwFH .bottom-edge-3{width:100%;height:5px;margin-bottom:10px;background-color:#58b947;}.lmbwFH .bottom-edge-4{width:100%;height:5px;z-index:2;margin-bottom:15px;background-color:#007cc4;}

.hbeQbj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hbeQbj [class*="-corner-"],.hbeQbj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hbeQbj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hbeQbj [class*="bottom-left-corner"],.hbeQbj [class*="bottom-right-corner"]{bottom:0;}.hbeQbj [class*="top-left-corner"],.hbeQbj [class*="top-right-corner"]{top:0;}.hbeQbj [class*="-left-corner-"]{left:0;}.hbeQbj [class*="-right-corner-"]{right:0;}.hbeQbj [class*="top-left-corner-"]{background-position:0 0;}.hbeQbj [class*="top-right-corner-"]{background-position:100% 0;}.hbeQbj [class*="bottom-left-corner-"]{background-position:0 100%;}.hbeQbj [class*="bottom-right-corner-"]{background-position:100% 100%;}.hbeQbj [class*="top-edge-"],.hbeQbj [class*="bottom-edge-"],.hbeQbj [class*="left-edge-"],.hbeQbj [class*="right-edge-"]{margin:auto;}.hbeQbj [class*="top-edge-"],.hbeQbj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hbeQbj [class*="left-edge-"],.hbeQbj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hbeQbj [class*="top-edge-"]{top:0;}.hbeQbj [class*="bottom-edge-"]{bottom:0;}.hbeQbj [class*="left-edge-"]{left:0;}.hbeQbj [class*="right-edge-"]{right:0;}.hbeQbj .bottom-edge-0{height:20px;background-color:#5bc5f2;}

.eEFteO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eEFteO [class*="-corner-"],.eEFteO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eEFteO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eEFteO [class*="bottom-left-corner"],.eEFteO [class*="bottom-right-corner"]{bottom:0;}.eEFteO [class*="top-left-corner"],.eEFteO [class*="top-right-corner"]{top:0;}.eEFteO [class*="-left-corner-"]{left:0;}.eEFteO [class*="-right-corner-"]{right:0;}.eEFteO [class*="top-left-corner-"]{background-position:0 0;}.eEFteO [class*="top-right-corner-"]{background-position:100% 0;}.eEFteO [class*="bottom-left-corner-"]{background-position:0 100%;}.eEFteO [class*="bottom-right-corner-"]{background-position:100% 100%;}.eEFteO [class*="top-edge-"],.eEFteO [class*="bottom-edge-"],.eEFteO [class*="left-edge-"],.eEFteO [class*="right-edge-"]{margin:auto;}.eEFteO [class*="top-edge-"],.eEFteO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eEFteO [class*="left-edge-"],.eEFteO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eEFteO [class*="top-edge-"]{top:0;}.eEFteO [class*="bottom-edge-"]{bottom:0;}.eEFteO [class*="left-edge-"]{left:0;}.eEFteO [class*="right-edge-"]{right:0;}.eEFteO .bottom-edge-0{height:2px;background-color:#5bc5f2;}

.dWVdWE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dWVdWE [class*="-corner-"],.dWVdWE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dWVdWE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dWVdWE [class*="bottom-left-corner"],.dWVdWE [class*="bottom-right-corner"]{bottom:0;}.dWVdWE [class*="top-left-corner"],.dWVdWE [class*="top-right-corner"]{top:0;}.dWVdWE [class*="-left-corner-"]{left:0;}.dWVdWE [class*="-right-corner-"]{right:0;}.dWVdWE [class*="top-left-corner-"]{background-position:0 0;}.dWVdWE [class*="top-right-corner-"]{background-position:100% 0;}.dWVdWE [class*="bottom-left-corner-"]{background-position:0 100%;}.dWVdWE [class*="bottom-right-corner-"]{background-position:100% 100%;}.dWVdWE [class*="top-edge-"],.dWVdWE [class*="bottom-edge-"],.dWVdWE [class*="left-edge-"],.dWVdWE [class*="right-edge-"]{margin:auto;}.dWVdWE [class*="top-edge-"],.dWVdWE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dWVdWE [class*="left-edge-"],.dWVdWE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dWVdWE [class*="top-edge-"]{top:0;}.dWVdWE [class*="bottom-edge-"]{bottom:0;}.dWVdWE [class*="left-edge-"]{left:0;}.dWVdWE [class*="right-edge-"]{right:0;}.dWVdWE .top-edge-0{height:2px;background-color:#5bc5f2;}

.dTaPGP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dTaPGP [class*="-corner-"],.dTaPGP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dTaPGP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dTaPGP [class*="bottom-left-corner"],.dTaPGP [class*="bottom-right-corner"]{bottom:0;}.dTaPGP [class*="top-left-corner"],.dTaPGP [class*="top-right-corner"]{top:0;}.dTaPGP [class*="-left-corner-"]{left:0;}.dTaPGP [class*="-right-corner-"]{right:0;}.dTaPGP [class*="top-left-corner-"]{background-position:0 0;}.dTaPGP [class*="top-right-corner-"]{background-position:100% 0;}.dTaPGP [class*="bottom-left-corner-"]{background-position:0 100%;}.dTaPGP [class*="bottom-right-corner-"]{background-position:100% 100%;}.dTaPGP [class*="top-edge-"],.dTaPGP [class*="bottom-edge-"],.dTaPGP [class*="left-edge-"],.dTaPGP [class*="right-edge-"]{margin:auto;}.dTaPGP [class*="top-edge-"],.dTaPGP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dTaPGP [class*="left-edge-"],.dTaPGP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dTaPGP [class*="top-edge-"]{top:0;}.dTaPGP [class*="bottom-edge-"]{bottom:0;}.dTaPGP [class*="left-edge-"]{left:0;}.dTaPGP [class*="right-edge-"]{right:0;}.dTaPGP .top-edge-0{height:100px;margin-top:-10px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/7d357cfc-25cf-4971-9d1b-69a7ceb967e0');}

.jJZzYq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jJZzYq [class*="-corner-"],.jJZzYq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jJZzYq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jJZzYq [class*="bottom-left-corner"],.jJZzYq [class*="bottom-right-corner"]{bottom:0;}.jJZzYq [class*="top-left-corner"],.jJZzYq [class*="top-right-corner"]{top:0;}.jJZzYq [class*="-left-corner-"]{left:0;}.jJZzYq [class*="-right-corner-"]{right:0;}.jJZzYq [class*="top-left-corner-"]{background-position:0 0;}.jJZzYq [class*="top-right-corner-"]{background-position:100% 0;}.jJZzYq [class*="bottom-left-corner-"]{background-position:0 100%;}.jJZzYq [class*="bottom-right-corner-"]{background-position:100% 100%;}.jJZzYq [class*="top-edge-"],.jJZzYq [class*="bottom-edge-"],.jJZzYq [class*="left-edge-"],.jJZzYq [class*="right-edge-"]{margin:auto;}.jJZzYq [class*="top-edge-"],.jJZzYq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jJZzYq [class*="left-edge-"],.jJZzYq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jJZzYq [class*="top-edge-"]{top:0;}.jJZzYq [class*="bottom-edge-"]{bottom:0;}.jJZzYq [class*="left-edge-"]{left:0;}.jJZzYq [class*="right-edge-"]{right:0;}.jJZzYq .bottom-edge-0{height:32px;margin-left:0px;margin-bottom:0px;opacity:0.5;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/aec2c95c-a846-474a-ab7b-a3c09617bd97');background-repeat:repeat-x;}

.cxtYCB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cxtYCB [class*="-corner-"],.cxtYCB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cxtYCB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cxtYCB [class*="bottom-left-corner"],.cxtYCB [class*="bottom-right-corner"]{bottom:0;}.cxtYCB [class*="top-left-corner"],.cxtYCB [class*="top-right-corner"]{top:0;}.cxtYCB [class*="-left-corner-"]{left:0;}.cxtYCB [class*="-right-corner-"]{right:0;}.cxtYCB [class*="top-left-corner-"]{background-position:0 0;}.cxtYCB [class*="top-right-corner-"]{background-position:100% 0;}.cxtYCB [class*="bottom-left-corner-"]{background-position:0 100%;}.cxtYCB [class*="bottom-right-corner-"]{background-position:100% 100%;}.cxtYCB [class*="top-edge-"],.cxtYCB [class*="bottom-edge-"],.cxtYCB [class*="left-edge-"],.cxtYCB [class*="right-edge-"]{margin:auto;}.cxtYCB [class*="top-edge-"],.cxtYCB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cxtYCB [class*="left-edge-"],.cxtYCB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cxtYCB [class*="top-edge-"]{top:0;}.cxtYCB [class*="bottom-edge-"]{bottom:0;}.cxtYCB [class*="left-edge-"]{left:0;}.cxtYCB [class*="right-edge-"]{right:0;}.cxtYCB .top-edge-0{height:4px;margin-left:-3%;margin-top:3%;background-color:#c4ae82;}.cxtYCB .left-edge-0{width:4px;margin-left:3%;margin-top:-3%;background-color:#c4ae82;}.cxtYCB .right-edge-0{width:4px;margin-right:3%;margin-top:3%;background-color:#c4ae82;}.cxtYCB .bottom-edge-0{height:4px;margin-left:3%;margin-bottom:3%;background-color:#c4ae82;}.cxtYCB .top-left-corner-0{width:600px;height:407px;margin-left:-340px;margin-top:-120px;background-image:url('https://assets.digital.vistaprint.com/production/7776ebcb-35e5-4f7b-b35f-b07930a4c5da');}.cxtYCB .bottom-right-corner-0{width:600px;height:407px;margin-right:-200px;margin-bottom:-200px;background-image:url('https://assets.digital.vistaprint.com/production/7776ebcb-35e5-4f7b-b35f-b07930a4c5da');}

.AMcLb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.AMcLb [class*="-corner-"],.AMcLb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.AMcLb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.AMcLb [class*="bottom-left-corner"],.AMcLb [class*="bottom-right-corner"]{bottom:0;}.AMcLb [class*="top-left-corner"],.AMcLb [class*="top-right-corner"]{top:0;}.AMcLb [class*="-left-corner-"]{left:0;}.AMcLb [class*="-right-corner-"]{right:0;}.AMcLb [class*="top-left-corner-"]{background-position:0 0;}.AMcLb [class*="top-right-corner-"]{background-position:100% 0;}.AMcLb [class*="bottom-left-corner-"]{background-position:0 100%;}.AMcLb [class*="bottom-right-corner-"]{background-position:100% 100%;}.AMcLb [class*="top-edge-"],.AMcLb [class*="bottom-edge-"],.AMcLb [class*="left-edge-"],.AMcLb [class*="right-edge-"]{margin:auto;}.AMcLb [class*="top-edge-"],.AMcLb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.AMcLb [class*="left-edge-"],.AMcLb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.AMcLb [class*="top-edge-"]{top:0;}.AMcLb [class*="bottom-edge-"]{bottom:0;}.AMcLb [class*="left-edge-"]{left:0;}.AMcLb [class*="right-edge-"]{right:0;}.AMcLb .bottom-edge-0{height:6px;margin-bottom:0px;background-color:#9e0315;}

.jGKzbM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jGKzbM [class*="-corner-"],.jGKzbM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jGKzbM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jGKzbM [class*="bottom-left-corner"],.jGKzbM [class*="bottom-right-corner"]{bottom:0;}.jGKzbM [class*="top-left-corner"],.jGKzbM [class*="top-right-corner"]{top:0;}.jGKzbM [class*="-left-corner-"]{left:0;}.jGKzbM [class*="-right-corner-"]{right:0;}.jGKzbM [class*="top-left-corner-"]{background-position:0 0;}.jGKzbM [class*="top-right-corner-"]{background-position:100% 0;}.jGKzbM [class*="bottom-left-corner-"]{background-position:0 100%;}.jGKzbM [class*="bottom-right-corner-"]{background-position:100% 100%;}.jGKzbM [class*="top-edge-"],.jGKzbM [class*="bottom-edge-"],.jGKzbM [class*="left-edge-"],.jGKzbM [class*="right-edge-"]{margin:auto;}.jGKzbM [class*="top-edge-"],.jGKzbM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jGKzbM [class*="left-edge-"],.jGKzbM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jGKzbM [class*="top-edge-"]{top:0;}.jGKzbM [class*="bottom-edge-"]{bottom:0;}.jGKzbM [class*="left-edge-"]{left:0;}.jGKzbM [class*="right-edge-"]{right:0;}.jGKzbM .top-edge-0{height:6px;margin-top:0px;background-color:#9e0315;}

.kjQxAI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kjQxAI [class*="-corner-"],.kjQxAI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kjQxAI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kjQxAI [class*="bottom-left-corner"],.kjQxAI [class*="bottom-right-corner"]{bottom:0;}.kjQxAI [class*="top-left-corner"],.kjQxAI [class*="top-right-corner"]{top:0;}.kjQxAI [class*="-left-corner-"]{left:0;}.kjQxAI [class*="-right-corner-"]{right:0;}.kjQxAI [class*="top-left-corner-"]{background-position:0 0;}.kjQxAI [class*="top-right-corner-"]{background-position:100% 0;}.kjQxAI [class*="bottom-left-corner-"]{background-position:0 100%;}.kjQxAI [class*="bottom-right-corner-"]{background-position:100% 100%;}.kjQxAI [class*="top-edge-"],.kjQxAI [class*="bottom-edge-"],.kjQxAI [class*="left-edge-"],.kjQxAI [class*="right-edge-"]{margin:auto;}.kjQxAI [class*="top-edge-"],.kjQxAI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kjQxAI [class*="left-edge-"],.kjQxAI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kjQxAI [class*="top-edge-"]{top:0;}.kjQxAI [class*="bottom-edge-"]{bottom:0;}.kjQxAI [class*="left-edge-"]{left:0;}.kjQxAI [class*="right-edge-"]{right:0;}.kjQxAI .bottom-edge-0{width:0%;}@media (min-width:30em){.kjQxAI .bottom-edge-0{width:100%;height:1px;opacity:0.5;background-color:gray;}}@media (min-width:60em){.kjQxAI .bottom-edge-0{width:100%;height:1px;opacity:0.5;background-color:gray;}}

.dacJUr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dacJUr [class*="-corner-"],.dacJUr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dacJUr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dacJUr [class*="bottom-left-corner"],.dacJUr [class*="bottom-right-corner"]{bottom:0;}.dacJUr [class*="top-left-corner"],.dacJUr [class*="top-right-corner"]{top:0;}.dacJUr [class*="-left-corner-"]{left:0;}.dacJUr [class*="-right-corner-"]{right:0;}.dacJUr [class*="top-left-corner-"]{background-position:0 0;}.dacJUr [class*="top-right-corner-"]{background-position:100% 0;}.dacJUr [class*="bottom-left-corner-"]{background-position:0 100%;}.dacJUr [class*="bottom-right-corner-"]{background-position:100% 100%;}.dacJUr [class*="top-edge-"],.dacJUr [class*="bottom-edge-"],.dacJUr [class*="left-edge-"],.dacJUr [class*="right-edge-"]{margin:auto;}.dacJUr [class*="top-edge-"],.dacJUr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dacJUr [class*="left-edge-"],.dacJUr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dacJUr [class*="top-edge-"]{top:0;}.dacJUr [class*="bottom-edge-"]{bottom:0;}.dacJUr [class*="left-edge-"]{left:0;}.dacJUr [class*="right-edge-"]{right:0;}.dacJUr .top-edge-0{height:2px;background-color:#cd171e;}

.kAqOpJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kAqOpJ [class*="-corner-"],.kAqOpJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kAqOpJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kAqOpJ [class*="bottom-left-corner"],.kAqOpJ [class*="bottom-right-corner"]{bottom:0;}.kAqOpJ [class*="top-left-corner"],.kAqOpJ [class*="top-right-corner"]{top:0;}.kAqOpJ [class*="-left-corner-"]{left:0;}.kAqOpJ [class*="-right-corner-"]{right:0;}.kAqOpJ [class*="top-left-corner-"]{background-position:0 0;}.kAqOpJ [class*="top-right-corner-"]{background-position:100% 0;}.kAqOpJ [class*="bottom-left-corner-"]{background-position:0 100%;}.kAqOpJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.kAqOpJ [class*="top-edge-"],.kAqOpJ [class*="bottom-edge-"],.kAqOpJ [class*="left-edge-"],.kAqOpJ [class*="right-edge-"]{margin:auto;}.kAqOpJ [class*="top-edge-"],.kAqOpJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kAqOpJ [class*="left-edge-"],.kAqOpJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kAqOpJ [class*="top-edge-"]{top:0;}.kAqOpJ [class*="bottom-edge-"]{bottom:0;}.kAqOpJ [class*="left-edge-"]{left:0;}.kAqOpJ [class*="right-edge-"]{right:0;}.kAqOpJ .bottom-edge-0{width:2400px;height:148px;background-image:url('https://assets.digital.vistaprint.com/production/ee182423-48ab-41f4-9e79-04428935e5f6');}

.jLqdQi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jLqdQi [class*="-corner-"],.jLqdQi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jLqdQi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jLqdQi [class*="bottom-left-corner"],.jLqdQi [class*="bottom-right-corner"]{bottom:0;}.jLqdQi [class*="top-left-corner"],.jLqdQi [class*="top-right-corner"]{top:0;}.jLqdQi [class*="-left-corner-"]{left:0;}.jLqdQi [class*="-right-corner-"]{right:0;}.jLqdQi [class*="top-left-corner-"]{background-position:0 0;}.jLqdQi [class*="top-right-corner-"]{background-position:100% 0;}.jLqdQi [class*="bottom-left-corner-"]{background-position:0 100%;}.jLqdQi [class*="bottom-right-corner-"]{background-position:100% 100%;}.jLqdQi [class*="top-edge-"],.jLqdQi [class*="bottom-edge-"],.jLqdQi [class*="left-edge-"],.jLqdQi [class*="right-edge-"]{margin:auto;}.jLqdQi [class*="top-edge-"],.jLqdQi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jLqdQi [class*="left-edge-"],.jLqdQi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jLqdQi [class*="top-edge-"]{top:0;}.jLqdQi [class*="bottom-edge-"]{bottom:0;}.jLqdQi [class*="left-edge-"]{left:0;}.jLqdQi [class*="right-edge-"]{right:0;}.jLqdQi .bottom-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:60em){.jLqdQi .bottom-edge-0{width:60%;height:1px;background-color:#58595b;}}

.iTlSbE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iTlSbE [class*="-corner-"],.iTlSbE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iTlSbE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iTlSbE [class*="bottom-left-corner"],.iTlSbE [class*="bottom-right-corner"]{bottom:0;}.iTlSbE [class*="top-left-corner"],.iTlSbE [class*="top-right-corner"]{top:0;}.iTlSbE [class*="-left-corner-"]{left:0;}.iTlSbE [class*="-right-corner-"]{right:0;}.iTlSbE [class*="top-left-corner-"]{background-position:0 0;}.iTlSbE [class*="top-right-corner-"]{background-position:100% 0;}.iTlSbE [class*="bottom-left-corner-"]{background-position:0 100%;}.iTlSbE [class*="bottom-right-corner-"]{background-position:100% 100%;}.iTlSbE [class*="top-edge-"],.iTlSbE [class*="bottom-edge-"],.iTlSbE [class*="left-edge-"],.iTlSbE [class*="right-edge-"]{margin:auto;}.iTlSbE [class*="top-edge-"],.iTlSbE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iTlSbE [class*="left-edge-"],.iTlSbE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iTlSbE [class*="top-edge-"]{top:0;}.iTlSbE [class*="bottom-edge-"]{bottom:0;}.iTlSbE [class*="left-edge-"]{left:0;}.iTlSbE [class*="right-edge-"]{right:0;}.iTlSbE .top-edge-0{width:100%;height:1px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#58595b;}

.chzFMm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.chzFMm [class*="-corner-"],.chzFMm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.chzFMm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.chzFMm [class*="bottom-left-corner"],.chzFMm [class*="bottom-right-corner"]{bottom:0;}.chzFMm [class*="top-left-corner"],.chzFMm [class*="top-right-corner"]{top:0;}.chzFMm [class*="-left-corner-"]{left:0;}.chzFMm [class*="-right-corner-"]{right:0;}.chzFMm [class*="top-left-corner-"]{background-position:0 0;}.chzFMm [class*="top-right-corner-"]{background-position:100% 0;}.chzFMm [class*="bottom-left-corner-"]{background-position:0 100%;}.chzFMm [class*="bottom-right-corner-"]{background-position:100% 100%;}.chzFMm [class*="top-edge-"],.chzFMm [class*="bottom-edge-"],.chzFMm [class*="left-edge-"],.chzFMm [class*="right-edge-"]{margin:auto;}.chzFMm [class*="top-edge-"],.chzFMm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.chzFMm [class*="left-edge-"],.chzFMm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.chzFMm [class*="top-edge-"]{top:0;}.chzFMm [class*="bottom-edge-"]{bottom:0;}.chzFMm [class*="left-edge-"]{left:0;}.chzFMm [class*="right-edge-"]{right:0;}.chzFMm .bottom-edge-0{height:5px;background-color:#8ecaf4;}

.ixtmQc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ixtmQc [class*="-corner-"],.ixtmQc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ixtmQc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ixtmQc [class*="bottom-left-corner"],.ixtmQc [class*="bottom-right-corner"]{bottom:0;}.ixtmQc [class*="top-left-corner"],.ixtmQc [class*="top-right-corner"]{top:0;}.ixtmQc [class*="-left-corner-"]{left:0;}.ixtmQc [class*="-right-corner-"]{right:0;}.ixtmQc [class*="top-left-corner-"]{background-position:0 0;}.ixtmQc [class*="top-right-corner-"]{background-position:100% 0;}.ixtmQc [class*="bottom-left-corner-"]{background-position:0 100%;}.ixtmQc [class*="bottom-right-corner-"]{background-position:100% 100%;}.ixtmQc [class*="top-edge-"],.ixtmQc [class*="bottom-edge-"],.ixtmQc [class*="left-edge-"],.ixtmQc [class*="right-edge-"]{margin:auto;}.ixtmQc [class*="top-edge-"],.ixtmQc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ixtmQc [class*="left-edge-"],.ixtmQc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ixtmQc [class*="top-edge-"]{top:0;}.ixtmQc [class*="bottom-edge-"]{bottom:0;}.ixtmQc [class*="left-edge-"]{left:0;}.ixtmQc [class*="right-edge-"]{right:0;}.ixtmQc .top-edge-0{width:100%;height:65px;opacity:0.6;background-image:url('https://assets.digital.vistaprint.com/production/f06cf11f-22dc-4be6-925b-8852e5fc185a');background-size:contain;}

.ceXYHv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ceXYHv [class*="-corner-"],.ceXYHv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ceXYHv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ceXYHv [class*="bottom-left-corner"],.ceXYHv [class*="bottom-right-corner"]{bottom:0;}.ceXYHv [class*="top-left-corner"],.ceXYHv [class*="top-right-corner"]{top:0;}.ceXYHv [class*="-left-corner-"]{left:0;}.ceXYHv [class*="-right-corner-"]{right:0;}.ceXYHv [class*="top-left-corner-"]{background-position:0 0;}.ceXYHv [class*="top-right-corner-"]{background-position:100% 0;}.ceXYHv [class*="bottom-left-corner-"]{background-position:0 100%;}.ceXYHv [class*="bottom-right-corner-"]{background-position:100% 100%;}.ceXYHv [class*="top-edge-"],.ceXYHv [class*="bottom-edge-"],.ceXYHv [class*="left-edge-"],.ceXYHv [class*="right-edge-"]{margin:auto;}.ceXYHv [class*="top-edge-"],.ceXYHv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ceXYHv [class*="left-edge-"],.ceXYHv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ceXYHv [class*="top-edge-"]{top:0;}.ceXYHv [class*="bottom-edge-"]{bottom:0;}.ceXYHv [class*="left-edge-"]{left:0;}.ceXYHv [class*="right-edge-"]{right:0;}.ceXYHv .bottom-edge-0{width:2500px;height:16px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,2135x18/maxWidth/2000/https://assets.digital.vistaprint.com/production/fa5e8ef8-2398-46e3-97a0-b1cefc2bd61a');background-size:contain;}

.clQTJo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.clQTJo [class*="-corner-"],.clQTJo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.clQTJo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.clQTJo [class*="bottom-left-corner"],.clQTJo [class*="bottom-right-corner"]{bottom:0;}.clQTJo [class*="top-left-corner"],.clQTJo [class*="top-right-corner"]{top:0;}.clQTJo [class*="-left-corner-"]{left:0;}.clQTJo [class*="-right-corner-"]{right:0;}.clQTJo [class*="top-left-corner-"]{background-position:0 0;}.clQTJo [class*="top-right-corner-"]{background-position:100% 0;}.clQTJo [class*="bottom-left-corner-"]{background-position:0 100%;}.clQTJo [class*="bottom-right-corner-"]{background-position:100% 100%;}.clQTJo [class*="top-edge-"],.clQTJo [class*="bottom-edge-"],.clQTJo [class*="left-edge-"],.clQTJo [class*="right-edge-"]{margin:auto;}.clQTJo [class*="top-edge-"],.clQTJo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.clQTJo [class*="left-edge-"],.clQTJo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.clQTJo [class*="top-edge-"]{top:0;}.clQTJo [class*="bottom-edge-"]{bottom:0;}.clQTJo [class*="left-edge-"]{left:0;}.clQTJo [class*="right-edge-"]{right:0;}.clQTJo .top-edge-0{width:25%;height:15%;margin-top:25px;background-image:url('https://assets.digital.vistaprint.com/production/f9dc524a-1d39-42f6-99da-c7b8f1c11471');background-size:contain;background-repeat:no-repeat;}.clQTJo .bottom-edge-0{width:25%;height:15%;margin-bottom:25px;background-image:url('https://assets.digital.vistaprint.com/production/f9dc524a-1d39-42f6-99da-c7b8f1c11471');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;background-repeat:no-repeat;}

.pgXjy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.pgXjy [class*="-corner-"],.pgXjy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.pgXjy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.pgXjy [class*="bottom-left-corner"],.pgXjy [class*="bottom-right-corner"]{bottom:0;}.pgXjy [class*="top-left-corner"],.pgXjy [class*="top-right-corner"]{top:0;}.pgXjy [class*="-left-corner-"]{left:0;}.pgXjy [class*="-right-corner-"]{right:0;}.pgXjy [class*="top-left-corner-"]{background-position:0 0;}.pgXjy [class*="top-right-corner-"]{background-position:100% 0;}.pgXjy [class*="bottom-left-corner-"]{background-position:0 100%;}.pgXjy [class*="bottom-right-corner-"]{background-position:100% 100%;}.pgXjy [class*="top-edge-"],.pgXjy [class*="bottom-edge-"],.pgXjy [class*="left-edge-"],.pgXjy [class*="right-edge-"]{margin:auto;}.pgXjy [class*="top-edge-"],.pgXjy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.pgXjy [class*="left-edge-"],.pgXjy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.pgXjy [class*="top-edge-"]{top:0;}.pgXjy [class*="bottom-edge-"]{bottom:0;}.pgXjy [class*="left-edge-"]{left:0;}.pgXjy [class*="right-edge-"]{right:0;}.pgXjy .top-edge-0{width:50%;height:30px;margin-top:110px;background-image:url('https://assets.digital.vistaprint.com/production/fef7192c-221a-494e-961a-e141d0464e82');background-repeat:no-repeat;background-position:center 0;}@media (min-width:30em){.pgXjy .top-edge-0{width:100%;margin-top:115px;}}@media (min-width:60em){.pgXjy .top-edge-0{width:100%;margin-top:115px;}}

.eGrIzh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eGrIzh [class*="-corner-"],.eGrIzh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eGrIzh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eGrIzh [class*="bottom-left-corner"],.eGrIzh [class*="bottom-right-corner"]{bottom:0;}.eGrIzh [class*="top-left-corner"],.eGrIzh [class*="top-right-corner"]{top:0;}.eGrIzh [class*="-left-corner-"]{left:0;}.eGrIzh [class*="-right-corner-"]{right:0;}.eGrIzh [class*="top-left-corner-"]{background-position:0 0;}.eGrIzh [class*="top-right-corner-"]{background-position:100% 0;}.eGrIzh [class*="bottom-left-corner-"]{background-position:0 100%;}.eGrIzh [class*="bottom-right-corner-"]{background-position:100% 100%;}.eGrIzh [class*="top-edge-"],.eGrIzh [class*="bottom-edge-"],.eGrIzh [class*="left-edge-"],.eGrIzh [class*="right-edge-"]{margin:auto;}.eGrIzh [class*="top-edge-"],.eGrIzh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eGrIzh [class*="left-edge-"],.eGrIzh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eGrIzh [class*="top-edge-"]{top:0;}.eGrIzh [class*="bottom-edge-"]{bottom:0;}.eGrIzh [class*="left-edge-"]{left:0;}.eGrIzh [class*="right-edge-"]{right:0;}.eGrIzh .top-edge-0{width:100%;height:8px;background-color:#cddc29;}.eGrIzh .bottom-edge-0{width:100%;height:8px;background-color:#cddc29;}

.dpkOPQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dpkOPQ [class*="-corner-"],.dpkOPQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dpkOPQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dpkOPQ [class*="bottom-left-corner"],.dpkOPQ [class*="bottom-right-corner"]{bottom:0;}.dpkOPQ [class*="top-left-corner"],.dpkOPQ [class*="top-right-corner"]{top:0;}.dpkOPQ [class*="-left-corner-"]{left:0;}.dpkOPQ [class*="-right-corner-"]{right:0;}.dpkOPQ [class*="top-left-corner-"]{background-position:0 0;}.dpkOPQ [class*="top-right-corner-"]{background-position:100% 0;}.dpkOPQ [class*="bottom-left-corner-"]{background-position:0 100%;}.dpkOPQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.dpkOPQ [class*="top-edge-"],.dpkOPQ [class*="bottom-edge-"],.dpkOPQ [class*="left-edge-"],.dpkOPQ [class*="right-edge-"]{margin:auto;}.dpkOPQ [class*="top-edge-"],.dpkOPQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dpkOPQ [class*="left-edge-"],.dpkOPQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dpkOPQ [class*="top-edge-"]{top:0;}.dpkOPQ [class*="bottom-edge-"]{bottom:0;}.dpkOPQ [class*="left-edge-"]{left:0;}.dpkOPQ [class*="right-edge-"]{right:0;}.dpkOPQ .top-edge-0{width:100%;height:6px;background-color:#cddc29;}

.fQOqDH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fQOqDH [class*="-corner-"],.fQOqDH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fQOqDH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fQOqDH [class*="bottom-left-corner"],.fQOqDH [class*="bottom-right-corner"]{bottom:0;}.fQOqDH [class*="top-left-corner"],.fQOqDH [class*="top-right-corner"]{top:0;}.fQOqDH [class*="-left-corner-"]{left:0;}.fQOqDH [class*="-right-corner-"]{right:0;}.fQOqDH [class*="top-left-corner-"]{background-position:0 0;}.fQOqDH [class*="top-right-corner-"]{background-position:100% 0;}.fQOqDH [class*="bottom-left-corner-"]{background-position:0 100%;}.fQOqDH [class*="bottom-right-corner-"]{background-position:100% 100%;}.fQOqDH [class*="top-edge-"],.fQOqDH [class*="bottom-edge-"],.fQOqDH [class*="left-edge-"],.fQOqDH [class*="right-edge-"]{margin:auto;}.fQOqDH [class*="top-edge-"],.fQOqDH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fQOqDH [class*="left-edge-"],.fQOqDH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fQOqDH [class*="top-edge-"]{top:0;}.fQOqDH [class*="bottom-edge-"]{bottom:0;}.fQOqDH [class*="left-edge-"]{left:0;}.fQOqDH [class*="right-edge-"]{right:0;}.fQOqDH .bottom-edge-0{height:2px;background-color:#cd171e;}

.jhIwVT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jhIwVT [class*="-corner-"],.jhIwVT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jhIwVT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jhIwVT [class*="bottom-left-corner"],.jhIwVT [class*="bottom-right-corner"]{bottom:0;}.jhIwVT [class*="top-left-corner"],.jhIwVT [class*="top-right-corner"]{top:0;}.jhIwVT [class*="-left-corner-"]{left:0;}.jhIwVT [class*="-right-corner-"]{right:0;}.jhIwVT [class*="top-left-corner-"]{background-position:0 0;}.jhIwVT [class*="top-right-corner-"]{background-position:100% 0;}.jhIwVT [class*="bottom-left-corner-"]{background-position:0 100%;}.jhIwVT [class*="bottom-right-corner-"]{background-position:100% 100%;}.jhIwVT [class*="top-edge-"],.jhIwVT [class*="bottom-edge-"],.jhIwVT [class*="left-edge-"],.jhIwVT [class*="right-edge-"]{margin:auto;}.jhIwVT [class*="top-edge-"],.jhIwVT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jhIwVT [class*="left-edge-"],.jhIwVT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jhIwVT [class*="top-edge-"]{top:0;}.jhIwVT [class*="bottom-edge-"]{bottom:0;}.jhIwVT [class*="left-edge-"]{left:0;}.jhIwVT [class*="right-edge-"]{right:0;}.jhIwVT .bottom-left-corner-0{width:100%;height:100%;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,4001x20/maxWidth/2000/https://assets.digital.vistaprint.com/production/b9db6c8e-8593-4d37-aacc-2b80c0e2139e');background-size:contain;}

.kAdnGW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kAdnGW [class*="-corner-"],.kAdnGW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kAdnGW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kAdnGW [class*="bottom-left-corner"],.kAdnGW [class*="bottom-right-corner"]{bottom:0;}.kAdnGW [class*="top-left-corner"],.kAdnGW [class*="top-right-corner"]{top:0;}.kAdnGW [class*="-left-corner-"]{left:0;}.kAdnGW [class*="-right-corner-"]{right:0;}.kAdnGW [class*="top-left-corner-"]{background-position:0 0;}.kAdnGW [class*="top-right-corner-"]{background-position:100% 0;}.kAdnGW [class*="bottom-left-corner-"]{background-position:0 100%;}.kAdnGW [class*="bottom-right-corner-"]{background-position:100% 100%;}.kAdnGW [class*="top-edge-"],.kAdnGW [class*="bottom-edge-"],.kAdnGW [class*="left-edge-"],.kAdnGW [class*="right-edge-"]{margin:auto;}.kAdnGW [class*="top-edge-"],.kAdnGW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kAdnGW [class*="left-edge-"],.kAdnGW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kAdnGW [class*="top-edge-"]{top:0;}.kAdnGW [class*="bottom-edge-"]{bottom:0;}.kAdnGW [class*="left-edge-"]{left:0;}.kAdnGW [class*="right-edge-"]{right:0;}.kAdnGW .bottom-edge-0{width:100%;height:50px;background-image:url('https://assets.digital.vistaprint.com/production/f95c3776-aefc-4810-ab66-0da1ebf353ad');background-size:cover;}

.jPePhA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jPePhA [class*="-corner-"],.jPePhA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jPePhA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jPePhA [class*="bottom-left-corner"],.jPePhA [class*="bottom-right-corner"]{bottom:0;}.jPePhA [class*="top-left-corner"],.jPePhA [class*="top-right-corner"]{top:0;}.jPePhA [class*="-left-corner-"]{left:0;}.jPePhA [class*="-right-corner-"]{right:0;}.jPePhA [class*="top-left-corner-"]{background-position:0 0;}.jPePhA [class*="top-right-corner-"]{background-position:100% 0;}.jPePhA [class*="bottom-left-corner-"]{background-position:0 100%;}.jPePhA [class*="bottom-right-corner-"]{background-position:100% 100%;}.jPePhA [class*="top-edge-"],.jPePhA [class*="bottom-edge-"],.jPePhA [class*="left-edge-"],.jPePhA [class*="right-edge-"]{margin:auto;}.jPePhA [class*="top-edge-"],.jPePhA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jPePhA [class*="left-edge-"],.jPePhA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jPePhA [class*="top-edge-"]{top:0;}.jPePhA [class*="bottom-edge-"]{bottom:0;}.jPePhA [class*="left-edge-"]{left:0;}.jPePhA [class*="right-edge-"]{right:0;}.jPePhA .bottom-edge-0{width:250px;height:20px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/4659b1c0-59a5-436a-a423-16e9a6f27a45');background-repeat:no-repeat;}.jPePhA .top-left-corner-0{width:450px;height:350px;margin-left:-250px;margin-top:20px;opacity:0.1;background-image:url('https://assets.digital.vistaprint.com/production/ca03ca74-a87f-43a9-980d-863fa865cdc0');background-repeat:no-repeat;}.jPePhA .top-right-corner-0{width:450px;height:350px;margin-right:-250px;margin-top:20px;opacity:0.1;background-image:url('https://assets.digital.vistaprint.com/production/ca03ca74-a87f-43a9-980d-863fa865cdc0');background-repeat:no-repeat;}

.kFQUHW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kFQUHW [class*="-corner-"],.kFQUHW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kFQUHW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kFQUHW [class*="bottom-left-corner"],.kFQUHW [class*="bottom-right-corner"]{bottom:0;}.kFQUHW [class*="top-left-corner"],.kFQUHW [class*="top-right-corner"]{top:0;}.kFQUHW [class*="-left-corner-"]{left:0;}.kFQUHW [class*="-right-corner-"]{right:0;}.kFQUHW [class*="top-left-corner-"]{background-position:0 0;}.kFQUHW [class*="top-right-corner-"]{background-position:100% 0;}.kFQUHW [class*="bottom-left-corner-"]{background-position:0 100%;}.kFQUHW [class*="bottom-right-corner-"]{background-position:100% 100%;}.kFQUHW [class*="top-edge-"],.kFQUHW [class*="bottom-edge-"],.kFQUHW [class*="left-edge-"],.kFQUHW [class*="right-edge-"]{margin:auto;}.kFQUHW [class*="top-edge-"],.kFQUHW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kFQUHW [class*="left-edge-"],.kFQUHW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kFQUHW [class*="top-edge-"]{top:0;}.kFQUHW [class*="bottom-edge-"]{bottom:0;}.kFQUHW [class*="left-edge-"]{left:0;}.kFQUHW [class*="right-edge-"]{right:0;}.kFQUHW .top-edge-0{height:100px;margin-top:0px;opacity:0.5;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/7de797fe-8883-4fc6-bdbb-775b323115c3');background-repeat:repeat-x;}

.bkNBsA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bkNBsA [class*="-corner-"],.bkNBsA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bkNBsA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bkNBsA [class*="bottom-left-corner"],.bkNBsA [class*="bottom-right-corner"]{bottom:0;}.bkNBsA [class*="top-left-corner"],.bkNBsA [class*="top-right-corner"]{top:0;}.bkNBsA [class*="-left-corner-"]{left:0;}.bkNBsA [class*="-right-corner-"]{right:0;}.bkNBsA [class*="top-left-corner-"]{background-position:0 0;}.bkNBsA [class*="top-right-corner-"]{background-position:100% 0;}.bkNBsA [class*="bottom-left-corner-"]{background-position:0 100%;}.bkNBsA [class*="bottom-right-corner-"]{background-position:100% 100%;}.bkNBsA [class*="top-edge-"],.bkNBsA [class*="bottom-edge-"],.bkNBsA [class*="left-edge-"],.bkNBsA [class*="right-edge-"]{margin:auto;}.bkNBsA [class*="top-edge-"],.bkNBsA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bkNBsA [class*="left-edge-"],.bkNBsA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bkNBsA [class*="top-edge-"]{top:0;}.bkNBsA [class*="bottom-edge-"]{bottom:0;}.bkNBsA [class*="left-edge-"]{left:0;}.bkNBsA [class*="right-edge-"]{right:0;}.bkNBsA .bottom-edge-0{width:100%;height:1px;margin-bottom:3px;background-color:#ffffff;}

.daeJEk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.daeJEk [class*="-corner-"],.daeJEk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.daeJEk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.daeJEk [class*="bottom-left-corner"],.daeJEk [class*="bottom-right-corner"]{bottom:0;}.daeJEk [class*="top-left-corner"],.daeJEk [class*="top-right-corner"]{top:0;}.daeJEk [class*="-left-corner-"]{left:0;}.daeJEk [class*="-right-corner-"]{right:0;}.daeJEk [class*="top-left-corner-"]{background-position:0 0;}.daeJEk [class*="top-right-corner-"]{background-position:100% 0;}.daeJEk [class*="bottom-left-corner-"]{background-position:0 100%;}.daeJEk [class*="bottom-right-corner-"]{background-position:100% 100%;}.daeJEk [class*="top-edge-"],.daeJEk [class*="bottom-edge-"],.daeJEk [class*="left-edge-"],.daeJEk [class*="right-edge-"]{margin:auto;}.daeJEk [class*="top-edge-"],.daeJEk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.daeJEk [class*="left-edge-"],.daeJEk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.daeJEk [class*="top-edge-"]{top:0;}.daeJEk [class*="bottom-edge-"]{bottom:0;}.daeJEk [class*="left-edge-"]{left:0;}.daeJEk [class*="right-edge-"]{right:0;}.daeJEk .bottom-right-corner-0{width:100%;height:10px;background-image:url('https://assets.digital.vistaprint.com/production/761a4d55-bd49-4748-9c11-3a9afe07e029');background-size:contain;background-position:center 100%;}

.Bxygn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.Bxygn [class*="-corner-"],.Bxygn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.Bxygn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.Bxygn [class*="bottom-left-corner"],.Bxygn [class*="bottom-right-corner"]{bottom:0;}.Bxygn [class*="top-left-corner"],.Bxygn [class*="top-right-corner"]{top:0;}.Bxygn [class*="-left-corner-"]{left:0;}.Bxygn [class*="-right-corner-"]{right:0;}.Bxygn [class*="top-left-corner-"]{background-position:0 0;}.Bxygn [class*="top-right-corner-"]{background-position:100% 0;}.Bxygn [class*="bottom-left-corner-"]{background-position:0 100%;}.Bxygn [class*="bottom-right-corner-"]{background-position:100% 100%;}.Bxygn [class*="top-edge-"],.Bxygn [class*="bottom-edge-"],.Bxygn [class*="left-edge-"],.Bxygn [class*="right-edge-"]{margin:auto;}.Bxygn [class*="top-edge-"],.Bxygn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.Bxygn [class*="left-edge-"],.Bxygn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.Bxygn [class*="top-edge-"]{top:0;}.Bxygn [class*="bottom-edge-"]{bottom:0;}.Bxygn [class*="left-edge-"]{left:0;}.Bxygn [class*="right-edge-"]{right:0;}.Bxygn .top-edge-0{width:100%;height:1px;margin-top:3px;background-color:#ffffff;}

.dhBzAf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dhBzAf [class*="-corner-"],.dhBzAf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dhBzAf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dhBzAf [class*="bottom-left-corner"],.dhBzAf [class*="bottom-right-corner"]{bottom:0;}.dhBzAf [class*="top-left-corner"],.dhBzAf [class*="top-right-corner"]{top:0;}.dhBzAf [class*="-left-corner-"]{left:0;}.dhBzAf [class*="-right-corner-"]{right:0;}.dhBzAf [class*="top-left-corner-"]{background-position:0 0;}.dhBzAf [class*="top-right-corner-"]{background-position:100% 0;}.dhBzAf [class*="bottom-left-corner-"]{background-position:0 100%;}.dhBzAf [class*="bottom-right-corner-"]{background-position:100% 100%;}.dhBzAf [class*="top-edge-"],.dhBzAf [class*="bottom-edge-"],.dhBzAf [class*="left-edge-"],.dhBzAf [class*="right-edge-"]{margin:auto;}.dhBzAf [class*="top-edge-"],.dhBzAf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dhBzAf [class*="left-edge-"],.dhBzAf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dhBzAf [class*="top-edge-"]{top:0;}.dhBzAf [class*="bottom-edge-"]{bottom:0;}.dhBzAf [class*="left-edge-"]{left:0;}.dhBzAf [class*="right-edge-"]{right:0;}.dhBzAf .top-edge-0{width:80%;height:1px;background-color:#222;}

.dcGBPM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dcGBPM [class*="-corner-"],.dcGBPM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dcGBPM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dcGBPM [class*="bottom-left-corner"],.dcGBPM [class*="bottom-right-corner"]{bottom:0;}.dcGBPM [class*="top-left-corner"],.dcGBPM [class*="top-right-corner"]{top:0;}.dcGBPM [class*="-left-corner-"]{left:0;}.dcGBPM [class*="-right-corner-"]{right:0;}.dcGBPM [class*="top-left-corner-"]{background-position:0 0;}.dcGBPM [class*="top-right-corner-"]{background-position:100% 0;}.dcGBPM [class*="bottom-left-corner-"]{background-position:0 100%;}.dcGBPM [class*="bottom-right-corner-"]{background-position:100% 100%;}.dcGBPM [class*="top-edge-"],.dcGBPM [class*="bottom-edge-"],.dcGBPM [class*="left-edge-"],.dcGBPM [class*="right-edge-"]{margin:auto;}.dcGBPM [class*="top-edge-"],.dcGBPM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dcGBPM [class*="left-edge-"],.dcGBPM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dcGBPM [class*="top-edge-"]{top:0;}.dcGBPM [class*="bottom-edge-"]{bottom:0;}.dcGBPM [class*="left-edge-"]{left:0;}.dcGBPM [class*="right-edge-"]{right:0;}.dcGBPM .bottom-edge-0{width:80%;height:1px;background-color:#000;}

.jeJmdU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jeJmdU [class*="-corner-"],.jeJmdU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jeJmdU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jeJmdU [class*="bottom-left-corner"],.jeJmdU [class*="bottom-right-corner"]{bottom:0;}.jeJmdU [class*="top-left-corner"],.jeJmdU [class*="top-right-corner"]{top:0;}.jeJmdU [class*="-left-corner-"]{left:0;}.jeJmdU [class*="-right-corner-"]{right:0;}.jeJmdU [class*="top-left-corner-"]{background-position:0 0;}.jeJmdU [class*="top-right-corner-"]{background-position:100% 0;}.jeJmdU [class*="bottom-left-corner-"]{background-position:0 100%;}.jeJmdU [class*="bottom-right-corner-"]{background-position:100% 100%;}.jeJmdU [class*="top-edge-"],.jeJmdU [class*="bottom-edge-"],.jeJmdU [class*="left-edge-"],.jeJmdU [class*="right-edge-"]{margin:auto;}.jeJmdU [class*="top-edge-"],.jeJmdU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jeJmdU [class*="left-edge-"],.jeJmdU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jeJmdU [class*="top-edge-"]{top:0;}.jeJmdU [class*="bottom-edge-"]{bottom:0;}.jeJmdU [class*="left-edge-"]{left:0;}.jeJmdU [class*="right-edge-"]{right:0;}.jeJmdU .top-edge-0{width:100%;height:1px;background-color:#222;}

.jgkgKs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jgkgKs [class*="-corner-"],.jgkgKs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jgkgKs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jgkgKs [class*="bottom-left-corner"],.jgkgKs [class*="bottom-right-corner"]{bottom:0;}.jgkgKs [class*="top-left-corner"],.jgkgKs [class*="top-right-corner"]{top:0;}.jgkgKs [class*="-left-corner-"]{left:0;}.jgkgKs [class*="-right-corner-"]{right:0;}.jgkgKs [class*="top-left-corner-"]{background-position:0 0;}.jgkgKs [class*="top-right-corner-"]{background-position:100% 0;}.jgkgKs [class*="bottom-left-corner-"]{background-position:0 100%;}.jgkgKs [class*="bottom-right-corner-"]{background-position:100% 100%;}.jgkgKs [class*="top-edge-"],.jgkgKs [class*="bottom-edge-"],.jgkgKs [class*="left-edge-"],.jgkgKs [class*="right-edge-"]{margin:auto;}.jgkgKs [class*="top-edge-"],.jgkgKs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jgkgKs [class*="left-edge-"],.jgkgKs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jgkgKs [class*="top-edge-"]{top:0;}.jgkgKs [class*="bottom-edge-"]{bottom:0;}.jgkgKs [class*="left-edge-"]{left:0;}.jgkgKs [class*="right-edge-"]{right:0;}.jgkgKs .top-edge-0{width:100%;height:5px;background-color:#FAE885;}

.jUSkur{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jUSkur [class*="-corner-"],.jUSkur [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jUSkur [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jUSkur [class*="bottom-left-corner"],.jUSkur [class*="bottom-right-corner"]{bottom:0;}.jUSkur [class*="top-left-corner"],.jUSkur [class*="top-right-corner"]{top:0;}.jUSkur [class*="-left-corner-"]{left:0;}.jUSkur [class*="-right-corner-"]{right:0;}.jUSkur [class*="top-left-corner-"]{background-position:0 0;}.jUSkur [class*="top-right-corner-"]{background-position:100% 0;}.jUSkur [class*="bottom-left-corner-"]{background-position:0 100%;}.jUSkur [class*="bottom-right-corner-"]{background-position:100% 100%;}.jUSkur [class*="top-edge-"],.jUSkur [class*="bottom-edge-"],.jUSkur [class*="left-edge-"],.jUSkur [class*="right-edge-"]{margin:auto;}.jUSkur [class*="top-edge-"],.jUSkur [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jUSkur [class*="left-edge-"],.jUSkur [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jUSkur [class*="top-edge-"]{top:0;}.jUSkur [class*="bottom-edge-"]{bottom:0;}.jUSkur [class*="left-edge-"]{left:0;}.jUSkur [class*="right-edge-"]{right:0;}.jUSkur .top-edge-0{width:100%;height:2px;background-color:#8a4d1f;}

.eLvnqC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eLvnqC [class*="-corner-"],.eLvnqC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eLvnqC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eLvnqC [class*="bottom-left-corner"],.eLvnqC [class*="bottom-right-corner"]{bottom:0;}.eLvnqC [class*="top-left-corner"],.eLvnqC [class*="top-right-corner"]{top:0;}.eLvnqC [class*="-left-corner-"]{left:0;}.eLvnqC [class*="-right-corner-"]{right:0;}.eLvnqC [class*="top-left-corner-"]{background-position:0 0;}.eLvnqC [class*="top-right-corner-"]{background-position:100% 0;}.eLvnqC [class*="bottom-left-corner-"]{background-position:0 100%;}.eLvnqC [class*="bottom-right-corner-"]{background-position:100% 100%;}.eLvnqC [class*="top-edge-"],.eLvnqC [class*="bottom-edge-"],.eLvnqC [class*="left-edge-"],.eLvnqC [class*="right-edge-"]{margin:auto;}.eLvnqC [class*="top-edge-"],.eLvnqC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eLvnqC [class*="left-edge-"],.eLvnqC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eLvnqC [class*="top-edge-"]{top:0;}.eLvnqC [class*="bottom-edge-"]{bottom:0;}.eLvnqC [class*="left-edge-"]{left:0;}.eLvnqC [class*="right-edge-"]{right:0;}.eLvnqC .top-edge-0{width:100%;height:2px;background-color:#3e3e3f;}

.eefujr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eefujr [class*="-corner-"],.eefujr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eefujr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eefujr [class*="bottom-left-corner"],.eefujr [class*="bottom-right-corner"]{bottom:0;}.eefujr [class*="top-left-corner"],.eefujr [class*="top-right-corner"]{top:0;}.eefujr [class*="-left-corner-"]{left:0;}.eefujr [class*="-right-corner-"]{right:0;}.eefujr [class*="top-left-corner-"]{background-position:0 0;}.eefujr [class*="top-right-corner-"]{background-position:100% 0;}.eefujr [class*="bottom-left-corner-"]{background-position:0 100%;}.eefujr [class*="bottom-right-corner-"]{background-position:100% 100%;}.eefujr [class*="top-edge-"],.eefujr [class*="bottom-edge-"],.eefujr [class*="left-edge-"],.eefujr [class*="right-edge-"]{margin:auto;}.eefujr [class*="top-edge-"],.eefujr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eefujr [class*="left-edge-"],.eefujr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eefujr [class*="top-edge-"]{top:0;}.eefujr [class*="bottom-edge-"]{bottom:0;}.eefujr [class*="left-edge-"]{left:0;}.eefujr [class*="right-edge-"]{right:0;}.eefujr .top-edge-0{height:1px;background-color:#fff;}

.cWotmF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cWotmF [class*="-corner-"],.cWotmF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cWotmF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cWotmF [class*="bottom-left-corner"],.cWotmF [class*="bottom-right-corner"]{bottom:0;}.cWotmF [class*="top-left-corner"],.cWotmF [class*="top-right-corner"]{top:0;}.cWotmF [class*="-left-corner-"]{left:0;}.cWotmF [class*="-right-corner-"]{right:0;}.cWotmF [class*="top-left-corner-"]{background-position:0 0;}.cWotmF [class*="top-right-corner-"]{background-position:100% 0;}.cWotmF [class*="bottom-left-corner-"]{background-position:0 100%;}.cWotmF [class*="bottom-right-corner-"]{background-position:100% 100%;}.cWotmF [class*="top-edge-"],.cWotmF [class*="bottom-edge-"],.cWotmF [class*="left-edge-"],.cWotmF [class*="right-edge-"]{margin:auto;}.cWotmF [class*="top-edge-"],.cWotmF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cWotmF [class*="left-edge-"],.cWotmF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cWotmF [class*="top-edge-"]{top:0;}.cWotmF [class*="bottom-edge-"]{bottom:0;}.cWotmF [class*="left-edge-"]{left:0;}.cWotmF [class*="right-edge-"]{right:0;}.cWotmF .bottom-edge-0{height:4px;background-color:#a4966e;}.cWotmF .bottom-left-corner-0{width:100px;margin-left:-30px;margin-bottom:-30px;background-image:url('https://assets.digital.vistaprint.com/production/da6a8309-85c1-4e2f-a1df-be16488c3fb1');}@media (min-width:30em){.cWotmF .bottom-left-corner-0{width:300px;margin-left:-100px;margin-bottom:-100px;}}@media (min-width:60em){.cWotmF .bottom-left-corner-0{width:500px;margin-left:-100px;margin-bottom:-100px;}}.cWotmF .bottom-right-corner-0{width:100px;margin-right:-30px;margin-bottom:-30px;background-image:url('https://assets.digital.vistaprint.com/production/da6a8309-85c1-4e2f-a1df-be16488c3fb1');}@media (min-width:30em){.cWotmF .bottom-right-corner-0{width:300px;margin-right:-100px;margin-bottom:-100px;}}@media (min-width:60em){.cWotmF .bottom-right-corner-0{width:500px;margin-right:-100px;margin-bottom:-100px;}}

.byJqws{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.byJqws [class*="-corner-"],.byJqws [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.byJqws [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.byJqws [class*="bottom-left-corner"],.byJqws [class*="bottom-right-corner"]{bottom:0;}.byJqws [class*="top-left-corner"],.byJqws [class*="top-right-corner"]{top:0;}.byJqws [class*="-left-corner-"]{left:0;}.byJqws [class*="-right-corner-"]{right:0;}.byJqws [class*="top-left-corner-"]{background-position:0 0;}.byJqws [class*="top-right-corner-"]{background-position:100% 0;}.byJqws [class*="bottom-left-corner-"]{background-position:0 100%;}.byJqws [class*="bottom-right-corner-"]{background-position:100% 100%;}.byJqws [class*="top-edge-"],.byJqws [class*="bottom-edge-"],.byJqws [class*="left-edge-"],.byJqws [class*="right-edge-"]{margin:auto;}.byJqws [class*="top-edge-"],.byJqws [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.byJqws [class*="left-edge-"],.byJqws [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.byJqws [class*="top-edge-"]{top:0;}.byJqws [class*="bottom-edge-"]{bottom:0;}.byJqws [class*="left-edge-"]{left:0;}.byJqws [class*="right-edge-"]{right:0;}.byJqws .bottom-edge-0{height:4px;background-color:#a4966e;}

.bLLbJn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bLLbJn [class*="-corner-"],.bLLbJn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bLLbJn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bLLbJn [class*="bottom-left-corner"],.bLLbJn [class*="bottom-right-corner"]{bottom:0;}.bLLbJn [class*="top-left-corner"],.bLLbJn [class*="top-right-corner"]{top:0;}.bLLbJn [class*="-left-corner-"]{left:0;}.bLLbJn [class*="-right-corner-"]{right:0;}.bLLbJn [class*="top-left-corner-"]{background-position:0 0;}.bLLbJn [class*="top-right-corner-"]{background-position:100% 0;}.bLLbJn [class*="bottom-left-corner-"]{background-position:0 100%;}.bLLbJn [class*="bottom-right-corner-"]{background-position:100% 100%;}.bLLbJn [class*="top-edge-"],.bLLbJn [class*="bottom-edge-"],.bLLbJn [class*="left-edge-"],.bLLbJn [class*="right-edge-"]{margin:auto;}.bLLbJn [class*="top-edge-"],.bLLbJn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bLLbJn [class*="left-edge-"],.bLLbJn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bLLbJn [class*="top-edge-"]{top:0;}.bLLbJn [class*="bottom-edge-"]{bottom:0;}.bLLbJn [class*="left-edge-"]{left:0;}.bLLbJn [class*="right-edge-"]{right:0;}.bLLbJn .left-edge-0{width:100%;height:60%;margin-left:0%;opacity:0.6;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#8C9698;}

.hQyHcm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hQyHcm [class*="-corner-"],.hQyHcm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hQyHcm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hQyHcm [class*="bottom-left-corner"],.hQyHcm [class*="bottom-right-corner"]{bottom:0;}.hQyHcm [class*="top-left-corner"],.hQyHcm [class*="top-right-corner"]{top:0;}.hQyHcm [class*="-left-corner-"]{left:0;}.hQyHcm [class*="-right-corner-"]{right:0;}.hQyHcm [class*="top-left-corner-"]{background-position:0 0;}.hQyHcm [class*="top-right-corner-"]{background-position:100% 0;}.hQyHcm [class*="bottom-left-corner-"]{background-position:0 100%;}.hQyHcm [class*="bottom-right-corner-"]{background-position:100% 100%;}.hQyHcm [class*="top-edge-"],.hQyHcm [class*="bottom-edge-"],.hQyHcm [class*="left-edge-"],.hQyHcm [class*="right-edge-"]{margin:auto;}.hQyHcm [class*="top-edge-"],.hQyHcm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hQyHcm [class*="left-edge-"],.hQyHcm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hQyHcm [class*="top-edge-"]{top:0;}.hQyHcm [class*="bottom-edge-"]{bottom:0;}.hQyHcm [class*="left-edge-"]{left:0;}.hQyHcm [class*="right-edge-"]{right:0;}.hQyHcm .top-edge-0{width:100%;height:5px;background-color:#75cddc;}

.dWpFcr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dWpFcr [class*="-corner-"],.dWpFcr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dWpFcr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dWpFcr [class*="bottom-left-corner"],.dWpFcr [class*="bottom-right-corner"]{bottom:0;}.dWpFcr [class*="top-left-corner"],.dWpFcr [class*="top-right-corner"]{top:0;}.dWpFcr [class*="-left-corner-"]{left:0;}.dWpFcr [class*="-right-corner-"]{right:0;}.dWpFcr [class*="top-left-corner-"]{background-position:0 0;}.dWpFcr [class*="top-right-corner-"]{background-position:100% 0;}.dWpFcr [class*="bottom-left-corner-"]{background-position:0 100%;}.dWpFcr [class*="bottom-right-corner-"]{background-position:100% 100%;}.dWpFcr [class*="top-edge-"],.dWpFcr [class*="bottom-edge-"],.dWpFcr [class*="left-edge-"],.dWpFcr [class*="right-edge-"]{margin:auto;}.dWpFcr [class*="top-edge-"],.dWpFcr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dWpFcr [class*="left-edge-"],.dWpFcr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dWpFcr [class*="top-edge-"]{top:0;}.dWpFcr [class*="bottom-edge-"]{bottom:0;}.dWpFcr [class*="left-edge-"]{left:0;}.dWpFcr [class*="right-edge-"]{right:0;}.dWpFcr .top-edge-0{width:100%;height:1px;background-color:black;}

.ejsjJB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ejsjJB [class*="-corner-"],.ejsjJB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ejsjJB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ejsjJB [class*="bottom-left-corner"],.ejsjJB [class*="bottom-right-corner"]{bottom:0;}.ejsjJB [class*="top-left-corner"],.ejsjJB [class*="top-right-corner"]{top:0;}.ejsjJB [class*="-left-corner-"]{left:0;}.ejsjJB [class*="-right-corner-"]{right:0;}.ejsjJB [class*="top-left-corner-"]{background-position:0 0;}.ejsjJB [class*="top-right-corner-"]{background-position:100% 0;}.ejsjJB [class*="bottom-left-corner-"]{background-position:0 100%;}.ejsjJB [class*="bottom-right-corner-"]{background-position:100% 100%;}.ejsjJB [class*="top-edge-"],.ejsjJB [class*="bottom-edge-"],.ejsjJB [class*="left-edge-"],.ejsjJB [class*="right-edge-"]{margin:auto;}.ejsjJB [class*="top-edge-"],.ejsjJB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ejsjJB [class*="left-edge-"],.ejsjJB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ejsjJB [class*="top-edge-"]{top:0;}.ejsjJB [class*="bottom-edge-"]{bottom:0;}.ejsjJB [class*="left-edge-"]{left:0;}.ejsjJB [class*="right-edge-"]{right:0;}.ejsjJB .bottom-edge-0{width:100%;height:40%;background-image:url('https://assets.digital.vistaprint.com/production/c079b24e-5a9d-473c-940c-8db8d75c1862');background-size:contain;}

.haIldb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.haIldb [class*="-corner-"],.haIldb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.haIldb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.haIldb [class*="bottom-left-corner"],.haIldb [class*="bottom-right-corner"]{bottom:0;}.haIldb [class*="top-left-corner"],.haIldb [class*="top-right-corner"]{top:0;}.haIldb [class*="-left-corner-"]{left:0;}.haIldb [class*="-right-corner-"]{right:0;}.haIldb [class*="top-left-corner-"]{background-position:0 0;}.haIldb [class*="top-right-corner-"]{background-position:100% 0;}.haIldb [class*="bottom-left-corner-"]{background-position:0 100%;}.haIldb [class*="bottom-right-corner-"]{background-position:100% 100%;}.haIldb [class*="top-edge-"],.haIldb [class*="bottom-edge-"],.haIldb [class*="left-edge-"],.haIldb [class*="right-edge-"]{margin:auto;}.haIldb [class*="top-edge-"],.haIldb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.haIldb [class*="left-edge-"],.haIldb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.haIldb [class*="top-edge-"]{top:0;}.haIldb [class*="bottom-edge-"]{bottom:0;}.haIldb [class*="left-edge-"]{left:0;}.haIldb [class*="right-edge-"]{right:0;}.haIldb .top-edge-0{width:100%;height:75px;margin-top:20px;background-size:contain;}.haIldb .top-edge-1{width:100%;height:5px;background-color:#ee2932;}.haIldb .top-edge-2{width:100%;height:5px;margin-top:5px;background-color:#faf4a0;}.haIldb .top-edge-3{width:100%;height:5px;margin-top:10px;background-color:#58b947;}.haIldb .top-edge-4{width:100%;height:5px;z-index:2;margin-top:15px;background-color:#007cc4;}.haIldb .bottom-edge-0{width:100%;height:75px;margin-bottom:20px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;}.haIldb .bottom-edge-1{width:100%;height:5px;background-color:#ee2932;}.haIldb .bottom-edge-2{width:100%;height:5px;margin-bottom:5px;background-color:#faf4a0;}.haIldb .bottom-edge-3{width:100%;height:5px;margin-bottom:10px;background-color:#58b947;}.haIldb .bottom-edge-4{width:100%;height:5px;z-index:2;margin-bottom:15px;background-color:#007cc4;}

.kEFCxc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kEFCxc [class*="-corner-"],.kEFCxc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kEFCxc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kEFCxc [class*="bottom-left-corner"],.kEFCxc [class*="bottom-right-corner"]{bottom:0;}.kEFCxc [class*="top-left-corner"],.kEFCxc [class*="top-right-corner"]{top:0;}.kEFCxc [class*="-left-corner-"]{left:0;}.kEFCxc [class*="-right-corner-"]{right:0;}.kEFCxc [class*="top-left-corner-"]{background-position:0 0;}.kEFCxc [class*="top-right-corner-"]{background-position:100% 0;}.kEFCxc [class*="bottom-left-corner-"]{background-position:0 100%;}.kEFCxc [class*="bottom-right-corner-"]{background-position:100% 100%;}.kEFCxc [class*="top-edge-"],.kEFCxc [class*="bottom-edge-"],.kEFCxc [class*="left-edge-"],.kEFCxc [class*="right-edge-"]{margin:auto;}.kEFCxc [class*="top-edge-"],.kEFCxc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kEFCxc [class*="left-edge-"],.kEFCxc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kEFCxc [class*="top-edge-"]{top:0;}.kEFCxc [class*="bottom-edge-"]{bottom:0;}.kEFCxc [class*="left-edge-"]{left:0;}.kEFCxc [class*="right-edge-"]{right:0;}.kEFCxc .top-edge-0{width:100%;height:10px;background-color:#0066a9;}

.sRTmV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.sRTmV [class*="-corner-"],.sRTmV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.sRTmV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.sRTmV [class*="bottom-left-corner"],.sRTmV [class*="bottom-right-corner"]{bottom:0;}.sRTmV [class*="top-left-corner"],.sRTmV [class*="top-right-corner"]{top:0;}.sRTmV [class*="-left-corner-"]{left:0;}.sRTmV [class*="-right-corner-"]{right:0;}.sRTmV [class*="top-left-corner-"]{background-position:0 0;}.sRTmV [class*="top-right-corner-"]{background-position:100% 0;}.sRTmV [class*="bottom-left-corner-"]{background-position:0 100%;}.sRTmV [class*="bottom-right-corner-"]{background-position:100% 100%;}.sRTmV [class*="top-edge-"],.sRTmV [class*="bottom-edge-"],.sRTmV [class*="left-edge-"],.sRTmV [class*="right-edge-"]{margin:auto;}.sRTmV [class*="top-edge-"],.sRTmV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.sRTmV [class*="left-edge-"],.sRTmV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.sRTmV [class*="top-edge-"]{top:0;}.sRTmV [class*="bottom-edge-"]{bottom:0;}.sRTmV [class*="left-edge-"]{left:0;}.sRTmV [class*="right-edge-"]{right:0;}.sRTmV .left-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/27977b42-c11b-47ea-9eaa-7c5448949b11');background-size:contain;}@media (min-width:30em){.sRTmV .left-edge-0{width:150px;height:691px;margin-left:20px;}}@media (min-width:60em){.sRTmV .left-edge-0{width:217px;height:1000px;margin-left:50px;}}.sRTmV .right-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/27977b42-c11b-47ea-9eaa-7c5448949b11');background-size:contain;}@media (min-width:30em){.sRTmV .right-edge-0{width:150px;height:691px;margin-right:20px;}}@media (min-width:60em){.sRTmV .right-edge-0{width:217px;height:1000px;margin-right:50px;}}

.jDtoNh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jDtoNh [class*="-corner-"],.jDtoNh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jDtoNh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jDtoNh [class*="bottom-left-corner"],.jDtoNh [class*="bottom-right-corner"]{bottom:0;}.jDtoNh [class*="top-left-corner"],.jDtoNh [class*="top-right-corner"]{top:0;}.jDtoNh [class*="-left-corner-"]{left:0;}.jDtoNh [class*="-right-corner-"]{right:0;}.jDtoNh [class*="top-left-corner-"]{background-position:0 0;}.jDtoNh [class*="top-right-corner-"]{background-position:100% 0;}.jDtoNh [class*="bottom-left-corner-"]{background-position:0 100%;}.jDtoNh [class*="bottom-right-corner-"]{background-position:100% 100%;}.jDtoNh [class*="top-edge-"],.jDtoNh [class*="bottom-edge-"],.jDtoNh [class*="left-edge-"],.jDtoNh [class*="right-edge-"]{margin:auto;}.jDtoNh [class*="top-edge-"],.jDtoNh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jDtoNh [class*="left-edge-"],.jDtoNh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jDtoNh [class*="top-edge-"]{top:0;}.jDtoNh [class*="bottom-edge-"]{bottom:0;}.jDtoNh [class*="left-edge-"]{left:0;}.jDtoNh [class*="right-edge-"]{right:0;}.jDtoNh .bottom-left-corner-0{width:80px;height:57px;margin-left:20px;margin-bottom:20px;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/db8c6303-3190-4949-a890-de32277ee31a');background-repeat:no-repeat;}.jDtoNh .bottom-right-corner-0{width:80px;height:57px;margin-right:20px;margin-bottom:20px;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/db8c6303-3190-4949-a890-de32277ee31a');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);background-repeat:no-repeat;}

.hxnjiz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hxnjiz [class*="-corner-"],.hxnjiz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hxnjiz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hxnjiz [class*="bottom-left-corner"],.hxnjiz [class*="bottom-right-corner"]{bottom:0;}.hxnjiz [class*="top-left-corner"],.hxnjiz [class*="top-right-corner"]{top:0;}.hxnjiz [class*="-left-corner-"]{left:0;}.hxnjiz [class*="-right-corner-"]{right:0;}.hxnjiz [class*="top-left-corner-"]{background-position:0 0;}.hxnjiz [class*="top-right-corner-"]{background-position:100% 0;}.hxnjiz [class*="bottom-left-corner-"]{background-position:0 100%;}.hxnjiz [class*="bottom-right-corner-"]{background-position:100% 100%;}.hxnjiz [class*="top-edge-"],.hxnjiz [class*="bottom-edge-"],.hxnjiz [class*="left-edge-"],.hxnjiz [class*="right-edge-"]{margin:auto;}.hxnjiz [class*="top-edge-"],.hxnjiz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hxnjiz [class*="left-edge-"],.hxnjiz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hxnjiz [class*="top-edge-"]{top:0;}.hxnjiz [class*="bottom-edge-"]{bottom:0;}.hxnjiz [class*="left-edge-"]{left:0;}.hxnjiz [class*="right-edge-"]{right:0;}.hxnjiz .bottom-left-corner-0{width:80px;height:57px;margin-left:20px;margin-bottom:20px;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/6f61ed13-b53c-4c26-b04d-d91f5d373f9f');background-repeat:no-repeat;}.hxnjiz .bottom-right-corner-0{width:80px;height:57px;margin-right:20px;margin-bottom:20px;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/6f61ed13-b53c-4c26-b04d-d91f5d373f9f');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);background-repeat:no-repeat;}

.UxjPv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.UxjPv [class*="-corner-"],.UxjPv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.UxjPv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.UxjPv [class*="bottom-left-corner"],.UxjPv [class*="bottom-right-corner"]{bottom:0;}.UxjPv [class*="top-left-corner"],.UxjPv [class*="top-right-corner"]{top:0;}.UxjPv [class*="-left-corner-"]{left:0;}.UxjPv [class*="-right-corner-"]{right:0;}.UxjPv [class*="top-left-corner-"]{background-position:0 0;}.UxjPv [class*="top-right-corner-"]{background-position:100% 0;}.UxjPv [class*="bottom-left-corner-"]{background-position:0 100%;}.UxjPv [class*="bottom-right-corner-"]{background-position:100% 100%;}.UxjPv [class*="top-edge-"],.UxjPv [class*="bottom-edge-"],.UxjPv [class*="left-edge-"],.UxjPv [class*="right-edge-"]{margin:auto;}.UxjPv [class*="top-edge-"],.UxjPv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.UxjPv [class*="left-edge-"],.UxjPv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.UxjPv [class*="top-edge-"]{top:0;}.UxjPv [class*="bottom-edge-"]{bottom:0;}.UxjPv [class*="left-edge-"]{left:0;}.UxjPv [class*="right-edge-"]{right:0;}.UxjPv .top-edge-0{width:96%;height:3px;margin-top:35px;background-color:#ffe075;}.UxjPv .left-edge-0{width:3px;margin-left:2%;margin-top:35px;background-color:#ffe075;}.UxjPv .right-edge-0{width:3px;margin-right:2%;margin-top:35px;background-color:#ffe075;}.UxjPv .top-left-corner-0{width:75px;height:69px;margin-left:2.5%;margin-top:45px;background-image:url('https://assets.digital.vistaprint.com/production/fb8326a9-ea12-42f6-815a-b0ecb15a53d0');background-size:contain;}@media (min-width:30em){.UxjPv .top-left-corner-0{width:140px;height:128px;}}@media (min-width:60em){.UxjPv .top-left-corner-0{width:162px;height:148px;}}.UxjPv .top-right-corner-0{width:75px;height:69px;margin-right:2.5%;margin-top:45px;background-image:url('https://assets.digital.vistaprint.com/production/eba28422-4945-41f8-99f8-80319352a873');background-size:contain;}@media (min-width:30em){.UxjPv .top-right-corner-0{width:140px;height:128px;}}@media (min-width:60em){.UxjPv .top-right-corner-0{width:162px;height:148px;}}

.cgKEGb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cgKEGb [class*="-corner-"],.cgKEGb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cgKEGb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cgKEGb [class*="bottom-left-corner"],.cgKEGb [class*="bottom-right-corner"]{bottom:0;}.cgKEGb [class*="top-left-corner"],.cgKEGb [class*="top-right-corner"]{top:0;}.cgKEGb [class*="-left-corner-"]{left:0;}.cgKEGb [class*="-right-corner-"]{right:0;}.cgKEGb [class*="top-left-corner-"]{background-position:0 0;}.cgKEGb [class*="top-right-corner-"]{background-position:100% 0;}.cgKEGb [class*="bottom-left-corner-"]{background-position:0 100%;}.cgKEGb [class*="bottom-right-corner-"]{background-position:100% 100%;}.cgKEGb [class*="top-edge-"],.cgKEGb [class*="bottom-edge-"],.cgKEGb [class*="left-edge-"],.cgKEGb [class*="right-edge-"]{margin:auto;}.cgKEGb [class*="top-edge-"],.cgKEGb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cgKEGb [class*="left-edge-"],.cgKEGb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cgKEGb [class*="top-edge-"]{top:0;}.cgKEGb [class*="bottom-edge-"]{bottom:0;}.cgKEGb [class*="left-edge-"]{left:0;}.cgKEGb [class*="right-edge-"]{right:0;}.cgKEGb .left-edge-0{width:3px;margin-left:2%;background-color:#ffe075;}.cgKEGb .right-edge-0{width:3px;margin-right:2%;background-color:#ffe075;}.cgKEGb .bottom-edge-0{width:200px;height:6px;background-image:url('https://assets.digital.vistaprint.com/production/a57c609c-5ee3-4b0d-bed6-8b8b7722c1cd');background-size:contain;}@media (min-width:30em){.cgKEGb .bottom-edge-0{width:558px;height:16px;}}@media (min-width:60em){.cgKEGb .bottom-edge-0{width:558px;height:16px;}}

.jXhKmv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jXhKmv [class*="-corner-"],.jXhKmv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jXhKmv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jXhKmv [class*="bottom-left-corner"],.jXhKmv [class*="bottom-right-corner"]{bottom:0;}.jXhKmv [class*="top-left-corner"],.jXhKmv [class*="top-right-corner"]{top:0;}.jXhKmv [class*="-left-corner-"]{left:0;}.jXhKmv [class*="-right-corner-"]{right:0;}.jXhKmv [class*="top-left-corner-"]{background-position:0 0;}.jXhKmv [class*="top-right-corner-"]{background-position:100% 0;}.jXhKmv [class*="bottom-left-corner-"]{background-position:0 100%;}.jXhKmv [class*="bottom-right-corner-"]{background-position:100% 100%;}.jXhKmv [class*="top-edge-"],.jXhKmv [class*="bottom-edge-"],.jXhKmv [class*="left-edge-"],.jXhKmv [class*="right-edge-"]{margin:auto;}.jXhKmv [class*="top-edge-"],.jXhKmv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jXhKmv [class*="left-edge-"],.jXhKmv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jXhKmv [class*="top-edge-"]{top:0;}.jXhKmv [class*="bottom-edge-"]{bottom:0;}.jXhKmv [class*="left-edge-"]{left:0;}.jXhKmv [class*="right-edge-"]{right:0;}.jXhKmv .bottom-edge-0{width:96%;height:3px;margin-bottom:35px;background-color:#ffe075;}.jXhKmv .bottom-left-corner-0{width:3px;margin-left:2%;margin-bottom:35px;background-color:#ffe075;}.jXhKmv .bottom-right-corner-0{width:3px;margin-right:2%;margin-bottom:35px;background-color:#ffe075;}

.ihIqfy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ihIqfy [class*="-corner-"],.ihIqfy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ihIqfy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ihIqfy [class*="bottom-left-corner"],.ihIqfy [class*="bottom-right-corner"]{bottom:0;}.ihIqfy [class*="top-left-corner"],.ihIqfy [class*="top-right-corner"]{top:0;}.ihIqfy [class*="-left-corner-"]{left:0;}.ihIqfy [class*="-right-corner-"]{right:0;}.ihIqfy [class*="top-left-corner-"]{background-position:0 0;}.ihIqfy [class*="top-right-corner-"]{background-position:100% 0;}.ihIqfy [class*="bottom-left-corner-"]{background-position:0 100%;}.ihIqfy [class*="bottom-right-corner-"]{background-position:100% 100%;}.ihIqfy [class*="top-edge-"],.ihIqfy [class*="bottom-edge-"],.ihIqfy [class*="left-edge-"],.ihIqfy [class*="right-edge-"]{margin:auto;}.ihIqfy [class*="top-edge-"],.ihIqfy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ihIqfy [class*="left-edge-"],.ihIqfy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ihIqfy [class*="top-edge-"]{top:0;}.ihIqfy [class*="bottom-edge-"]{bottom:0;}.ihIqfy [class*="left-edge-"]{left:0;}.ihIqfy [class*="right-edge-"]{right:0;}.ihIqfy .bottom-edge-0{height:10px;background-color:#2d597f;}

.eMNTIX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eMNTIX [class*="-corner-"],.eMNTIX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eMNTIX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eMNTIX [class*="bottom-left-corner"],.eMNTIX [class*="bottom-right-corner"]{bottom:0;}.eMNTIX [class*="top-left-corner"],.eMNTIX [class*="top-right-corner"]{top:0;}.eMNTIX [class*="-left-corner-"]{left:0;}.eMNTIX [class*="-right-corner-"]{right:0;}.eMNTIX [class*="top-left-corner-"]{background-position:0 0;}.eMNTIX [class*="top-right-corner-"]{background-position:100% 0;}.eMNTIX [class*="bottom-left-corner-"]{background-position:0 100%;}.eMNTIX [class*="bottom-right-corner-"]{background-position:100% 100%;}.eMNTIX [class*="top-edge-"],.eMNTIX [class*="bottom-edge-"],.eMNTIX [class*="left-edge-"],.eMNTIX [class*="right-edge-"]{margin:auto;}.eMNTIX [class*="top-edge-"],.eMNTIX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eMNTIX [class*="left-edge-"],.eMNTIX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eMNTIX [class*="top-edge-"]{top:0;}.eMNTIX [class*="bottom-edge-"]{bottom:0;}.eMNTIX [class*="left-edge-"]{left:0;}.eMNTIX [class*="right-edge-"]{right:0;}.eMNTIX .top-edge-0{height:100px;margin-top:-30px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/f8107d9a-fa4c-45f0-a129-659682c86242');}

.jaButP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jaButP [class*="-corner-"],.jaButP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jaButP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jaButP [class*="bottom-left-corner"],.jaButP [class*="bottom-right-corner"]{bottom:0;}.jaButP [class*="top-left-corner"],.jaButP [class*="top-right-corner"]{top:0;}.jaButP [class*="-left-corner-"]{left:0;}.jaButP [class*="-right-corner-"]{right:0;}.jaButP [class*="top-left-corner-"]{background-position:0 0;}.jaButP [class*="top-right-corner-"]{background-position:100% 0;}.jaButP [class*="bottom-left-corner-"]{background-position:0 100%;}.jaButP [class*="bottom-right-corner-"]{background-position:100% 100%;}.jaButP [class*="top-edge-"],.jaButP [class*="bottom-edge-"],.jaButP [class*="left-edge-"],.jaButP [class*="right-edge-"]{margin:auto;}.jaButP [class*="top-edge-"],.jaButP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jaButP [class*="left-edge-"],.jaButP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jaButP [class*="top-edge-"]{top:0;}.jaButP [class*="bottom-edge-"]{bottom:0;}.jaButP [class*="left-edge-"]{left:0;}.jaButP [class*="right-edge-"]{right:0;}.jaButP .bottom-edge-0{width:2600px;height:28px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,2967x43/maxWidth/2000/https://assets.digital.vistaprint.com/production/be567aa8-cae7-4eb7-966b-d0baa4cb6ae9');}

.bLmBrF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bLmBrF [class*="-corner-"],.bLmBrF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bLmBrF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bLmBrF [class*="bottom-left-corner"],.bLmBrF [class*="bottom-right-corner"]{bottom:0;}.bLmBrF [class*="top-left-corner"],.bLmBrF [class*="top-right-corner"]{top:0;}.bLmBrF [class*="-left-corner-"]{left:0;}.bLmBrF [class*="-right-corner-"]{right:0;}.bLmBrF [class*="top-left-corner-"]{background-position:0 0;}.bLmBrF [class*="top-right-corner-"]{background-position:100% 0;}.bLmBrF [class*="bottom-left-corner-"]{background-position:0 100%;}.bLmBrF [class*="bottom-right-corner-"]{background-position:100% 100%;}.bLmBrF [class*="top-edge-"],.bLmBrF [class*="bottom-edge-"],.bLmBrF [class*="left-edge-"],.bLmBrF [class*="right-edge-"]{margin:auto;}.bLmBrF [class*="top-edge-"],.bLmBrF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bLmBrF [class*="left-edge-"],.bLmBrF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bLmBrF [class*="top-edge-"]{top:0;}.bLmBrF [class*="bottom-edge-"]{bottom:0;}.bLmBrF [class*="left-edge-"]{left:0;}.bLmBrF [class*="right-edge-"]{right:0;}.bLmBrF .bottom-edge-0{width:100%;height:3%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}@media (min-width:30em){.bLmBrF .bottom-edge-0{width:100%;height:3%;background-color:#FFFFFF;}}@media (min-width:60em){.bLmBrF .bottom-edge-0{width:70%;height:2.7%;background-color:#FFFFFF;}}.bLmBrF .bottom-edge-1{width:100%;height:2%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#ABC82F;}@media (min-width:30em){.bLmBrF .bottom-edge-1{width:100%;height:2%;background-color:#ABC82F;}}@media (min-width:60em){.bLmBrF .bottom-edge-1{width:70%;height:2%;background-color:#ABC82F;}}

.htlwKR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.htlwKR [class*="-corner-"],.htlwKR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.htlwKR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.htlwKR [class*="bottom-left-corner"],.htlwKR [class*="bottom-right-corner"]{bottom:0;}.htlwKR [class*="top-left-corner"],.htlwKR [class*="top-right-corner"]{top:0;}.htlwKR [class*="-left-corner-"]{left:0;}.htlwKR [class*="-right-corner-"]{right:0;}.htlwKR [class*="top-left-corner-"]{background-position:0 0;}.htlwKR [class*="top-right-corner-"]{background-position:100% 0;}.htlwKR [class*="bottom-left-corner-"]{background-position:0 100%;}.htlwKR [class*="bottom-right-corner-"]{background-position:100% 100%;}.htlwKR [class*="top-edge-"],.htlwKR [class*="bottom-edge-"],.htlwKR [class*="left-edge-"],.htlwKR [class*="right-edge-"]{margin:auto;}.htlwKR [class*="top-edge-"],.htlwKR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.htlwKR [class*="left-edge-"],.htlwKR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.htlwKR [class*="top-edge-"]{top:0;}.htlwKR [class*="bottom-edge-"]{bottom:0;}.htlwKR [class*="left-edge-"]{left:0;}.htlwKR [class*="right-edge-"]{right:0;}.htlwKR .top-edge-0{width:100%;height:100%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#ABC82F;}@media (min-width:30em){.htlwKR .top-edge-0{width:100%;height:100%;background-color:#ABC82F;}}@media (min-width:60em){.htlwKR .top-edge-0{width:70%;height:100%;background-color:#ABC82F;}}

.dfhchg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dfhchg [class*="-corner-"],.dfhchg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dfhchg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dfhchg [class*="bottom-left-corner"],.dfhchg [class*="bottom-right-corner"]{bottom:0;}.dfhchg [class*="top-left-corner"],.dfhchg [class*="top-right-corner"]{top:0;}.dfhchg [class*="-left-corner-"]{left:0;}.dfhchg [class*="-right-corner-"]{right:0;}.dfhchg [class*="top-left-corner-"]{background-position:0 0;}.dfhchg [class*="top-right-corner-"]{background-position:100% 0;}.dfhchg [class*="bottom-left-corner-"]{background-position:0 100%;}.dfhchg [class*="bottom-right-corner-"]{background-position:100% 100%;}.dfhchg [class*="top-edge-"],.dfhchg [class*="bottom-edge-"],.dfhchg [class*="left-edge-"],.dfhchg [class*="right-edge-"]{margin:auto;}.dfhchg [class*="top-edge-"],.dfhchg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dfhchg [class*="left-edge-"],.dfhchg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dfhchg [class*="top-edge-"]{top:0;}.dfhchg [class*="bottom-edge-"]{bottom:0;}.dfhchg [class*="left-edge-"]{left:0;}.dfhchg [class*="right-edge-"]{right:0;}.dfhchg .bottom-edge-0{width:100%;height:10%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}@media (min-width:30em){.dfhchg .bottom-edge-0{width:100%;height:10%;background-color:#FFFFFF;}}@media (min-width:60em){.dfhchg .bottom-edge-0{width:70%;height:10%;background-color:#FFFFFF;}}

.fmMJkT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fmMJkT [class*="-corner-"],.fmMJkT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fmMJkT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fmMJkT [class*="bottom-left-corner"],.fmMJkT [class*="bottom-right-corner"]{bottom:0;}.fmMJkT [class*="top-left-corner"],.fmMJkT [class*="top-right-corner"]{top:0;}.fmMJkT [class*="-left-corner-"]{left:0;}.fmMJkT [class*="-right-corner-"]{right:0;}.fmMJkT [class*="top-left-corner-"]{background-position:0 0;}.fmMJkT [class*="top-right-corner-"]{background-position:100% 0;}.fmMJkT [class*="bottom-left-corner-"]{background-position:0 100%;}.fmMJkT [class*="bottom-right-corner-"]{background-position:100% 100%;}.fmMJkT [class*="top-edge-"],.fmMJkT [class*="bottom-edge-"],.fmMJkT [class*="left-edge-"],.fmMJkT [class*="right-edge-"]{margin:auto;}.fmMJkT [class*="top-edge-"],.fmMJkT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fmMJkT [class*="left-edge-"],.fmMJkT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fmMJkT [class*="top-edge-"]{top:0;}.fmMJkT [class*="bottom-edge-"]{bottom:0;}.fmMJkT [class*="left-edge-"]{left:0;}.fmMJkT [class*="right-edge-"]{right:0;}.fmMJkT .top-edge-0{width:100%;height:100%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}@media (min-width:30em){.fmMJkT .top-edge-0{width:100%;height:100%;background-color:#FFFFFF;}}@media (min-width:60em){.fmMJkT .top-edge-0{width:70%;height:100%;background-color:#FFFFFF;}}

.igqxJg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.igqxJg [class*="-corner-"],.igqxJg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.igqxJg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.igqxJg [class*="bottom-left-corner"],.igqxJg [class*="bottom-right-corner"]{bottom:0;}.igqxJg [class*="top-left-corner"],.igqxJg [class*="top-right-corner"]{top:0;}.igqxJg [class*="-left-corner-"]{left:0;}.igqxJg [class*="-right-corner-"]{right:0;}.igqxJg [class*="top-left-corner-"]{background-position:0 0;}.igqxJg [class*="top-right-corner-"]{background-position:100% 0;}.igqxJg [class*="bottom-left-corner-"]{background-position:0 100%;}.igqxJg [class*="bottom-right-corner-"]{background-position:100% 100%;}.igqxJg [class*="top-edge-"],.igqxJg [class*="bottom-edge-"],.igqxJg [class*="left-edge-"],.igqxJg [class*="right-edge-"]{margin:auto;}.igqxJg [class*="top-edge-"],.igqxJg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.igqxJg [class*="left-edge-"],.igqxJg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.igqxJg [class*="top-edge-"]{top:0;}.igqxJg [class*="bottom-edge-"]{bottom:0;}.igqxJg [class*="left-edge-"]{left:0;}.igqxJg [class*="right-edge-"]{right:0;}.igqxJg .bottom-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:60em){.igqxJg .bottom-edge-0{width:100%;height:12px;background-color:#E9EBF3;}}.igqxJg .top-right-corner-0{background-image:url('https://assets.digital.vistaprint.com/production/6884925d-bbfa-4a95-a021-5f4848d7a0be');}@media (min-width:60em){.igqxJg .top-right-corner-0{width:100%;height:100%;margin-right:230px;opacity:0.5;background-size:cover;}}.igqxJg .bottom-left-corner-0{width:100%;height:100%;opacity:0.5;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#274570;}@media (min-width:30em){.igqxJg .bottom-left-corner-0{width:100%;height:100%;opacity:0.5;background-color:#274570;}}@media (min-width:60em){.igqxJg .bottom-left-corner-0{width:100%;height:100%;opacity:0;background-color:#274570;}}

.bJhadt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bJhadt [class*="-corner-"],.bJhadt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bJhadt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bJhadt [class*="bottom-left-corner"],.bJhadt [class*="bottom-right-corner"]{bottom:0;}.bJhadt [class*="top-left-corner"],.bJhadt [class*="top-right-corner"]{top:0;}.bJhadt [class*="-left-corner-"]{left:0;}.bJhadt [class*="-right-corner-"]{right:0;}.bJhadt [class*="top-left-corner-"]{background-position:0 0;}.bJhadt [class*="top-right-corner-"]{background-position:100% 0;}.bJhadt [class*="bottom-left-corner-"]{background-position:0 100%;}.bJhadt [class*="bottom-right-corner-"]{background-position:100% 100%;}.bJhadt [class*="top-edge-"],.bJhadt [class*="bottom-edge-"],.bJhadt [class*="left-edge-"],.bJhadt [class*="right-edge-"]{margin:auto;}.bJhadt [class*="top-edge-"],.bJhadt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bJhadt [class*="left-edge-"],.bJhadt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bJhadt [class*="top-edge-"]{top:0;}.bJhadt [class*="bottom-edge-"]{bottom:0;}.bJhadt [class*="left-edge-"]{left:0;}.bJhadt [class*="right-edge-"]{right:0;}.bJhadt .top-edge-0{width:100%;height:52px;margin-top:-25px;background-image:url('https://assets.digital.vistaprint.com/production/bcc2e5c2-5b17-4975-9138-bef9d0602765');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}

.buKcYO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.buKcYO [class*="-corner-"],.buKcYO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.buKcYO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.buKcYO [class*="bottom-left-corner"],.buKcYO [class*="bottom-right-corner"]{bottom:0;}.buKcYO [class*="top-left-corner"],.buKcYO [class*="top-right-corner"]{top:0;}.buKcYO [class*="-left-corner-"]{left:0;}.buKcYO [class*="-right-corner-"]{right:0;}.buKcYO [class*="top-left-corner-"]{background-position:0 0;}.buKcYO [class*="top-right-corner-"]{background-position:100% 0;}.buKcYO [class*="bottom-left-corner-"]{background-position:0 100%;}.buKcYO [class*="bottom-right-corner-"]{background-position:100% 100%;}.buKcYO [class*="top-edge-"],.buKcYO [class*="bottom-edge-"],.buKcYO [class*="left-edge-"],.buKcYO [class*="right-edge-"]{margin:auto;}.buKcYO [class*="top-edge-"],.buKcYO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.buKcYO [class*="left-edge-"],.buKcYO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.buKcYO [class*="top-edge-"]{top:0;}.buKcYO [class*="bottom-edge-"]{bottom:0;}.buKcYO [class*="left-edge-"]{left:0;}.buKcYO [class*="right-edge-"]{right:0;}.buKcYO .top-edge-0{width:100%;height:12px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#E9EBF3;}.buKcYO .right-edge-0{width:62%;height:1223px;z-index:2;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/7a722226-d986-4877-9926-bda029174db6');}.buKcYO .bottom-edge-0{width:100%;height:12px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}

.cFdVzk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cFdVzk [class*="-corner-"],.cFdVzk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cFdVzk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cFdVzk [class*="bottom-left-corner"],.cFdVzk [class*="bottom-right-corner"]{bottom:0;}.cFdVzk [class*="top-left-corner"],.cFdVzk [class*="top-right-corner"]{top:0;}.cFdVzk [class*="-left-corner-"]{left:0;}.cFdVzk [class*="-right-corner-"]{right:0;}.cFdVzk [class*="top-left-corner-"]{background-position:0 0;}.cFdVzk [class*="top-right-corner-"]{background-position:100% 0;}.cFdVzk [class*="bottom-left-corner-"]{background-position:0 100%;}.cFdVzk [class*="bottom-right-corner-"]{background-position:100% 100%;}.cFdVzk [class*="top-edge-"],.cFdVzk [class*="bottom-edge-"],.cFdVzk [class*="left-edge-"],.cFdVzk [class*="right-edge-"]{margin:auto;}.cFdVzk [class*="top-edge-"],.cFdVzk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cFdVzk [class*="left-edge-"],.cFdVzk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cFdVzk [class*="top-edge-"]{top:0;}.cFdVzk [class*="bottom-edge-"]{bottom:0;}.cFdVzk [class*="left-edge-"]{left:0;}.cFdVzk [class*="right-edge-"]{right:0;}.cFdVzk .top-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/7d357cfc-25cf-4971-9d1b-69a7ceb967e0');}@media (min-width:60em){.cFdVzk .top-edge-0{height:80px;opacity:0.4;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}}.cFdVzk .bottom-edge-0{height:300px;background-color:#fff;}@media (min-width:30em){.cFdVzk .bottom-edge-0{height:300px;background-color:#fff;}}@media (min-width:60em){.cFdVzk .bottom-edge-0{height:80px;background-color:#fff;}}

.jpszuz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jpszuz [class*="-corner-"],.jpszuz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jpszuz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jpszuz [class*="bottom-left-corner"],.jpszuz [class*="bottom-right-corner"]{bottom:0;}.jpszuz [class*="top-left-corner"],.jpszuz [class*="top-right-corner"]{top:0;}.jpszuz [class*="-left-corner-"]{left:0;}.jpszuz [class*="-right-corner-"]{right:0;}.jpszuz [class*="top-left-corner-"]{background-position:0 0;}.jpszuz [class*="top-right-corner-"]{background-position:100% 0;}.jpszuz [class*="bottom-left-corner-"]{background-position:0 100%;}.jpszuz [class*="bottom-right-corner-"]{background-position:100% 100%;}.jpszuz [class*="top-edge-"],.jpszuz [class*="bottom-edge-"],.jpszuz [class*="left-edge-"],.jpszuz [class*="right-edge-"]{margin:auto;}.jpszuz [class*="top-edge-"],.jpszuz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jpszuz [class*="left-edge-"],.jpszuz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jpszuz [class*="top-edge-"]{top:0;}.jpszuz [class*="bottom-edge-"]{bottom:0;}.jpszuz [class*="left-edge-"]{left:0;}.jpszuz [class*="right-edge-"]{right:0;}.jpszuz .top-edge-0{width:100%;height:2px;background-color:#ffffff;}

.fRIjDE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fRIjDE [class*="-corner-"],.fRIjDE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fRIjDE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fRIjDE [class*="bottom-left-corner"],.fRIjDE [class*="bottom-right-corner"]{bottom:0;}.fRIjDE [class*="top-left-corner"],.fRIjDE [class*="top-right-corner"]{top:0;}.fRIjDE [class*="-left-corner-"]{left:0;}.fRIjDE [class*="-right-corner-"]{right:0;}.fRIjDE [class*="top-left-corner-"]{background-position:0 0;}.fRIjDE [class*="top-right-corner-"]{background-position:100% 0;}.fRIjDE [class*="bottom-left-corner-"]{background-position:0 100%;}.fRIjDE [class*="bottom-right-corner-"]{background-position:100% 100%;}.fRIjDE [class*="top-edge-"],.fRIjDE [class*="bottom-edge-"],.fRIjDE [class*="left-edge-"],.fRIjDE [class*="right-edge-"]{margin:auto;}.fRIjDE [class*="top-edge-"],.fRIjDE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fRIjDE [class*="left-edge-"],.fRIjDE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fRIjDE [class*="top-edge-"]{top:0;}.fRIjDE [class*="bottom-edge-"]{bottom:0;}.fRIjDE [class*="left-edge-"]{left:0;}.fRIjDE [class*="right-edge-"]{right:0;}@media (min-width:60em){.fRIjDE .bottom-edge-0{width:70px;height:70px;margin-bottom:-50px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#414042;}}

.ikiSXo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ikiSXo [class*="-corner-"],.ikiSXo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ikiSXo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ikiSXo [class*="bottom-left-corner"],.ikiSXo [class*="bottom-right-corner"]{bottom:0;}.ikiSXo [class*="top-left-corner"],.ikiSXo [class*="top-right-corner"]{top:0;}.ikiSXo [class*="-left-corner-"]{left:0;}.ikiSXo [class*="-right-corner-"]{right:0;}.ikiSXo [class*="top-left-corner-"]{background-position:0 0;}.ikiSXo [class*="top-right-corner-"]{background-position:100% 0;}.ikiSXo [class*="bottom-left-corner-"]{background-position:0 100%;}.ikiSXo [class*="bottom-right-corner-"]{background-position:100% 100%;}.ikiSXo [class*="top-edge-"],.ikiSXo [class*="bottom-edge-"],.ikiSXo [class*="left-edge-"],.ikiSXo [class*="right-edge-"]{margin:auto;}.ikiSXo [class*="top-edge-"],.ikiSXo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ikiSXo [class*="left-edge-"],.ikiSXo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ikiSXo [class*="top-edge-"]{top:0;}.ikiSXo [class*="bottom-edge-"]{bottom:0;}.ikiSXo [class*="left-edge-"]{left:0;}.ikiSXo [class*="right-edge-"]{right:0;}.ikiSXo .top-right-corner-0{width:0px;height:0px;background-image:url('https://assets.digital.vistaprint.com/production/121b975a-9eb9-4651-8bb8-4536286123d2');}@media (min-width:30em){.ikiSXo .top-right-corner-0{width:0px;height:0px;}}@media (min-width:60em){.ikiSXo .top-right-corner-0{width:470px;height:717px;}}

.bOUBwa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bOUBwa [class*="-corner-"],.bOUBwa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bOUBwa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bOUBwa [class*="bottom-left-corner"],.bOUBwa [class*="bottom-right-corner"]{bottom:0;}.bOUBwa [class*="top-left-corner"],.bOUBwa [class*="top-right-corner"]{top:0;}.bOUBwa [class*="-left-corner-"]{left:0;}.bOUBwa [class*="-right-corner-"]{right:0;}.bOUBwa [class*="top-left-corner-"]{background-position:0 0;}.bOUBwa [class*="top-right-corner-"]{background-position:100% 0;}.bOUBwa [class*="bottom-left-corner-"]{background-position:0 100%;}.bOUBwa [class*="bottom-right-corner-"]{background-position:100% 100%;}.bOUBwa [class*="top-edge-"],.bOUBwa [class*="bottom-edge-"],.bOUBwa [class*="left-edge-"],.bOUBwa [class*="right-edge-"]{margin:auto;}.bOUBwa [class*="top-edge-"],.bOUBwa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bOUBwa [class*="left-edge-"],.bOUBwa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bOUBwa [class*="top-edge-"]{top:0;}.bOUBwa [class*="bottom-edge-"]{bottom:0;}.bOUBwa [class*="left-edge-"]{left:0;}.bOUBwa [class*="right-edge-"]{right:0;}.bOUBwa .top-right-corner-0{width:0px;height:0px;background-image:url('https://assets.digital.vistaprint.com/production/1f21d628-8257-4f54-8673-531a359b51c8');}@media (min-width:30em){.bOUBwa .top-right-corner-0{width:0px;height:0px;}}@media (min-width:60em){.bOUBwa .top-right-corner-0{width:256px;height:389px;}}

.hxqKCz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hxqKCz [class*="-corner-"],.hxqKCz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hxqKCz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hxqKCz [class*="bottom-left-corner"],.hxqKCz [class*="bottom-right-corner"]{bottom:0;}.hxqKCz [class*="top-left-corner"],.hxqKCz [class*="top-right-corner"]{top:0;}.hxqKCz [class*="-left-corner-"]{left:0;}.hxqKCz [class*="-right-corner-"]{right:0;}.hxqKCz [class*="top-left-corner-"]{background-position:0 0;}.hxqKCz [class*="top-right-corner-"]{background-position:100% 0;}.hxqKCz [class*="bottom-left-corner-"]{background-position:0 100%;}.hxqKCz [class*="bottom-right-corner-"]{background-position:100% 100%;}.hxqKCz [class*="top-edge-"],.hxqKCz [class*="bottom-edge-"],.hxqKCz [class*="left-edge-"],.hxqKCz [class*="right-edge-"]{margin:auto;}.hxqKCz [class*="top-edge-"],.hxqKCz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hxqKCz [class*="left-edge-"],.hxqKCz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hxqKCz [class*="top-edge-"]{top:0;}.hxqKCz [class*="bottom-edge-"]{bottom:0;}.hxqKCz [class*="left-edge-"]{left:0;}.hxqKCz [class*="right-edge-"]{right:0;}.hxqKCz .top-left-corner-0{width:0px;height:0px;background-image:url('https://assets.digital.vistaprint.com/production/fe2a129a-0305-4ce7-8c91-c499fb45585b');}@media (min-width:30em){.hxqKCz .top-left-corner-0{width:0px;height:0px;}}@media (min-width:60em){.hxqKCz .top-left-corner-0{width:351px;height:728px;}}

.biRvjk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.biRvjk [class*="-corner-"],.biRvjk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.biRvjk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.biRvjk [class*="bottom-left-corner"],.biRvjk [class*="bottom-right-corner"]{bottom:0;}.biRvjk [class*="top-left-corner"],.biRvjk [class*="top-right-corner"]{top:0;}.biRvjk [class*="-left-corner-"]{left:0;}.biRvjk [class*="-right-corner-"]{right:0;}.biRvjk [class*="top-left-corner-"]{background-position:0 0;}.biRvjk [class*="top-right-corner-"]{background-position:100% 0;}.biRvjk [class*="bottom-left-corner-"]{background-position:0 100%;}.biRvjk [class*="bottom-right-corner-"]{background-position:100% 100%;}.biRvjk [class*="top-edge-"],.biRvjk [class*="bottom-edge-"],.biRvjk [class*="left-edge-"],.biRvjk [class*="right-edge-"]{margin:auto;}.biRvjk [class*="top-edge-"],.biRvjk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.biRvjk [class*="left-edge-"],.biRvjk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.biRvjk [class*="top-edge-"]{top:0;}.biRvjk [class*="bottom-edge-"]{bottom:0;}.biRvjk [class*="left-edge-"]{left:0;}.biRvjk [class*="right-edge-"]{right:0;}.biRvjk .top-edge-0{width:100%;height:25px;background-color:#3d3c3c;}.biRvjk .left-edge-0{width:25px;height:100%;background-color:#3d3c3c;}.biRvjk .right-edge-0{width:25px;height:100%;background-color:#3d3c3c;}.biRvjk .bottom-edge-0{width:100%;height:25px;background-color:#3d3c3c;}

.bmkyrF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bmkyrF [class*="-corner-"],.bmkyrF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bmkyrF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bmkyrF [class*="bottom-left-corner"],.bmkyrF [class*="bottom-right-corner"]{bottom:0;}.bmkyrF [class*="top-left-corner"],.bmkyrF [class*="top-right-corner"]{top:0;}.bmkyrF [class*="-left-corner-"]{left:0;}.bmkyrF [class*="-right-corner-"]{right:0;}.bmkyrF [class*="top-left-corner-"]{background-position:0 0;}.bmkyrF [class*="top-right-corner-"]{background-position:100% 0;}.bmkyrF [class*="bottom-left-corner-"]{background-position:0 100%;}.bmkyrF [class*="bottom-right-corner-"]{background-position:100% 100%;}.bmkyrF [class*="top-edge-"],.bmkyrF [class*="bottom-edge-"],.bmkyrF [class*="left-edge-"],.bmkyrF [class*="right-edge-"]{margin:auto;}.bmkyrF [class*="top-edge-"],.bmkyrF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bmkyrF [class*="left-edge-"],.bmkyrF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bmkyrF [class*="top-edge-"]{top:0;}.bmkyrF [class*="bottom-edge-"]{bottom:0;}.bmkyrF [class*="left-edge-"]{left:0;}.bmkyrF [class*="right-edge-"]{right:0;}

.igdpCt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.igdpCt [class*="-corner-"],.igdpCt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.igdpCt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.igdpCt [class*="bottom-left-corner"],.igdpCt [class*="bottom-right-corner"]{bottom:0;}.igdpCt [class*="top-left-corner"],.igdpCt [class*="top-right-corner"]{top:0;}.igdpCt [class*="-left-corner-"]{left:0;}.igdpCt [class*="-right-corner-"]{right:0;}.igdpCt [class*="top-left-corner-"]{background-position:0 0;}.igdpCt [class*="top-right-corner-"]{background-position:100% 0;}.igdpCt [class*="bottom-left-corner-"]{background-position:0 100%;}.igdpCt [class*="bottom-right-corner-"]{background-position:100% 100%;}.igdpCt [class*="top-edge-"],.igdpCt [class*="bottom-edge-"],.igdpCt [class*="left-edge-"],.igdpCt [class*="right-edge-"]{margin:auto;}.igdpCt [class*="top-edge-"],.igdpCt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.igdpCt [class*="left-edge-"],.igdpCt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.igdpCt [class*="top-edge-"]{top:0;}.igdpCt [class*="bottom-edge-"]{bottom:0;}.igdpCt [class*="left-edge-"]{left:0;}.igdpCt [class*="right-edge-"]{right:0;}.igdpCt .top-left-corner-0{width:40px;margin-left:10px;margin-top:10px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/1919f941-2107-4e1f-ba1b-32ee56083e36');background-repeat:no-repeat;}.igdpCt .top-right-corner-0{width:40px;margin-right:10px;margin-top:10px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/1919f941-2107-4e1f-ba1b-32ee56083e36');background-repeat:no-repeat;}.igdpCt .bottom-left-corner-0{width:40px;margin-left:10px;margin-bottom:10px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/1919f941-2107-4e1f-ba1b-32ee56083e36');background-repeat:no-repeat;}.igdpCt .bottom-right-corner-0{width:40px;margin-right:10px;margin-bottom:10px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/1919f941-2107-4e1f-ba1b-32ee56083e36');background-repeat:no-repeat;}

.jTmTIB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jTmTIB [class*="-corner-"],.jTmTIB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jTmTIB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jTmTIB [class*="bottom-left-corner"],.jTmTIB [class*="bottom-right-corner"]{bottom:0;}.jTmTIB [class*="top-left-corner"],.jTmTIB [class*="top-right-corner"]{top:0;}.jTmTIB [class*="-left-corner-"]{left:0;}.jTmTIB [class*="-right-corner-"]{right:0;}.jTmTIB [class*="top-left-corner-"]{background-position:0 0;}.jTmTIB [class*="top-right-corner-"]{background-position:100% 0;}.jTmTIB [class*="bottom-left-corner-"]{background-position:0 100%;}.jTmTIB [class*="bottom-right-corner-"]{background-position:100% 100%;}.jTmTIB [class*="top-edge-"],.jTmTIB [class*="bottom-edge-"],.jTmTIB [class*="left-edge-"],.jTmTIB [class*="right-edge-"]{margin:auto;}.jTmTIB [class*="top-edge-"],.jTmTIB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jTmTIB [class*="left-edge-"],.jTmTIB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jTmTIB [class*="top-edge-"]{top:0;}.jTmTIB [class*="bottom-edge-"]{bottom:0;}.jTmTIB [class*="left-edge-"]{left:0;}.jTmTIB [class*="right-edge-"]{right:0;}.jTmTIB .top-edge-0{width:100%;height:100%;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/35f930cd-14e0-4c5f-8325-5cd913a892ad');background-size:contain;}.jTmTIB .bottom-edge-0{width:100%;height:100%;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/35f930cd-14e0-4c5f-8325-5cd913a892ad');-webkit-transform:scaleY(-1) scaleX(-1);-ms-transform:scaleY(-1) scaleX(-1);transform:scaleY(-1) scaleX(-1);background-size:contain;}

.ezLdLg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ezLdLg [class*="-corner-"],.ezLdLg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ezLdLg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ezLdLg [class*="bottom-left-corner"],.ezLdLg [class*="bottom-right-corner"]{bottom:0;}.ezLdLg [class*="top-left-corner"],.ezLdLg [class*="top-right-corner"]{top:0;}.ezLdLg [class*="-left-corner-"]{left:0;}.ezLdLg [class*="-right-corner-"]{right:0;}.ezLdLg [class*="top-left-corner-"]{background-position:0 0;}.ezLdLg [class*="top-right-corner-"]{background-position:100% 0;}.ezLdLg [class*="bottom-left-corner-"]{background-position:0 100%;}.ezLdLg [class*="bottom-right-corner-"]{background-position:100% 100%;}.ezLdLg [class*="top-edge-"],.ezLdLg [class*="bottom-edge-"],.ezLdLg [class*="left-edge-"],.ezLdLg [class*="right-edge-"]{margin:auto;}.ezLdLg [class*="top-edge-"],.ezLdLg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ezLdLg [class*="left-edge-"],.ezLdLg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ezLdLg [class*="top-edge-"]{top:0;}.ezLdLg [class*="bottom-edge-"]{bottom:0;}.ezLdLg [class*="left-edge-"]{left:0;}.ezLdLg [class*="right-edge-"]{right:0;}.ezLdLg .top-edge-0{height:130px;margin-top:-30px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/1462af3e-06ef-4a0e-b8bc-d2743a3d265e');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-repeat:repeatX;}

.kcBWUI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kcBWUI [class*="-corner-"],.kcBWUI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kcBWUI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kcBWUI [class*="bottom-left-corner"],.kcBWUI [class*="bottom-right-corner"]{bottom:0;}.kcBWUI [class*="top-left-corner"],.kcBWUI [class*="top-right-corner"]{top:0;}.kcBWUI [class*="-left-corner-"]{left:0;}.kcBWUI [class*="-right-corner-"]{right:0;}.kcBWUI [class*="top-left-corner-"]{background-position:0 0;}.kcBWUI [class*="top-right-corner-"]{background-position:100% 0;}.kcBWUI [class*="bottom-left-corner-"]{background-position:0 100%;}.kcBWUI [class*="bottom-right-corner-"]{background-position:100% 100%;}.kcBWUI [class*="top-edge-"],.kcBWUI [class*="bottom-edge-"],.kcBWUI [class*="left-edge-"],.kcBWUI [class*="right-edge-"]{margin:auto;}.kcBWUI [class*="top-edge-"],.kcBWUI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kcBWUI [class*="left-edge-"],.kcBWUI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kcBWUI [class*="top-edge-"]{top:0;}.kcBWUI [class*="bottom-edge-"]{bottom:0;}.kcBWUI [class*="left-edge-"]{left:0;}.kcBWUI [class*="right-edge-"]{right:0;}.kcBWUI .top-edge-0{height:6px;margin-top:10px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/94b77984-504a-47ad-99e7-44acdf3cf7c2');background-repeat:repeatX;}.kcBWUI .bottom-left-corner-0{width:200px;height:76px;margin-left:30px;margin-bottom:30px;opacity:1;background-image:url('../2105902/icons/icon1.svg');background-repeat:repeatX;}

.hHiTun{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hHiTun [class*="-corner-"],.hHiTun [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hHiTun [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hHiTun [class*="bottom-left-corner"],.hHiTun [class*="bottom-right-corner"]{bottom:0;}.hHiTun [class*="top-left-corner"],.hHiTun [class*="top-right-corner"]{top:0;}.hHiTun [class*="-left-corner-"]{left:0;}.hHiTun [class*="-right-corner-"]{right:0;}.hHiTun [class*="top-left-corner-"]{background-position:0 0;}.hHiTun [class*="top-right-corner-"]{background-position:100% 0;}.hHiTun [class*="bottom-left-corner-"]{background-position:0 100%;}.hHiTun [class*="bottom-right-corner-"]{background-position:100% 100%;}.hHiTun [class*="top-edge-"],.hHiTun [class*="bottom-edge-"],.hHiTun [class*="left-edge-"],.hHiTun [class*="right-edge-"]{margin:auto;}.hHiTun [class*="top-edge-"],.hHiTun [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hHiTun [class*="left-edge-"],.hHiTun [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hHiTun [class*="top-edge-"]{top:0;}.hHiTun [class*="bottom-edge-"]{bottom:0;}.hHiTun [class*="left-edge-"]{left:0;}.hHiTun [class*="right-edge-"]{right:0;}.hHiTun .top-edge-0{height:6px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/e7a6ab03-6574-4e4f-8871-a43a02c520fe');background-repeat:repeat-x;}.hHiTun .bottom-edge-0{height:6px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/e7a6ab03-6574-4e4f-8871-a43a02c520fe');background-repeat:repeat-x;}

.eBzHic{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eBzHic [class*="-corner-"],.eBzHic [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eBzHic [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eBzHic [class*="bottom-left-corner"],.eBzHic [class*="bottom-right-corner"]{bottom:0;}.eBzHic [class*="top-left-corner"],.eBzHic [class*="top-right-corner"]{top:0;}.eBzHic [class*="-left-corner-"]{left:0;}.eBzHic [class*="-right-corner-"]{right:0;}.eBzHic [class*="top-left-corner-"]{background-position:0 0;}.eBzHic [class*="top-right-corner-"]{background-position:100% 0;}.eBzHic [class*="bottom-left-corner-"]{background-position:0 100%;}.eBzHic [class*="bottom-right-corner-"]{background-position:100% 100%;}.eBzHic [class*="top-edge-"],.eBzHic [class*="bottom-edge-"],.eBzHic [class*="left-edge-"],.eBzHic [class*="right-edge-"]{margin:auto;}.eBzHic [class*="top-edge-"],.eBzHic [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eBzHic [class*="left-edge-"],.eBzHic [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eBzHic [class*="top-edge-"]{top:0;}.eBzHic [class*="bottom-edge-"]{bottom:0;}.eBzHic [class*="left-edge-"]{left:0;}.eBzHic [class*="right-edge-"]{right:0;}.eBzHic .top-edge-0{width:100%;height:10px;background-color:#6f7173;}.eBzHic .bottom-edge-0{width:100%;height:10px;background-color:#6f7173;}

.PSkby{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.PSkby [class*="-corner-"],.PSkby [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.PSkby [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.PSkby [class*="bottom-left-corner"],.PSkby [class*="bottom-right-corner"]{bottom:0;}.PSkby [class*="top-left-corner"],.PSkby [class*="top-right-corner"]{top:0;}.PSkby [class*="-left-corner-"]{left:0;}.PSkby [class*="-right-corner-"]{right:0;}.PSkby [class*="top-left-corner-"]{background-position:0 0;}.PSkby [class*="top-right-corner-"]{background-position:100% 0;}.PSkby [class*="bottom-left-corner-"]{background-position:0 100%;}.PSkby [class*="bottom-right-corner-"]{background-position:100% 100%;}.PSkby [class*="top-edge-"],.PSkby [class*="bottom-edge-"],.PSkby [class*="left-edge-"],.PSkby [class*="right-edge-"]{margin:auto;}.PSkby [class*="top-edge-"],.PSkby [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.PSkby [class*="left-edge-"],.PSkby [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.PSkby [class*="top-edge-"]{top:0;}.PSkby [class*="bottom-edge-"]{bottom:0;}.PSkby [class*="left-edge-"]{left:0;}.PSkby [class*="right-edge-"]{right:0;}.PSkby .top-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/e01e4f09-4800-44de-8f31-cbd9cf494046');}

.kWefsB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kWefsB [class*="-corner-"],.kWefsB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kWefsB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kWefsB [class*="bottom-left-corner"],.kWefsB [class*="bottom-right-corner"]{bottom:0;}.kWefsB [class*="top-left-corner"],.kWefsB [class*="top-right-corner"]{top:0;}.kWefsB [class*="-left-corner-"]{left:0;}.kWefsB [class*="-right-corner-"]{right:0;}.kWefsB [class*="top-left-corner-"]{background-position:0 0;}.kWefsB [class*="top-right-corner-"]{background-position:100% 0;}.kWefsB [class*="bottom-left-corner-"]{background-position:0 100%;}.kWefsB [class*="bottom-right-corner-"]{background-position:100% 100%;}.kWefsB [class*="top-edge-"],.kWefsB [class*="bottom-edge-"],.kWefsB [class*="left-edge-"],.kWefsB [class*="right-edge-"]{margin:auto;}.kWefsB [class*="top-edge-"],.kWefsB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kWefsB [class*="left-edge-"],.kWefsB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kWefsB [class*="top-edge-"]{top:0;}.kWefsB [class*="bottom-edge-"]{bottom:0;}.kWefsB [class*="left-edge-"]{left:0;}.kWefsB [class*="right-edge-"]{right:0;}.kWefsB .top-edge-0{height:100px;margin-top:-10px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}

.jkpDgD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jkpDgD [class*="-corner-"],.jkpDgD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jkpDgD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jkpDgD [class*="bottom-left-corner"],.jkpDgD [class*="bottom-right-corner"]{bottom:0;}.jkpDgD [class*="top-left-corner"],.jkpDgD [class*="top-right-corner"]{top:0;}.jkpDgD [class*="-left-corner-"]{left:0;}.jkpDgD [class*="-right-corner-"]{right:0;}.jkpDgD [class*="top-left-corner-"]{background-position:0 0;}.jkpDgD [class*="top-right-corner-"]{background-position:100% 0;}.jkpDgD [class*="bottom-left-corner-"]{background-position:0 100%;}.jkpDgD [class*="bottom-right-corner-"]{background-position:100% 100%;}.jkpDgD [class*="top-edge-"],.jkpDgD [class*="bottom-edge-"],.jkpDgD [class*="left-edge-"],.jkpDgD [class*="right-edge-"]{margin:auto;}.jkpDgD [class*="top-edge-"],.jkpDgD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jkpDgD [class*="left-edge-"],.jkpDgD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jkpDgD [class*="top-edge-"]{top:0;}.jkpDgD [class*="bottom-edge-"]{bottom:0;}.jkpDgD [class*="left-edge-"]{left:0;}.jkpDgD [class*="right-edge-"]{right:0;}.jkpDgD .top-edge-0{height:100px;margin-top:-40px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.jkpDgD .top-left-corner-0{width:150px;margin-left:10px;margin-top:10px;background-image:url('../1206792/icons/icon7.svg');}.jkpDgD .top-right-corner-0{width:150px;margin-right:10px;margin-top:10px;background-image:url('../1206792/icons/icon8.svg');}.jkpDgD .bottom-left-corner-0{width:150px;margin-left:10px;margin-bottom:10px;background-image:url('../1206792/icons/icon8.svg');}.jkpDgD .bottom-right-corner-0{width:150px;margin-right:10px;margin-bottom:10px;background-image:url('../1206792/icons/icon7.svg');}

.dWNYFG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dWNYFG [class*="-corner-"],.dWNYFG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dWNYFG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dWNYFG [class*="bottom-left-corner"],.dWNYFG [class*="bottom-right-corner"]{bottom:0;}.dWNYFG [class*="top-left-corner"],.dWNYFG [class*="top-right-corner"]{top:0;}.dWNYFG [class*="-left-corner-"]{left:0;}.dWNYFG [class*="-right-corner-"]{right:0;}.dWNYFG [class*="top-left-corner-"]{background-position:0 0;}.dWNYFG [class*="top-right-corner-"]{background-position:100% 0;}.dWNYFG [class*="bottom-left-corner-"]{background-position:0 100%;}.dWNYFG [class*="bottom-right-corner-"]{background-position:100% 100%;}.dWNYFG [class*="top-edge-"],.dWNYFG [class*="bottom-edge-"],.dWNYFG [class*="left-edge-"],.dWNYFG [class*="right-edge-"]{margin:auto;}.dWNYFG [class*="top-edge-"],.dWNYFG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dWNYFG [class*="left-edge-"],.dWNYFG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dWNYFG [class*="top-edge-"]{top:0;}.dWNYFG [class*="bottom-edge-"]{bottom:0;}.dWNYFG [class*="left-edge-"]{left:0;}.dWNYFG [class*="right-edge-"]{right:0;}.dWNYFG .top-edge-0{height:100px;margin-top:-40px;background-image:url('https://assets.digital.vistaprint.com/production/02885bf7-3626-4fce-9075-cc7d26b6c90c');}

.gGPCsM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gGPCsM [class*="-corner-"],.gGPCsM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gGPCsM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gGPCsM [class*="bottom-left-corner"],.gGPCsM [class*="bottom-right-corner"]{bottom:0;}.gGPCsM [class*="top-left-corner"],.gGPCsM [class*="top-right-corner"]{top:0;}.gGPCsM [class*="-left-corner-"]{left:0;}.gGPCsM [class*="-right-corner-"]{right:0;}.gGPCsM [class*="top-left-corner-"]{background-position:0 0;}.gGPCsM [class*="top-right-corner-"]{background-position:100% 0;}.gGPCsM [class*="bottom-left-corner-"]{background-position:0 100%;}.gGPCsM [class*="bottom-right-corner-"]{background-position:100% 100%;}.gGPCsM [class*="top-edge-"],.gGPCsM [class*="bottom-edge-"],.gGPCsM [class*="left-edge-"],.gGPCsM [class*="right-edge-"]{margin:auto;}.gGPCsM [class*="top-edge-"],.gGPCsM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gGPCsM [class*="left-edge-"],.gGPCsM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gGPCsM [class*="top-edge-"]{top:0;}.gGPCsM [class*="bottom-edge-"]{bottom:0;}.gGPCsM [class*="left-edge-"]{left:0;}.gGPCsM [class*="right-edge-"]{right:0;}.gGPCsM .bottom-edge-0{height:5px;background-color:#67C3CC;}

.zkUgk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.zkUgk [class*="-corner-"],.zkUgk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.zkUgk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.zkUgk [class*="bottom-left-corner"],.zkUgk [class*="bottom-right-corner"]{bottom:0;}.zkUgk [class*="top-left-corner"],.zkUgk [class*="top-right-corner"]{top:0;}.zkUgk [class*="-left-corner-"]{left:0;}.zkUgk [class*="-right-corner-"]{right:0;}.zkUgk [class*="top-left-corner-"]{background-position:0 0;}.zkUgk [class*="top-right-corner-"]{background-position:100% 0;}.zkUgk [class*="bottom-left-corner-"]{background-position:0 100%;}.zkUgk [class*="bottom-right-corner-"]{background-position:100% 100%;}.zkUgk [class*="top-edge-"],.zkUgk [class*="bottom-edge-"],.zkUgk [class*="left-edge-"],.zkUgk [class*="right-edge-"]{margin:auto;}.zkUgk [class*="top-edge-"],.zkUgk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.zkUgk [class*="left-edge-"],.zkUgk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.zkUgk [class*="top-edge-"]{top:0;}.zkUgk [class*="bottom-edge-"]{bottom:0;}.zkUgk [class*="left-edge-"]{left:0;}.zkUgk [class*="right-edge-"]{right:0;}.zkUgk .top-edge-0{height:5px;background-color:#67C3CC;}

.hcuCVn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hcuCVn [class*="-corner-"],.hcuCVn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hcuCVn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hcuCVn [class*="bottom-left-corner"],.hcuCVn [class*="bottom-right-corner"]{bottom:0;}.hcuCVn [class*="top-left-corner"],.hcuCVn [class*="top-right-corner"]{top:0;}.hcuCVn [class*="-left-corner-"]{left:0;}.hcuCVn [class*="-right-corner-"]{right:0;}.hcuCVn [class*="top-left-corner-"]{background-position:0 0;}.hcuCVn [class*="top-right-corner-"]{background-position:100% 0;}.hcuCVn [class*="bottom-left-corner-"]{background-position:0 100%;}.hcuCVn [class*="bottom-right-corner-"]{background-position:100% 100%;}.hcuCVn [class*="top-edge-"],.hcuCVn [class*="bottom-edge-"],.hcuCVn [class*="left-edge-"],.hcuCVn [class*="right-edge-"]{margin:auto;}.hcuCVn [class*="top-edge-"],.hcuCVn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hcuCVn [class*="left-edge-"],.hcuCVn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hcuCVn [class*="top-edge-"]{top:0;}.hcuCVn [class*="bottom-edge-"]{bottom:0;}.hcuCVn [class*="left-edge-"]{left:0;}.hcuCVn [class*="right-edge-"]{right:0;}.hcuCVn .bottom-edge-0{width:100%;height:2px;background-color:#dec77c;}

.fPKkZK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fPKkZK [class*="-corner-"],.fPKkZK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fPKkZK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fPKkZK [class*="bottom-left-corner"],.fPKkZK [class*="bottom-right-corner"]{bottom:0;}.fPKkZK [class*="top-left-corner"],.fPKkZK [class*="top-right-corner"]{top:0;}.fPKkZK [class*="-left-corner-"]{left:0;}.fPKkZK [class*="-right-corner-"]{right:0;}.fPKkZK [class*="top-left-corner-"]{background-position:0 0;}.fPKkZK [class*="top-right-corner-"]{background-position:100% 0;}.fPKkZK [class*="bottom-left-corner-"]{background-position:0 100%;}.fPKkZK [class*="bottom-right-corner-"]{background-position:100% 100%;}.fPKkZK [class*="top-edge-"],.fPKkZK [class*="bottom-edge-"],.fPKkZK [class*="left-edge-"],.fPKkZK [class*="right-edge-"]{margin:auto;}.fPKkZK [class*="top-edge-"],.fPKkZK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fPKkZK [class*="left-edge-"],.fPKkZK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fPKkZK [class*="top-edge-"]{top:0;}.fPKkZK [class*="bottom-edge-"]{bottom:0;}.fPKkZK [class*="left-edge-"]{left:0;}.fPKkZK [class*="right-edge-"]{right:0;}.fPKkZK .top-edge-0{width:75%;height:1px;background-color:#4d4d4f;}

.gXQWhy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gXQWhy [class*="-corner-"],.gXQWhy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gXQWhy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gXQWhy [class*="bottom-left-corner"],.gXQWhy [class*="bottom-right-corner"]{bottom:0;}.gXQWhy [class*="top-left-corner"],.gXQWhy [class*="top-right-corner"]{top:0;}.gXQWhy [class*="-left-corner-"]{left:0;}.gXQWhy [class*="-right-corner-"]{right:0;}.gXQWhy [class*="top-left-corner-"]{background-position:0 0;}.gXQWhy [class*="top-right-corner-"]{background-position:100% 0;}.gXQWhy [class*="bottom-left-corner-"]{background-position:0 100%;}.gXQWhy [class*="bottom-right-corner-"]{background-position:100% 100%;}.gXQWhy [class*="top-edge-"],.gXQWhy [class*="bottom-edge-"],.gXQWhy [class*="left-edge-"],.gXQWhy [class*="right-edge-"]{margin:auto;}.gXQWhy [class*="top-edge-"],.gXQWhy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gXQWhy [class*="left-edge-"],.gXQWhy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gXQWhy [class*="top-edge-"]{top:0;}.gXQWhy [class*="bottom-edge-"]{bottom:0;}.gXQWhy [class*="left-edge-"]{left:0;}.gXQWhy [class*="right-edge-"]{right:0;}.gXQWhy .bottom-edge-0{width:100%;height:3px;background-color:#86bde6;}

.dtROSA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dtROSA [class*="-corner-"],.dtROSA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dtROSA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dtROSA [class*="bottom-left-corner"],.dtROSA [class*="bottom-right-corner"]{bottom:0;}.dtROSA [class*="top-left-corner"],.dtROSA [class*="top-right-corner"]{top:0;}.dtROSA [class*="-left-corner-"]{left:0;}.dtROSA [class*="-right-corner-"]{right:0;}.dtROSA [class*="top-left-corner-"]{background-position:0 0;}.dtROSA [class*="top-right-corner-"]{background-position:100% 0;}.dtROSA [class*="bottom-left-corner-"]{background-position:0 100%;}.dtROSA [class*="bottom-right-corner-"]{background-position:100% 100%;}.dtROSA [class*="top-edge-"],.dtROSA [class*="bottom-edge-"],.dtROSA [class*="left-edge-"],.dtROSA [class*="right-edge-"]{margin:auto;}.dtROSA [class*="top-edge-"],.dtROSA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dtROSA [class*="left-edge-"],.dtROSA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dtROSA [class*="top-edge-"]{top:0;}.dtROSA [class*="bottom-edge-"]{bottom:0;}.dtROSA [class*="left-edge-"]{left:0;}.dtROSA [class*="right-edge-"]{right:0;}.dtROSA .top-edge-0{height:800px;opacity:0.8;background-color:#ffffff;}@media (min-width:60em){.dtROSA .top-edge-0{opacity:0;}}

.gorUhN{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gorUhN [class*="-corner-"],.gorUhN [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gorUhN [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gorUhN [class*="bottom-left-corner"],.gorUhN [class*="bottom-right-corner"]{bottom:0;}.gorUhN [class*="top-left-corner"],.gorUhN [class*="top-right-corner"]{top:0;}.gorUhN [class*="-left-corner-"]{left:0;}.gorUhN [class*="-right-corner-"]{right:0;}.gorUhN [class*="top-left-corner-"]{background-position:0 0;}.gorUhN [class*="top-right-corner-"]{background-position:100% 0;}.gorUhN [class*="bottom-left-corner-"]{background-position:0 100%;}.gorUhN [class*="bottom-right-corner-"]{background-position:100% 100%;}.gorUhN [class*="top-edge-"],.gorUhN [class*="bottom-edge-"],.gorUhN [class*="left-edge-"],.gorUhN [class*="right-edge-"]{margin:auto;}.gorUhN [class*="top-edge-"],.gorUhN [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gorUhN [class*="left-edge-"],.gorUhN [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gorUhN [class*="top-edge-"]{top:0;}.gorUhN [class*="bottom-edge-"]{bottom:0;}.gorUhN [class*="left-edge-"]{left:0;}.gorUhN [class*="right-edge-"]{right:0;}.gorUhN .top-left-corner-0{width:20%;height:20%;background-image:url('https://assets.digital.vistaprint.com/production/68bb9b25-f832-4ab8-bc6b-02c84d63ea1d');background-size:contain;background-position:left 0;}@media (min-width:30em){.gorUhN .top-left-corner-0{width:15%;height:15%;background-size:contain;background-position:left 0;}}@media (min-width:60em){.gorUhN .top-left-corner-0{width:20%;height:20%;background-size:contain;background-position:left 0;}}.gorUhN .top-right-corner-0{width:20%;height:20%;background-image:url('https://assets.digital.vistaprint.com/production/68bb9b25-f832-4ab8-bc6b-02c84d63ea1d');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);background-size:contain;background-position:left 0;}@media (min-width:30em){.gorUhN .top-right-corner-0{width:15%;height:15%;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);background-size:contain;background-position:left 0;}}@media (min-width:60em){.gorUhN .top-right-corner-0{width:20%;height:20%;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);background-size:contain;background-position:left 0;}}

.djtwnK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.djtwnK [class*="-corner-"],.djtwnK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.djtwnK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.djtwnK [class*="bottom-left-corner"],.djtwnK [class*="bottom-right-corner"]{bottom:0;}.djtwnK [class*="top-left-corner"],.djtwnK [class*="top-right-corner"]{top:0;}.djtwnK [class*="-left-corner-"]{left:0;}.djtwnK [class*="-right-corner-"]{right:0;}.djtwnK [class*="top-left-corner-"]{background-position:0 0;}.djtwnK [class*="top-right-corner-"]{background-position:100% 0;}.djtwnK [class*="bottom-left-corner-"]{background-position:0 100%;}.djtwnK [class*="bottom-right-corner-"]{background-position:100% 100%;}.djtwnK [class*="top-edge-"],.djtwnK [class*="bottom-edge-"],.djtwnK [class*="left-edge-"],.djtwnK [class*="right-edge-"]{margin:auto;}.djtwnK [class*="top-edge-"],.djtwnK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.djtwnK [class*="left-edge-"],.djtwnK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.djtwnK [class*="top-edge-"]{top:0;}.djtwnK [class*="bottom-edge-"]{bottom:0;}.djtwnK [class*="left-edge-"]{left:0;}.djtwnK [class*="right-edge-"]{right:0;}.djtwnK .left-edge-0{width:100%;height:100%;background-color:rgba(0,0,0,0.8);}@media (min-width:30em){.djtwnK .left-edge-0{width:100%;height:100%;background-color:rgba(0,0,0,0.8);}}@media (min-width:60em){.djtwnK .left-edge-0{width:50%;height:100%;background-color:rgba(0,0,0,0.8);}}

.dPvPTZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dPvPTZ [class*="-corner-"],.dPvPTZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dPvPTZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dPvPTZ [class*="bottom-left-corner"],.dPvPTZ [class*="bottom-right-corner"]{bottom:0;}.dPvPTZ [class*="top-left-corner"],.dPvPTZ [class*="top-right-corner"]{top:0;}.dPvPTZ [class*="-left-corner-"]{left:0;}.dPvPTZ [class*="-right-corner-"]{right:0;}.dPvPTZ [class*="top-left-corner-"]{background-position:0 0;}.dPvPTZ [class*="top-right-corner-"]{background-position:100% 0;}.dPvPTZ [class*="bottom-left-corner-"]{background-position:0 100%;}.dPvPTZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.dPvPTZ [class*="top-edge-"],.dPvPTZ [class*="bottom-edge-"],.dPvPTZ [class*="left-edge-"],.dPvPTZ [class*="right-edge-"]{margin:auto;}.dPvPTZ [class*="top-edge-"],.dPvPTZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dPvPTZ [class*="left-edge-"],.dPvPTZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dPvPTZ [class*="top-edge-"]{top:0;}.dPvPTZ [class*="bottom-edge-"]{bottom:0;}.dPvPTZ [class*="left-edge-"]{left:0;}.dPvPTZ [class*="right-edge-"]{right:0;}.dPvPTZ .top-edge-0{width:100%;height:110px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/2b6ccb38-d9ce-4ccf-9408-9e52e1a84c65');background-size:contain;}

.jjtmgr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jjtmgr [class*="-corner-"],.jjtmgr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jjtmgr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jjtmgr [class*="bottom-left-corner"],.jjtmgr [class*="bottom-right-corner"]{bottom:0;}.jjtmgr [class*="top-left-corner"],.jjtmgr [class*="top-right-corner"]{top:0;}.jjtmgr [class*="-left-corner-"]{left:0;}.jjtmgr [class*="-right-corner-"]{right:0;}.jjtmgr [class*="top-left-corner-"]{background-position:0 0;}.jjtmgr [class*="top-right-corner-"]{background-position:100% 0;}.jjtmgr [class*="bottom-left-corner-"]{background-position:0 100%;}.jjtmgr [class*="bottom-right-corner-"]{background-position:100% 100%;}.jjtmgr [class*="top-edge-"],.jjtmgr [class*="bottom-edge-"],.jjtmgr [class*="left-edge-"],.jjtmgr [class*="right-edge-"]{margin:auto;}.jjtmgr [class*="top-edge-"],.jjtmgr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jjtmgr [class*="left-edge-"],.jjtmgr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jjtmgr [class*="top-edge-"]{top:0;}.jjtmgr [class*="bottom-edge-"]{bottom:0;}.jjtmgr [class*="left-edge-"]{left:0;}.jjtmgr [class*="right-edge-"]{right:0;}.jjtmgr .top-edge-0{height:800px;opacity:0.7;background-color:#ffffff;}@media (min-width:60em){.jjtmgr .top-edge-0{opacity:0;}}

.ipNufK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ipNufK [class*="-corner-"],.ipNufK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ipNufK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ipNufK [class*="bottom-left-corner"],.ipNufK [class*="bottom-right-corner"]{bottom:0;}.ipNufK [class*="top-left-corner"],.ipNufK [class*="top-right-corner"]{top:0;}.ipNufK [class*="-left-corner-"]{left:0;}.ipNufK [class*="-right-corner-"]{right:0;}.ipNufK [class*="top-left-corner-"]{background-position:0 0;}.ipNufK [class*="top-right-corner-"]{background-position:100% 0;}.ipNufK [class*="bottom-left-corner-"]{background-position:0 100%;}.ipNufK [class*="bottom-right-corner-"]{background-position:100% 100%;}.ipNufK [class*="top-edge-"],.ipNufK [class*="bottom-edge-"],.ipNufK [class*="left-edge-"],.ipNufK [class*="right-edge-"]{margin:auto;}.ipNufK [class*="top-edge-"],.ipNufK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ipNufK [class*="left-edge-"],.ipNufK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ipNufK [class*="top-edge-"]{top:0;}.ipNufK [class*="bottom-edge-"]{bottom:0;}.ipNufK [class*="left-edge-"]{left:0;}.ipNufK [class*="right-edge-"]{right:0;}.ipNufK .top-edge-0{height:10px;margin-top:20px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/c2701d98-0ac4-40d4-89ae-57c7c2b8f608');background-repeat:repeatX;}

.kLlnMY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kLlnMY [class*="-corner-"],.kLlnMY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kLlnMY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kLlnMY [class*="bottom-left-corner"],.kLlnMY [class*="bottom-right-corner"]{bottom:0;}.kLlnMY [class*="top-left-corner"],.kLlnMY [class*="top-right-corner"]{top:0;}.kLlnMY [class*="-left-corner-"]{left:0;}.kLlnMY [class*="-right-corner-"]{right:0;}.kLlnMY [class*="top-left-corner-"]{background-position:0 0;}.kLlnMY [class*="top-right-corner-"]{background-position:100% 0;}.kLlnMY [class*="bottom-left-corner-"]{background-position:0 100%;}.kLlnMY [class*="bottom-right-corner-"]{background-position:100% 100%;}.kLlnMY [class*="top-edge-"],.kLlnMY [class*="bottom-edge-"],.kLlnMY [class*="left-edge-"],.kLlnMY [class*="right-edge-"]{margin:auto;}.kLlnMY [class*="top-edge-"],.kLlnMY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kLlnMY [class*="left-edge-"],.kLlnMY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kLlnMY [class*="top-edge-"]{top:0;}.kLlnMY [class*="bottom-edge-"]{bottom:0;}.kLlnMY [class*="left-edge-"]{left:0;}.kLlnMY [class*="right-edge-"]{right:0;}.kLlnMY .bottom-edge-0{width:100%;height:5px;background-color:#F28696;}

.fvNzbZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fvNzbZ [class*="-corner-"],.fvNzbZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fvNzbZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fvNzbZ [class*="bottom-left-corner"],.fvNzbZ [class*="bottom-right-corner"]{bottom:0;}.fvNzbZ [class*="top-left-corner"],.fvNzbZ [class*="top-right-corner"]{top:0;}.fvNzbZ [class*="-left-corner-"]{left:0;}.fvNzbZ [class*="-right-corner-"]{right:0;}.fvNzbZ [class*="top-left-corner-"]{background-position:0 0;}.fvNzbZ [class*="top-right-corner-"]{background-position:100% 0;}.fvNzbZ [class*="bottom-left-corner-"]{background-position:0 100%;}.fvNzbZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.fvNzbZ [class*="top-edge-"],.fvNzbZ [class*="bottom-edge-"],.fvNzbZ [class*="left-edge-"],.fvNzbZ [class*="right-edge-"]{margin:auto;}.fvNzbZ [class*="top-edge-"],.fvNzbZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fvNzbZ [class*="left-edge-"],.fvNzbZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fvNzbZ [class*="top-edge-"]{top:0;}.fvNzbZ [class*="bottom-edge-"]{bottom:0;}.fvNzbZ [class*="left-edge-"]{left:0;}.fvNzbZ [class*="right-edge-"]{right:0;}.fvNzbZ .top-edge-0{width:100%;height:5px;background-color:#4e99d3;}.fvNzbZ .bottom-edge-0{width:100%;height:5px;background-color:#86bde6;}

.jyLsGF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jyLsGF [class*="-corner-"],.jyLsGF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jyLsGF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jyLsGF [class*="bottom-left-corner"],.jyLsGF [class*="bottom-right-corner"]{bottom:0;}.jyLsGF [class*="top-left-corner"],.jyLsGF [class*="top-right-corner"]{top:0;}.jyLsGF [class*="-left-corner-"]{left:0;}.jyLsGF [class*="-right-corner-"]{right:0;}.jyLsGF [class*="top-left-corner-"]{background-position:0 0;}.jyLsGF [class*="top-right-corner-"]{background-position:100% 0;}.jyLsGF [class*="bottom-left-corner-"]{background-position:0 100%;}.jyLsGF [class*="bottom-right-corner-"]{background-position:100% 100%;}.jyLsGF [class*="top-edge-"],.jyLsGF [class*="bottom-edge-"],.jyLsGF [class*="left-edge-"],.jyLsGF [class*="right-edge-"]{margin:auto;}.jyLsGF [class*="top-edge-"],.jyLsGF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jyLsGF [class*="left-edge-"],.jyLsGF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jyLsGF [class*="top-edge-"]{top:0;}.jyLsGF [class*="bottom-edge-"]{bottom:0;}.jyLsGF [class*="left-edge-"]{left:0;}.jyLsGF [class*="right-edge-"]{right:0;}.jyLsGF .top-edge-0{width:100%;height:5px;background-color:#4e99d3;}

.eLjWbw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eLjWbw [class*="-corner-"],.eLjWbw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eLjWbw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eLjWbw [class*="bottom-left-corner"],.eLjWbw [class*="bottom-right-corner"]{bottom:0;}.eLjWbw [class*="top-left-corner"],.eLjWbw [class*="top-right-corner"]{top:0;}.eLjWbw [class*="-left-corner-"]{left:0;}.eLjWbw [class*="-right-corner-"]{right:0;}.eLjWbw [class*="top-left-corner-"]{background-position:0 0;}.eLjWbw [class*="top-right-corner-"]{background-position:100% 0;}.eLjWbw [class*="bottom-left-corner-"]{background-position:0 100%;}.eLjWbw [class*="bottom-right-corner-"]{background-position:100% 100%;}.eLjWbw [class*="top-edge-"],.eLjWbw [class*="bottom-edge-"],.eLjWbw [class*="left-edge-"],.eLjWbw [class*="right-edge-"]{margin:auto;}.eLjWbw [class*="top-edge-"],.eLjWbw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eLjWbw [class*="left-edge-"],.eLjWbw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eLjWbw [class*="top-edge-"]{top:0;}.eLjWbw [class*="bottom-edge-"]{bottom:0;}.eLjWbw [class*="left-edge-"]{left:0;}.eLjWbw [class*="right-edge-"]{right:0;}.eLjWbw .top-edge-0{width:100%;height:100%;opacity:0.5;background-color:black;}@media (min-width:60em){.eLjWbw .top-edge-0{width:100%;height:100%;opacity:0;background-color:black;}}.eLjWbw .bottom-edge-0{width:500px;height:1px;opacity:0;background-color:white;}@media (min-width:60em){.eLjWbw .bottom-edge-0{width:500px;height:1px;opacity:0.3;background-color:white;}}

.fosdGp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fosdGp [class*="-corner-"],.fosdGp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fosdGp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fosdGp [class*="bottom-left-corner"],.fosdGp [class*="bottom-right-corner"]{bottom:0;}.fosdGp [class*="top-left-corner"],.fosdGp [class*="top-right-corner"]{top:0;}.fosdGp [class*="-left-corner-"]{left:0;}.fosdGp [class*="-right-corner-"]{right:0;}.fosdGp [class*="top-left-corner-"]{background-position:0 0;}.fosdGp [class*="top-right-corner-"]{background-position:100% 0;}.fosdGp [class*="bottom-left-corner-"]{background-position:0 100%;}.fosdGp [class*="bottom-right-corner-"]{background-position:100% 100%;}.fosdGp [class*="top-edge-"],.fosdGp [class*="bottom-edge-"],.fosdGp [class*="left-edge-"],.fosdGp [class*="right-edge-"]{margin:auto;}.fosdGp [class*="top-edge-"],.fosdGp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fosdGp [class*="left-edge-"],.fosdGp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fosdGp [class*="top-edge-"]{top:0;}.fosdGp [class*="bottom-edge-"]{bottom:0;}.fosdGp [class*="left-edge-"]{left:0;}.fosdGp [class*="right-edge-"]{right:0;}.fosdGp .top-edge-0{width:100%;height:100%;opacity:0.5;background-color:black;}@media (min-width:60em){.fosdGp .top-edge-0{width:100%;height:100%;opacity:0;background-color:black;}}.fosdGp .bottom-edge-0{width:100%;height:100%;margin-bottom:-10px;background-image:url('https://assets.digital.vistaprint.com/production/e4cb7337-0967-4a3b-b658-e3b40d0c17ce');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.fFyJmW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fFyJmW [class*="-corner-"],.fFyJmW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fFyJmW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fFyJmW [class*="bottom-left-corner"],.fFyJmW [class*="bottom-right-corner"]{bottom:0;}.fFyJmW [class*="top-left-corner"],.fFyJmW [class*="top-right-corner"]{top:0;}.fFyJmW [class*="-left-corner-"]{left:0;}.fFyJmW [class*="-right-corner-"]{right:0;}.fFyJmW [class*="top-left-corner-"]{background-position:0 0;}.fFyJmW [class*="top-right-corner-"]{background-position:100% 0;}.fFyJmW [class*="bottom-left-corner-"]{background-position:0 100%;}.fFyJmW [class*="bottom-right-corner-"]{background-position:100% 100%;}.fFyJmW [class*="top-edge-"],.fFyJmW [class*="bottom-edge-"],.fFyJmW [class*="left-edge-"],.fFyJmW [class*="right-edge-"]{margin:auto;}.fFyJmW [class*="top-edge-"],.fFyJmW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fFyJmW [class*="left-edge-"],.fFyJmW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fFyJmW [class*="top-edge-"]{top:0;}.fFyJmW [class*="bottom-edge-"]{bottom:0;}.fFyJmW [class*="left-edge-"]{left:0;}.fFyJmW [class*="right-edge-"]{right:0;}.fFyJmW .top-edge-0{width:100%;height:100%;margin-top:-10px;background-image:url('https://assets.digital.vistaprint.com/production/e4cb7337-0967-4a3b-b658-e3b40d0c17ce');}

.hSzzOT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hSzzOT [class*="-corner-"],.hSzzOT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hSzzOT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hSzzOT [class*="bottom-left-corner"],.hSzzOT [class*="bottom-right-corner"]{bottom:0;}.hSzzOT [class*="top-left-corner"],.hSzzOT [class*="top-right-corner"]{top:0;}.hSzzOT [class*="-left-corner-"]{left:0;}.hSzzOT [class*="-right-corner-"]{right:0;}.hSzzOT [class*="top-left-corner-"]{background-position:0 0;}.hSzzOT [class*="top-right-corner-"]{background-position:100% 0;}.hSzzOT [class*="bottom-left-corner-"]{background-position:0 100%;}.hSzzOT [class*="bottom-right-corner-"]{background-position:100% 100%;}.hSzzOT [class*="top-edge-"],.hSzzOT [class*="bottom-edge-"],.hSzzOT [class*="left-edge-"],.hSzzOT [class*="right-edge-"]{margin:auto;}.hSzzOT [class*="top-edge-"],.hSzzOT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hSzzOT [class*="left-edge-"],.hSzzOT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hSzzOT [class*="top-edge-"]{top:0;}.hSzzOT [class*="bottom-edge-"]{bottom:0;}.hSzzOT [class*="left-edge-"]{left:0;}.hSzzOT [class*="right-edge-"]{right:0;}.hSzzOT .top-edge-0{width:100%;height:5px;background-color:#fddbab;}

.gwGwRg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gwGwRg [class*="-corner-"],.gwGwRg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gwGwRg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gwGwRg [class*="bottom-left-corner"],.gwGwRg [class*="bottom-right-corner"]{bottom:0;}.gwGwRg [class*="top-left-corner"],.gwGwRg [class*="top-right-corner"]{top:0;}.gwGwRg [class*="-left-corner-"]{left:0;}.gwGwRg [class*="-right-corner-"]{right:0;}.gwGwRg [class*="top-left-corner-"]{background-position:0 0;}.gwGwRg [class*="top-right-corner-"]{background-position:100% 0;}.gwGwRg [class*="bottom-left-corner-"]{background-position:0 100%;}.gwGwRg [class*="bottom-right-corner-"]{background-position:100% 100%;}.gwGwRg [class*="top-edge-"],.gwGwRg [class*="bottom-edge-"],.gwGwRg [class*="left-edge-"],.gwGwRg [class*="right-edge-"]{margin:auto;}.gwGwRg [class*="top-edge-"],.gwGwRg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gwGwRg [class*="left-edge-"],.gwGwRg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gwGwRg [class*="top-edge-"]{top:0;}.gwGwRg [class*="bottom-edge-"]{bottom:0;}.gwGwRg [class*="left-edge-"]{left:0;}.gwGwRg [class*="right-edge-"]{right:0;}.gwGwRg .top-edge-0{width:0%;background-image:url('https://assets.digital.vistaprint.com/production/40413308-4bb9-4c60-adc4-c0ad191ca794');}@media (min-width:30em){.gwGwRg .top-edge-0{width:50%;height:961px;margin-top:10px;}}@media (min-width:60em){.gwGwRg .top-edge-0{width:1920px;height:961px;margin-top:50px;}}

.gOvPv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gOvPv [class*="-corner-"],.gOvPv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gOvPv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gOvPv [class*="bottom-left-corner"],.gOvPv [class*="bottom-right-corner"]{bottom:0;}.gOvPv [class*="top-left-corner"],.gOvPv [class*="top-right-corner"]{top:0;}.gOvPv [class*="-left-corner-"]{left:0;}.gOvPv [class*="-right-corner-"]{right:0;}.gOvPv [class*="top-left-corner-"]{background-position:0 0;}.gOvPv [class*="top-right-corner-"]{background-position:100% 0;}.gOvPv [class*="bottom-left-corner-"]{background-position:0 100%;}.gOvPv [class*="bottom-right-corner-"]{background-position:100% 100%;}.gOvPv [class*="top-edge-"],.gOvPv [class*="bottom-edge-"],.gOvPv [class*="left-edge-"],.gOvPv [class*="right-edge-"]{margin:auto;}.gOvPv [class*="top-edge-"],.gOvPv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gOvPv [class*="left-edge-"],.gOvPv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gOvPv [class*="top-edge-"]{top:0;}.gOvPv [class*="bottom-edge-"]{bottom:0;}.gOvPv [class*="left-edge-"]{left:0;}.gOvPv [class*="right-edge-"]{right:0;}.gOvPv .bottom-edge-0{width:100%;height:1px;opacity:0.4;background-color:white;}

.ebuNki{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ebuNki [class*="-corner-"],.ebuNki [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ebuNki [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ebuNki [class*="bottom-left-corner"],.ebuNki [class*="bottom-right-corner"]{bottom:0;}.ebuNki [class*="top-left-corner"],.ebuNki [class*="top-right-corner"]{top:0;}.ebuNki [class*="-left-corner-"]{left:0;}.ebuNki [class*="-right-corner-"]{right:0;}.ebuNki [class*="top-left-corner-"]{background-position:0 0;}.ebuNki [class*="top-right-corner-"]{background-position:100% 0;}.ebuNki [class*="bottom-left-corner-"]{background-position:0 100%;}.ebuNki [class*="bottom-right-corner-"]{background-position:100% 100%;}.ebuNki [class*="top-edge-"],.ebuNki [class*="bottom-edge-"],.ebuNki [class*="left-edge-"],.ebuNki [class*="right-edge-"]{margin:auto;}.ebuNki [class*="top-edge-"],.ebuNki [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ebuNki [class*="left-edge-"],.ebuNki [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ebuNki [class*="top-edge-"]{top:0;}.ebuNki [class*="bottom-edge-"]{bottom:0;}.ebuNki [class*="left-edge-"]{left:0;}.ebuNki [class*="right-edge-"]{right:0;}.ebuNki .top-edge-0{width:100%;height:2px;background-color:white;}

.caLiYU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.caLiYU [class*="-corner-"],.caLiYU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.caLiYU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.caLiYU [class*="bottom-left-corner"],.caLiYU [class*="bottom-right-corner"]{bottom:0;}.caLiYU [class*="top-left-corner"],.caLiYU [class*="top-right-corner"]{top:0;}.caLiYU [class*="-left-corner-"]{left:0;}.caLiYU [class*="-right-corner-"]{right:0;}.caLiYU [class*="top-left-corner-"]{background-position:0 0;}.caLiYU [class*="top-right-corner-"]{background-position:100% 0;}.caLiYU [class*="bottom-left-corner-"]{background-position:0 100%;}.caLiYU [class*="bottom-right-corner-"]{background-position:100% 100%;}.caLiYU [class*="top-edge-"],.caLiYU [class*="bottom-edge-"],.caLiYU [class*="left-edge-"],.caLiYU [class*="right-edge-"]{margin:auto;}.caLiYU [class*="top-edge-"],.caLiYU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.caLiYU [class*="left-edge-"],.caLiYU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.caLiYU [class*="top-edge-"]{top:0;}.caLiYU [class*="bottom-edge-"]{bottom:0;}.caLiYU [class*="left-edge-"]{left:0;}.caLiYU [class*="right-edge-"]{right:0;}.caLiYU .top-edge-0{height:800px;opacity:0.8;background-color:#fff;}@media (min-width:60em){.caLiYU .top-edge-0{opacity:0;}}

.iNVAxa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iNVAxa [class*="-corner-"],.iNVAxa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iNVAxa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iNVAxa [class*="bottom-left-corner"],.iNVAxa [class*="bottom-right-corner"]{bottom:0;}.iNVAxa [class*="top-left-corner"],.iNVAxa [class*="top-right-corner"]{top:0;}.iNVAxa [class*="-left-corner-"]{left:0;}.iNVAxa [class*="-right-corner-"]{right:0;}.iNVAxa [class*="top-left-corner-"]{background-position:0 0;}.iNVAxa [class*="top-right-corner-"]{background-position:100% 0;}.iNVAxa [class*="bottom-left-corner-"]{background-position:0 100%;}.iNVAxa [class*="bottom-right-corner-"]{background-position:100% 100%;}.iNVAxa [class*="top-edge-"],.iNVAxa [class*="bottom-edge-"],.iNVAxa [class*="left-edge-"],.iNVAxa [class*="right-edge-"]{margin:auto;}.iNVAxa [class*="top-edge-"],.iNVAxa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iNVAxa [class*="left-edge-"],.iNVAxa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iNVAxa [class*="top-edge-"]{top:0;}.iNVAxa [class*="bottom-edge-"]{bottom:0;}.iNVAxa [class*="left-edge-"]{left:0;}.iNVAxa [class*="right-edge-"]{right:0;}.iNVAxa .bottom-edge-0{width:100%;height:5px;background-color:#75cddc;}

.fhePXB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fhePXB [class*="-corner-"],.fhePXB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fhePXB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fhePXB [class*="bottom-left-corner"],.fhePXB [class*="bottom-right-corner"]{bottom:0;}.fhePXB [class*="top-left-corner"],.fhePXB [class*="top-right-corner"]{top:0;}.fhePXB [class*="-left-corner-"]{left:0;}.fhePXB [class*="-right-corner-"]{right:0;}.fhePXB [class*="top-left-corner-"]{background-position:0 0;}.fhePXB [class*="top-right-corner-"]{background-position:100% 0;}.fhePXB [class*="bottom-left-corner-"]{background-position:0 100%;}.fhePXB [class*="bottom-right-corner-"]{background-position:100% 100%;}.fhePXB [class*="top-edge-"],.fhePXB [class*="bottom-edge-"],.fhePXB [class*="left-edge-"],.fhePXB [class*="right-edge-"]{margin:auto;}.fhePXB [class*="top-edge-"],.fhePXB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fhePXB [class*="left-edge-"],.fhePXB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fhePXB [class*="top-edge-"]{top:0;}.fhePXB [class*="bottom-edge-"]{bottom:0;}.fhePXB [class*="left-edge-"]{left:0;}.fhePXB [class*="right-edge-"]{right:0;}.fhePXB .top-edge-0{width:100%;height:5px;background-color:#ffffff;}.fhePXB .bottom-edge-0{width:100%;height:5px;background-color:#ffffff;}

.cBkQCX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cBkQCX [class*="-corner-"],.cBkQCX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cBkQCX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cBkQCX [class*="bottom-left-corner"],.cBkQCX [class*="bottom-right-corner"]{bottom:0;}.cBkQCX [class*="top-left-corner"],.cBkQCX [class*="top-right-corner"]{top:0;}.cBkQCX [class*="-left-corner-"]{left:0;}.cBkQCX [class*="-right-corner-"]{right:0;}.cBkQCX [class*="top-left-corner-"]{background-position:0 0;}.cBkQCX [class*="top-right-corner-"]{background-position:100% 0;}.cBkQCX [class*="bottom-left-corner-"]{background-position:0 100%;}.cBkQCX [class*="bottom-right-corner-"]{background-position:100% 100%;}.cBkQCX [class*="top-edge-"],.cBkQCX [class*="bottom-edge-"],.cBkQCX [class*="left-edge-"],.cBkQCX [class*="right-edge-"]{margin:auto;}.cBkQCX [class*="top-edge-"],.cBkQCX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cBkQCX [class*="left-edge-"],.cBkQCX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cBkQCX [class*="top-edge-"]{top:0;}.cBkQCX [class*="bottom-edge-"]{bottom:0;}.cBkQCX [class*="left-edge-"]{left:0;}.cBkQCX [class*="right-edge-"]{right:0;}.cBkQCX .top-edge-0{height:36px;background-image:url('https://assets.digital.vistaprint.com/production/bd64610e-c0c9-483d-88b3-5cff96ea83cf');background-repeat:repeat-x;}

.hfEQiQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hfEQiQ [class*="-corner-"],.hfEQiQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hfEQiQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hfEQiQ [class*="bottom-left-corner"],.hfEQiQ [class*="bottom-right-corner"]{bottom:0;}.hfEQiQ [class*="top-left-corner"],.hfEQiQ [class*="top-right-corner"]{top:0;}.hfEQiQ [class*="-left-corner-"]{left:0;}.hfEQiQ [class*="-right-corner-"]{right:0;}.hfEQiQ [class*="top-left-corner-"]{background-position:0 0;}.hfEQiQ [class*="top-right-corner-"]{background-position:100% 0;}.hfEQiQ [class*="bottom-left-corner-"]{background-position:0 100%;}.hfEQiQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.hfEQiQ [class*="top-edge-"],.hfEQiQ [class*="bottom-edge-"],.hfEQiQ [class*="left-edge-"],.hfEQiQ [class*="right-edge-"]{margin:auto;}.hfEQiQ [class*="top-edge-"],.hfEQiQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hfEQiQ [class*="left-edge-"],.hfEQiQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hfEQiQ [class*="top-edge-"]{top:0;}.hfEQiQ [class*="bottom-edge-"]{bottom:0;}.hfEQiQ [class*="left-edge-"]{left:0;}.hfEQiQ [class*="right-edge-"]{right:0;}.hfEQiQ .top-edge-0{height:30px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}.hfEQiQ .left-edge-0{width:30px;margin-left:0px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.hfEQiQ .right-edge-0{width:30px;margin-right:0px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.hfEQiQ .bottom-edge-0{height:30px;margin-bottom:0px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}

.kgxBge{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kgxBge [class*="-corner-"],.kgxBge [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kgxBge [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kgxBge [class*="bottom-left-corner"],.kgxBge [class*="bottom-right-corner"]{bottom:0;}.kgxBge [class*="top-left-corner"],.kgxBge [class*="top-right-corner"]{top:0;}.kgxBge [class*="-left-corner-"]{left:0;}.kgxBge [class*="-right-corner-"]{right:0;}.kgxBge [class*="top-left-corner-"]{background-position:0 0;}.kgxBge [class*="top-right-corner-"]{background-position:100% 0;}.kgxBge [class*="bottom-left-corner-"]{background-position:0 100%;}.kgxBge [class*="bottom-right-corner-"]{background-position:100% 100%;}.kgxBge [class*="top-edge-"],.kgxBge [class*="bottom-edge-"],.kgxBge [class*="left-edge-"],.kgxBge [class*="right-edge-"]{margin:auto;}.kgxBge [class*="top-edge-"],.kgxBge [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kgxBge [class*="left-edge-"],.kgxBge [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kgxBge [class*="top-edge-"]{top:0;}.kgxBge [class*="bottom-edge-"]{bottom:0;}.kgxBge [class*="left-edge-"]{left:0;}.kgxBge [class*="right-edge-"]{right:0;}.kgxBge .top-edge-0{height:1px;margin-top:0px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.kgxBge .left-edge-0{width:30px;margin-left:0px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.kgxBge .right-edge-0{width:30px;margin-right:0px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.kgxBge .bottom-edge-0{height:30px;margin-bottom:0px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}

.jtvTLz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jtvTLz [class*="-corner-"],.jtvTLz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jtvTLz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jtvTLz [class*="bottom-left-corner"],.jtvTLz [class*="bottom-right-corner"]{bottom:0;}.jtvTLz [class*="top-left-corner"],.jtvTLz [class*="top-right-corner"]{top:0;}.jtvTLz [class*="-left-corner-"]{left:0;}.jtvTLz [class*="-right-corner-"]{right:0;}.jtvTLz [class*="top-left-corner-"]{background-position:0 0;}.jtvTLz [class*="top-right-corner-"]{background-position:100% 0;}.jtvTLz [class*="bottom-left-corner-"]{background-position:0 100%;}.jtvTLz [class*="bottom-right-corner-"]{background-position:100% 100%;}.jtvTLz [class*="top-edge-"],.jtvTLz [class*="bottom-edge-"],.jtvTLz [class*="left-edge-"],.jtvTLz [class*="right-edge-"]{margin:auto;}.jtvTLz [class*="top-edge-"],.jtvTLz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jtvTLz [class*="left-edge-"],.jtvTLz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jtvTLz [class*="top-edge-"]{top:0;}.jtvTLz [class*="bottom-edge-"]{bottom:0;}.jtvTLz [class*="left-edge-"]{left:0;}.jtvTLz [class*="right-edge-"]{right:0;}.jtvTLz .bottom-edge-0{width:2400px;height:148px;background-image:url('https://assets.digital.vistaprint.com/production/c676252b-78ba-441b-a694-5091bea35bce');}

.cXKUEA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cXKUEA [class*="-corner-"],.cXKUEA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cXKUEA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cXKUEA [class*="bottom-left-corner"],.cXKUEA [class*="bottom-right-corner"]{bottom:0;}.cXKUEA [class*="top-left-corner"],.cXKUEA [class*="top-right-corner"]{top:0;}.cXKUEA [class*="-left-corner-"]{left:0;}.cXKUEA [class*="-right-corner-"]{right:0;}.cXKUEA [class*="top-left-corner-"]{background-position:0 0;}.cXKUEA [class*="top-right-corner-"]{background-position:100% 0;}.cXKUEA [class*="bottom-left-corner-"]{background-position:0 100%;}.cXKUEA [class*="bottom-right-corner-"]{background-position:100% 100%;}.cXKUEA [class*="top-edge-"],.cXKUEA [class*="bottom-edge-"],.cXKUEA [class*="left-edge-"],.cXKUEA [class*="right-edge-"]{margin:auto;}.cXKUEA [class*="top-edge-"],.cXKUEA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cXKUEA [class*="left-edge-"],.cXKUEA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cXKUEA [class*="top-edge-"]{top:0;}.cXKUEA [class*="bottom-edge-"]{bottom:0;}.cXKUEA [class*="left-edge-"]{left:0;}.cXKUEA [class*="right-edge-"]{right:0;}.cXKUEA .top-edge-0{height:100%;background-color:#F37053;}@media (min-width:30em){.cXKUEA .top-edge-0{width:200px;}}@media (min-width:60em){.cXKUEA .top-edge-0{width:0px;}}.cXKUEA .left-edge-0{height:100%;background-color:#F37053;}@media (min-width:60em){.cXKUEA .left-edge-0{width:205px;}}

.izPjwl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.izPjwl [class*="-corner-"],.izPjwl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.izPjwl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.izPjwl [class*="bottom-left-corner"],.izPjwl [class*="bottom-right-corner"]{bottom:0;}.izPjwl [class*="top-left-corner"],.izPjwl [class*="top-right-corner"]{top:0;}.izPjwl [class*="-left-corner-"]{left:0;}.izPjwl [class*="-right-corner-"]{right:0;}.izPjwl [class*="top-left-corner-"]{background-position:0 0;}.izPjwl [class*="top-right-corner-"]{background-position:100% 0;}.izPjwl [class*="bottom-left-corner-"]{background-position:0 100%;}.izPjwl [class*="bottom-right-corner-"]{background-position:100% 100%;}.izPjwl [class*="top-edge-"],.izPjwl [class*="bottom-edge-"],.izPjwl [class*="left-edge-"],.izPjwl [class*="right-edge-"]{margin:auto;}.izPjwl [class*="top-edge-"],.izPjwl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.izPjwl [class*="left-edge-"],.izPjwl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.izPjwl [class*="top-edge-"]{top:0;}.izPjwl [class*="bottom-edge-"]{bottom:0;}.izPjwl [class*="left-edge-"]{left:0;}.izPjwl [class*="right-edge-"]{right:0;}.izPjwl .top-edge-0{height:4px;background-color:#F37053;}

.kKIATQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kKIATQ [class*="-corner-"],.kKIATQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kKIATQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kKIATQ [class*="bottom-left-corner"],.kKIATQ [class*="bottom-right-corner"]{bottom:0;}.kKIATQ [class*="top-left-corner"],.kKIATQ [class*="top-right-corner"]{top:0;}.kKIATQ [class*="-left-corner-"]{left:0;}.kKIATQ [class*="-right-corner-"]{right:0;}.kKIATQ [class*="top-left-corner-"]{background-position:0 0;}.kKIATQ [class*="top-right-corner-"]{background-position:100% 0;}.kKIATQ [class*="bottom-left-corner-"]{background-position:0 100%;}.kKIATQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.kKIATQ [class*="top-edge-"],.kKIATQ [class*="bottom-edge-"],.kKIATQ [class*="left-edge-"],.kKIATQ [class*="right-edge-"]{margin:auto;}.kKIATQ [class*="top-edge-"],.kKIATQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kKIATQ [class*="left-edge-"],.kKIATQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kKIATQ [class*="top-edge-"]{top:0;}.kKIATQ [class*="bottom-edge-"]{bottom:0;}.kKIATQ [class*="left-edge-"]{left:0;}.kKIATQ [class*="right-edge-"]{right:0;}.kKIATQ .bottom-edge-0{width:100%;height:120px;margin-bottom:-20px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/441196e2-8f9f-4818-a109-e10916efe861');background-repeat:no-repeat;background-position:center 0;}

.iHUjDy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iHUjDy [class*="-corner-"],.iHUjDy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iHUjDy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iHUjDy [class*="bottom-left-corner"],.iHUjDy [class*="bottom-right-corner"]{bottom:0;}.iHUjDy [class*="top-left-corner"],.iHUjDy [class*="top-right-corner"]{top:0;}.iHUjDy [class*="-left-corner-"]{left:0;}.iHUjDy [class*="-right-corner-"]{right:0;}.iHUjDy [class*="top-left-corner-"]{background-position:0 0;}.iHUjDy [class*="top-right-corner-"]{background-position:100% 0;}.iHUjDy [class*="bottom-left-corner-"]{background-position:0 100%;}.iHUjDy [class*="bottom-right-corner-"]{background-position:100% 100%;}.iHUjDy [class*="top-edge-"],.iHUjDy [class*="bottom-edge-"],.iHUjDy [class*="left-edge-"],.iHUjDy [class*="right-edge-"]{margin:auto;}.iHUjDy [class*="top-edge-"],.iHUjDy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iHUjDy [class*="left-edge-"],.iHUjDy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iHUjDy [class*="top-edge-"]{top:0;}.iHUjDy [class*="bottom-edge-"]{bottom:0;}.iHUjDy [class*="left-edge-"]{left:0;}.iHUjDy [class*="right-edge-"]{right:0;}.iHUjDy .bottom-edge-0{height:4px;z-index:999;background-color:#fff;}.iHUjDy .bottom-edge-1{height:2px;margin-bottom:65px;background-image:url('https://assets.digital.vistaprint.com/production/f088699a-62a1-48f8-af47-3a54db284eb7');}

.fylOaV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fylOaV [class*="-corner-"],.fylOaV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fylOaV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fylOaV [class*="bottom-left-corner"],.fylOaV [class*="bottom-right-corner"]{bottom:0;}.fylOaV [class*="top-left-corner"],.fylOaV [class*="top-right-corner"]{top:0;}.fylOaV [class*="-left-corner-"]{left:0;}.fylOaV [class*="-right-corner-"]{right:0;}.fylOaV [class*="top-left-corner-"]{background-position:0 0;}.fylOaV [class*="top-right-corner-"]{background-position:100% 0;}.fylOaV [class*="bottom-left-corner-"]{background-position:0 100%;}.fylOaV [class*="bottom-right-corner-"]{background-position:100% 100%;}.fylOaV [class*="top-edge-"],.fylOaV [class*="bottom-edge-"],.fylOaV [class*="left-edge-"],.fylOaV [class*="right-edge-"]{margin:auto;}.fylOaV [class*="top-edge-"],.fylOaV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fylOaV [class*="left-edge-"],.fylOaV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fylOaV [class*="top-edge-"]{top:0;}.fylOaV [class*="bottom-edge-"]{bottom:0;}.fylOaV [class*="left-edge-"]{left:0;}.fylOaV [class*="right-edge-"]{right:0;}.fylOaV .top-edge-0{height:100px;margin-left:0px;margin-top:0px;opacity:0.15;background-image:url('https://assets.digital.vistaprint.com/production/5fe924c9-068f-4f60-b818-0ac14844d2b7');}

.cLTrCT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cLTrCT [class*="-corner-"],.cLTrCT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cLTrCT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cLTrCT [class*="bottom-left-corner"],.cLTrCT [class*="bottom-right-corner"]{bottom:0;}.cLTrCT [class*="top-left-corner"],.cLTrCT [class*="top-right-corner"]{top:0;}.cLTrCT [class*="-left-corner-"]{left:0;}.cLTrCT [class*="-right-corner-"]{right:0;}.cLTrCT [class*="top-left-corner-"]{background-position:0 0;}.cLTrCT [class*="top-right-corner-"]{background-position:100% 0;}.cLTrCT [class*="bottom-left-corner-"]{background-position:0 100%;}.cLTrCT [class*="bottom-right-corner-"]{background-position:100% 100%;}.cLTrCT [class*="top-edge-"],.cLTrCT [class*="bottom-edge-"],.cLTrCT [class*="left-edge-"],.cLTrCT [class*="right-edge-"]{margin:auto;}.cLTrCT [class*="top-edge-"],.cLTrCT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cLTrCT [class*="left-edge-"],.cLTrCT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cLTrCT [class*="top-edge-"]{top:0;}.cLTrCT [class*="bottom-edge-"]{bottom:0;}.cLTrCT [class*="left-edge-"]{left:0;}.cLTrCT [class*="right-edge-"]{right:0;}.cLTrCT .top-edge-0{height:100px;margin-left:0px;margin-top:0px;opacity:0.15;background-image:url('https://assets.digital.vistaprint.com/production/5fe924c9-068f-4f60-b818-0ac14844d2b7');}.cLTrCT .bottom-right-corner-0{width:300px;margin-right:0px;margin-bottom:0px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/dd4b105d-01c9-4746-b66e-3ba0e7dceefe');}@media (min-width:30em){.cLTrCT .bottom-right-corner-0{width:500px;opacity:0.5;}}@media (min-width:60em){.cLTrCT .bottom-right-corner-0{width:846px;opacity:1;}}

.dasMfi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dasMfi [class*="-corner-"],.dasMfi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dasMfi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dasMfi [class*="bottom-left-corner"],.dasMfi [class*="bottom-right-corner"]{bottom:0;}.dasMfi [class*="top-left-corner"],.dasMfi [class*="top-right-corner"]{top:0;}.dasMfi [class*="-left-corner-"]{left:0;}.dasMfi [class*="-right-corner-"]{right:0;}.dasMfi [class*="top-left-corner-"]{background-position:0 0;}.dasMfi [class*="top-right-corner-"]{background-position:100% 0;}.dasMfi [class*="bottom-left-corner-"]{background-position:0 100%;}.dasMfi [class*="bottom-right-corner-"]{background-position:100% 100%;}.dasMfi [class*="top-edge-"],.dasMfi [class*="bottom-edge-"],.dasMfi [class*="left-edge-"],.dasMfi [class*="right-edge-"]{margin:auto;}.dasMfi [class*="top-edge-"],.dasMfi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dasMfi [class*="left-edge-"],.dasMfi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dasMfi [class*="top-edge-"]{top:0;}.dasMfi [class*="bottom-edge-"]{bottom:0;}.dasMfi [class*="left-edge-"]{left:0;}.dasMfi [class*="right-edge-"]{right:0;}.dasMfi .top-edge-0{height:100px;margin-top:0px;opacity:0.1;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/7de797fe-8883-4fc6-bdbb-775b323115c3');background-repeat:repeat-x;}.dasMfi .top-left-corner-0{width:150px;margin-left:-100px;margin-top:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}.dasMfi .top-right-corner-0{width:150px;margin-right:-100px;margin-top:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}.dasMfi .bottom-left-corner-0{width:150px;margin-left:-100px;margin-bottom:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}.dasMfi .bottom-right-corner-0{width:150px;margin-right:-100px;margin-bottom:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}

.dBKrki{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dBKrki [class*="-corner-"],.dBKrki [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dBKrki [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dBKrki [class*="bottom-left-corner"],.dBKrki [class*="bottom-right-corner"]{bottom:0;}.dBKrki [class*="top-left-corner"],.dBKrki [class*="top-right-corner"]{top:0;}.dBKrki [class*="-left-corner-"]{left:0;}.dBKrki [class*="-right-corner-"]{right:0;}.dBKrki [class*="top-left-corner-"]{background-position:0 0;}.dBKrki [class*="top-right-corner-"]{background-position:100% 0;}.dBKrki [class*="bottom-left-corner-"]{background-position:0 100%;}.dBKrki [class*="bottom-right-corner-"]{background-position:100% 100%;}.dBKrki [class*="top-edge-"],.dBKrki [class*="bottom-edge-"],.dBKrki [class*="left-edge-"],.dBKrki [class*="right-edge-"]{margin:auto;}.dBKrki [class*="top-edge-"],.dBKrki [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dBKrki [class*="left-edge-"],.dBKrki [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dBKrki [class*="top-edge-"]{top:0;}.dBKrki [class*="bottom-edge-"]{bottom:0;}.dBKrki [class*="left-edge-"]{left:0;}.dBKrki [class*="right-edge-"]{right:0;}.dBKrki .bottom-edge-0{width:200px;height:50px;margin-bottom:0px;opacity:1;background-image:url('../1004440/dividers/divider3.svg');background-repeat:no-repeat;}.dBKrki .top-left-corner-0{width:150px;margin-left:-100px;margin-top:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}.dBKrki .top-right-corner-0{width:150px;margin-right:-100px;margin-top:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}

.iYYKHE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iYYKHE [class*="-corner-"],.iYYKHE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iYYKHE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iYYKHE [class*="bottom-left-corner"],.iYYKHE [class*="bottom-right-corner"]{bottom:0;}.iYYKHE [class*="top-left-corner"],.iYYKHE [class*="top-right-corner"]{top:0;}.iYYKHE [class*="-left-corner-"]{left:0;}.iYYKHE [class*="-right-corner-"]{right:0;}.iYYKHE [class*="top-left-corner-"]{background-position:0 0;}.iYYKHE [class*="top-right-corner-"]{background-position:100% 0;}.iYYKHE [class*="bottom-left-corner-"]{background-position:0 100%;}.iYYKHE [class*="bottom-right-corner-"]{background-position:100% 100%;}.iYYKHE [class*="top-edge-"],.iYYKHE [class*="bottom-edge-"],.iYYKHE [class*="left-edge-"],.iYYKHE [class*="right-edge-"]{margin:auto;}.iYYKHE [class*="top-edge-"],.iYYKHE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iYYKHE [class*="left-edge-"],.iYYKHE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iYYKHE [class*="top-edge-"]{top:0;}.iYYKHE [class*="bottom-edge-"]{bottom:0;}.iYYKHE [class*="left-edge-"]{left:0;}.iYYKHE [class*="right-edge-"]{right:0;}.iYYKHE .bottom-left-corner-0{width:150px;margin-left:-100px;margin-bottom:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}.iYYKHE .bottom-right-corner-0{width:150px;margin-right:-100px;margin-bottom:-100px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/778234df-9d94-4c89-8d39-45b1c3bb5dae');background-repeat:no-repeat;}

.cCDcxa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cCDcxa [class*="-corner-"],.cCDcxa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cCDcxa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cCDcxa [class*="bottom-left-corner"],.cCDcxa [class*="bottom-right-corner"]{bottom:0;}.cCDcxa [class*="top-left-corner"],.cCDcxa [class*="top-right-corner"]{top:0;}.cCDcxa [class*="-left-corner-"]{left:0;}.cCDcxa [class*="-right-corner-"]{right:0;}.cCDcxa [class*="top-left-corner-"]{background-position:0 0;}.cCDcxa [class*="top-right-corner-"]{background-position:100% 0;}.cCDcxa [class*="bottom-left-corner-"]{background-position:0 100%;}.cCDcxa [class*="bottom-right-corner-"]{background-position:100% 100%;}.cCDcxa [class*="top-edge-"],.cCDcxa [class*="bottom-edge-"],.cCDcxa [class*="left-edge-"],.cCDcxa [class*="right-edge-"]{margin:auto;}.cCDcxa [class*="top-edge-"],.cCDcxa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cCDcxa [class*="left-edge-"],.cCDcxa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cCDcxa [class*="top-edge-"]{top:0;}.cCDcxa [class*="bottom-edge-"]{bottom:0;}.cCDcxa [class*="left-edge-"]{left:0;}.cCDcxa [class*="right-edge-"]{right:0;}@media (min-width:60em){.cCDcxa .bottom-edge-0{height:150px;margin-bottom:0px;background-color:#f1f1f1;}}

.deOaTg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.deOaTg [class*="-corner-"],.deOaTg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.deOaTg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.deOaTg [class*="bottom-left-corner"],.deOaTg [class*="bottom-right-corner"]{bottom:0;}.deOaTg [class*="top-left-corner"],.deOaTg [class*="top-right-corner"]{top:0;}.deOaTg [class*="-left-corner-"]{left:0;}.deOaTg [class*="-right-corner-"]{right:0;}.deOaTg [class*="top-left-corner-"]{background-position:0 0;}.deOaTg [class*="top-right-corner-"]{background-position:100% 0;}.deOaTg [class*="bottom-left-corner-"]{background-position:0 100%;}.deOaTg [class*="bottom-right-corner-"]{background-position:100% 100%;}.deOaTg [class*="top-edge-"],.deOaTg [class*="bottom-edge-"],.deOaTg [class*="left-edge-"],.deOaTg [class*="right-edge-"]{margin:auto;}.deOaTg [class*="top-edge-"],.deOaTg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.deOaTg [class*="left-edge-"],.deOaTg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.deOaTg [class*="top-edge-"]{top:0;}.deOaTg [class*="bottom-edge-"]{bottom:0;}.deOaTg [class*="left-edge-"]{left:0;}.deOaTg [class*="right-edge-"]{right:0;}.deOaTg .top-edge-0{width:70%;height:2px;background-color:#ffffff;}

.dueeXE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dueeXE [class*="-corner-"],.dueeXE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dueeXE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dueeXE [class*="bottom-left-corner"],.dueeXE [class*="bottom-right-corner"]{bottom:0;}.dueeXE [class*="top-left-corner"],.dueeXE [class*="top-right-corner"]{top:0;}.dueeXE [class*="-left-corner-"]{left:0;}.dueeXE [class*="-right-corner-"]{right:0;}.dueeXE [class*="top-left-corner-"]{background-position:0 0;}.dueeXE [class*="top-right-corner-"]{background-position:100% 0;}.dueeXE [class*="bottom-left-corner-"]{background-position:0 100%;}.dueeXE [class*="bottom-right-corner-"]{background-position:100% 100%;}.dueeXE [class*="top-edge-"],.dueeXE [class*="bottom-edge-"],.dueeXE [class*="left-edge-"],.dueeXE [class*="right-edge-"]{margin:auto;}.dueeXE [class*="top-edge-"],.dueeXE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dueeXE [class*="left-edge-"],.dueeXE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dueeXE [class*="top-edge-"]{top:0;}.dueeXE [class*="bottom-edge-"]{bottom:0;}.dueeXE [class*="left-edge-"]{left:0;}.dueeXE [class*="right-edge-"]{right:0;}.dueeXE .bottom-edge-0{width:1200px;height:5px;background-image:url('https://assets.digital.vistaprint.com/production/2477006a-f015-4885-80a9-81910def01ed');background-size:contain;background-repeat:no-repeat;}

.dQXPBH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dQXPBH [class*="-corner-"],.dQXPBH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dQXPBH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dQXPBH [class*="bottom-left-corner"],.dQXPBH [class*="bottom-right-corner"]{bottom:0;}.dQXPBH [class*="top-left-corner"],.dQXPBH [class*="top-right-corner"]{top:0;}.dQXPBH [class*="-left-corner-"]{left:0;}.dQXPBH [class*="-right-corner-"]{right:0;}.dQXPBH [class*="top-left-corner-"]{background-position:0 0;}.dQXPBH [class*="top-right-corner-"]{background-position:100% 0;}.dQXPBH [class*="bottom-left-corner-"]{background-position:0 100%;}.dQXPBH [class*="bottom-right-corner-"]{background-position:100% 100%;}.dQXPBH [class*="top-edge-"],.dQXPBH [class*="bottom-edge-"],.dQXPBH [class*="left-edge-"],.dQXPBH [class*="right-edge-"]{margin:auto;}.dQXPBH [class*="top-edge-"],.dQXPBH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dQXPBH [class*="left-edge-"],.dQXPBH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dQXPBH [class*="top-edge-"]{top:0;}.dQXPBH [class*="bottom-edge-"]{bottom:0;}.dQXPBH [class*="left-edge-"]{left:0;}.dQXPBH [class*="right-edge-"]{right:0;}.dQXPBH .top-edge-0{width:100%;height:100%;opacity:0.7;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}@media (min-width:30em){.dQXPBH .top-edge-0{width:0px;height:0px;}}@media (min-width:60em){.dQXPBH .top-edge-0{width:0px;height:0px;}}

.jgbRpo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jgbRpo [class*="-corner-"],.jgbRpo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jgbRpo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jgbRpo [class*="bottom-left-corner"],.jgbRpo [class*="bottom-right-corner"]{bottom:0;}.jgbRpo [class*="top-left-corner"],.jgbRpo [class*="top-right-corner"]{top:0;}.jgbRpo [class*="-left-corner-"]{left:0;}.jgbRpo [class*="-right-corner-"]{right:0;}.jgbRpo [class*="top-left-corner-"]{background-position:0 0;}.jgbRpo [class*="top-right-corner-"]{background-position:100% 0;}.jgbRpo [class*="bottom-left-corner-"]{background-position:0 100%;}.jgbRpo [class*="bottom-right-corner-"]{background-position:100% 100%;}.jgbRpo [class*="top-edge-"],.jgbRpo [class*="bottom-edge-"],.jgbRpo [class*="left-edge-"],.jgbRpo [class*="right-edge-"]{margin:auto;}.jgbRpo [class*="top-edge-"],.jgbRpo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jgbRpo [class*="left-edge-"],.jgbRpo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jgbRpo [class*="top-edge-"]{top:0;}.jgbRpo [class*="bottom-edge-"]{bottom:0;}.jgbRpo [class*="left-edge-"]{left:0;}.jgbRpo [class*="right-edge-"]{right:0;}.jgbRpo .top-edge-0{width:96%;height:5px;margin-top:20px;background-color:#5f5653;}@media (min-width:30em){.jgbRpo .top-edge-0{margin-top:20px;}}@media (min-width:60em){.jgbRpo .top-edge-0{margin-top:36px;}}.jgbRpo .left-edge-0{width:5px;height:100%;margin-left:2%;margin-top:20px;background-color:#5f5653;}@media (min-width:30em){.jgbRpo .left-edge-0{margin-top:20px;}}@media (min-width:60em){.jgbRpo .left-edge-0{margin-top:36px;}}.jgbRpo .right-edge-0{width:5px;height:100%;margin-right:2%;margin-top:20px;background-color:#5f5653;}@media (min-width:30em){.jgbRpo .right-edge-0{margin-top:20px;}}@media (min-width:60em){.jgbRpo .right-edge-0{margin-top:36px;}}

.bKljxD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bKljxD [class*="-corner-"],.bKljxD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bKljxD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bKljxD [class*="bottom-left-corner"],.bKljxD [class*="bottom-right-corner"]{bottom:0;}.bKljxD [class*="top-left-corner"],.bKljxD [class*="top-right-corner"]{top:0;}.bKljxD [class*="-left-corner-"]{left:0;}.bKljxD [class*="-right-corner-"]{right:0;}.bKljxD [class*="top-left-corner-"]{background-position:0 0;}.bKljxD [class*="top-right-corner-"]{background-position:100% 0;}.bKljxD [class*="bottom-left-corner-"]{background-position:0 100%;}.bKljxD [class*="bottom-right-corner-"]{background-position:100% 100%;}.bKljxD [class*="top-edge-"],.bKljxD [class*="bottom-edge-"],.bKljxD [class*="left-edge-"],.bKljxD [class*="right-edge-"]{margin:auto;}.bKljxD [class*="top-edge-"],.bKljxD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bKljxD [class*="left-edge-"],.bKljxD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bKljxD [class*="top-edge-"]{top:0;}.bKljxD [class*="bottom-edge-"]{bottom:0;}.bKljxD [class*="left-edge-"]{left:0;}.bKljxD [class*="right-edge-"]{right:0;}.bKljxD .bottom-edge-0{width:96%;height:5px;margin-bottom:36px;background-color:#5f5653;}.bKljxD .bottom-left-corner-0{width:5px;height:100%;margin-left:2%;margin-bottom:36px;background-color:#5f5653;}.bKljxD .bottom-right-corner-0{width:5px;height:100%;margin-right:2%;margin-bottom:36px;background-color:#5f5653;}

.kVLGhK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kVLGhK [class*="-corner-"],.kVLGhK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kVLGhK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kVLGhK [class*="bottom-left-corner"],.kVLGhK [class*="bottom-right-corner"]{bottom:0;}.kVLGhK [class*="top-left-corner"],.kVLGhK [class*="top-right-corner"]{top:0;}.kVLGhK [class*="-left-corner-"]{left:0;}.kVLGhK [class*="-right-corner-"]{right:0;}.kVLGhK [class*="top-left-corner-"]{background-position:0 0;}.kVLGhK [class*="top-right-corner-"]{background-position:100% 0;}.kVLGhK [class*="bottom-left-corner-"]{background-position:0 100%;}.kVLGhK [class*="bottom-right-corner-"]{background-position:100% 100%;}.kVLGhK [class*="top-edge-"],.kVLGhK [class*="bottom-edge-"],.kVLGhK [class*="left-edge-"],.kVLGhK [class*="right-edge-"]{margin:auto;}.kVLGhK [class*="top-edge-"],.kVLGhK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kVLGhK [class*="left-edge-"],.kVLGhK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kVLGhK [class*="top-edge-"]{top:0;}.kVLGhK [class*="bottom-edge-"]{bottom:0;}.kVLGhK [class*="left-edge-"]{left:0;}.kVLGhK [class*="right-edge-"]{right:0;}.kVLGhK .top-edge-0{width:1030px;height:2px;background-color:#9a9322;}.kVLGhK .bottom-edge-0{width:1030px;height:2px;background-color:#9a9322;}

.bWCDtv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bWCDtv [class*="-corner-"],.bWCDtv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bWCDtv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bWCDtv [class*="bottom-left-corner"],.bWCDtv [class*="bottom-right-corner"]{bottom:0;}.bWCDtv [class*="top-left-corner"],.bWCDtv [class*="top-right-corner"]{top:0;}.bWCDtv [class*="-left-corner-"]{left:0;}.bWCDtv [class*="-right-corner-"]{right:0;}.bWCDtv [class*="top-left-corner-"]{background-position:0 0;}.bWCDtv [class*="top-right-corner-"]{background-position:100% 0;}.bWCDtv [class*="bottom-left-corner-"]{background-position:0 100%;}.bWCDtv [class*="bottom-right-corner-"]{background-position:100% 100%;}.bWCDtv [class*="top-edge-"],.bWCDtv [class*="bottom-edge-"],.bWCDtv [class*="left-edge-"],.bWCDtv [class*="right-edge-"]{margin:auto;}.bWCDtv [class*="top-edge-"],.bWCDtv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bWCDtv [class*="left-edge-"],.bWCDtv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bWCDtv [class*="top-edge-"]{top:0;}.bWCDtv [class*="bottom-edge-"]{bottom:0;}.bWCDtv [class*="left-edge-"]{left:0;}.bWCDtv [class*="right-edge-"]{right:0;}.bWCDtv .bottom-edge-0{width:558px;height:16px;background-image:url('https://assets.digital.vistaprint.com/production/a57c609c-5ee3-4b0d-bed6-8b8b7722c1cd');}

.isxeWm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.isxeWm [class*="-corner-"],.isxeWm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.isxeWm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.isxeWm [class*="bottom-left-corner"],.isxeWm [class*="bottom-right-corner"]{bottom:0;}.isxeWm [class*="top-left-corner"],.isxeWm [class*="top-right-corner"]{top:0;}.isxeWm [class*="-left-corner-"]{left:0;}.isxeWm [class*="-right-corner-"]{right:0;}.isxeWm [class*="top-left-corner-"]{background-position:0 0;}.isxeWm [class*="top-right-corner-"]{background-position:100% 0;}.isxeWm [class*="bottom-left-corner-"]{background-position:0 100%;}.isxeWm [class*="bottom-right-corner-"]{background-position:100% 100%;}.isxeWm [class*="top-edge-"],.isxeWm [class*="bottom-edge-"],.isxeWm [class*="left-edge-"],.isxeWm [class*="right-edge-"]{margin:auto;}.isxeWm [class*="top-edge-"],.isxeWm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.isxeWm [class*="left-edge-"],.isxeWm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.isxeWm [class*="top-edge-"]{top:0;}.isxeWm [class*="bottom-edge-"]{bottom:0;}.isxeWm [class*="left-edge-"]{left:0;}.isxeWm [class*="right-edge-"]{right:0;}.isxeWm .bottom-edge-0{width:1100px;height:81px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/9ece7792-500b-48d1-b5ee-3d0e112da15d');background-repeat:no-repeat;}

.fZmtWH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fZmtWH [class*="-corner-"],.fZmtWH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fZmtWH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fZmtWH [class*="bottom-left-corner"],.fZmtWH [class*="bottom-right-corner"]{bottom:0;}.fZmtWH [class*="top-left-corner"],.fZmtWH [class*="top-right-corner"]{top:0;}.fZmtWH [class*="-left-corner-"]{left:0;}.fZmtWH [class*="-right-corner-"]{right:0;}.fZmtWH [class*="top-left-corner-"]{background-position:0 0;}.fZmtWH [class*="top-right-corner-"]{background-position:100% 0;}.fZmtWH [class*="bottom-left-corner-"]{background-position:0 100%;}.fZmtWH [class*="bottom-right-corner-"]{background-position:100% 100%;}.fZmtWH [class*="top-edge-"],.fZmtWH [class*="bottom-edge-"],.fZmtWH [class*="left-edge-"],.fZmtWH [class*="right-edge-"]{margin:auto;}.fZmtWH [class*="top-edge-"],.fZmtWH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fZmtWH [class*="left-edge-"],.fZmtWH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fZmtWH [class*="top-edge-"]{top:0;}.fZmtWH [class*="bottom-edge-"]{bottom:0;}.fZmtWH [class*="left-edge-"]{left:0;}.fZmtWH [class*="right-edge-"]{right:0;}.fZmtWH .bottom-edge-0{height:30px;margin-bottom:0px;opacity:1;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/c5cd1867-49cc-4352-97f9-086898412488');background-repeat:repeatX;}

.huQYtM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.huQYtM [class*="-corner-"],.huQYtM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.huQYtM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.huQYtM [class*="bottom-left-corner"],.huQYtM [class*="bottom-right-corner"]{bottom:0;}.huQYtM [class*="top-left-corner"],.huQYtM [class*="top-right-corner"]{top:0;}.huQYtM [class*="-left-corner-"]{left:0;}.huQYtM [class*="-right-corner-"]{right:0;}.huQYtM [class*="top-left-corner-"]{background-position:0 0;}.huQYtM [class*="top-right-corner-"]{background-position:100% 0;}.huQYtM [class*="bottom-left-corner-"]{background-position:0 100%;}.huQYtM [class*="bottom-right-corner-"]{background-position:100% 100%;}.huQYtM [class*="top-edge-"],.huQYtM [class*="bottom-edge-"],.huQYtM [class*="left-edge-"],.huQYtM [class*="right-edge-"]{margin:auto;}.huQYtM [class*="top-edge-"],.huQYtM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.huQYtM [class*="left-edge-"],.huQYtM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.huQYtM [class*="top-edge-"]{top:0;}.huQYtM [class*="bottom-edge-"]{bottom:0;}.huQYtM [class*="left-edge-"]{left:0;}.huQYtM [class*="right-edge-"]{right:0;}.huQYtM .bottom-left-corner-0{width:80px;height:203px;margin-left:20px;margin-bottom:20px;opacity:0.5;background-image:url('../1301984/icons/icon2.svg');background-repeat:no-repeat;}.huQYtM .bottom-right-corner-0{width:80px;height:203px;margin-right:20px;margin-bottom:20px;opacity:0.5;background-image:url('../1301984/icons/icon2.svg');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);background-repeat:no-repeat;}

.gtFWpl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gtFWpl [class*="-corner-"],.gtFWpl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gtFWpl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gtFWpl [class*="bottom-left-corner"],.gtFWpl [class*="bottom-right-corner"]{bottom:0;}.gtFWpl [class*="top-left-corner"],.gtFWpl [class*="top-right-corner"]{top:0;}.gtFWpl [class*="-left-corner-"]{left:0;}.gtFWpl [class*="-right-corner-"]{right:0;}.gtFWpl [class*="top-left-corner-"]{background-position:0 0;}.gtFWpl [class*="top-right-corner-"]{background-position:100% 0;}.gtFWpl [class*="bottom-left-corner-"]{background-position:0 100%;}.gtFWpl [class*="bottom-right-corner-"]{background-position:100% 100%;}.gtFWpl [class*="top-edge-"],.gtFWpl [class*="bottom-edge-"],.gtFWpl [class*="left-edge-"],.gtFWpl [class*="right-edge-"]{margin:auto;}.gtFWpl [class*="top-edge-"],.gtFWpl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gtFWpl [class*="left-edge-"],.gtFWpl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gtFWpl [class*="top-edge-"]{top:0;}.gtFWpl [class*="bottom-edge-"]{bottom:0;}.gtFWpl [class*="left-edge-"]{left:0;}.gtFWpl [class*="right-edge-"]{right:0;}.gtFWpl .top-edge-0{width:100%;height:100%;opacity:0.5;background-color:white;}@media (min-width:30em){.gtFWpl .top-edge-0{opacity:0.5;}}@media (min-width:60em){.gtFWpl .top-edge-0{opacity:0;}}

.fqUhJF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fqUhJF [class*="-corner-"],.fqUhJF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fqUhJF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fqUhJF [class*="bottom-left-corner"],.fqUhJF [class*="bottom-right-corner"]{bottom:0;}.fqUhJF [class*="top-left-corner"],.fqUhJF [class*="top-right-corner"]{top:0;}.fqUhJF [class*="-left-corner-"]{left:0;}.fqUhJF [class*="-right-corner-"]{right:0;}.fqUhJF [class*="top-left-corner-"]{background-position:0 0;}.fqUhJF [class*="top-right-corner-"]{background-position:100% 0;}.fqUhJF [class*="bottom-left-corner-"]{background-position:0 100%;}.fqUhJF [class*="bottom-right-corner-"]{background-position:100% 100%;}.fqUhJF [class*="top-edge-"],.fqUhJF [class*="bottom-edge-"],.fqUhJF [class*="left-edge-"],.fqUhJF [class*="right-edge-"]{margin:auto;}.fqUhJF [class*="top-edge-"],.fqUhJF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fqUhJF [class*="left-edge-"],.fqUhJF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fqUhJF [class*="top-edge-"]{top:0;}.fqUhJF [class*="bottom-edge-"]{bottom:0;}.fqUhJF [class*="left-edge-"]{left:0;}.fqUhJF [class*="right-edge-"]{right:0;}.fqUhJF .top-edge-0{height:960px;margin-top:-560px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/2e06f862-fb27-4373-bda1-3d866733cdaf');}

.kzHYQj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kzHYQj [class*="-corner-"],.kzHYQj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kzHYQj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kzHYQj [class*="bottom-left-corner"],.kzHYQj [class*="bottom-right-corner"]{bottom:0;}.kzHYQj [class*="top-left-corner"],.kzHYQj [class*="top-right-corner"]{top:0;}.kzHYQj [class*="-left-corner-"]{left:0;}.kzHYQj [class*="-right-corner-"]{right:0;}.kzHYQj [class*="top-left-corner-"]{background-position:0 0;}.kzHYQj [class*="top-right-corner-"]{background-position:100% 0;}.kzHYQj [class*="bottom-left-corner-"]{background-position:0 100%;}.kzHYQj [class*="bottom-right-corner-"]{background-position:100% 100%;}.kzHYQj [class*="top-edge-"],.kzHYQj [class*="bottom-edge-"],.kzHYQj [class*="left-edge-"],.kzHYQj [class*="right-edge-"]{margin:auto;}.kzHYQj [class*="top-edge-"],.kzHYQj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kzHYQj [class*="left-edge-"],.kzHYQj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kzHYQj [class*="top-edge-"]{top:0;}.kzHYQj [class*="bottom-edge-"]{bottom:0;}.kzHYQj [class*="left-edge-"]{left:0;}.kzHYQj [class*="right-edge-"]{right:0;}.kzHYQj .bottom-edge-0{width:120%;height:100%;margin-bottom:-1100px;background-image:url('https://assets.digital.vistaprint.com/production/e2485cfc-0a2e-4a82-8dad-93d9fbff5f15');background-repeat:no-repeat;}@media (min-width:30em){.kzHYQj .bottom-edge-0{width:100%;height:100%;margin-bottom:-410px;background-image:url('https://assets.digital.vistaprint.com/production/e2485cfc-0a2e-4a82-8dad-93d9fbff5f15');background-repeat:no-repeat;}}@media (min-width:60em){.kzHYQj .bottom-edge-0{width:100%;height:100%;margin-bottom:-350px;background-image:url('https://assets.digital.vistaprint.com/production/e2485cfc-0a2e-4a82-8dad-93d9fbff5f15');background-repeat:no-repeat;}}

.ldgqRm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ldgqRm [class*="-corner-"],.ldgqRm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ldgqRm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ldgqRm [class*="bottom-left-corner"],.ldgqRm [class*="bottom-right-corner"]{bottom:0;}.ldgqRm [class*="top-left-corner"],.ldgqRm [class*="top-right-corner"]{top:0;}.ldgqRm [class*="-left-corner-"]{left:0;}.ldgqRm [class*="-right-corner-"]{right:0;}.ldgqRm [class*="top-left-corner-"]{background-position:0 0;}.ldgqRm [class*="top-right-corner-"]{background-position:100% 0;}.ldgqRm [class*="bottom-left-corner-"]{background-position:0 100%;}.ldgqRm [class*="bottom-right-corner-"]{background-position:100% 100%;}.ldgqRm [class*="top-edge-"],.ldgqRm [class*="bottom-edge-"],.ldgqRm [class*="left-edge-"],.ldgqRm [class*="right-edge-"]{margin:auto;}.ldgqRm [class*="top-edge-"],.ldgqRm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ldgqRm [class*="left-edge-"],.ldgqRm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ldgqRm [class*="top-edge-"]{top:0;}.ldgqRm [class*="bottom-edge-"]{bottom:0;}.ldgqRm [class*="left-edge-"]{left:0;}.ldgqRm [class*="right-edge-"]{right:0;}.ldgqRm .bottom-edge-0{height:5px;background-color:#eeca70;}

.gwftRc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gwftRc [class*="-corner-"],.gwftRc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gwftRc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gwftRc [class*="bottom-left-corner"],.gwftRc [class*="bottom-right-corner"]{bottom:0;}.gwftRc [class*="top-left-corner"],.gwftRc [class*="top-right-corner"]{top:0;}.gwftRc [class*="-left-corner-"]{left:0;}.gwftRc [class*="-right-corner-"]{right:0;}.gwftRc [class*="top-left-corner-"]{background-position:0 0;}.gwftRc [class*="top-right-corner-"]{background-position:100% 0;}.gwftRc [class*="bottom-left-corner-"]{background-position:0 100%;}.gwftRc [class*="bottom-right-corner-"]{background-position:100% 100%;}.gwftRc [class*="top-edge-"],.gwftRc [class*="bottom-edge-"],.gwftRc [class*="left-edge-"],.gwftRc [class*="right-edge-"]{margin:auto;}.gwftRc [class*="top-edge-"],.gwftRc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gwftRc [class*="left-edge-"],.gwftRc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gwftRc [class*="top-edge-"]{top:0;}.gwftRc [class*="bottom-edge-"]{bottom:0;}.gwftRc [class*="left-edge-"]{left:0;}.gwftRc [class*="right-edge-"]{right:0;}.gwftRc .left-edge-0{width:10px;background-color:#6ABEA0;}.gwftRc .right-edge-0{width:10px;background-color:#6ABEA0;}

.kiDfZY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kiDfZY [class*="-corner-"],.kiDfZY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kiDfZY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kiDfZY [class*="bottom-left-corner"],.kiDfZY [class*="bottom-right-corner"]{bottom:0;}.kiDfZY [class*="top-left-corner"],.kiDfZY [class*="top-right-corner"]{top:0;}.kiDfZY [class*="-left-corner-"]{left:0;}.kiDfZY [class*="-right-corner-"]{right:0;}.kiDfZY [class*="top-left-corner-"]{background-position:0 0;}.kiDfZY [class*="top-right-corner-"]{background-position:100% 0;}.kiDfZY [class*="bottom-left-corner-"]{background-position:0 100%;}.kiDfZY [class*="bottom-right-corner-"]{background-position:100% 100%;}.kiDfZY [class*="top-edge-"],.kiDfZY [class*="bottom-edge-"],.kiDfZY [class*="left-edge-"],.kiDfZY [class*="right-edge-"]{margin:auto;}.kiDfZY [class*="top-edge-"],.kiDfZY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kiDfZY [class*="left-edge-"],.kiDfZY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kiDfZY [class*="top-edge-"]{top:0;}.kiDfZY [class*="bottom-edge-"]{bottom:0;}.kiDfZY [class*="left-edge-"]{left:0;}.kiDfZY [class*="right-edge-"]{right:0;}.kiDfZY .top-edge-0{height:15px;margin-top:0px;opacity:1;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/7b0cd2ed-50c3-4d1f-be88-6dabc50e177a');}.kiDfZY .bottom-edge-0{height:20px;margin-bottom:0px;opacity:1;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/7b0cd2ed-50c3-4d1f-be88-6dabc50e177a');}

.lkdDLO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lkdDLO [class*="-corner-"],.lkdDLO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lkdDLO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lkdDLO [class*="bottom-left-corner"],.lkdDLO [class*="bottom-right-corner"]{bottom:0;}.lkdDLO [class*="top-left-corner"],.lkdDLO [class*="top-right-corner"]{top:0;}.lkdDLO [class*="-left-corner-"]{left:0;}.lkdDLO [class*="-right-corner-"]{right:0;}.lkdDLO [class*="top-left-corner-"]{background-position:0 0;}.lkdDLO [class*="top-right-corner-"]{background-position:100% 0;}.lkdDLO [class*="bottom-left-corner-"]{background-position:0 100%;}.lkdDLO [class*="bottom-right-corner-"]{background-position:100% 100%;}.lkdDLO [class*="top-edge-"],.lkdDLO [class*="bottom-edge-"],.lkdDLO [class*="left-edge-"],.lkdDLO [class*="right-edge-"]{margin:auto;}.lkdDLO [class*="top-edge-"],.lkdDLO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lkdDLO [class*="left-edge-"],.lkdDLO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lkdDLO [class*="top-edge-"]{top:0;}.lkdDLO [class*="bottom-edge-"]{bottom:0;}.lkdDLO [class*="left-edge-"]{left:0;}.lkdDLO [class*="right-edge-"]{right:0;}.lkdDLO .bottom-left-corner-0{width:200px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/941bf731-34f4-4053-aaa6-3e145bd3cada');background-repeat:no-repeat;}.lkdDLO .bottom-right-corner-0{width:200px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/2a8c24f8-5a9a-4d1b-a224-82302c80cff2');background-repeat:no-repeat;}

.eOyBIx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eOyBIx [class*="-corner-"],.eOyBIx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eOyBIx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eOyBIx [class*="bottom-left-corner"],.eOyBIx [class*="bottom-right-corner"]{bottom:0;}.eOyBIx [class*="top-left-corner"],.eOyBIx [class*="top-right-corner"]{top:0;}.eOyBIx [class*="-left-corner-"]{left:0;}.eOyBIx [class*="-right-corner-"]{right:0;}.eOyBIx [class*="top-left-corner-"]{background-position:0 0;}.eOyBIx [class*="top-right-corner-"]{background-position:100% 0;}.eOyBIx [class*="bottom-left-corner-"]{background-position:0 100%;}.eOyBIx [class*="bottom-right-corner-"]{background-position:100% 100%;}.eOyBIx [class*="top-edge-"],.eOyBIx [class*="bottom-edge-"],.eOyBIx [class*="left-edge-"],.eOyBIx [class*="right-edge-"]{margin:auto;}.eOyBIx [class*="top-edge-"],.eOyBIx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eOyBIx [class*="left-edge-"],.eOyBIx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eOyBIx [class*="top-edge-"]{top:0;}.eOyBIx [class*="bottom-edge-"]{bottom:0;}.eOyBIx [class*="left-edge-"]{left:0;}.eOyBIx [class*="right-edge-"]{right:0;}.eOyBIx .top-left-corner-0{width:60px;margin-left:0px;margin-top:815px;background-image:url('https://assets.digital.vistaprint.com/production/92a22be6-310d-48d4-8c25-dedaf181fe59');}@media (min-width:30em){.eOyBIx .top-left-corner-0{width:100px;margin-left:0px;margin-top:220px;background-image:url('https://assets.digital.vistaprint.com/production/92a22be6-310d-48d4-8c25-dedaf181fe59');}}@media (min-width:60em){.eOyBIx .top-left-corner-0{width:170px;margin-left:0px;margin-top:140px;background-image:url('https://assets.digital.vistaprint.com/production/92a22be6-310d-48d4-8c25-dedaf181fe59');}}.eOyBIx .bottom-right-corner-0{width:60px;margin-right:0px;margin-bottom:815px;background-image:url('https://assets.digital.vistaprint.com/production/82b8cb0f-16bf-4582-a4b9-410c78d87b75');}@media (min-width:30em){.eOyBIx .bottom-right-corner-0{width:100px;margin-right:0px;margin-bottom:220px;background-image:url('https://assets.digital.vistaprint.com/production/82b8cb0f-16bf-4582-a4b9-410c78d87b75');}}@media (min-width:60em){.eOyBIx .bottom-right-corner-0{width:170px;margin-right:0px;margin-bottom:140px;background-image:url('https://assets.digital.vistaprint.com/production/82b8cb0f-16bf-4582-a4b9-410c78d87b75');}}

.vzVuI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.vzVuI [class*="-corner-"],.vzVuI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.vzVuI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.vzVuI [class*="bottom-left-corner"],.vzVuI [class*="bottom-right-corner"]{bottom:0;}.vzVuI [class*="top-left-corner"],.vzVuI [class*="top-right-corner"]{top:0;}.vzVuI [class*="-left-corner-"]{left:0;}.vzVuI [class*="-right-corner-"]{right:0;}.vzVuI [class*="top-left-corner-"]{background-position:0 0;}.vzVuI [class*="top-right-corner-"]{background-position:100% 0;}.vzVuI [class*="bottom-left-corner-"]{background-position:0 100%;}.vzVuI [class*="bottom-right-corner-"]{background-position:100% 100%;}.vzVuI [class*="top-edge-"],.vzVuI [class*="bottom-edge-"],.vzVuI [class*="left-edge-"],.vzVuI [class*="right-edge-"]{margin:auto;}.vzVuI [class*="top-edge-"],.vzVuI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.vzVuI [class*="left-edge-"],.vzVuI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.vzVuI [class*="top-edge-"]{top:0;}.vzVuI [class*="bottom-edge-"]{bottom:0;}.vzVuI [class*="left-edge-"]{left:0;}.vzVuI [class*="right-edge-"]{right:0;}.vzVuI .bottom-edge-0{height:2px;background-color:#FFC60B;}

.hjoOUE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hjoOUE [class*="-corner-"],.hjoOUE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hjoOUE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hjoOUE [class*="bottom-left-corner"],.hjoOUE [class*="bottom-right-corner"]{bottom:0;}.hjoOUE [class*="top-left-corner"],.hjoOUE [class*="top-right-corner"]{top:0;}.hjoOUE [class*="-left-corner-"]{left:0;}.hjoOUE [class*="-right-corner-"]{right:0;}.hjoOUE [class*="top-left-corner-"]{background-position:0 0;}.hjoOUE [class*="top-right-corner-"]{background-position:100% 0;}.hjoOUE [class*="bottom-left-corner-"]{background-position:0 100%;}.hjoOUE [class*="bottom-right-corner-"]{background-position:100% 100%;}.hjoOUE [class*="top-edge-"],.hjoOUE [class*="bottom-edge-"],.hjoOUE [class*="left-edge-"],.hjoOUE [class*="right-edge-"]{margin:auto;}.hjoOUE [class*="top-edge-"],.hjoOUE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hjoOUE [class*="left-edge-"],.hjoOUE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hjoOUE [class*="top-edge-"]{top:0;}.hjoOUE [class*="bottom-edge-"]{bottom:0;}.hjoOUE [class*="left-edge-"]{left:0;}.hjoOUE [class*="right-edge-"]{right:0;}.hjoOUE .top-edge-0{height:2px;background-color:#FFC60B;}

.kCvqyU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kCvqyU [class*="-corner-"],.kCvqyU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kCvqyU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kCvqyU [class*="bottom-left-corner"],.kCvqyU [class*="bottom-right-corner"]{bottom:0;}.kCvqyU [class*="top-left-corner"],.kCvqyU [class*="top-right-corner"]{top:0;}.kCvqyU [class*="-left-corner-"]{left:0;}.kCvqyU [class*="-right-corner-"]{right:0;}.kCvqyU [class*="top-left-corner-"]{background-position:0 0;}.kCvqyU [class*="top-right-corner-"]{background-position:100% 0;}.kCvqyU [class*="bottom-left-corner-"]{background-position:0 100%;}.kCvqyU [class*="bottom-right-corner-"]{background-position:100% 100%;}.kCvqyU [class*="top-edge-"],.kCvqyU [class*="bottom-edge-"],.kCvqyU [class*="left-edge-"],.kCvqyU [class*="right-edge-"]{margin:auto;}.kCvqyU [class*="top-edge-"],.kCvqyU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kCvqyU [class*="left-edge-"],.kCvqyU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kCvqyU [class*="top-edge-"]{top:0;}.kCvqyU [class*="bottom-edge-"]{bottom:0;}.kCvqyU [class*="left-edge-"]{left:0;}.kCvqyU [class*="right-edge-"]{right:0;}.kCvqyU .top-edge-0{width:2000px;height:6px;background-color:#d3be93;}.kCvqyU .bottom-edge-0{width:2000px;height:6px;background-color:#d3be93;}

.jPdXwO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jPdXwO [class*="-corner-"],.jPdXwO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jPdXwO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jPdXwO [class*="bottom-left-corner"],.jPdXwO [class*="bottom-right-corner"]{bottom:0;}.jPdXwO [class*="top-left-corner"],.jPdXwO [class*="top-right-corner"]{top:0;}.jPdXwO [class*="-left-corner-"]{left:0;}.jPdXwO [class*="-right-corner-"]{right:0;}.jPdXwO [class*="top-left-corner-"]{background-position:0 0;}.jPdXwO [class*="top-right-corner-"]{background-position:100% 0;}.jPdXwO [class*="bottom-left-corner-"]{background-position:0 100%;}.jPdXwO [class*="bottom-right-corner-"]{background-position:100% 100%;}.jPdXwO [class*="top-edge-"],.jPdXwO [class*="bottom-edge-"],.jPdXwO [class*="left-edge-"],.jPdXwO [class*="right-edge-"]{margin:auto;}.jPdXwO [class*="top-edge-"],.jPdXwO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jPdXwO [class*="left-edge-"],.jPdXwO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jPdXwO [class*="top-edge-"]{top:0;}.jPdXwO [class*="bottom-edge-"]{bottom:0;}.jPdXwO [class*="left-edge-"]{left:0;}.jPdXwO [class*="right-edge-"]{right:0;}.jPdXwO .top-left-corner-0{width:100%;height:65px;opacity:0.6;background-image:url('https://assets.digital.vistaprint.com/production/f06cf11f-22dc-4be6-925b-8852e5fc185a');background-size:contain;}

.gyZvIZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gyZvIZ [class*="-corner-"],.gyZvIZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gyZvIZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gyZvIZ [class*="bottom-left-corner"],.gyZvIZ [class*="bottom-right-corner"]{bottom:0;}.gyZvIZ [class*="top-left-corner"],.gyZvIZ [class*="top-right-corner"]{top:0;}.gyZvIZ [class*="-left-corner-"]{left:0;}.gyZvIZ [class*="-right-corner-"]{right:0;}.gyZvIZ [class*="top-left-corner-"]{background-position:0 0;}.gyZvIZ [class*="top-right-corner-"]{background-position:100% 0;}.gyZvIZ [class*="bottom-left-corner-"]{background-position:0 100%;}.gyZvIZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.gyZvIZ [class*="top-edge-"],.gyZvIZ [class*="bottom-edge-"],.gyZvIZ [class*="left-edge-"],.gyZvIZ [class*="right-edge-"]{margin:auto;}.gyZvIZ [class*="top-edge-"],.gyZvIZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gyZvIZ [class*="left-edge-"],.gyZvIZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gyZvIZ [class*="top-edge-"]{top:0;}.gyZvIZ [class*="bottom-edge-"]{bottom:0;}.gyZvIZ [class*="left-edge-"]{left:0;}.gyZvIZ [class*="right-edge-"]{right:0;}.gyZvIZ .bottom-left-corner-0{width:509px;height:385px;margin-bottom:-150px;background-image:url('https://assets.digital.vistaprint.com/production/89c662cf-0f12-4601-bdf7-ae4034a139f9');}@media (min-width:30em){.gyZvIZ .bottom-left-corner-0{width:800px;height:385px;margin-bottom:-180px;background-repeat:repeat-x;}}@media (min-width:60em){.gyZvIZ .bottom-left-corner-0{width:2000px;height:385px;margin-bottom:-180px;background-repeat:repeat-x;}}

.gSFPGY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gSFPGY [class*="-corner-"],.gSFPGY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gSFPGY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gSFPGY [class*="bottom-left-corner"],.gSFPGY [class*="bottom-right-corner"]{bottom:0;}.gSFPGY [class*="top-left-corner"],.gSFPGY [class*="top-right-corner"]{top:0;}.gSFPGY [class*="-left-corner-"]{left:0;}.gSFPGY [class*="-right-corner-"]{right:0;}.gSFPGY [class*="top-left-corner-"]{background-position:0 0;}.gSFPGY [class*="top-right-corner-"]{background-position:100% 0;}.gSFPGY [class*="bottom-left-corner-"]{background-position:0 100%;}.gSFPGY [class*="bottom-right-corner-"]{background-position:100% 100%;}.gSFPGY [class*="top-edge-"],.gSFPGY [class*="bottom-edge-"],.gSFPGY [class*="left-edge-"],.gSFPGY [class*="right-edge-"]{margin:auto;}.gSFPGY [class*="top-edge-"],.gSFPGY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gSFPGY [class*="left-edge-"],.gSFPGY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gSFPGY [class*="top-edge-"]{top:0;}.gSFPGY [class*="bottom-edge-"]{bottom:0;}.gSFPGY [class*="left-edge-"]{left:0;}.gSFPGY [class*="right-edge-"]{right:0;}.gSFPGY .bottom-edge-0{height:3px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-size:contain;background-color:#c3d936;}

.iiubC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iiubC [class*="-corner-"],.iiubC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iiubC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iiubC [class*="bottom-left-corner"],.iiubC [class*="bottom-right-corner"]{bottom:0;}.iiubC [class*="top-left-corner"],.iiubC [class*="top-right-corner"]{top:0;}.iiubC [class*="-left-corner-"]{left:0;}.iiubC [class*="-right-corner-"]{right:0;}.iiubC [class*="top-left-corner-"]{background-position:0 0;}.iiubC [class*="top-right-corner-"]{background-position:100% 0;}.iiubC [class*="bottom-left-corner-"]{background-position:0 100%;}.iiubC [class*="bottom-right-corner-"]{background-position:100% 100%;}.iiubC [class*="top-edge-"],.iiubC [class*="bottom-edge-"],.iiubC [class*="left-edge-"],.iiubC [class*="right-edge-"]{margin:auto;}.iiubC [class*="top-edge-"],.iiubC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iiubC [class*="left-edge-"],.iiubC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iiubC [class*="top-edge-"]{top:0;}.iiubC [class*="bottom-edge-"]{bottom:0;}.iiubC [class*="left-edge-"]{left:0;}.iiubC [class*="right-edge-"]{right:0;}.iiubC .top-edge-0{width:100%;height:15px;margin-top:20px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/8a3bf209-4766-411b-aa57-c7918daf6260');background-repeat:repeat-x;}.iiubC .bottom-edge-0{width:100%;height:15px;margin-bottom:20px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/8a3bf209-4766-411b-aa57-c7918daf6260');background-repeat:repeat-x;}

.dFYQLn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dFYQLn [class*="-corner-"],.dFYQLn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dFYQLn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dFYQLn [class*="bottom-left-corner"],.dFYQLn [class*="bottom-right-corner"]{bottom:0;}.dFYQLn [class*="top-left-corner"],.dFYQLn [class*="top-right-corner"]{top:0;}.dFYQLn [class*="-left-corner-"]{left:0;}.dFYQLn [class*="-right-corner-"]{right:0;}.dFYQLn [class*="top-left-corner-"]{background-position:0 0;}.dFYQLn [class*="top-right-corner-"]{background-position:100% 0;}.dFYQLn [class*="bottom-left-corner-"]{background-position:0 100%;}.dFYQLn [class*="bottom-right-corner-"]{background-position:100% 100%;}.dFYQLn [class*="top-edge-"],.dFYQLn [class*="bottom-edge-"],.dFYQLn [class*="left-edge-"],.dFYQLn [class*="right-edge-"]{margin:auto;}.dFYQLn [class*="top-edge-"],.dFYQLn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dFYQLn [class*="left-edge-"],.dFYQLn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dFYQLn [class*="top-edge-"]{top:0;}.dFYQLn [class*="bottom-edge-"]{bottom:0;}.dFYQLn [class*="left-edge-"]{left:0;}.dFYQLn [class*="right-edge-"]{right:0;}.dFYQLn .top-edge-0{height:30px;margin-top:0px;opacity:1;background-color:#fff;}.dFYQLn .left-edge-0{width:30px;margin-left:0px;opacity:1;background-color:#fff;}.dFYQLn .right-edge-0{width:30px;margin-right:0px;opacity:1;background-color:#fff;}.dFYQLn .bottom-edge-0{height:10px;margin-bottom:0px;opacity:1;background-color:#fff;}@media (min-width:30em){.dFYQLn .bottom-edge-0{height:30px;}}@media (min-width:60em){.dFYQLn .bottom-edge-0{height:30px;}}

.jQVQoi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jQVQoi [class*="-corner-"],.jQVQoi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jQVQoi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jQVQoi [class*="bottom-left-corner"],.jQVQoi [class*="bottom-right-corner"]{bottom:0;}.jQVQoi [class*="top-left-corner"],.jQVQoi [class*="top-right-corner"]{top:0;}.jQVQoi [class*="-left-corner-"]{left:0;}.jQVQoi [class*="-right-corner-"]{right:0;}.jQVQoi [class*="top-left-corner-"]{background-position:0 0;}.jQVQoi [class*="top-right-corner-"]{background-position:100% 0;}.jQVQoi [class*="bottom-left-corner-"]{background-position:0 100%;}.jQVQoi [class*="bottom-right-corner-"]{background-position:100% 100%;}.jQVQoi [class*="top-edge-"],.jQVQoi [class*="bottom-edge-"],.jQVQoi [class*="left-edge-"],.jQVQoi [class*="right-edge-"]{margin:auto;}.jQVQoi [class*="top-edge-"],.jQVQoi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jQVQoi [class*="left-edge-"],.jQVQoi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jQVQoi [class*="top-edge-"]{top:0;}.jQVQoi [class*="bottom-edge-"]{bottom:0;}.jQVQoi [class*="left-edge-"]{left:0;}.jQVQoi [class*="right-edge-"]{right:0;}.jQVQoi .top-edge-0{width:96%;height:2px;margin-top:20px;background-color:#ffffff;}@media (min-width:30em){.jQVQoi .top-edge-0{margin-top:20px;}}@media (min-width:60em){.jQVQoi .top-edge-0{margin-top:35px;}}.jQVQoi .left-edge-0{width:2px;height:100%;margin-left:2%;margin-top:20px;background-color:#ffffff;}@media (min-width:30em){.jQVQoi .left-edge-0{margin-top:20px;}}@media (min-width:60em){.jQVQoi .left-edge-0{margin-top:35px;}}.jQVQoi .right-edge-0{width:2px;height:100%;margin-right:2%;margin-top:20px;background-color:#ffffff;}@media (min-width:30em){.jQVQoi .right-edge-0{margin-top:20px;}}@media (min-width:60em){.jQVQoi .right-edge-0{margin-top:35px;}}

.eXEuez{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eXEuez [class*="-corner-"],.eXEuez [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eXEuez [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eXEuez [class*="bottom-left-corner"],.eXEuez [class*="bottom-right-corner"]{bottom:0;}.eXEuez [class*="top-left-corner"],.eXEuez [class*="top-right-corner"]{top:0;}.eXEuez [class*="-left-corner-"]{left:0;}.eXEuez [class*="-right-corner-"]{right:0;}.eXEuez [class*="top-left-corner-"]{background-position:0 0;}.eXEuez [class*="top-right-corner-"]{background-position:100% 0;}.eXEuez [class*="bottom-left-corner-"]{background-position:0 100%;}.eXEuez [class*="bottom-right-corner-"]{background-position:100% 100%;}.eXEuez [class*="top-edge-"],.eXEuez [class*="bottom-edge-"],.eXEuez [class*="left-edge-"],.eXEuez [class*="right-edge-"]{margin:auto;}.eXEuez [class*="top-edge-"],.eXEuez [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eXEuez [class*="left-edge-"],.eXEuez [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eXEuez [class*="top-edge-"]{top:0;}.eXEuez [class*="bottom-edge-"]{bottom:0;}.eXEuez [class*="left-edge-"]{left:0;}.eXEuez [class*="right-edge-"]{right:0;}.eXEuez .left-edge-0{width:2px;height:100%;margin-left:2%;background-color:#ffffff;}.eXEuez .right-edge-0{width:2px;height:100%;margin-right:2%;background-color:#ffffff;}

.eWBPAU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eWBPAU [class*="-corner-"],.eWBPAU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eWBPAU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eWBPAU [class*="bottom-left-corner"],.eWBPAU [class*="bottom-right-corner"]{bottom:0;}.eWBPAU [class*="top-left-corner"],.eWBPAU [class*="top-right-corner"]{top:0;}.eWBPAU [class*="-left-corner-"]{left:0;}.eWBPAU [class*="-right-corner-"]{right:0;}.eWBPAU [class*="top-left-corner-"]{background-position:0 0;}.eWBPAU [class*="top-right-corner-"]{background-position:100% 0;}.eWBPAU [class*="bottom-left-corner-"]{background-position:0 100%;}.eWBPAU [class*="bottom-right-corner-"]{background-position:100% 100%;}.eWBPAU [class*="top-edge-"],.eWBPAU [class*="bottom-edge-"],.eWBPAU [class*="left-edge-"],.eWBPAU [class*="right-edge-"]{margin:auto;}.eWBPAU [class*="top-edge-"],.eWBPAU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eWBPAU [class*="left-edge-"],.eWBPAU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eWBPAU [class*="top-edge-"]{top:0;}.eWBPAU [class*="bottom-edge-"]{bottom:0;}.eWBPAU [class*="left-edge-"]{left:0;}.eWBPAU [class*="right-edge-"]{right:0;}.eWBPAU .bottom-edge-0{width:96%;height:2px;margin-bottom:20px;background-color:#ffffff;}.eWBPAU .bottom-left-corner-0{width:2px;height:100%;margin-left:2%;margin-bottom:20px;background-color:#ffffff;}.eWBPAU .bottom-right-corner-0{width:2px;height:100%;margin-right:2%;margin-bottom:20px;background-color:#ffffff;}

.fNFHgt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fNFHgt [class*="-corner-"],.fNFHgt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fNFHgt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fNFHgt [class*="bottom-left-corner"],.fNFHgt [class*="bottom-right-corner"]{bottom:0;}.fNFHgt [class*="top-left-corner"],.fNFHgt [class*="top-right-corner"]{top:0;}.fNFHgt [class*="-left-corner-"]{left:0;}.fNFHgt [class*="-right-corner-"]{right:0;}.fNFHgt [class*="top-left-corner-"]{background-position:0 0;}.fNFHgt [class*="top-right-corner-"]{background-position:100% 0;}.fNFHgt [class*="bottom-left-corner-"]{background-position:0 100%;}.fNFHgt [class*="bottom-right-corner-"]{background-position:100% 100%;}.fNFHgt [class*="top-edge-"],.fNFHgt [class*="bottom-edge-"],.fNFHgt [class*="left-edge-"],.fNFHgt [class*="right-edge-"]{margin:auto;}.fNFHgt [class*="top-edge-"],.fNFHgt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fNFHgt [class*="left-edge-"],.fNFHgt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fNFHgt [class*="top-edge-"]{top:0;}.fNFHgt [class*="bottom-edge-"]{bottom:0;}.fNFHgt [class*="left-edge-"]{left:0;}.fNFHgt [class*="right-edge-"]{right:0;}.fNFHgt .bottom-edge-0{width:100px;height:15px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/43ce1803-05fb-4158-b3b5-578a188d508f');background-repeat:no-repeat;}

.iSkEAi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iSkEAi [class*="-corner-"],.iSkEAi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iSkEAi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iSkEAi [class*="bottom-left-corner"],.iSkEAi [class*="bottom-right-corner"]{bottom:0;}.iSkEAi [class*="top-left-corner"],.iSkEAi [class*="top-right-corner"]{top:0;}.iSkEAi [class*="-left-corner-"]{left:0;}.iSkEAi [class*="-right-corner-"]{right:0;}.iSkEAi [class*="top-left-corner-"]{background-position:0 0;}.iSkEAi [class*="top-right-corner-"]{background-position:100% 0;}.iSkEAi [class*="bottom-left-corner-"]{background-position:0 100%;}.iSkEAi [class*="bottom-right-corner-"]{background-position:100% 100%;}.iSkEAi [class*="top-edge-"],.iSkEAi [class*="bottom-edge-"],.iSkEAi [class*="left-edge-"],.iSkEAi [class*="right-edge-"]{margin:auto;}.iSkEAi [class*="top-edge-"],.iSkEAi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iSkEAi [class*="left-edge-"],.iSkEAi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iSkEAi [class*="top-edge-"]{top:0;}.iSkEAi [class*="bottom-edge-"]{bottom:0;}.iSkEAi [class*="left-edge-"]{left:0;}.iSkEAi [class*="right-edge-"]{right:0;}.iSkEAi .bottom-edge-0{width:100%;height:1px;opacity:0.3;background-color:black;}

.ibjPPT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ibjPPT [class*="-corner-"],.ibjPPT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ibjPPT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ibjPPT [class*="bottom-left-corner"],.ibjPPT [class*="bottom-right-corner"]{bottom:0;}.ibjPPT [class*="top-left-corner"],.ibjPPT [class*="top-right-corner"]{top:0;}.ibjPPT [class*="-left-corner-"]{left:0;}.ibjPPT [class*="-right-corner-"]{right:0;}.ibjPPT [class*="top-left-corner-"]{background-position:0 0;}.ibjPPT [class*="top-right-corner-"]{background-position:100% 0;}.ibjPPT [class*="bottom-left-corner-"]{background-position:0 100%;}.ibjPPT [class*="bottom-right-corner-"]{background-position:100% 100%;}.ibjPPT [class*="top-edge-"],.ibjPPT [class*="bottom-edge-"],.ibjPPT [class*="left-edge-"],.ibjPPT [class*="right-edge-"]{margin:auto;}.ibjPPT [class*="top-edge-"],.ibjPPT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ibjPPT [class*="left-edge-"],.ibjPPT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ibjPPT [class*="top-edge-"]{top:0;}.ibjPPT [class*="bottom-edge-"]{bottom:0;}.ibjPPT [class*="left-edge-"]{left:0;}.ibjPPT [class*="right-edge-"]{right:0;}.ibjPPT .bottom-edge-0{width:100%;height:2px;background-color:#85bed1;}

.ljEofM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ljEofM [class*="-corner-"],.ljEofM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ljEofM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ljEofM [class*="bottom-left-corner"],.ljEofM [class*="bottom-right-corner"]{bottom:0;}.ljEofM [class*="top-left-corner"],.ljEofM [class*="top-right-corner"]{top:0;}.ljEofM [class*="-left-corner-"]{left:0;}.ljEofM [class*="-right-corner-"]{right:0;}.ljEofM [class*="top-left-corner-"]{background-position:0 0;}.ljEofM [class*="top-right-corner-"]{background-position:100% 0;}.ljEofM [class*="bottom-left-corner-"]{background-position:0 100%;}.ljEofM [class*="bottom-right-corner-"]{background-position:100% 100%;}.ljEofM [class*="top-edge-"],.ljEofM [class*="bottom-edge-"],.ljEofM [class*="left-edge-"],.ljEofM [class*="right-edge-"]{margin:auto;}.ljEofM [class*="top-edge-"],.ljEofM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ljEofM [class*="left-edge-"],.ljEofM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ljEofM [class*="top-edge-"]{top:0;}.ljEofM [class*="bottom-edge-"]{bottom:0;}.ljEofM [class*="left-edge-"]{left:0;}.ljEofM [class*="right-edge-"]{right:0;}.ljEofM .top-edge-0{height:20px;background-color:#fff;}.ljEofM .left-edge-0{width:20px;background-color:#fff;}.ljEofM .right-edge-0{width:20px;background-color:#fff;}.ljEofM .bottom-edge-0{height:20px;background-color:#fff;}

.gTeAla{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gTeAla [class*="-corner-"],.gTeAla [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gTeAla [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gTeAla [class*="bottom-left-corner"],.gTeAla [class*="bottom-right-corner"]{bottom:0;}.gTeAla [class*="top-left-corner"],.gTeAla [class*="top-right-corner"]{top:0;}.gTeAla [class*="-left-corner-"]{left:0;}.gTeAla [class*="-right-corner-"]{right:0;}.gTeAla [class*="top-left-corner-"]{background-position:0 0;}.gTeAla [class*="top-right-corner-"]{background-position:100% 0;}.gTeAla [class*="bottom-left-corner-"]{background-position:0 100%;}.gTeAla [class*="bottom-right-corner-"]{background-position:100% 100%;}.gTeAla [class*="top-edge-"],.gTeAla [class*="bottom-edge-"],.gTeAla [class*="left-edge-"],.gTeAla [class*="right-edge-"]{margin:auto;}.gTeAla [class*="top-edge-"],.gTeAla [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gTeAla [class*="left-edge-"],.gTeAla [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gTeAla [class*="top-edge-"]{top:0;}.gTeAla [class*="bottom-edge-"]{bottom:0;}.gTeAla [class*="left-edge-"]{left:0;}.gTeAla [class*="right-edge-"]{right:0;}.gTeAla .top-edge-0{width:100%;height:100%;background-color:#424242;}@media (min-width:30em){.gTeAla .top-edge-0{width:100%;height:100%;}}@media (min-width:60em){.gTeAla .top-edge-0{opacity:0;}}

.eSCMxv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eSCMxv [class*="-corner-"],.eSCMxv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eSCMxv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eSCMxv [class*="bottom-left-corner"],.eSCMxv [class*="bottom-right-corner"]{bottom:0;}.eSCMxv [class*="top-left-corner"],.eSCMxv [class*="top-right-corner"]{top:0;}.eSCMxv [class*="-left-corner-"]{left:0;}.eSCMxv [class*="-right-corner-"]{right:0;}.eSCMxv [class*="top-left-corner-"]{background-position:0 0;}.eSCMxv [class*="top-right-corner-"]{background-position:100% 0;}.eSCMxv [class*="bottom-left-corner-"]{background-position:0 100%;}.eSCMxv [class*="bottom-right-corner-"]{background-position:100% 100%;}.eSCMxv [class*="top-edge-"],.eSCMxv [class*="bottom-edge-"],.eSCMxv [class*="left-edge-"],.eSCMxv [class*="right-edge-"]{margin:auto;}.eSCMxv [class*="top-edge-"],.eSCMxv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eSCMxv [class*="left-edge-"],.eSCMxv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eSCMxv [class*="top-edge-"]{top:0;}.eSCMxv [class*="bottom-edge-"]{bottom:0;}.eSCMxv [class*="left-edge-"]{left:0;}.eSCMxv [class*="right-edge-"]{right:0;}.eSCMxv .top-edge-0{width:100%;height:10px;background-color:#4CA22F;}

.gUaJsg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gUaJsg [class*="-corner-"],.gUaJsg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gUaJsg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gUaJsg [class*="bottom-left-corner"],.gUaJsg [class*="bottom-right-corner"]{bottom:0;}.gUaJsg [class*="top-left-corner"],.gUaJsg [class*="top-right-corner"]{top:0;}.gUaJsg [class*="-left-corner-"]{left:0;}.gUaJsg [class*="-right-corner-"]{right:0;}.gUaJsg [class*="top-left-corner-"]{background-position:0 0;}.gUaJsg [class*="top-right-corner-"]{background-position:100% 0;}.gUaJsg [class*="bottom-left-corner-"]{background-position:0 100%;}.gUaJsg [class*="bottom-right-corner-"]{background-position:100% 100%;}.gUaJsg [class*="top-edge-"],.gUaJsg [class*="bottom-edge-"],.gUaJsg [class*="left-edge-"],.gUaJsg [class*="right-edge-"]{margin:auto;}.gUaJsg [class*="top-edge-"],.gUaJsg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gUaJsg [class*="left-edge-"],.gUaJsg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gUaJsg [class*="top-edge-"]{top:0;}.gUaJsg [class*="bottom-edge-"]{bottom:0;}.gUaJsg [class*="left-edge-"]{left:0;}.gUaJsg [class*="right-edge-"]{right:0;}.gUaJsg .bottom-edge-0{height:2px;background-color:#aea898;}

.jsdrSp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jsdrSp [class*="-corner-"],.jsdrSp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jsdrSp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jsdrSp [class*="bottom-left-corner"],.jsdrSp [class*="bottom-right-corner"]{bottom:0;}.jsdrSp [class*="top-left-corner"],.jsdrSp [class*="top-right-corner"]{top:0;}.jsdrSp [class*="-left-corner-"]{left:0;}.jsdrSp [class*="-right-corner-"]{right:0;}.jsdrSp [class*="top-left-corner-"]{background-position:0 0;}.jsdrSp [class*="top-right-corner-"]{background-position:100% 0;}.jsdrSp [class*="bottom-left-corner-"]{background-position:0 100%;}.jsdrSp [class*="bottom-right-corner-"]{background-position:100% 100%;}.jsdrSp [class*="top-edge-"],.jsdrSp [class*="bottom-edge-"],.jsdrSp [class*="left-edge-"],.jsdrSp [class*="right-edge-"]{margin:auto;}.jsdrSp [class*="top-edge-"],.jsdrSp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jsdrSp [class*="left-edge-"],.jsdrSp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jsdrSp [class*="top-edge-"]{top:0;}.jsdrSp [class*="bottom-edge-"]{bottom:0;}.jsdrSp [class*="left-edge-"]{left:0;}.jsdrSp [class*="right-edge-"]{right:0;}.jsdrSp .top-edge-0{height:2px;background-color:#aea898;}

.kgVCWK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kgVCWK [class*="-corner-"],.kgVCWK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kgVCWK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kgVCWK [class*="bottom-left-corner"],.kgVCWK [class*="bottom-right-corner"]{bottom:0;}.kgVCWK [class*="top-left-corner"],.kgVCWK [class*="top-right-corner"]{top:0;}.kgVCWK [class*="-left-corner-"]{left:0;}.kgVCWK [class*="-right-corner-"]{right:0;}.kgVCWK [class*="top-left-corner-"]{background-position:0 0;}.kgVCWK [class*="top-right-corner-"]{background-position:100% 0;}.kgVCWK [class*="bottom-left-corner-"]{background-position:0 100%;}.kgVCWK [class*="bottom-right-corner-"]{background-position:100% 100%;}.kgVCWK [class*="top-edge-"],.kgVCWK [class*="bottom-edge-"],.kgVCWK [class*="left-edge-"],.kgVCWK [class*="right-edge-"]{margin:auto;}.kgVCWK [class*="top-edge-"],.kgVCWK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kgVCWK [class*="left-edge-"],.kgVCWK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kgVCWK [class*="top-edge-"]{top:0;}.kgVCWK [class*="bottom-edge-"]{bottom:0;}.kgVCWK [class*="left-edge-"]{left:0;}.kgVCWK [class*="right-edge-"]{right:0;}.kgVCWK .bottom-edge-0{width:100%;height:5px;background-color:#a6ce3a;}

.cjiDoB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cjiDoB [class*="-corner-"],.cjiDoB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cjiDoB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cjiDoB [class*="bottom-left-corner"],.cjiDoB [class*="bottom-right-corner"]{bottom:0;}.cjiDoB [class*="top-left-corner"],.cjiDoB [class*="top-right-corner"]{top:0;}.cjiDoB [class*="-left-corner-"]{left:0;}.cjiDoB [class*="-right-corner-"]{right:0;}.cjiDoB [class*="top-left-corner-"]{background-position:0 0;}.cjiDoB [class*="top-right-corner-"]{background-position:100% 0;}.cjiDoB [class*="bottom-left-corner-"]{background-position:0 100%;}.cjiDoB [class*="bottom-right-corner-"]{background-position:100% 100%;}.cjiDoB [class*="top-edge-"],.cjiDoB [class*="bottom-edge-"],.cjiDoB [class*="left-edge-"],.cjiDoB [class*="right-edge-"]{margin:auto;}.cjiDoB [class*="top-edge-"],.cjiDoB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cjiDoB [class*="left-edge-"],.cjiDoB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cjiDoB [class*="top-edge-"]{top:0;}.cjiDoB [class*="bottom-edge-"]{bottom:0;}.cjiDoB [class*="left-edge-"]{left:0;}.cjiDoB [class*="right-edge-"]{right:0;}.cjiDoB .top-edge-0{width:100%;height:5px;background-color:#a6ce3a;}

.iwSOcf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iwSOcf [class*="-corner-"],.iwSOcf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iwSOcf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iwSOcf [class*="bottom-left-corner"],.iwSOcf [class*="bottom-right-corner"]{bottom:0;}.iwSOcf [class*="top-left-corner"],.iwSOcf [class*="top-right-corner"]{top:0;}.iwSOcf [class*="-left-corner-"]{left:0;}.iwSOcf [class*="-right-corner-"]{right:0;}.iwSOcf [class*="top-left-corner-"]{background-position:0 0;}.iwSOcf [class*="top-right-corner-"]{background-position:100% 0;}.iwSOcf [class*="bottom-left-corner-"]{background-position:0 100%;}.iwSOcf [class*="bottom-right-corner-"]{background-position:100% 100%;}.iwSOcf [class*="top-edge-"],.iwSOcf [class*="bottom-edge-"],.iwSOcf [class*="left-edge-"],.iwSOcf [class*="right-edge-"]{margin:auto;}.iwSOcf [class*="top-edge-"],.iwSOcf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iwSOcf [class*="left-edge-"],.iwSOcf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iwSOcf [class*="top-edge-"]{top:0;}.iwSOcf [class*="bottom-edge-"]{bottom:0;}.iwSOcf [class*="left-edge-"]{left:0;}.iwSOcf [class*="right-edge-"]{right:0;}.iwSOcf .top-edge-0{width:55.5%;height:3px;background-color:#000000;}

.cvNKjy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cvNKjy [class*="-corner-"],.cvNKjy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cvNKjy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cvNKjy [class*="bottom-left-corner"],.cvNKjy [class*="bottom-right-corner"]{bottom:0;}.cvNKjy [class*="top-left-corner"],.cvNKjy [class*="top-right-corner"]{top:0;}.cvNKjy [class*="-left-corner-"]{left:0;}.cvNKjy [class*="-right-corner-"]{right:0;}.cvNKjy [class*="top-left-corner-"]{background-position:0 0;}.cvNKjy [class*="top-right-corner-"]{background-position:100% 0;}.cvNKjy [class*="bottom-left-corner-"]{background-position:0 100%;}.cvNKjy [class*="bottom-right-corner-"]{background-position:100% 100%;}.cvNKjy [class*="top-edge-"],.cvNKjy [class*="bottom-edge-"],.cvNKjy [class*="left-edge-"],.cvNKjy [class*="right-edge-"]{margin:auto;}.cvNKjy [class*="top-edge-"],.cvNKjy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cvNKjy [class*="left-edge-"],.cvNKjy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cvNKjy [class*="top-edge-"]{top:0;}.cvNKjy [class*="bottom-edge-"]{bottom:0;}.cvNKjy [class*="left-edge-"]{left:0;}.cvNKjy [class*="right-edge-"]{right:0;}.cvNKjy .bottom-edge-0{height:20px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/afdc383f-484b-4d7f-8d61-15ece7973512');}

.bONaV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bONaV [class*="-corner-"],.bONaV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bONaV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bONaV [class*="bottom-left-corner"],.bONaV [class*="bottom-right-corner"]{bottom:0;}.bONaV [class*="top-left-corner"],.bONaV [class*="top-right-corner"]{top:0;}.bONaV [class*="-left-corner-"]{left:0;}.bONaV [class*="-right-corner-"]{right:0;}.bONaV [class*="top-left-corner-"]{background-position:0 0;}.bONaV [class*="top-right-corner-"]{background-position:100% 0;}.bONaV [class*="bottom-left-corner-"]{background-position:0 100%;}.bONaV [class*="bottom-right-corner-"]{background-position:100% 100%;}.bONaV [class*="top-edge-"],.bONaV [class*="bottom-edge-"],.bONaV [class*="left-edge-"],.bONaV [class*="right-edge-"]{margin:auto;}.bONaV [class*="top-edge-"],.bONaV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bONaV [class*="left-edge-"],.bONaV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bONaV [class*="top-edge-"]{top:0;}.bONaV [class*="bottom-edge-"]{bottom:0;}.bONaV [class*="left-edge-"]{left:0;}.bONaV [class*="right-edge-"]{right:0;}.bONaV .top-edge-0{height:100px;margin-top:10px;opacity:0.15;background-image:url('https://assets.digital.vistaprint.com/production/af6b1a10-0089-4669-9c4a-6258ad6475d6');}.bONaV .top-edge-1{height:30px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/afdc383f-484b-4d7f-8d61-15ece7973512');}

.jfgZzS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jfgZzS [class*="-corner-"],.jfgZzS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jfgZzS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jfgZzS [class*="bottom-left-corner"],.jfgZzS [class*="bottom-right-corner"]{bottom:0;}.jfgZzS [class*="top-left-corner"],.jfgZzS [class*="top-right-corner"]{top:0;}.jfgZzS [class*="-left-corner-"]{left:0;}.jfgZzS [class*="-right-corner-"]{right:0;}.jfgZzS [class*="top-left-corner-"]{background-position:0 0;}.jfgZzS [class*="top-right-corner-"]{background-position:100% 0;}.jfgZzS [class*="bottom-left-corner-"]{background-position:0 100%;}.jfgZzS [class*="bottom-right-corner-"]{background-position:100% 100%;}.jfgZzS [class*="top-edge-"],.jfgZzS [class*="bottom-edge-"],.jfgZzS [class*="left-edge-"],.jfgZzS [class*="right-edge-"]{margin:auto;}.jfgZzS [class*="top-edge-"],.jfgZzS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jfgZzS [class*="left-edge-"],.jfgZzS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jfgZzS [class*="top-edge-"]{top:0;}.jfgZzS [class*="bottom-edge-"]{bottom:0;}.jfgZzS [class*="left-edge-"]{left:0;}.jfgZzS [class*="right-edge-"]{right:0;}.jfgZzS .bottom-edge-0{width:100%;height:28px;margin-bottom:-26px;background-image:url('../1296039/dividers/divider1.svg');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.jfgZzS .bottom-edge-0{width:70%;height:28px;margin-bottom:-5px;background-size:contain;background-repeat:no-repeat;}}@media (min-width:60em){.jfgZzS .bottom-edge-0{width:30%;height:28px;margin-bottom:-5px;background-size:contain;background-repeat:no-repeat;}}

.fAjgiF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fAjgiF [class*="-corner-"],.fAjgiF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fAjgiF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fAjgiF [class*="bottom-left-corner"],.fAjgiF [class*="bottom-right-corner"]{bottom:0;}.fAjgiF [class*="top-left-corner"],.fAjgiF [class*="top-right-corner"]{top:0;}.fAjgiF [class*="-left-corner-"]{left:0;}.fAjgiF [class*="-right-corner-"]{right:0;}.fAjgiF [class*="top-left-corner-"]{background-position:0 0;}.fAjgiF [class*="top-right-corner-"]{background-position:100% 0;}.fAjgiF [class*="bottom-left-corner-"]{background-position:0 100%;}.fAjgiF [class*="bottom-right-corner-"]{background-position:100% 100%;}.fAjgiF [class*="top-edge-"],.fAjgiF [class*="bottom-edge-"],.fAjgiF [class*="left-edge-"],.fAjgiF [class*="right-edge-"]{margin:auto;}.fAjgiF [class*="top-edge-"],.fAjgiF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fAjgiF [class*="left-edge-"],.fAjgiF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fAjgiF [class*="top-edge-"]{top:0;}.fAjgiF [class*="bottom-edge-"]{bottom:0;}.fAjgiF [class*="left-edge-"]{left:0;}.fAjgiF [class*="right-edge-"]{right:0;}.fAjgiF .top-left-corner-0{background-image:url('../2330355/images/image4.svg');}@media (min-width:30em){.fAjgiF .top-left-corner-0{width:0px;height:0px;}}@media (min-width:60em){.fAjgiF .top-left-corner-0{width:20%;height:20%;margin-left:150px;margin-top:50px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;background-repeat:no-repeat;}}.fAjgiF .top-right-corner-0{background-image:url('../2330355/images/image5.svg');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}@media (min-width:30em){.fAjgiF .top-right-corner-0{width:0px;height:0px;}}@media (min-width:60em){.fAjgiF .top-right-corner-0{width:30%;height:30%;margin-right:50px;margin-top:50px;background-size:contain;background-repeat:no-repeat;}}.fAjgiF .bottom-left-corner-0{background-image:url('../2330355/images/image2.svg');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}@media (min-width:30em){.fAjgiF .bottom-left-corner-0{width:0px;height:0px;}}@media (min-width:60em){.fAjgiF .bottom-left-corner-0{width:30%;height:30%;margin-left:50px;margin-bottom:50px;background-size:contain;background-repeat:no-repeat;}}.fAjgiF .bottom-right-corner-0{background-image:url('../2330355/images/image6.svg');}@media (min-width:30em){.fAjgiF .bottom-right-corner-0{width:0px;height:0px;}}@media (min-width:60em){.fAjgiF .bottom-right-corner-0{width:30%;height:30%;margin-right:150px;margin-bottom:50px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;background-repeat:no-repeat;}}

.hZHyyP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hZHyyP [class*="-corner-"],.hZHyyP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hZHyyP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hZHyyP [class*="bottom-left-corner"],.hZHyyP [class*="bottom-right-corner"]{bottom:0;}.hZHyyP [class*="top-left-corner"],.hZHyyP [class*="top-right-corner"]{top:0;}.hZHyyP [class*="-left-corner-"]{left:0;}.hZHyyP [class*="-right-corner-"]{right:0;}.hZHyyP [class*="top-left-corner-"]{background-position:0 0;}.hZHyyP [class*="top-right-corner-"]{background-position:100% 0;}.hZHyyP [class*="bottom-left-corner-"]{background-position:0 100%;}.hZHyyP [class*="bottom-right-corner-"]{background-position:100% 100%;}.hZHyyP [class*="top-edge-"],.hZHyyP [class*="bottom-edge-"],.hZHyyP [class*="left-edge-"],.hZHyyP [class*="right-edge-"]{margin:auto;}.hZHyyP [class*="top-edge-"],.hZHyyP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hZHyyP [class*="left-edge-"],.hZHyyP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hZHyyP [class*="top-edge-"]{top:0;}.hZHyyP [class*="bottom-edge-"]{bottom:0;}.hZHyyP [class*="left-edge-"]{left:0;}.hZHyyP [class*="right-edge-"]{right:0;}.hZHyyP .top-edge-0{height:70px;background-image:url('https://assets.digital.vistaprint.com/production/69800f76-8fb6-4a40-86d3-4d8adddc52a3');}

.jFhRfa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jFhRfa [class*="-corner-"],.jFhRfa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jFhRfa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jFhRfa [class*="bottom-left-corner"],.jFhRfa [class*="bottom-right-corner"]{bottom:0;}.jFhRfa [class*="top-left-corner"],.jFhRfa [class*="top-right-corner"]{top:0;}.jFhRfa [class*="-left-corner-"]{left:0;}.jFhRfa [class*="-right-corner-"]{right:0;}.jFhRfa [class*="top-left-corner-"]{background-position:0 0;}.jFhRfa [class*="top-right-corner-"]{background-position:100% 0;}.jFhRfa [class*="bottom-left-corner-"]{background-position:0 100%;}.jFhRfa [class*="bottom-right-corner-"]{background-position:100% 100%;}.jFhRfa [class*="top-edge-"],.jFhRfa [class*="bottom-edge-"],.jFhRfa [class*="left-edge-"],.jFhRfa [class*="right-edge-"]{margin:auto;}.jFhRfa [class*="top-edge-"],.jFhRfa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jFhRfa [class*="left-edge-"],.jFhRfa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jFhRfa [class*="top-edge-"]{top:0;}.jFhRfa [class*="bottom-edge-"]{bottom:0;}.jFhRfa [class*="left-edge-"]{left:0;}.jFhRfa [class*="right-edge-"]{right:0;}.jFhRfa .top-edge-0{width:100%;height:20px;background-color:#FAE885;}

.jPcYUp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jPcYUp [class*="-corner-"],.jPcYUp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jPcYUp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jPcYUp [class*="bottom-left-corner"],.jPcYUp [class*="bottom-right-corner"]{bottom:0;}.jPcYUp [class*="top-left-corner"],.jPcYUp [class*="top-right-corner"]{top:0;}.jPcYUp [class*="-left-corner-"]{left:0;}.jPcYUp [class*="-right-corner-"]{right:0;}.jPcYUp [class*="top-left-corner-"]{background-position:0 0;}.jPcYUp [class*="top-right-corner-"]{background-position:100% 0;}.jPcYUp [class*="bottom-left-corner-"]{background-position:0 100%;}.jPcYUp [class*="bottom-right-corner-"]{background-position:100% 100%;}.jPcYUp [class*="top-edge-"],.jPcYUp [class*="bottom-edge-"],.jPcYUp [class*="left-edge-"],.jPcYUp [class*="right-edge-"]{margin:auto;}.jPcYUp [class*="top-edge-"],.jPcYUp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jPcYUp [class*="left-edge-"],.jPcYUp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jPcYUp [class*="top-edge-"]{top:0;}.jPcYUp [class*="bottom-edge-"]{bottom:0;}.jPcYUp [class*="left-edge-"]{left:0;}.jPcYUp [class*="right-edge-"]{right:0;}.jPcYUp .top-left-corner-0{width:200px;margin-left:-100px;margin-top:-100px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}.jPcYUp .bottom-right-corner-0{width:200px;margin-right:-100px;margin-bottom:-100px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}

.jesgp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jesgp [class*="-corner-"],.jesgp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jesgp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jesgp [class*="bottom-left-corner"],.jesgp [class*="bottom-right-corner"]{bottom:0;}.jesgp [class*="top-left-corner"],.jesgp [class*="top-right-corner"]{top:0;}.jesgp [class*="-left-corner-"]{left:0;}.jesgp [class*="-right-corner-"]{right:0;}.jesgp [class*="top-left-corner-"]{background-position:0 0;}.jesgp [class*="top-right-corner-"]{background-position:100% 0;}.jesgp [class*="bottom-left-corner-"]{background-position:0 100%;}.jesgp [class*="bottom-right-corner-"]{background-position:100% 100%;}.jesgp [class*="top-edge-"],.jesgp [class*="bottom-edge-"],.jesgp [class*="left-edge-"],.jesgp [class*="right-edge-"]{margin:auto;}.jesgp [class*="top-edge-"],.jesgp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jesgp [class*="left-edge-"],.jesgp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jesgp [class*="top-edge-"]{top:0;}.jesgp [class*="bottom-edge-"]{bottom:0;}.jesgp [class*="left-edge-"]{left:0;}.jesgp [class*="right-edge-"]{right:0;}.jesgp .top-edge-0{height:2px;margin-top:0px;opacity:1;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/5943152a-10ac-480f-8b96-9d9d9251a7e8');background-repeat:repeat-x;}.jesgp .bottom-edge-0{height:2px;margin-bottom:0px;opacity:1;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/5943152a-10ac-480f-8b96-9d9d9251a7e8');background-repeat:repeat-x;}

.clMsgF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.clMsgF [class*="-corner-"],.clMsgF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.clMsgF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.clMsgF [class*="bottom-left-corner"],.clMsgF [class*="bottom-right-corner"]{bottom:0;}.clMsgF [class*="top-left-corner"],.clMsgF [class*="top-right-corner"]{top:0;}.clMsgF [class*="-left-corner-"]{left:0;}.clMsgF [class*="-right-corner-"]{right:0;}.clMsgF [class*="top-left-corner-"]{background-position:0 0;}.clMsgF [class*="top-right-corner-"]{background-position:100% 0;}.clMsgF [class*="bottom-left-corner-"]{background-position:0 100%;}.clMsgF [class*="bottom-right-corner-"]{background-position:100% 100%;}.clMsgF [class*="top-edge-"],.clMsgF [class*="bottom-edge-"],.clMsgF [class*="left-edge-"],.clMsgF [class*="right-edge-"]{margin:auto;}.clMsgF [class*="top-edge-"],.clMsgF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.clMsgF [class*="left-edge-"],.clMsgF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.clMsgF [class*="top-edge-"]{top:0;}.clMsgF [class*="bottom-edge-"]{bottom:0;}.clMsgF [class*="left-edge-"]{left:0;}.clMsgF [class*="right-edge-"]{right:0;}.clMsgF .bottom-edge-0{width:500px;height:1px;margin-bottom:20px;background-color:white;}

.eejWQo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eejWQo [class*="-corner-"],.eejWQo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eejWQo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eejWQo [class*="bottom-left-corner"],.eejWQo [class*="bottom-right-corner"]{bottom:0;}.eejWQo [class*="top-left-corner"],.eejWQo [class*="top-right-corner"]{top:0;}.eejWQo [class*="-left-corner-"]{left:0;}.eejWQo [class*="-right-corner-"]{right:0;}.eejWQo [class*="top-left-corner-"]{background-position:0 0;}.eejWQo [class*="top-right-corner-"]{background-position:100% 0;}.eejWQo [class*="bottom-left-corner-"]{background-position:0 100%;}.eejWQo [class*="bottom-right-corner-"]{background-position:100% 100%;}.eejWQo [class*="top-edge-"],.eejWQo [class*="bottom-edge-"],.eejWQo [class*="left-edge-"],.eejWQo [class*="right-edge-"]{margin:auto;}.eejWQo [class*="top-edge-"],.eejWQo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eejWQo [class*="left-edge-"],.eejWQo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eejWQo [class*="top-edge-"]{top:0;}.eejWQo [class*="bottom-edge-"]{bottom:0;}.eejWQo [class*="left-edge-"]{left:0;}.eejWQo [class*="right-edge-"]{right:0;}.eejWQo .top-edge-0{width:0%;background-image:url('https://assets.digital.vistaprint.com/production/40413308-4bb9-4c60-adc4-c0ad191ca794');}@media (min-width:30em){.eejWQo .top-edge-0{width:45%;height:961px;margin-top:10px;}}@media (min-width:60em){.eejWQo .top-edge-0{width:1920px;height:961px;margin-top:50px;}}

.gxMFhB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gxMFhB [class*="-corner-"],.gxMFhB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gxMFhB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gxMFhB [class*="bottom-left-corner"],.gxMFhB [class*="bottom-right-corner"]{bottom:0;}.gxMFhB [class*="top-left-corner"],.gxMFhB [class*="top-right-corner"]{top:0;}.gxMFhB [class*="-left-corner-"]{left:0;}.gxMFhB [class*="-right-corner-"]{right:0;}.gxMFhB [class*="top-left-corner-"]{background-position:0 0;}.gxMFhB [class*="top-right-corner-"]{background-position:100% 0;}.gxMFhB [class*="bottom-left-corner-"]{background-position:0 100%;}.gxMFhB [class*="bottom-right-corner-"]{background-position:100% 100%;}.gxMFhB [class*="top-edge-"],.gxMFhB [class*="bottom-edge-"],.gxMFhB [class*="left-edge-"],.gxMFhB [class*="right-edge-"]{margin:auto;}.gxMFhB [class*="top-edge-"],.gxMFhB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gxMFhB [class*="left-edge-"],.gxMFhB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gxMFhB [class*="top-edge-"]{top:0;}.gxMFhB [class*="bottom-edge-"]{bottom:0;}.gxMFhB [class*="left-edge-"]{left:0;}.gxMFhB [class*="right-edge-"]{right:0;}.gxMFhB .bottom-edge-0{width:100%;height:2px;background-color:#FFD602;}

.jVilGa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jVilGa [class*="-corner-"],.jVilGa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jVilGa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jVilGa [class*="bottom-left-corner"],.jVilGa [class*="bottom-right-corner"]{bottom:0;}.jVilGa [class*="top-left-corner"],.jVilGa [class*="top-right-corner"]{top:0;}.jVilGa [class*="-left-corner-"]{left:0;}.jVilGa [class*="-right-corner-"]{right:0;}.jVilGa [class*="top-left-corner-"]{background-position:0 0;}.jVilGa [class*="top-right-corner-"]{background-position:100% 0;}.jVilGa [class*="bottom-left-corner-"]{background-position:0 100%;}.jVilGa [class*="bottom-right-corner-"]{background-position:100% 100%;}.jVilGa [class*="top-edge-"],.jVilGa [class*="bottom-edge-"],.jVilGa [class*="left-edge-"],.jVilGa [class*="right-edge-"]{margin:auto;}.jVilGa [class*="top-edge-"],.jVilGa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jVilGa [class*="left-edge-"],.jVilGa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jVilGa [class*="top-edge-"]{top:0;}.jVilGa [class*="bottom-edge-"]{bottom:0;}.jVilGa [class*="left-edge-"]{left:0;}.jVilGa [class*="right-edge-"]{right:0;}.jVilGa .top-right-corner-0{width:651px;height:274px;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/7330270b-2019-43e5-bf09-5a19bc441d41');}

.lkGcce{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lkGcce [class*="-corner-"],.lkGcce [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lkGcce [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lkGcce [class*="bottom-left-corner"],.lkGcce [class*="bottom-right-corner"]{bottom:0;}.lkGcce [class*="top-left-corner"],.lkGcce [class*="top-right-corner"]{top:0;}.lkGcce [class*="-left-corner-"]{left:0;}.lkGcce [class*="-right-corner-"]{right:0;}.lkGcce [class*="top-left-corner-"]{background-position:0 0;}.lkGcce [class*="top-right-corner-"]{background-position:100% 0;}.lkGcce [class*="bottom-left-corner-"]{background-position:0 100%;}.lkGcce [class*="bottom-right-corner-"]{background-position:100% 100%;}.lkGcce [class*="top-edge-"],.lkGcce [class*="bottom-edge-"],.lkGcce [class*="left-edge-"],.lkGcce [class*="right-edge-"]{margin:auto;}.lkGcce [class*="top-edge-"],.lkGcce [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lkGcce [class*="left-edge-"],.lkGcce [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lkGcce [class*="top-edge-"]{top:0;}.lkGcce [class*="bottom-edge-"]{bottom:0;}.lkGcce [class*="left-edge-"]{left:0;}.lkGcce [class*="right-edge-"]{right:0;}.lkGcce .top-left-corner-0{width:810px;height:12px;background-image:url('https://assets.digital.vistaprint.com/production/c97e92dd-b30e-4401-ac92-9a5c23797da9');}

.lbelnk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lbelnk [class*="-corner-"],.lbelnk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lbelnk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lbelnk [class*="bottom-left-corner"],.lbelnk [class*="bottom-right-corner"]{bottom:0;}.lbelnk [class*="top-left-corner"],.lbelnk [class*="top-right-corner"]{top:0;}.lbelnk [class*="-left-corner-"]{left:0;}.lbelnk [class*="-right-corner-"]{right:0;}.lbelnk [class*="top-left-corner-"]{background-position:0 0;}.lbelnk [class*="top-right-corner-"]{background-position:100% 0;}.lbelnk [class*="bottom-left-corner-"]{background-position:0 100%;}.lbelnk [class*="bottom-right-corner-"]{background-position:100% 100%;}.lbelnk [class*="top-edge-"],.lbelnk [class*="bottom-edge-"],.lbelnk [class*="left-edge-"],.lbelnk [class*="right-edge-"]{margin:auto;}.lbelnk [class*="top-edge-"],.lbelnk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lbelnk [class*="left-edge-"],.lbelnk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lbelnk [class*="top-edge-"]{top:0;}.lbelnk [class*="bottom-edge-"]{bottom:0;}.lbelnk [class*="left-edge-"]{left:0;}.lbelnk [class*="right-edge-"]{right:0;}.lbelnk .bottom-edge-0{width:100%;height:100%;opacity:0.5;background-color:#000000;}@media (min-width:30em){.lbelnk .bottom-edge-0{width:100%;height:100%;opacity:0.5;}}@media (min-width:60em){.lbelnk .bottom-edge-0{width:0px;height:0px;opacity:0;}}.lbelnk .top-left-corner-0{width:810px;height:12px;background-image:url('https://assets.digital.vistaprint.com/production/c97e92dd-b30e-4401-ac92-9a5c23797da9');}

.hPCCWT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hPCCWT [class*="-corner-"],.hPCCWT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hPCCWT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hPCCWT [class*="bottom-left-corner"],.hPCCWT [class*="bottom-right-corner"]{bottom:0;}.hPCCWT [class*="top-left-corner"],.hPCCWT [class*="top-right-corner"]{top:0;}.hPCCWT [class*="-left-corner-"]{left:0;}.hPCCWT [class*="-right-corner-"]{right:0;}.hPCCWT [class*="top-left-corner-"]{background-position:0 0;}.hPCCWT [class*="top-right-corner-"]{background-position:100% 0;}.hPCCWT [class*="bottom-left-corner-"]{background-position:0 100%;}.hPCCWT [class*="bottom-right-corner-"]{background-position:100% 100%;}.hPCCWT [class*="top-edge-"],.hPCCWT [class*="bottom-edge-"],.hPCCWT [class*="left-edge-"],.hPCCWT [class*="right-edge-"]{margin:auto;}.hPCCWT [class*="top-edge-"],.hPCCWT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hPCCWT [class*="left-edge-"],.hPCCWT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hPCCWT [class*="top-edge-"]{top:0;}.hPCCWT [class*="bottom-edge-"]{bottom:0;}.hPCCWT [class*="left-edge-"]{left:0;}.hPCCWT [class*="right-edge-"]{right:0;}.hPCCWT .top-edge-0{width:100%;height:10px;background-color:#ec008c;}

.ieGEWl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ieGEWl [class*="-corner-"],.ieGEWl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ieGEWl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ieGEWl [class*="bottom-left-corner"],.ieGEWl [class*="bottom-right-corner"]{bottom:0;}.ieGEWl [class*="top-left-corner"],.ieGEWl [class*="top-right-corner"]{top:0;}.ieGEWl [class*="-left-corner-"]{left:0;}.ieGEWl [class*="-right-corner-"]{right:0;}.ieGEWl [class*="top-left-corner-"]{background-position:0 0;}.ieGEWl [class*="top-right-corner-"]{background-position:100% 0;}.ieGEWl [class*="bottom-left-corner-"]{background-position:0 100%;}.ieGEWl [class*="bottom-right-corner-"]{background-position:100% 100%;}.ieGEWl [class*="top-edge-"],.ieGEWl [class*="bottom-edge-"],.ieGEWl [class*="left-edge-"],.ieGEWl [class*="right-edge-"]{margin:auto;}.ieGEWl [class*="top-edge-"],.ieGEWl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ieGEWl [class*="left-edge-"],.ieGEWl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ieGEWl [class*="top-edge-"]{top:0;}.ieGEWl [class*="bottom-edge-"]{bottom:0;}.ieGEWl [class*="left-edge-"]{left:0;}.ieGEWl [class*="right-edge-"]{right:0;}.ieGEWl .bottom-edge-0{height:22px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/1a9ab506-61e7-47be-8bd0-419d3bed831a');background-repeat:repeat-x;}

.fXQBUQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fXQBUQ [class*="-corner-"],.fXQBUQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fXQBUQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fXQBUQ [class*="bottom-left-corner"],.fXQBUQ [class*="bottom-right-corner"]{bottom:0;}.fXQBUQ [class*="top-left-corner"],.fXQBUQ [class*="top-right-corner"]{top:0;}.fXQBUQ [class*="-left-corner-"]{left:0;}.fXQBUQ [class*="-right-corner-"]{right:0;}.fXQBUQ [class*="top-left-corner-"]{background-position:0 0;}.fXQBUQ [class*="top-right-corner-"]{background-position:100% 0;}.fXQBUQ [class*="bottom-left-corner-"]{background-position:0 100%;}.fXQBUQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.fXQBUQ [class*="top-edge-"],.fXQBUQ [class*="bottom-edge-"],.fXQBUQ [class*="left-edge-"],.fXQBUQ [class*="right-edge-"]{margin:auto;}.fXQBUQ [class*="top-edge-"],.fXQBUQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fXQBUQ [class*="left-edge-"],.fXQBUQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fXQBUQ [class*="top-edge-"]{top:0;}.fXQBUQ [class*="bottom-edge-"]{bottom:0;}.fXQBUQ [class*="left-edge-"]{left:0;}.fXQBUQ [class*="right-edge-"]{right:0;}.fXQBUQ .top-edge-0{height:20px;background-color:#fff;}.fXQBUQ .left-edge-0{width:20px;background-color:#fff;}.fXQBUQ .right-edge-0{width:20px;background-color:#fff;}

.bxqeeZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bxqeeZ [class*="-corner-"],.bxqeeZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bxqeeZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bxqeeZ [class*="bottom-left-corner"],.bxqeeZ [class*="bottom-right-corner"]{bottom:0;}.bxqeeZ [class*="top-left-corner"],.bxqeeZ [class*="top-right-corner"]{top:0;}.bxqeeZ [class*="-left-corner-"]{left:0;}.bxqeeZ [class*="-right-corner-"]{right:0;}.bxqeeZ [class*="top-left-corner-"]{background-position:0 0;}.bxqeeZ [class*="top-right-corner-"]{background-position:100% 0;}.bxqeeZ [class*="bottom-left-corner-"]{background-position:0 100%;}.bxqeeZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.bxqeeZ [class*="top-edge-"],.bxqeeZ [class*="bottom-edge-"],.bxqeeZ [class*="left-edge-"],.bxqeeZ [class*="right-edge-"]{margin:auto;}.bxqeeZ [class*="top-edge-"],.bxqeeZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bxqeeZ [class*="left-edge-"],.bxqeeZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bxqeeZ [class*="top-edge-"]{top:0;}.bxqeeZ [class*="bottom-edge-"]{bottom:0;}.bxqeeZ [class*="left-edge-"]{left:0;}.bxqeeZ [class*="right-edge-"]{right:0;}.bxqeeZ .left-edge-0{width:20px;background-color:#fff;}.bxqeeZ .right-edge-0{width:20px;background-color:#fff;}

.hfehgk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hfehgk [class*="-corner-"],.hfehgk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hfehgk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hfehgk [class*="bottom-left-corner"],.hfehgk [class*="bottom-right-corner"]{bottom:0;}.hfehgk [class*="top-left-corner"],.hfehgk [class*="top-right-corner"]{top:0;}.hfehgk [class*="-left-corner-"]{left:0;}.hfehgk [class*="-right-corner-"]{right:0;}.hfehgk [class*="top-left-corner-"]{background-position:0 0;}.hfehgk [class*="top-right-corner-"]{background-position:100% 0;}.hfehgk [class*="bottom-left-corner-"]{background-position:0 100%;}.hfehgk [class*="bottom-right-corner-"]{background-position:100% 100%;}.hfehgk [class*="top-edge-"],.hfehgk [class*="bottom-edge-"],.hfehgk [class*="left-edge-"],.hfehgk [class*="right-edge-"]{margin:auto;}.hfehgk [class*="top-edge-"],.hfehgk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hfehgk [class*="left-edge-"],.hfehgk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hfehgk [class*="top-edge-"]{top:0;}.hfehgk [class*="bottom-edge-"]{bottom:0;}.hfehgk [class*="left-edge-"]{left:0;}.hfehgk [class*="right-edge-"]{right:0;}.hfehgk .left-edge-0{width:20px;background-color:#fff;}.hfehgk .right-edge-0{width:20px;background-color:#fff;}.hfehgk .bottom-edge-0{height:20px;background-color:#fff;}

.cbLPkI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cbLPkI [class*="-corner-"],.cbLPkI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cbLPkI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cbLPkI [class*="bottom-left-corner"],.cbLPkI [class*="bottom-right-corner"]{bottom:0;}.cbLPkI [class*="top-left-corner"],.cbLPkI [class*="top-right-corner"]{top:0;}.cbLPkI [class*="-left-corner-"]{left:0;}.cbLPkI [class*="-right-corner-"]{right:0;}.cbLPkI [class*="top-left-corner-"]{background-position:0 0;}.cbLPkI [class*="top-right-corner-"]{background-position:100% 0;}.cbLPkI [class*="bottom-left-corner-"]{background-position:0 100%;}.cbLPkI [class*="bottom-right-corner-"]{background-position:100% 100%;}.cbLPkI [class*="top-edge-"],.cbLPkI [class*="bottom-edge-"],.cbLPkI [class*="left-edge-"],.cbLPkI [class*="right-edge-"]{margin:auto;}.cbLPkI [class*="top-edge-"],.cbLPkI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cbLPkI [class*="left-edge-"],.cbLPkI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cbLPkI [class*="top-edge-"]{top:0;}.cbLPkI [class*="bottom-edge-"]{bottom:0;}.cbLPkI [class*="left-edge-"]{left:0;}.cbLPkI [class*="right-edge-"]{right:0;}.cbLPkI .top-edge-0{height:25px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,2053x26/maxWidth/2000/https://assets.digital.vistaprint.com/production/84fcb4bd-7e97-4717-9652-2cc6861a5a41');}

.jqJZXd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jqJZXd [class*="-corner-"],.jqJZXd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jqJZXd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jqJZXd [class*="bottom-left-corner"],.jqJZXd [class*="bottom-right-corner"]{bottom:0;}.jqJZXd [class*="top-left-corner"],.jqJZXd [class*="top-right-corner"]{top:0;}.jqJZXd [class*="-left-corner-"]{left:0;}.jqJZXd [class*="-right-corner-"]{right:0;}.jqJZXd [class*="top-left-corner-"]{background-position:0 0;}.jqJZXd [class*="top-right-corner-"]{background-position:100% 0;}.jqJZXd [class*="bottom-left-corner-"]{background-position:0 100%;}.jqJZXd [class*="bottom-right-corner-"]{background-position:100% 100%;}.jqJZXd [class*="top-edge-"],.jqJZXd [class*="bottom-edge-"],.jqJZXd [class*="left-edge-"],.jqJZXd [class*="right-edge-"]{margin:auto;}.jqJZXd [class*="top-edge-"],.jqJZXd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jqJZXd [class*="left-edge-"],.jqJZXd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jqJZXd [class*="top-edge-"]{top:0;}.jqJZXd [class*="bottom-edge-"]{bottom:0;}.jqJZXd [class*="left-edge-"]{left:0;}.jqJZXd [class*="right-edge-"]{right:0;}.jqJZXd .bottom-edge-0{height:25px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,2053x26/maxWidth/2000/https://assets.digital.vistaprint.com/production/9c5ee38f-f860-41e6-b089-2f18c9772ac7');}

.beqmpl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.beqmpl [class*="-corner-"],.beqmpl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.beqmpl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.beqmpl [class*="bottom-left-corner"],.beqmpl [class*="bottom-right-corner"]{bottom:0;}.beqmpl [class*="top-left-corner"],.beqmpl [class*="top-right-corner"]{top:0;}.beqmpl [class*="-left-corner-"]{left:0;}.beqmpl [class*="-right-corner-"]{right:0;}.beqmpl [class*="top-left-corner-"]{background-position:0 0;}.beqmpl [class*="top-right-corner-"]{background-position:100% 0;}.beqmpl [class*="bottom-left-corner-"]{background-position:0 100%;}.beqmpl [class*="bottom-right-corner-"]{background-position:100% 100%;}.beqmpl [class*="top-edge-"],.beqmpl [class*="bottom-edge-"],.beqmpl [class*="left-edge-"],.beqmpl [class*="right-edge-"]{margin:auto;}.beqmpl [class*="top-edge-"],.beqmpl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.beqmpl [class*="left-edge-"],.beqmpl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.beqmpl [class*="top-edge-"]{top:0;}.beqmpl [class*="bottom-edge-"]{bottom:0;}.beqmpl [class*="left-edge-"]{left:0;}.beqmpl [class*="right-edge-"]{right:0;}.beqmpl .top-edge-0{width:1000px;height:6px;background-color:#b9b58d;}

.dREXX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dREXX [class*="-corner-"],.dREXX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dREXX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dREXX [class*="bottom-left-corner"],.dREXX [class*="bottom-right-corner"]{bottom:0;}.dREXX [class*="top-left-corner"],.dREXX [class*="top-right-corner"]{top:0;}.dREXX [class*="-left-corner-"]{left:0;}.dREXX [class*="-right-corner-"]{right:0;}.dREXX [class*="top-left-corner-"]{background-position:0 0;}.dREXX [class*="top-right-corner-"]{background-position:100% 0;}.dREXX [class*="bottom-left-corner-"]{background-position:0 100%;}.dREXX [class*="bottom-right-corner-"]{background-position:100% 100%;}.dREXX [class*="top-edge-"],.dREXX [class*="bottom-edge-"],.dREXX [class*="left-edge-"],.dREXX [class*="right-edge-"]{margin:auto;}.dREXX [class*="top-edge-"],.dREXX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dREXX [class*="left-edge-"],.dREXX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dREXX [class*="top-edge-"]{top:0;}.dREXX [class*="bottom-edge-"]{bottom:0;}.dREXX [class*="left-edge-"]{left:0;}.dREXX [class*="right-edge-"]{right:0;}.dREXX .top-edge-0{height:5px;background-color:#547EB3;}

.dxMAyR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dxMAyR [class*="-corner-"],.dxMAyR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dxMAyR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dxMAyR [class*="bottom-left-corner"],.dxMAyR [class*="bottom-right-corner"]{bottom:0;}.dxMAyR [class*="top-left-corner"],.dxMAyR [class*="top-right-corner"]{top:0;}.dxMAyR [class*="-left-corner-"]{left:0;}.dxMAyR [class*="-right-corner-"]{right:0;}.dxMAyR [class*="top-left-corner-"]{background-position:0 0;}.dxMAyR [class*="top-right-corner-"]{background-position:100% 0;}.dxMAyR [class*="bottom-left-corner-"]{background-position:0 100%;}.dxMAyR [class*="bottom-right-corner-"]{background-position:100% 100%;}.dxMAyR [class*="top-edge-"],.dxMAyR [class*="bottom-edge-"],.dxMAyR [class*="left-edge-"],.dxMAyR [class*="right-edge-"]{margin:auto;}.dxMAyR [class*="top-edge-"],.dxMAyR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dxMAyR [class*="left-edge-"],.dxMAyR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dxMAyR [class*="top-edge-"]{top:0;}.dxMAyR [class*="bottom-edge-"]{bottom:0;}.dxMAyR [class*="left-edge-"]{left:0;}.dxMAyR [class*="right-edge-"]{right:0;}.dxMAyR .top-left-corner-0{width:0px;height:0px;background-image:url('https://assets.digital.vistaprint.com/production/fb49a56c-1ac3-4f7c-8dfe-c356edd8d5b3');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.dxMAyR .top-left-corner-0{width:50%;height:100px;margin-left:0px;margin-top:50px;}}@media (min-width:60em){.dxMAyR .top-left-corner-0{width:50%;height:100px;margin-left:250px;margin-top:50px;}}.dxMAyR .top-right-corner-0{width:0px;height:0px;background-image:url('https://assets.digital.vistaprint.com/production/2e2059a4-72d7-4901-b109-de9190eba434');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.dxMAyR .top-right-corner-0{width:50%;height:100px;margin-right:0px;margin-top:50px;}}@media (min-width:60em){.dxMAyR .top-right-corner-0{width:50%;height:100px;margin-right:250px;margin-top:50px;}}

.gjGvPm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gjGvPm [class*="-corner-"],.gjGvPm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gjGvPm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gjGvPm [class*="bottom-left-corner"],.gjGvPm [class*="bottom-right-corner"]{bottom:0;}.gjGvPm [class*="top-left-corner"],.gjGvPm [class*="top-right-corner"]{top:0;}.gjGvPm [class*="-left-corner-"]{left:0;}.gjGvPm [class*="-right-corner-"]{right:0;}.gjGvPm [class*="top-left-corner-"]{background-position:0 0;}.gjGvPm [class*="top-right-corner-"]{background-position:100% 0;}.gjGvPm [class*="bottom-left-corner-"]{background-position:0 100%;}.gjGvPm [class*="bottom-right-corner-"]{background-position:100% 100%;}.gjGvPm [class*="top-edge-"],.gjGvPm [class*="bottom-edge-"],.gjGvPm [class*="left-edge-"],.gjGvPm [class*="right-edge-"]{margin:auto;}.gjGvPm [class*="top-edge-"],.gjGvPm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gjGvPm [class*="left-edge-"],.gjGvPm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gjGvPm [class*="top-edge-"]{top:0;}.gjGvPm [class*="bottom-edge-"]{bottom:0;}.gjGvPm [class*="left-edge-"]{left:0;}.gjGvPm [class*="right-edge-"]{right:0;}.gjGvPm .bottom-edge-0{height:130px;background-image:url('https://assets.digital.vistaprint.com/production/c9d6f776-12b4-45af-bc53-f7b428d0af84');background-size:contain;}@media (min-width:60em){.gjGvPm .bottom-edge-0{height:350px;}}.gjGvPm .bottom-left-corner-0{width:0px;height:0px;background-image:url('https://assets.digital.vistaprint.com/production/246a39bd-1236-40a1-98ea-0ddcad02bcaa');background-size:contain;}@media (min-width:30em){.gjGvPm .bottom-left-corner-0{width:200px;height:200px;}}@media (min-width:60em){.gjGvPm .bottom-left-corner-0{width:200px;height:200px;margin-left:200px;}}.gjGvPm .bottom-right-corner-0{width:0px;height:0px;background-image:url('https://assets.digital.vistaprint.com/production/e512998f-3dd8-489b-8e20-f44ebc75cb11');background-size:contain;}@media (min-width:30em){.gjGvPm .bottom-right-corner-0{width:200px;height:200px;}}@media (min-width:60em){.gjGvPm .bottom-right-corner-0{width:200px;height:200px;margin-right:200px;}}

.dlVsmS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dlVsmS [class*="-corner-"],.dlVsmS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dlVsmS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dlVsmS [class*="bottom-left-corner"],.dlVsmS [class*="bottom-right-corner"]{bottom:0;}.dlVsmS [class*="top-left-corner"],.dlVsmS [class*="top-right-corner"]{top:0;}.dlVsmS [class*="-left-corner-"]{left:0;}.dlVsmS [class*="-right-corner-"]{right:0;}.dlVsmS [class*="top-left-corner-"]{background-position:0 0;}.dlVsmS [class*="top-right-corner-"]{background-position:100% 0;}.dlVsmS [class*="bottom-left-corner-"]{background-position:0 100%;}.dlVsmS [class*="bottom-right-corner-"]{background-position:100% 100%;}.dlVsmS [class*="top-edge-"],.dlVsmS [class*="bottom-edge-"],.dlVsmS [class*="left-edge-"],.dlVsmS [class*="right-edge-"]{margin:auto;}.dlVsmS [class*="top-edge-"],.dlVsmS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dlVsmS [class*="left-edge-"],.dlVsmS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dlVsmS [class*="top-edge-"]{top:0;}.dlVsmS [class*="bottom-edge-"]{bottom:0;}.dlVsmS [class*="left-edge-"]{left:0;}.dlVsmS [class*="right-edge-"]{right:0;}.dlVsmS .bottom-edge-0{width:100%;height:2px;background-image:url('https://assets.digital.vistaprint.com/production/e4300655-21e0-4fdb-a7bd-f806a223a3fd');}

.dzrSHx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dzrSHx [class*="-corner-"],.dzrSHx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dzrSHx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dzrSHx [class*="bottom-left-corner"],.dzrSHx [class*="bottom-right-corner"]{bottom:0;}.dzrSHx [class*="top-left-corner"],.dzrSHx [class*="top-right-corner"]{top:0;}.dzrSHx [class*="-left-corner-"]{left:0;}.dzrSHx [class*="-right-corner-"]{right:0;}.dzrSHx [class*="top-left-corner-"]{background-position:0 0;}.dzrSHx [class*="top-right-corner-"]{background-position:100% 0;}.dzrSHx [class*="bottom-left-corner-"]{background-position:0 100%;}.dzrSHx [class*="bottom-right-corner-"]{background-position:100% 100%;}.dzrSHx [class*="top-edge-"],.dzrSHx [class*="bottom-edge-"],.dzrSHx [class*="left-edge-"],.dzrSHx [class*="right-edge-"]{margin:auto;}.dzrSHx [class*="top-edge-"],.dzrSHx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dzrSHx [class*="left-edge-"],.dzrSHx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dzrSHx [class*="top-edge-"]{top:0;}.dzrSHx [class*="bottom-edge-"]{bottom:0;}.dzrSHx [class*="left-edge-"]{left:0;}.dzrSHx [class*="right-edge-"]{right:0;}.dzrSHx .left-edge-0{width:10%;height:100%;margin-left:250px;margin-top:250px;opacity:0;background-image:url('https://assets.digital.vistaprint.com/production/6ae86814-175f-44d2-ad85-c2eeb3f45318');background-size:contain;background-repeat:no-repeat;}@media (min-width:60em){.dzrSHx .left-edge-0{width:10%;height:100%;margin-left:100px;margin-top:200px;opacity:1;background-size:contain;background-repeat:no-repeat;}}.dzrSHx .right-edge-0{width:10%;height:100%;margin-right:250px;margin-top:250px;opacity:0;background-image:url('https://assets.digital.vistaprint.com/production/6ae86814-175f-44d2-ad85-c2eeb3f45318');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);background-size:contain;background-repeat:no-repeat;}@media (min-width:60em){.dzrSHx .right-edge-0{width:10%;height:100%;margin-right:100px;margin-top:200px;opacity:1;background-size:contain;background-repeat:no-repeat;}}

.hUIgfR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hUIgfR [class*="-corner-"],.hUIgfR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hUIgfR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hUIgfR [class*="bottom-left-corner"],.hUIgfR [class*="bottom-right-corner"]{bottom:0;}.hUIgfR [class*="top-left-corner"],.hUIgfR [class*="top-right-corner"]{top:0;}.hUIgfR [class*="-left-corner-"]{left:0;}.hUIgfR [class*="-right-corner-"]{right:0;}.hUIgfR [class*="top-left-corner-"]{background-position:0 0;}.hUIgfR [class*="top-right-corner-"]{background-position:100% 0;}.hUIgfR [class*="bottom-left-corner-"]{background-position:0 100%;}.hUIgfR [class*="bottom-right-corner-"]{background-position:100% 100%;}.hUIgfR [class*="top-edge-"],.hUIgfR [class*="bottom-edge-"],.hUIgfR [class*="left-edge-"],.hUIgfR [class*="right-edge-"]{margin:auto;}.hUIgfR [class*="top-edge-"],.hUIgfR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hUIgfR [class*="left-edge-"],.hUIgfR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hUIgfR [class*="top-edge-"]{top:0;}.hUIgfR [class*="bottom-edge-"]{bottom:0;}.hUIgfR [class*="left-edge-"]{left:0;}.hUIgfR [class*="right-edge-"]{right:0;}.hUIgfR .left-edge-0{width:129px;height:152px;margin-left:200px;opacity:0;background-image:url('https://assets.digital.vistaprint.com/production/945c98e3-080f-40eb-9370-589422fdd6fd');}@media (min-width:60em){.hUIgfR .left-edge-0{width:129px;height:152px;margin-left:200px;opacity:1;}}.hUIgfR .bottom-edge-0{width:100%;height:2px;background-image:url('https://assets.digital.vistaprint.com/production/e4300655-21e0-4fdb-a7bd-f806a223a3fd');}

.dVcUrm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dVcUrm [class*="-corner-"],.dVcUrm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dVcUrm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dVcUrm [class*="bottom-left-corner"],.dVcUrm [class*="bottom-right-corner"]{bottom:0;}.dVcUrm [class*="top-left-corner"],.dVcUrm [class*="top-right-corner"]{top:0;}.dVcUrm [class*="-left-corner-"]{left:0;}.dVcUrm [class*="-right-corner-"]{right:0;}.dVcUrm [class*="top-left-corner-"]{background-position:0 0;}.dVcUrm [class*="top-right-corner-"]{background-position:100% 0;}.dVcUrm [class*="bottom-left-corner-"]{background-position:0 100%;}.dVcUrm [class*="bottom-right-corner-"]{background-position:100% 100%;}.dVcUrm [class*="top-edge-"],.dVcUrm [class*="bottom-edge-"],.dVcUrm [class*="left-edge-"],.dVcUrm [class*="right-edge-"]{margin:auto;}.dVcUrm [class*="top-edge-"],.dVcUrm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dVcUrm [class*="left-edge-"],.dVcUrm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dVcUrm [class*="top-edge-"]{top:0;}.dVcUrm [class*="bottom-edge-"]{bottom:0;}.dVcUrm [class*="left-edge-"]{left:0;}.dVcUrm [class*="right-edge-"]{right:0;}.dVcUrm .top-edge-0{width:100%;height:8px;background-color:#9a3921;}.dVcUrm .bottom-edge-0{width:100%;height:8px;background-color:#9a3921;}

.jGoQsR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jGoQsR [class*="-corner-"],.jGoQsR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jGoQsR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jGoQsR [class*="bottom-left-corner"],.jGoQsR [class*="bottom-right-corner"]{bottom:0;}.jGoQsR [class*="top-left-corner"],.jGoQsR [class*="top-right-corner"]{top:0;}.jGoQsR [class*="-left-corner-"]{left:0;}.jGoQsR [class*="-right-corner-"]{right:0;}.jGoQsR [class*="top-left-corner-"]{background-position:0 0;}.jGoQsR [class*="top-right-corner-"]{background-position:100% 0;}.jGoQsR [class*="bottom-left-corner-"]{background-position:0 100%;}.jGoQsR [class*="bottom-right-corner-"]{background-position:100% 100%;}.jGoQsR [class*="top-edge-"],.jGoQsR [class*="bottom-edge-"],.jGoQsR [class*="left-edge-"],.jGoQsR [class*="right-edge-"]{margin:auto;}.jGoQsR [class*="top-edge-"],.jGoQsR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jGoQsR [class*="left-edge-"],.jGoQsR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jGoQsR [class*="top-edge-"]{top:0;}.jGoQsR [class*="bottom-edge-"]{bottom:0;}.jGoQsR [class*="left-edge-"]{left:0;}.jGoQsR [class*="right-edge-"]{right:0;}.jGoQsR .top-edge-0{width:50%;height:86px;margin-top:50px;background-image:url('../2829602/icons/icon1.svg');background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.jGoQsR .top-edge-0{width:50%;height:86px;margin-top:50px;background-repeat:no-repeat;background-position:50% 0;}}@media (min-width:60em){.jGoQsR .top-edge-0{width:300px;height:369px;margin-left:18%;margin-top:80px;}}

.bUwilQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bUwilQ [class*="-corner-"],.bUwilQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bUwilQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bUwilQ [class*="bottom-left-corner"],.bUwilQ [class*="bottom-right-corner"]{bottom:0;}.bUwilQ [class*="top-left-corner"],.bUwilQ [class*="top-right-corner"]{top:0;}.bUwilQ [class*="-left-corner-"]{left:0;}.bUwilQ [class*="-right-corner-"]{right:0;}.bUwilQ [class*="top-left-corner-"]{background-position:0 0;}.bUwilQ [class*="top-right-corner-"]{background-position:100% 0;}.bUwilQ [class*="bottom-left-corner-"]{background-position:0 100%;}.bUwilQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.bUwilQ [class*="top-edge-"],.bUwilQ [class*="bottom-edge-"],.bUwilQ [class*="left-edge-"],.bUwilQ [class*="right-edge-"]{margin:auto;}.bUwilQ [class*="top-edge-"],.bUwilQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bUwilQ [class*="left-edge-"],.bUwilQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bUwilQ [class*="top-edge-"]{top:0;}.bUwilQ [class*="bottom-edge-"]{bottom:0;}.bUwilQ [class*="left-edge-"]{left:0;}.bUwilQ [class*="right-edge-"]{right:0;}.bUwilQ .top-edge-0{width:50%;height:2px;margin-top:10px;background-color:#EEEEEE;}.bUwilQ .bottom-edge-0{width:50%;height:2px;margin-bottom:10px;background-color:#EEEEEE;}

.dkAtId{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dkAtId [class*="-corner-"],.dkAtId [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dkAtId [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dkAtId [class*="bottom-left-corner"],.dkAtId [class*="bottom-right-corner"]{bottom:0;}.dkAtId [class*="top-left-corner"],.dkAtId [class*="top-right-corner"]{top:0;}.dkAtId [class*="-left-corner-"]{left:0;}.dkAtId [class*="-right-corner-"]{right:0;}.dkAtId [class*="top-left-corner-"]{background-position:0 0;}.dkAtId [class*="top-right-corner-"]{background-position:100% 0;}.dkAtId [class*="bottom-left-corner-"]{background-position:0 100%;}.dkAtId [class*="bottom-right-corner-"]{background-position:100% 100%;}.dkAtId [class*="top-edge-"],.dkAtId [class*="bottom-edge-"],.dkAtId [class*="left-edge-"],.dkAtId [class*="right-edge-"]{margin:auto;}.dkAtId [class*="top-edge-"],.dkAtId [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dkAtId [class*="left-edge-"],.dkAtId [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dkAtId [class*="top-edge-"]{top:0;}.dkAtId [class*="bottom-edge-"]{bottom:0;}.dkAtId [class*="left-edge-"]{left:0;}.dkAtId [class*="right-edge-"]{right:0;}.dkAtId .top-edge-0{height:50px;margin-top:-21px;background-image:url('https://assets.digital.vistaprint.com/production/2aa08f3d-bd8b-4b70-b82c-5ab2f26eeb26');}.dkAtId .left-edge-0{width:50px;margin-left:-20px;background-image:url('https://assets.digital.vistaprint.com/production/c4e4b812-e8cc-4f1d-84f6-abebea8e6e10');}.dkAtId .right-edge-0{width:10px;margin-right:20px;background-image:url('https://assets.digital.vistaprint.com/production/dc0fb698-2b89-47e9-b0a4-62d7ee3b0c03');}.dkAtId .top-left-corner-0{width:54px;margin-left:1px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/43af36d3-2f30-4297-9472-fd9ed7942192');}.dkAtId .top-right-corner-0{width:72px;margin-right:1px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/a56d2230-94aa-4b76-b996-2c55f7e667e9');}

.dTXTlf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dTXTlf [class*="-corner-"],.dTXTlf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dTXTlf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dTXTlf [class*="bottom-left-corner"],.dTXTlf [class*="bottom-right-corner"]{bottom:0;}.dTXTlf [class*="top-left-corner"],.dTXTlf [class*="top-right-corner"]{top:0;}.dTXTlf [class*="-left-corner-"]{left:0;}.dTXTlf [class*="-right-corner-"]{right:0;}.dTXTlf [class*="top-left-corner-"]{background-position:0 0;}.dTXTlf [class*="top-right-corner-"]{background-position:100% 0;}.dTXTlf [class*="bottom-left-corner-"]{background-position:0 100%;}.dTXTlf [class*="bottom-right-corner-"]{background-position:100% 100%;}.dTXTlf [class*="top-edge-"],.dTXTlf [class*="bottom-edge-"],.dTXTlf [class*="left-edge-"],.dTXTlf [class*="right-edge-"]{margin:auto;}.dTXTlf [class*="top-edge-"],.dTXTlf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dTXTlf [class*="left-edge-"],.dTXTlf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dTXTlf [class*="top-edge-"]{top:0;}.dTXTlf [class*="bottom-edge-"]{bottom:0;}.dTXTlf [class*="left-edge-"]{left:0;}.dTXTlf [class*="right-edge-"]{right:0;}.dTXTlf .left-edge-0{width:50px;margin-left:-20px;background-image:url('https://assets.digital.vistaprint.com/production/c4e4b812-e8cc-4f1d-84f6-abebea8e6e10');}.dTXTlf .right-edge-0{width:10px;margin-right:20px;background-image:url('https://assets.digital.vistaprint.com/production/dc0fb698-2b89-47e9-b0a4-62d7ee3b0c03');}

.hXAkqX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hXAkqX [class*="-corner-"],.hXAkqX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hXAkqX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hXAkqX [class*="bottom-left-corner"],.hXAkqX [class*="bottom-right-corner"]{bottom:0;}.hXAkqX [class*="top-left-corner"],.hXAkqX [class*="top-right-corner"]{top:0;}.hXAkqX [class*="-left-corner-"]{left:0;}.hXAkqX [class*="-right-corner-"]{right:0;}.hXAkqX [class*="top-left-corner-"]{background-position:0 0;}.hXAkqX [class*="top-right-corner-"]{background-position:100% 0;}.hXAkqX [class*="bottom-left-corner-"]{background-position:0 100%;}.hXAkqX [class*="bottom-right-corner-"]{background-position:100% 100%;}.hXAkqX [class*="top-edge-"],.hXAkqX [class*="bottom-edge-"],.hXAkqX [class*="left-edge-"],.hXAkqX [class*="right-edge-"]{margin:auto;}.hXAkqX [class*="top-edge-"],.hXAkqX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hXAkqX [class*="left-edge-"],.hXAkqX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hXAkqX [class*="top-edge-"]{top:0;}.hXAkqX [class*="bottom-edge-"]{bottom:0;}.hXAkqX [class*="left-edge-"]{left:0;}.hXAkqX [class*="right-edge-"]{right:0;}.hXAkqX .left-edge-0{width:50px;margin-left:-20px;background-image:url('https://assets.digital.vistaprint.com/production/c4e4b812-e8cc-4f1d-84f6-abebea8e6e10');}.hXAkqX .right-edge-0{width:10px;margin-right:20px;background-image:url('https://assets.digital.vistaprint.com/production/dc0fb698-2b89-47e9-b0a4-62d7ee3b0c03');}.hXAkqX .bottom-edge-0{height:10px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/06e8d228-566f-455c-b197-0cbe7847eeec');}.hXAkqX .bottom-left-corner-0{width:55px;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/e3330d20-88a0-4b17-918c-619e64ca9ace');}.hXAkqX .bottom-right-corner-0{width:60px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/fb20380d-ed61-4cab-8334-9d9a384adb2b');}

.iTxWVc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iTxWVc [class*="-corner-"],.iTxWVc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iTxWVc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iTxWVc [class*="bottom-left-corner"],.iTxWVc [class*="bottom-right-corner"]{bottom:0;}.iTxWVc [class*="top-left-corner"],.iTxWVc [class*="top-right-corner"]{top:0;}.iTxWVc [class*="-left-corner-"]{left:0;}.iTxWVc [class*="-right-corner-"]{right:0;}.iTxWVc [class*="top-left-corner-"]{background-position:0 0;}.iTxWVc [class*="top-right-corner-"]{background-position:100% 0;}.iTxWVc [class*="bottom-left-corner-"]{background-position:0 100%;}.iTxWVc [class*="bottom-right-corner-"]{background-position:100% 100%;}.iTxWVc [class*="top-edge-"],.iTxWVc [class*="bottom-edge-"],.iTxWVc [class*="left-edge-"],.iTxWVc [class*="right-edge-"]{margin:auto;}.iTxWVc [class*="top-edge-"],.iTxWVc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iTxWVc [class*="left-edge-"],.iTxWVc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iTxWVc [class*="top-edge-"]{top:0;}.iTxWVc [class*="bottom-edge-"]{bottom:0;}.iTxWVc [class*="left-edge-"]{left:0;}.iTxWVc [class*="right-edge-"]{right:0;}.iTxWVc .bottom-edge-0{width:0%;}@media (min-width:30em){.iTxWVc .bottom-edge-0{width:100%;height:60px;margin-bottom:10px;background-color:#2a638f;}}@media (min-width:60em){.iTxWVc .bottom-edge-0{width:100%;height:60px;margin-bottom:10px;background-color:#2a638f;}}

.jCOoAk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jCOoAk [class*="-corner-"],.jCOoAk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jCOoAk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jCOoAk [class*="bottom-left-corner"],.jCOoAk [class*="bottom-right-corner"]{bottom:0;}.jCOoAk [class*="top-left-corner"],.jCOoAk [class*="top-right-corner"]{top:0;}.jCOoAk [class*="-left-corner-"]{left:0;}.jCOoAk [class*="-right-corner-"]{right:0;}.jCOoAk [class*="top-left-corner-"]{background-position:0 0;}.jCOoAk [class*="top-right-corner-"]{background-position:100% 0;}.jCOoAk [class*="bottom-left-corner-"]{background-position:0 100%;}.jCOoAk [class*="bottom-right-corner-"]{background-position:100% 100%;}.jCOoAk [class*="top-edge-"],.jCOoAk [class*="bottom-edge-"],.jCOoAk [class*="left-edge-"],.jCOoAk [class*="right-edge-"]{margin:auto;}.jCOoAk [class*="top-edge-"],.jCOoAk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jCOoAk [class*="left-edge-"],.jCOoAk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jCOoAk [class*="top-edge-"]{top:0;}.jCOoAk [class*="bottom-edge-"]{bottom:0;}.jCOoAk [class*="left-edge-"]{left:0;}.jCOoAk [class*="right-edge-"]{right:0;}.jCOoAk .bottom-edge-0{width:100%;height:100%;z-index:3;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.uUcLX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.uUcLX [class*="-corner-"],.uUcLX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.uUcLX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.uUcLX [class*="bottom-left-corner"],.uUcLX [class*="bottom-right-corner"]{bottom:0;}.uUcLX [class*="top-left-corner"],.uUcLX [class*="top-right-corner"]{top:0;}.uUcLX [class*="-left-corner-"]{left:0;}.uUcLX [class*="-right-corner-"]{right:0;}.uUcLX [class*="top-left-corner-"]{background-position:0 0;}.uUcLX [class*="top-right-corner-"]{background-position:100% 0;}.uUcLX [class*="bottom-left-corner-"]{background-position:0 100%;}.uUcLX [class*="bottom-right-corner-"]{background-position:100% 100%;}.uUcLX [class*="top-edge-"],.uUcLX [class*="bottom-edge-"],.uUcLX [class*="left-edge-"],.uUcLX [class*="right-edge-"]{margin:auto;}.uUcLX [class*="top-edge-"],.uUcLX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.uUcLX [class*="left-edge-"],.uUcLX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.uUcLX [class*="top-edge-"]{top:0;}.uUcLX [class*="bottom-edge-"]{bottom:0;}.uUcLX [class*="left-edge-"]{left:0;}.uUcLX [class*="right-edge-"]{right:0;}.uUcLX .top-edge-0{height:200px;margin-top:30px;opacity:0.1;background-image:url('https://assets.digital.vistaprint.com/production/5599dfdf-6a7d-4998-a719-72a3add11217');background-repeat:no-repeat;background-position:50% 0;}

.kZpoUd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kZpoUd [class*="-corner-"],.kZpoUd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kZpoUd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kZpoUd [class*="bottom-left-corner"],.kZpoUd [class*="bottom-right-corner"]{bottom:0;}.kZpoUd [class*="top-left-corner"],.kZpoUd [class*="top-right-corner"]{top:0;}.kZpoUd [class*="-left-corner-"]{left:0;}.kZpoUd [class*="-right-corner-"]{right:0;}.kZpoUd [class*="top-left-corner-"]{background-position:0 0;}.kZpoUd [class*="top-right-corner-"]{background-position:100% 0;}.kZpoUd [class*="bottom-left-corner-"]{background-position:0 100%;}.kZpoUd [class*="bottom-right-corner-"]{background-position:100% 100%;}.kZpoUd [class*="top-edge-"],.kZpoUd [class*="bottom-edge-"],.kZpoUd [class*="left-edge-"],.kZpoUd [class*="right-edge-"]{margin:auto;}.kZpoUd [class*="top-edge-"],.kZpoUd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kZpoUd [class*="left-edge-"],.kZpoUd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kZpoUd [class*="top-edge-"]{top:0;}.kZpoUd [class*="bottom-edge-"]{bottom:0;}.kZpoUd [class*="left-edge-"]{left:0;}.kZpoUd [class*="right-edge-"]{right:0;}.kZpoUd .top-edge-0{width:97%;height:4px;margin-top:1.5%;background-image:url('https://assets.digital.vistaprint.com/production/8d22a1a9-5a96-4589-b6df-e87c84d89a6c');background-size:contain;background-repeat:x repeat;}.kZpoUd .left-edge-0{width:4px;height:90%;margin-left:1.5%;background-image:url('https://assets.digital.vistaprint.com/production/348de759-1123-41ef-ad18-43417a5c033b');background-size:contain;background-repeat:x repeat;}.kZpoUd .right-edge-0{width:4px;height:90%;margin-right:1.5%;background-image:url('https://assets.digital.vistaprint.com/production/348de759-1123-41ef-ad18-43417a5c033b');background-size:contain;background-repeat:x repeat;}.kZpoUd .bottom-edge-0{width:97%;height:4px;margin-bottom:1.5%;background-image:url('https://assets.digital.vistaprint.com/production/8d22a1a9-5a96-4589-b6df-e87c84d89a6c');background-size:contain;background-repeat:x repeat;}.kZpoUd .top-left-corner-0{width:35px;height:35px;margin-left:5%;margin-top:5%;background-image:url('https://assets.digital.vistaprint.com/production/0e17294f-debe-41c3-b8da-71658f698d17');background-size:contain;}@media (min-width:30em){.kZpoUd .top-left-corner-0{width:40px;height:40px;margin-left:3%;margin-top:3%;}}@media (min-width:60em){.kZpoUd .top-left-corner-0{width:60px;height:60px;margin-left:2%;margin-top:2%;}}.kZpoUd .top-right-corner-0{width:35px;height:35px;margin-right:5%;margin-top:5%;background-image:url('https://assets.digital.vistaprint.com/production/c3e9ab3a-1591-4a20-9470-f77fdb9c0f77');background-size:contain;}@media (min-width:30em){.kZpoUd .top-right-corner-0{width:40px;height:40px;margin-right:3%;margin-top:3%;}}@media (min-width:60em){.kZpoUd .top-right-corner-0{width:60px;height:60px;margin-right:2%;margin-top:2%;}}.kZpoUd .bottom-left-corner-0{width:35px;height:35px;margin-left:5%;margin-bottom:5%;background-image:url('https://assets.digital.vistaprint.com/production/afa83a71-edf8-4cd5-b959-7d6a0ac10db7');background-size:contain;}@media (min-width:30em){.kZpoUd .bottom-left-corner-0{width:40px;height:40px;margin-left:3%;margin-bottom:3%;}}@media (min-width:60em){.kZpoUd .bottom-left-corner-0{width:60px;height:60px;margin-left:2%;margin-bottom:2%;}}.kZpoUd .bottom-right-corner-0{width:35px;height:35px;margin-right:5%;margin-bottom:5%;background-image:url('https://assets.digital.vistaprint.com/production/6b306b36-4a45-48c7-a10e-5c2bca038920');background-size:contain;}@media (min-width:30em){.kZpoUd .bottom-right-corner-0{width:40px;height:40px;margin-right:3%;margin-bottom:3%;}}@media (min-width:60em){.kZpoUd .bottom-right-corner-0{width:60px;height:60px;margin-right:2%;margin-bottom:2%;}}

.dEnzEN{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dEnzEN [class*="-corner-"],.dEnzEN [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dEnzEN [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dEnzEN [class*="bottom-left-corner"],.dEnzEN [class*="bottom-right-corner"]{bottom:0;}.dEnzEN [class*="top-left-corner"],.dEnzEN [class*="top-right-corner"]{top:0;}.dEnzEN [class*="-left-corner-"]{left:0;}.dEnzEN [class*="-right-corner-"]{right:0;}.dEnzEN [class*="top-left-corner-"]{background-position:0 0;}.dEnzEN [class*="top-right-corner-"]{background-position:100% 0;}.dEnzEN [class*="bottom-left-corner-"]{background-position:0 100%;}.dEnzEN [class*="bottom-right-corner-"]{background-position:100% 100%;}.dEnzEN [class*="top-edge-"],.dEnzEN [class*="bottom-edge-"],.dEnzEN [class*="left-edge-"],.dEnzEN [class*="right-edge-"]{margin:auto;}.dEnzEN [class*="top-edge-"],.dEnzEN [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dEnzEN [class*="left-edge-"],.dEnzEN [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dEnzEN [class*="top-edge-"]{top:0;}.dEnzEN [class*="bottom-edge-"]{bottom:0;}.dEnzEN [class*="left-edge-"]{left:0;}.dEnzEN [class*="right-edge-"]{right:0;}.dEnzEN .top-edge-0{width:120%;height:80%;margin-left:0px;margin-top:0%;background-image:url('https://assets.digital.vistaprint.com/production/8b8f4a7d-05ba-4628-992d-692660ec6ee3');background-repeat:no-repeat;background-position:10% 0;}@media (min-width:30em){.dEnzEN .top-edge-0{width:60%;height:10%;margin-left:155px;margin-top:0%;background-image:url('https://assets.digital.vistaprint.com/production/8b8f4a7d-05ba-4628-992d-692660ec6ee3');background-repeat:no-repeat;}}@media (min-width:60em){.dEnzEN .top-edge-0{width:40%;height:10%;margin-left:570px;margin-top:0%;background-image:url('https://assets.digital.vistaprint.com/production/8b8f4a7d-05ba-4628-992d-692660ec6ee3');background-repeat:no-repeat;}}

.hmInYq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hmInYq [class*="-corner-"],.hmInYq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hmInYq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hmInYq [class*="bottom-left-corner"],.hmInYq [class*="bottom-right-corner"]{bottom:0;}.hmInYq [class*="top-left-corner"],.hmInYq [class*="top-right-corner"]{top:0;}.hmInYq [class*="-left-corner-"]{left:0;}.hmInYq [class*="-right-corner-"]{right:0;}.hmInYq [class*="top-left-corner-"]{background-position:0 0;}.hmInYq [class*="top-right-corner-"]{background-position:100% 0;}.hmInYq [class*="bottom-left-corner-"]{background-position:0 100%;}.hmInYq [class*="bottom-right-corner-"]{background-position:100% 100%;}.hmInYq [class*="top-edge-"],.hmInYq [class*="bottom-edge-"],.hmInYq [class*="left-edge-"],.hmInYq [class*="right-edge-"]{margin:auto;}.hmInYq [class*="top-edge-"],.hmInYq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hmInYq [class*="left-edge-"],.hmInYq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hmInYq [class*="top-edge-"]{top:0;}.hmInYq [class*="bottom-edge-"]{bottom:0;}.hmInYq [class*="left-edge-"]{left:0;}.hmInYq [class*="right-edge-"]{right:0;}.hmInYq .right-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/27977b42-c11b-47ea-9eaa-7c5448949b11');background-size:contain;}@media (min-width:30em){.hmInYq .right-edge-0{width:150px;height:691px;margin-right:-400px;}}@media (min-width:60em){.hmInYq .right-edge-0{width:217px;height:1000px;margin-right:40px;}}

.ftpWkq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ftpWkq [class*="-corner-"],.ftpWkq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ftpWkq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ftpWkq [class*="bottom-left-corner"],.ftpWkq [class*="bottom-right-corner"]{bottom:0;}.ftpWkq [class*="top-left-corner"],.ftpWkq [class*="top-right-corner"]{top:0;}.ftpWkq [class*="-left-corner-"]{left:0;}.ftpWkq [class*="-right-corner-"]{right:0;}.ftpWkq [class*="top-left-corner-"]{background-position:0 0;}.ftpWkq [class*="top-right-corner-"]{background-position:100% 0;}.ftpWkq [class*="bottom-left-corner-"]{background-position:0 100%;}.ftpWkq [class*="bottom-right-corner-"]{background-position:100% 100%;}.ftpWkq [class*="top-edge-"],.ftpWkq [class*="bottom-edge-"],.ftpWkq [class*="left-edge-"],.ftpWkq [class*="right-edge-"]{margin:auto;}.ftpWkq [class*="top-edge-"],.ftpWkq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ftpWkq [class*="left-edge-"],.ftpWkq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ftpWkq [class*="top-edge-"]{top:0;}.ftpWkq [class*="bottom-edge-"]{bottom:0;}.ftpWkq [class*="left-edge-"]{left:0;}.ftpWkq [class*="right-edge-"]{right:0;}.ftpWkq .top-edge-0{width:100%;height:3px;background-color:#000000;}.ftpWkq .bottom-edge-0{width:100%;height:3px;background-color:#000000;}

.tpERR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.tpERR [class*="-corner-"],.tpERR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.tpERR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.tpERR [class*="bottom-left-corner"],.tpERR [class*="bottom-right-corner"]{bottom:0;}.tpERR [class*="top-left-corner"],.tpERR [class*="top-right-corner"]{top:0;}.tpERR [class*="-left-corner-"]{left:0;}.tpERR [class*="-right-corner-"]{right:0;}.tpERR [class*="top-left-corner-"]{background-position:0 0;}.tpERR [class*="top-right-corner-"]{background-position:100% 0;}.tpERR [class*="bottom-left-corner-"]{background-position:0 100%;}.tpERR [class*="bottom-right-corner-"]{background-position:100% 100%;}.tpERR [class*="top-edge-"],.tpERR [class*="bottom-edge-"],.tpERR [class*="left-edge-"],.tpERR [class*="right-edge-"]{margin:auto;}.tpERR [class*="top-edge-"],.tpERR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.tpERR [class*="left-edge-"],.tpERR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.tpERR [class*="top-edge-"]{top:0;}.tpERR [class*="bottom-edge-"]{bottom:0;}.tpERR [class*="left-edge-"]{left:0;}.tpERR [class*="right-edge-"]{right:0;}.tpERR .bottom-edge-0{width:25%;height:15%;margin-bottom:-25px;background-image:url('https://assets.digital.vistaprint.com/production/f9dc524a-1d39-42f6-99da-c7b8f1c11471');background-size:contain;background-repeat:no-repeat;}

.iGjyHn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iGjyHn [class*="-corner-"],.iGjyHn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iGjyHn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iGjyHn [class*="bottom-left-corner"],.iGjyHn [class*="bottom-right-corner"]{bottom:0;}.iGjyHn [class*="top-left-corner"],.iGjyHn [class*="top-right-corner"]{top:0;}.iGjyHn [class*="-left-corner-"]{left:0;}.iGjyHn [class*="-right-corner-"]{right:0;}.iGjyHn [class*="top-left-corner-"]{background-position:0 0;}.iGjyHn [class*="top-right-corner-"]{background-position:100% 0;}.iGjyHn [class*="bottom-left-corner-"]{background-position:0 100%;}.iGjyHn [class*="bottom-right-corner-"]{background-position:100% 100%;}.iGjyHn [class*="top-edge-"],.iGjyHn [class*="bottom-edge-"],.iGjyHn [class*="left-edge-"],.iGjyHn [class*="right-edge-"]{margin:auto;}.iGjyHn [class*="top-edge-"],.iGjyHn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iGjyHn [class*="left-edge-"],.iGjyHn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iGjyHn [class*="top-edge-"]{top:0;}.iGjyHn [class*="bottom-edge-"]{bottom:0;}.iGjyHn [class*="left-edge-"]{left:0;}.iGjyHn [class*="right-edge-"]{right:0;}.iGjyHn .bottom-edge-0{width:100%;height:5px;background-color:#535971;}

.cOWmcO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cOWmcO [class*="-corner-"],.cOWmcO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cOWmcO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cOWmcO [class*="bottom-left-corner"],.cOWmcO [class*="bottom-right-corner"]{bottom:0;}.cOWmcO [class*="top-left-corner"],.cOWmcO [class*="top-right-corner"]{top:0;}.cOWmcO [class*="-left-corner-"]{left:0;}.cOWmcO [class*="-right-corner-"]{right:0;}.cOWmcO [class*="top-left-corner-"]{background-position:0 0;}.cOWmcO [class*="top-right-corner-"]{background-position:100% 0;}.cOWmcO [class*="bottom-left-corner-"]{background-position:0 100%;}.cOWmcO [class*="bottom-right-corner-"]{background-position:100% 100%;}.cOWmcO [class*="top-edge-"],.cOWmcO [class*="bottom-edge-"],.cOWmcO [class*="left-edge-"],.cOWmcO [class*="right-edge-"]{margin:auto;}.cOWmcO [class*="top-edge-"],.cOWmcO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cOWmcO [class*="left-edge-"],.cOWmcO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cOWmcO [class*="top-edge-"]{top:0;}.cOWmcO [class*="bottom-edge-"]{bottom:0;}.cOWmcO [class*="left-edge-"]{left:0;}.cOWmcO [class*="right-edge-"]{right:0;}.cOWmcO .top-edge-0{width:100%;height:2px;margin-top:5px;background-color:#535971;}.cOWmcO .bottom-edge-0{width:100%;height:2px;margin-bottom:5px;background-color:#535971;}

.dEWvLm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dEWvLm [class*="-corner-"],.dEWvLm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dEWvLm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dEWvLm [class*="bottom-left-corner"],.dEWvLm [class*="bottom-right-corner"]{bottom:0;}.dEWvLm [class*="top-left-corner"],.dEWvLm [class*="top-right-corner"]{top:0;}.dEWvLm [class*="-left-corner-"]{left:0;}.dEWvLm [class*="-right-corner-"]{right:0;}.dEWvLm [class*="top-left-corner-"]{background-position:0 0;}.dEWvLm [class*="top-right-corner-"]{background-position:100% 0;}.dEWvLm [class*="bottom-left-corner-"]{background-position:0 100%;}.dEWvLm [class*="bottom-right-corner-"]{background-position:100% 100%;}.dEWvLm [class*="top-edge-"],.dEWvLm [class*="bottom-edge-"],.dEWvLm [class*="left-edge-"],.dEWvLm [class*="right-edge-"]{margin:auto;}.dEWvLm [class*="top-edge-"],.dEWvLm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dEWvLm [class*="left-edge-"],.dEWvLm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dEWvLm [class*="top-edge-"]{top:0;}.dEWvLm [class*="bottom-edge-"]{bottom:0;}.dEWvLm [class*="left-edge-"]{left:0;}.dEWvLm [class*="right-edge-"]{right:0;}.dEWvLm .bottom-edge-0{width:500px;height:1px;background-color:black;}

.gMPkYe{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gMPkYe [class*="-corner-"],.gMPkYe [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gMPkYe [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gMPkYe [class*="bottom-left-corner"],.gMPkYe [class*="bottom-right-corner"]{bottom:0;}.gMPkYe [class*="top-left-corner"],.gMPkYe [class*="top-right-corner"]{top:0;}.gMPkYe [class*="-left-corner-"]{left:0;}.gMPkYe [class*="-right-corner-"]{right:0;}.gMPkYe [class*="top-left-corner-"]{background-position:0 0;}.gMPkYe [class*="top-right-corner-"]{background-position:100% 0;}.gMPkYe [class*="bottom-left-corner-"]{background-position:0 100%;}.gMPkYe [class*="bottom-right-corner-"]{background-position:100% 100%;}.gMPkYe [class*="top-edge-"],.gMPkYe [class*="bottom-edge-"],.gMPkYe [class*="left-edge-"],.gMPkYe [class*="right-edge-"]{margin:auto;}.gMPkYe [class*="top-edge-"],.gMPkYe [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gMPkYe [class*="left-edge-"],.gMPkYe [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gMPkYe [class*="top-edge-"]{top:0;}.gMPkYe [class*="bottom-edge-"]{bottom:0;}.gMPkYe [class*="left-edge-"]{left:0;}.gMPkYe [class*="right-edge-"]{right:0;}.gMPkYe .top-edge-0{width:1100px;height:81px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/c260980f-4e09-4647-aac4-e80d6b774836');background-repeat:no-repeat;}

.eUQbrm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eUQbrm [class*="-corner-"],.eUQbrm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eUQbrm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eUQbrm [class*="bottom-left-corner"],.eUQbrm [class*="bottom-right-corner"]{bottom:0;}.eUQbrm [class*="top-left-corner"],.eUQbrm [class*="top-right-corner"]{top:0;}.eUQbrm [class*="-left-corner-"]{left:0;}.eUQbrm [class*="-right-corner-"]{right:0;}.eUQbrm [class*="top-left-corner-"]{background-position:0 0;}.eUQbrm [class*="top-right-corner-"]{background-position:100% 0;}.eUQbrm [class*="bottom-left-corner-"]{background-position:0 100%;}.eUQbrm [class*="bottom-right-corner-"]{background-position:100% 100%;}.eUQbrm [class*="top-edge-"],.eUQbrm [class*="bottom-edge-"],.eUQbrm [class*="left-edge-"],.eUQbrm [class*="right-edge-"]{margin:auto;}.eUQbrm [class*="top-edge-"],.eUQbrm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eUQbrm [class*="left-edge-"],.eUQbrm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eUQbrm [class*="top-edge-"]{top:0;}.eUQbrm [class*="bottom-edge-"]{bottom:0;}.eUQbrm [class*="left-edge-"]{left:0;}.eUQbrm [class*="right-edge-"]{right:0;}.eUQbrm .top-edge-0{width:1100px;height:81px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/4ba2a7c1-97d6-458c-9225-85b02aa30aec');background-repeat:no-repeat;}.eUQbrm .bottom-edge-0{width:1100px;height:81px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/e1e488a3-b543-4a7e-9be3-2164f2bc343f');background-repeat:no-repeat;}

.gvkycM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gvkycM [class*="-corner-"],.gvkycM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gvkycM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gvkycM [class*="bottom-left-corner"],.gvkycM [class*="bottom-right-corner"]{bottom:0;}.gvkycM [class*="top-left-corner"],.gvkycM [class*="top-right-corner"]{top:0;}.gvkycM [class*="-left-corner-"]{left:0;}.gvkycM [class*="-right-corner-"]{right:0;}.gvkycM [class*="top-left-corner-"]{background-position:0 0;}.gvkycM [class*="top-right-corner-"]{background-position:100% 0;}.gvkycM [class*="bottom-left-corner-"]{background-position:0 100%;}.gvkycM [class*="bottom-right-corner-"]{background-position:100% 100%;}.gvkycM [class*="top-edge-"],.gvkycM [class*="bottom-edge-"],.gvkycM [class*="left-edge-"],.gvkycM [class*="right-edge-"]{margin:auto;}.gvkycM [class*="top-edge-"],.gvkycM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gvkycM [class*="left-edge-"],.gvkycM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gvkycM [class*="top-edge-"]{top:0;}.gvkycM [class*="bottom-edge-"]{bottom:0;}.gvkycM [class*="left-edge-"]{left:0;}.gvkycM [class*="right-edge-"]{right:0;}.gvkycM .bottom-edge-0{width:100%;height:1%;background-image:url('https://assets.digital.vistaprint.com/production/a7732f35-51bc-443a-acd0-210672d7c3b4');background-size:120%;background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.gvkycM .bottom-edge-0{width:100%;height:4%;background-image:url('https://assets.digital.vistaprint.com/production/a7732f35-51bc-443a-acd0-210672d7c3b4');background-size:120%;background-repeat:no-repeat;background-position:50% 0;}}@media (min-width:60em){.gvkycM .bottom-edge-0{width:100%;height:4%;background-image:url('https://assets.digital.vistaprint.com/production/a7732f35-51bc-443a-acd0-210672d7c3b4');background-size:120%;background-repeat:no-repeat;background-position:50% 0;}}

.eAdfpp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eAdfpp [class*="-corner-"],.eAdfpp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eAdfpp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eAdfpp [class*="bottom-left-corner"],.eAdfpp [class*="bottom-right-corner"]{bottom:0;}.eAdfpp [class*="top-left-corner"],.eAdfpp [class*="top-right-corner"]{top:0;}.eAdfpp [class*="-left-corner-"]{left:0;}.eAdfpp [class*="-right-corner-"]{right:0;}.eAdfpp [class*="top-left-corner-"]{background-position:0 0;}.eAdfpp [class*="top-right-corner-"]{background-position:100% 0;}.eAdfpp [class*="bottom-left-corner-"]{background-position:0 100%;}.eAdfpp [class*="bottom-right-corner-"]{background-position:100% 100%;}.eAdfpp [class*="top-edge-"],.eAdfpp [class*="bottom-edge-"],.eAdfpp [class*="left-edge-"],.eAdfpp [class*="right-edge-"]{margin:auto;}.eAdfpp [class*="top-edge-"],.eAdfpp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eAdfpp [class*="left-edge-"],.eAdfpp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eAdfpp [class*="top-edge-"]{top:0;}.eAdfpp [class*="bottom-edge-"]{bottom:0;}.eAdfpp [class*="left-edge-"]{left:0;}.eAdfpp [class*="right-edge-"]{right:0;}.eAdfpp .top-edge-0{width:100%;height:8px;margin-top:-2px;background-image:url('https://assets.digital.vistaprint.com/production/c274448d-be8d-4d0e-86fb-fce44335f26b');background-size:contain;background-repeat:no-repeat;}

.fRJIqp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fRJIqp [class*="-corner-"],.fRJIqp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fRJIqp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fRJIqp [class*="bottom-left-corner"],.fRJIqp [class*="bottom-right-corner"]{bottom:0;}.fRJIqp [class*="top-left-corner"],.fRJIqp [class*="top-right-corner"]{top:0;}.fRJIqp [class*="-left-corner-"]{left:0;}.fRJIqp [class*="-right-corner-"]{right:0;}.fRJIqp [class*="top-left-corner-"]{background-position:0 0;}.fRJIqp [class*="top-right-corner-"]{background-position:100% 0;}.fRJIqp [class*="bottom-left-corner-"]{background-position:0 100%;}.fRJIqp [class*="bottom-right-corner-"]{background-position:100% 100%;}.fRJIqp [class*="top-edge-"],.fRJIqp [class*="bottom-edge-"],.fRJIqp [class*="left-edge-"],.fRJIqp [class*="right-edge-"]{margin:auto;}.fRJIqp [class*="top-edge-"],.fRJIqp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fRJIqp [class*="left-edge-"],.fRJIqp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fRJIqp [class*="top-edge-"]{top:0;}.fRJIqp [class*="bottom-edge-"]{bottom:0;}.fRJIqp [class*="left-edge-"]{left:0;}.fRJIqp [class*="right-edge-"]{right:0;}.fRJIqp .top-edge-0{width:100%;height:100%;opacity:0.9;background-color:#ffffff;}@media (min-width:30em){.fRJIqp .top-edge-0{opacity:0.9;}}@media (min-width:60em){.fRJIqp .top-edge-0{opacity:0;}}

.kVeRy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kVeRy [class*="-corner-"],.kVeRy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kVeRy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kVeRy [class*="bottom-left-corner"],.kVeRy [class*="bottom-right-corner"]{bottom:0;}.kVeRy [class*="top-left-corner"],.kVeRy [class*="top-right-corner"]{top:0;}.kVeRy [class*="-left-corner-"]{left:0;}.kVeRy [class*="-right-corner-"]{right:0;}.kVeRy [class*="top-left-corner-"]{background-position:0 0;}.kVeRy [class*="top-right-corner-"]{background-position:100% 0;}.kVeRy [class*="bottom-left-corner-"]{background-position:0 100%;}.kVeRy [class*="bottom-right-corner-"]{background-position:100% 100%;}.kVeRy [class*="top-edge-"],.kVeRy [class*="bottom-edge-"],.kVeRy [class*="left-edge-"],.kVeRy [class*="right-edge-"]{margin:auto;}.kVeRy [class*="top-edge-"],.kVeRy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kVeRy [class*="left-edge-"],.kVeRy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kVeRy [class*="top-edge-"]{top:0;}.kVeRy [class*="bottom-edge-"]{bottom:0;}.kVeRy [class*="left-edge-"]{left:0;}.kVeRy [class*="right-edge-"]{right:0;}.kVeRy .top-edge-0{width:98%;height:1px;background-color:#9bc3b7;}.kVeRy .bottom-edge-0{width:98%;height:1px;background-color:#9bc3b7;}.kVeRy .top-left-corner-0{width:100%;height:100%;opacity:0.9;background-color:#ffffff;}@media (min-width:30em){.kVeRy .top-left-corner-0{opacity:0.9;}}@media (min-width:60em){.kVeRy .top-left-corner-0{opacity:0;}}

.jaahAF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jaahAF [class*="-corner-"],.jaahAF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jaahAF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jaahAF [class*="bottom-left-corner"],.jaahAF [class*="bottom-right-corner"]{bottom:0;}.jaahAF [class*="top-left-corner"],.jaahAF [class*="top-right-corner"]{top:0;}.jaahAF [class*="-left-corner-"]{left:0;}.jaahAF [class*="-right-corner-"]{right:0;}.jaahAF [class*="top-left-corner-"]{background-position:0 0;}.jaahAF [class*="top-right-corner-"]{background-position:100% 0;}.jaahAF [class*="bottom-left-corner-"]{background-position:0 100%;}.jaahAF [class*="bottom-right-corner-"]{background-position:100% 100%;}.jaahAF [class*="top-edge-"],.jaahAF [class*="bottom-edge-"],.jaahAF [class*="left-edge-"],.jaahAF [class*="right-edge-"]{margin:auto;}.jaahAF [class*="top-edge-"],.jaahAF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jaahAF [class*="left-edge-"],.jaahAF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jaahAF [class*="top-edge-"]{top:0;}.jaahAF [class*="bottom-edge-"]{bottom:0;}.jaahAF [class*="left-edge-"]{left:0;}.jaahAF [class*="right-edge-"]{right:0;}.jaahAF .bottom-left-corner-0{width:100%;height:100%;margin-left:0px;margin-bottom:-50px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/597693c9-e023-40ca-bd51-a20e9d7f50df');background-size:120%;background-repeat:no-repeat;background-position:50% 100%;}@media (min-width:30em){.jaahAF .bottom-left-corner-0{width:100%;height:100%;margin-left:0px;margin-bottom:-70px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/597693c9-e023-40ca-bd51-a20e9d7f50df');background-size:80%;background-repeat:no-repeat;background-position:50% 100%;}}@media (min-width:60em){.jaahAF .bottom-left-corner-0{width:100%;height:100%;margin-left:0px;margin-bottom:0px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/c532f928-fc68-448b-8dc8-596d3176e220');background-size:40%;background-repeat:no-repeat;background-position:-30% 40%;}}

.khroZA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.khroZA [class*="-corner-"],.khroZA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.khroZA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.khroZA [class*="bottom-left-corner"],.khroZA [class*="bottom-right-corner"]{bottom:0;}.khroZA [class*="top-left-corner"],.khroZA [class*="top-right-corner"]{top:0;}.khroZA [class*="-left-corner-"]{left:0;}.khroZA [class*="-right-corner-"]{right:0;}.khroZA [class*="top-left-corner-"]{background-position:0 0;}.khroZA [class*="top-right-corner-"]{background-position:100% 0;}.khroZA [class*="bottom-left-corner-"]{background-position:0 100%;}.khroZA [class*="bottom-right-corner-"]{background-position:100% 100%;}.khroZA [class*="top-edge-"],.khroZA [class*="bottom-edge-"],.khroZA [class*="left-edge-"],.khroZA [class*="right-edge-"]{margin:auto;}.khroZA [class*="top-edge-"],.khroZA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.khroZA [class*="left-edge-"],.khroZA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.khroZA [class*="top-edge-"]{top:0;}.khroZA [class*="bottom-edge-"]{bottom:0;}.khroZA [class*="left-edge-"]{left:0;}.khroZA [class*="right-edge-"]{right:0;}.khroZA .bottom-edge-0{width:100%;height:140px;background-color:#FFFFFF;}

.ichnhz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ichnhz [class*="-corner-"],.ichnhz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ichnhz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ichnhz [class*="bottom-left-corner"],.ichnhz [class*="bottom-right-corner"]{bottom:0;}.ichnhz [class*="top-left-corner"],.ichnhz [class*="top-right-corner"]{top:0;}.ichnhz [class*="-left-corner-"]{left:0;}.ichnhz [class*="-right-corner-"]{right:0;}.ichnhz [class*="top-left-corner-"]{background-position:0 0;}.ichnhz [class*="top-right-corner-"]{background-position:100% 0;}.ichnhz [class*="bottom-left-corner-"]{background-position:0 100%;}.ichnhz [class*="bottom-right-corner-"]{background-position:100% 100%;}.ichnhz [class*="top-edge-"],.ichnhz [class*="bottom-edge-"],.ichnhz [class*="left-edge-"],.ichnhz [class*="right-edge-"]{margin:auto;}.ichnhz [class*="top-edge-"],.ichnhz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ichnhz [class*="left-edge-"],.ichnhz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ichnhz [class*="top-edge-"]{top:0;}.ichnhz [class*="bottom-edge-"]{bottom:0;}.ichnhz [class*="left-edge-"]{left:0;}.ichnhz [class*="right-edge-"]{right:0;}.ichnhz .left-edge-0{width:10px;background-color:#6ABEA0;}.ichnhz .top-left-corner-0{width:300px;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/ee86e5b3-2fc3-4d4f-9c4e-3dd038141332');}.ichnhz .top-right-corner-0{width:300px;margin-right:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/637750a0-d238-444e-a7c1-53caf46ba6ef');}.ichnhz .bottom-left-corner-0{width:300px;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/9cf13529-5982-4de2-bdd0-ab2cfd54a47e');}.ichnhz .bottom-right-corner-0{width:300px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/829a6cbf-32c3-44b3-af10-5cd796ef04f8');}

.heCDdg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.heCDdg [class*="-corner-"],.heCDdg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.heCDdg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.heCDdg [class*="bottom-left-corner"],.heCDdg [class*="bottom-right-corner"]{bottom:0;}.heCDdg [class*="top-left-corner"],.heCDdg [class*="top-right-corner"]{top:0;}.heCDdg [class*="-left-corner-"]{left:0;}.heCDdg [class*="-right-corner-"]{right:0;}.heCDdg [class*="top-left-corner-"]{background-position:0 0;}.heCDdg [class*="top-right-corner-"]{background-position:100% 0;}.heCDdg [class*="bottom-left-corner-"]{background-position:0 100%;}.heCDdg [class*="bottom-right-corner-"]{background-position:100% 100%;}.heCDdg [class*="top-edge-"],.heCDdg [class*="bottom-edge-"],.heCDdg [class*="left-edge-"],.heCDdg [class*="right-edge-"]{margin:auto;}.heCDdg [class*="top-edge-"],.heCDdg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.heCDdg [class*="left-edge-"],.heCDdg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.heCDdg [class*="top-edge-"]{top:0;}.heCDdg [class*="bottom-edge-"]{bottom:0;}.heCDdg [class*="left-edge-"]{left:0;}.heCDdg [class*="right-edge-"]{right:0;}.heCDdg .top-edge-0{height:10px;background-color:#6ABEA0;}

.crfMwL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.crfMwL [class*="-corner-"],.crfMwL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.crfMwL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.crfMwL [class*="bottom-left-corner"],.crfMwL [class*="bottom-right-corner"]{bottom:0;}.crfMwL [class*="top-left-corner"],.crfMwL [class*="top-right-corner"]{top:0;}.crfMwL [class*="-left-corner-"]{left:0;}.crfMwL [class*="-right-corner-"]{right:0;}.crfMwL [class*="top-left-corner-"]{background-position:0 0;}.crfMwL [class*="top-right-corner-"]{background-position:100% 0;}.crfMwL [class*="bottom-left-corner-"]{background-position:0 100%;}.crfMwL [class*="bottom-right-corner-"]{background-position:100% 100%;}.crfMwL [class*="top-edge-"],.crfMwL [class*="bottom-edge-"],.crfMwL [class*="left-edge-"],.crfMwL [class*="right-edge-"]{margin:auto;}.crfMwL [class*="top-edge-"],.crfMwL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.crfMwL [class*="left-edge-"],.crfMwL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.crfMwL [class*="top-edge-"]{top:0;}.crfMwL [class*="bottom-edge-"]{bottom:0;}.crfMwL [class*="left-edge-"]{left:0;}.crfMwL [class*="right-edge-"]{right:0;}.crfMwL .top-edge-0{height:100px;margin-top:-10px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/ad4cfda5-d6b3-4f5f-be77-2b36240a92b7');}.crfMwL .left-edge-0{width:10px;background-color:#6ABEA0;}.crfMwL .right-edge-0{width:10px;background-color:#6ABEA0;}

.kleIaG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kleIaG [class*="-corner-"],.kleIaG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kleIaG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kleIaG [class*="bottom-left-corner"],.kleIaG [class*="bottom-right-corner"]{bottom:0;}.kleIaG [class*="top-left-corner"],.kleIaG [class*="top-right-corner"]{top:0;}.kleIaG [class*="-left-corner-"]{left:0;}.kleIaG [class*="-right-corner-"]{right:0;}.kleIaG [class*="top-left-corner-"]{background-position:0 0;}.kleIaG [class*="top-right-corner-"]{background-position:100% 0;}.kleIaG [class*="bottom-left-corner-"]{background-position:0 100%;}.kleIaG [class*="bottom-right-corner-"]{background-position:100% 100%;}.kleIaG [class*="top-edge-"],.kleIaG [class*="bottom-edge-"],.kleIaG [class*="left-edge-"],.kleIaG [class*="right-edge-"]{margin:auto;}.kleIaG [class*="top-edge-"],.kleIaG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kleIaG [class*="left-edge-"],.kleIaG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kleIaG [class*="top-edge-"]{top:0;}.kleIaG [class*="bottom-edge-"]{bottom:0;}.kleIaG [class*="left-edge-"]{left:0;}.kleIaG [class*="right-edge-"]{right:0;}.kleIaG .bottom-edge-0{height:2px;background-color:#ca242b;}

.kJXszi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kJXszi [class*="-corner-"],.kJXszi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kJXszi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kJXszi [class*="bottom-left-corner"],.kJXszi [class*="bottom-right-corner"]{bottom:0;}.kJXszi [class*="top-left-corner"],.kJXszi [class*="top-right-corner"]{top:0;}.kJXszi [class*="-left-corner-"]{left:0;}.kJXszi [class*="-right-corner-"]{right:0;}.kJXszi [class*="top-left-corner-"]{background-position:0 0;}.kJXszi [class*="top-right-corner-"]{background-position:100% 0;}.kJXszi [class*="bottom-left-corner-"]{background-position:0 100%;}.kJXszi [class*="bottom-right-corner-"]{background-position:100% 100%;}.kJXszi [class*="top-edge-"],.kJXszi [class*="bottom-edge-"],.kJXszi [class*="left-edge-"],.kJXszi [class*="right-edge-"]{margin:auto;}.kJXszi [class*="top-edge-"],.kJXszi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kJXszi [class*="left-edge-"],.kJXszi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kJXszi [class*="top-edge-"]{top:0;}.kJXszi [class*="bottom-edge-"]{bottom:0;}.kJXszi [class*="left-edge-"]{left:0;}.kJXszi [class*="right-edge-"]{right:0;}.kJXszi .top-edge-0{height:2px;background-color:#ca242b;}

.bseMEj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bseMEj [class*="-corner-"],.bseMEj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bseMEj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bseMEj [class*="bottom-left-corner"],.bseMEj [class*="bottom-right-corner"]{bottom:0;}.bseMEj [class*="top-left-corner"],.bseMEj [class*="top-right-corner"]{top:0;}.bseMEj [class*="-left-corner-"]{left:0;}.bseMEj [class*="-right-corner-"]{right:0;}.bseMEj [class*="top-left-corner-"]{background-position:0 0;}.bseMEj [class*="top-right-corner-"]{background-position:100% 0;}.bseMEj [class*="bottom-left-corner-"]{background-position:0 100%;}.bseMEj [class*="bottom-right-corner-"]{background-position:100% 100%;}.bseMEj [class*="top-edge-"],.bseMEj [class*="bottom-edge-"],.bseMEj [class*="left-edge-"],.bseMEj [class*="right-edge-"]{margin:auto;}.bseMEj [class*="top-edge-"],.bseMEj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bseMEj [class*="left-edge-"],.bseMEj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bseMEj [class*="top-edge-"]{top:0;}.bseMEj [class*="bottom-edge-"]{bottom:0;}.bseMEj [class*="left-edge-"]{left:0;}.bseMEj [class*="right-edge-"]{right:0;}.bseMEj .bottom-edge-0{width:100%;height:5px;background-color:white;}

.dFmjBq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dFmjBq [class*="-corner-"],.dFmjBq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dFmjBq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dFmjBq [class*="bottom-left-corner"],.dFmjBq [class*="bottom-right-corner"]{bottom:0;}.dFmjBq [class*="top-left-corner"],.dFmjBq [class*="top-right-corner"]{top:0;}.dFmjBq [class*="-left-corner-"]{left:0;}.dFmjBq [class*="-right-corner-"]{right:0;}.dFmjBq [class*="top-left-corner-"]{background-position:0 0;}.dFmjBq [class*="top-right-corner-"]{background-position:100% 0;}.dFmjBq [class*="bottom-left-corner-"]{background-position:0 100%;}.dFmjBq [class*="bottom-right-corner-"]{background-position:100% 100%;}.dFmjBq [class*="top-edge-"],.dFmjBq [class*="bottom-edge-"],.dFmjBq [class*="left-edge-"],.dFmjBq [class*="right-edge-"]{margin:auto;}.dFmjBq [class*="top-edge-"],.dFmjBq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dFmjBq [class*="left-edge-"],.dFmjBq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dFmjBq [class*="top-edge-"]{top:0;}.dFmjBq [class*="bottom-edge-"]{bottom:0;}.dFmjBq [class*="left-edge-"]{left:0;}.dFmjBq [class*="right-edge-"]{right:0;}.dFmjBq .bottom-edge-0{width:2600px;height:64px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,1600x64/maxWidth/2000/https://assets.digital.vistaprint.com/production/be426680-5eee-4fcc-8e8a-9c50e8a48bc8');}

.kIteGB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kIteGB [class*="-corner-"],.kIteGB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kIteGB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kIteGB [class*="bottom-left-corner"],.kIteGB [class*="bottom-right-corner"]{bottom:0;}.kIteGB [class*="top-left-corner"],.kIteGB [class*="top-right-corner"]{top:0;}.kIteGB [class*="-left-corner-"]{left:0;}.kIteGB [class*="-right-corner-"]{right:0;}.kIteGB [class*="top-left-corner-"]{background-position:0 0;}.kIteGB [class*="top-right-corner-"]{background-position:100% 0;}.kIteGB [class*="bottom-left-corner-"]{background-position:0 100%;}.kIteGB [class*="bottom-right-corner-"]{background-position:100% 100%;}.kIteGB [class*="top-edge-"],.kIteGB [class*="bottom-edge-"],.kIteGB [class*="left-edge-"],.kIteGB [class*="right-edge-"]{margin:auto;}.kIteGB [class*="top-edge-"],.kIteGB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kIteGB [class*="left-edge-"],.kIteGB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kIteGB [class*="top-edge-"]{top:0;}.kIteGB [class*="bottom-edge-"]{bottom:0;}.kIteGB [class*="left-edge-"]{left:0;}.kIteGB [class*="right-edge-"]{right:0;}.kIteGB .bottom-edge-0{width:1600px;height:64px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,1600x64/maxWidth/2000/https://assets.digital.vistaprint.com/production/be426680-5eee-4fcc-8e8a-9c50e8a48bc8');}

.iQuyJz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iQuyJz [class*="-corner-"],.iQuyJz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iQuyJz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iQuyJz [class*="bottom-left-corner"],.iQuyJz [class*="bottom-right-corner"]{bottom:0;}.iQuyJz [class*="top-left-corner"],.iQuyJz [class*="top-right-corner"]{top:0;}.iQuyJz [class*="-left-corner-"]{left:0;}.iQuyJz [class*="-right-corner-"]{right:0;}.iQuyJz [class*="top-left-corner-"]{background-position:0 0;}.iQuyJz [class*="top-right-corner-"]{background-position:100% 0;}.iQuyJz [class*="bottom-left-corner-"]{background-position:0 100%;}.iQuyJz [class*="bottom-right-corner-"]{background-position:100% 100%;}.iQuyJz [class*="top-edge-"],.iQuyJz [class*="bottom-edge-"],.iQuyJz [class*="left-edge-"],.iQuyJz [class*="right-edge-"]{margin:auto;}.iQuyJz [class*="top-edge-"],.iQuyJz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iQuyJz [class*="left-edge-"],.iQuyJz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iQuyJz [class*="top-edge-"]{top:0;}.iQuyJz [class*="bottom-edge-"]{bottom:0;}.iQuyJz [class*="left-edge-"]{left:0;}.iQuyJz [class*="right-edge-"]{right:0;}.iQuyJz .top-edge-0{width:100%;height:5px;background-color:#005913;}

.cjkbXd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cjkbXd [class*="-corner-"],.cjkbXd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cjkbXd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cjkbXd [class*="bottom-left-corner"],.cjkbXd [class*="bottom-right-corner"]{bottom:0;}.cjkbXd [class*="top-left-corner"],.cjkbXd [class*="top-right-corner"]{top:0;}.cjkbXd [class*="-left-corner-"]{left:0;}.cjkbXd [class*="-right-corner-"]{right:0;}.cjkbXd [class*="top-left-corner-"]{background-position:0 0;}.cjkbXd [class*="top-right-corner-"]{background-position:100% 0;}.cjkbXd [class*="bottom-left-corner-"]{background-position:0 100%;}.cjkbXd [class*="bottom-right-corner-"]{background-position:100% 100%;}.cjkbXd [class*="top-edge-"],.cjkbXd [class*="bottom-edge-"],.cjkbXd [class*="left-edge-"],.cjkbXd [class*="right-edge-"]{margin:auto;}.cjkbXd [class*="top-edge-"],.cjkbXd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cjkbXd [class*="left-edge-"],.cjkbXd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cjkbXd [class*="top-edge-"]{top:0;}.cjkbXd [class*="bottom-edge-"]{bottom:0;}.cjkbXd [class*="left-edge-"]{left:0;}.cjkbXd [class*="right-edge-"]{right:0;}.cjkbXd .top-edge-0{width:100%;height:3px;background-color:#ffd27c;}.cjkbXd .bottom-edge-0{width:100%;height:3px;background-color:#ffd27c;}

.fAtrYm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fAtrYm [class*="-corner-"],.fAtrYm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fAtrYm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fAtrYm [class*="bottom-left-corner"],.fAtrYm [class*="bottom-right-corner"]{bottom:0;}.fAtrYm [class*="top-left-corner"],.fAtrYm [class*="top-right-corner"]{top:0;}.fAtrYm [class*="-left-corner-"]{left:0;}.fAtrYm [class*="-right-corner-"]{right:0;}.fAtrYm [class*="top-left-corner-"]{background-position:0 0;}.fAtrYm [class*="top-right-corner-"]{background-position:100% 0;}.fAtrYm [class*="bottom-left-corner-"]{background-position:0 100%;}.fAtrYm [class*="bottom-right-corner-"]{background-position:100% 100%;}.fAtrYm [class*="top-edge-"],.fAtrYm [class*="bottom-edge-"],.fAtrYm [class*="left-edge-"],.fAtrYm [class*="right-edge-"]{margin:auto;}.fAtrYm [class*="top-edge-"],.fAtrYm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fAtrYm [class*="left-edge-"],.fAtrYm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fAtrYm [class*="top-edge-"]{top:0;}.fAtrYm [class*="bottom-edge-"]{bottom:0;}.fAtrYm [class*="left-edge-"]{left:0;}.fAtrYm [class*="right-edge-"]{right:0;}.fAtrYm .top-edge-0{height:40px;margin-top:50px;background-image:url('https://assets.digital.vistaprint.com/production/c16c0365-46d3-456b-81ff-a4b45a51c43e');background-repeat:no-repeat;background-position:50% 0;}

.iPwRtH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iPwRtH [class*="-corner-"],.iPwRtH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iPwRtH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iPwRtH [class*="bottom-left-corner"],.iPwRtH [class*="bottom-right-corner"]{bottom:0;}.iPwRtH [class*="top-left-corner"],.iPwRtH [class*="top-right-corner"]{top:0;}.iPwRtH [class*="-left-corner-"]{left:0;}.iPwRtH [class*="-right-corner-"]{right:0;}.iPwRtH [class*="top-left-corner-"]{background-position:0 0;}.iPwRtH [class*="top-right-corner-"]{background-position:100% 0;}.iPwRtH [class*="bottom-left-corner-"]{background-position:0 100%;}.iPwRtH [class*="bottom-right-corner-"]{background-position:100% 100%;}.iPwRtH [class*="top-edge-"],.iPwRtH [class*="bottom-edge-"],.iPwRtH [class*="left-edge-"],.iPwRtH [class*="right-edge-"]{margin:auto;}.iPwRtH [class*="top-edge-"],.iPwRtH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iPwRtH [class*="left-edge-"],.iPwRtH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iPwRtH [class*="top-edge-"]{top:0;}.iPwRtH [class*="bottom-edge-"]{bottom:0;}.iPwRtH [class*="left-edge-"]{left:0;}.iPwRtH [class*="right-edge-"]{right:0;}.iPwRtH .bottom-left-corner-0{width:100%;height:100%;background-image:url('https://imageprocessor.digital.vistaprint.com/maxWidth/2000/https://assets.digital.vistaprint.com/production/f433276f-2edd-4ac9-a967-c634005bcd4a');background-size:contain;}

.fiHHVt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fiHHVt [class*="-corner-"],.fiHHVt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fiHHVt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fiHHVt [class*="bottom-left-corner"],.fiHHVt [class*="bottom-right-corner"]{bottom:0;}.fiHHVt [class*="top-left-corner"],.fiHHVt [class*="top-right-corner"]{top:0;}.fiHHVt [class*="-left-corner-"]{left:0;}.fiHHVt [class*="-right-corner-"]{right:0;}.fiHHVt [class*="top-left-corner-"]{background-position:0 0;}.fiHHVt [class*="top-right-corner-"]{background-position:100% 0;}.fiHHVt [class*="bottom-left-corner-"]{background-position:0 100%;}.fiHHVt [class*="bottom-right-corner-"]{background-position:100% 100%;}.fiHHVt [class*="top-edge-"],.fiHHVt [class*="bottom-edge-"],.fiHHVt [class*="left-edge-"],.fiHHVt [class*="right-edge-"]{margin:auto;}.fiHHVt [class*="top-edge-"],.fiHHVt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fiHHVt [class*="left-edge-"],.fiHHVt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fiHHVt [class*="top-edge-"]{top:0;}.fiHHVt [class*="bottom-edge-"]{bottom:0;}.fiHHVt [class*="left-edge-"]{left:0;}.fiHHVt [class*="right-edge-"]{right:0;}.fiHHVt .bottom-edge-0{width:200px;height:10px;background-image:url('https://assets.digital.vistaprint.com/production/fb83fcf6-8853-465e-8411-7f1d9032bc15');background-size:contain;background-repeat:no-repeat;background-position:center 0;}@media (min-width:30em){.fiHHVt .bottom-edge-0{width:600px;height:30px;background-size:contain;background-repeat:no-repeat;background-position:center 0;}}@media (min-width:60em){.fiHHVt .bottom-edge-0{width:1900px;height:30px;background-size:contain;background-repeat:no-repeat;background-position:center 0;}}

.bETipz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bETipz [class*="-corner-"],.bETipz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bETipz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bETipz [class*="bottom-left-corner"],.bETipz [class*="bottom-right-corner"]{bottom:0;}.bETipz [class*="top-left-corner"],.bETipz [class*="top-right-corner"]{top:0;}.bETipz [class*="-left-corner-"]{left:0;}.bETipz [class*="-right-corner-"]{right:0;}.bETipz [class*="top-left-corner-"]{background-position:0 0;}.bETipz [class*="top-right-corner-"]{background-position:100% 0;}.bETipz [class*="bottom-left-corner-"]{background-position:0 100%;}.bETipz [class*="bottom-right-corner-"]{background-position:100% 100%;}.bETipz [class*="top-edge-"],.bETipz [class*="bottom-edge-"],.bETipz [class*="left-edge-"],.bETipz [class*="right-edge-"]{margin:auto;}.bETipz [class*="top-edge-"],.bETipz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bETipz [class*="left-edge-"],.bETipz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bETipz [class*="top-edge-"]{top:0;}.bETipz [class*="bottom-edge-"]{bottom:0;}.bETipz [class*="left-edge-"]{left:0;}.bETipz [class*="right-edge-"]{right:0;}.bETipz .top-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/524befba-a876-4669-804a-7e6b0f1eb68e');}@media (min-width:30em){.bETipz .top-edge-0{width:100%;height:50%;background-image:url('https://assets.digital.vistaprint.com/production/524befba-a876-4669-804a-7e6b0f1eb68e');background-size:cover;background-repeat:no-repeat;background-position:0% 0;}}.bETipz .bottom-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/524befba-a876-4669-804a-7e6b0f1eb68e');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}@media (min-width:30em){.bETipz .bottom-edge-0{width:100%;height:50%;background-image:url('https://assets.digital.vistaprint.com/production/524befba-a876-4669-804a-7e6b0f1eb68e');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:cover;background-repeat:no-repeat;background-position:0% 0;}}

.blIJeE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.blIJeE [class*="-corner-"],.blIJeE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.blIJeE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.blIJeE [class*="bottom-left-corner"],.blIJeE [class*="bottom-right-corner"]{bottom:0;}.blIJeE [class*="top-left-corner"],.blIJeE [class*="top-right-corner"]{top:0;}.blIJeE [class*="-left-corner-"]{left:0;}.blIJeE [class*="-right-corner-"]{right:0;}.blIJeE [class*="top-left-corner-"]{background-position:0 0;}.blIJeE [class*="top-right-corner-"]{background-position:100% 0;}.blIJeE [class*="bottom-left-corner-"]{background-position:0 100%;}.blIJeE [class*="bottom-right-corner-"]{background-position:100% 100%;}.blIJeE [class*="top-edge-"],.blIJeE [class*="bottom-edge-"],.blIJeE [class*="left-edge-"],.blIJeE [class*="right-edge-"]{margin:auto;}.blIJeE [class*="top-edge-"],.blIJeE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.blIJeE [class*="left-edge-"],.blIJeE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.blIJeE [class*="top-edge-"]{top:0;}.blIJeE [class*="bottom-edge-"]{bottom:0;}.blIJeE [class*="left-edge-"]{left:0;}.blIJeE [class*="right-edge-"]{right:0;}.blIJeE .top-edge-0{height:3px;background-color:#7accc8;}

.cgOGTr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cgOGTr [class*="-corner-"],.cgOGTr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cgOGTr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cgOGTr [class*="bottom-left-corner"],.cgOGTr [class*="bottom-right-corner"]{bottom:0;}.cgOGTr [class*="top-left-corner"],.cgOGTr [class*="top-right-corner"]{top:0;}.cgOGTr [class*="-left-corner-"]{left:0;}.cgOGTr [class*="-right-corner-"]{right:0;}.cgOGTr [class*="top-left-corner-"]{background-position:0 0;}.cgOGTr [class*="top-right-corner-"]{background-position:100% 0;}.cgOGTr [class*="bottom-left-corner-"]{background-position:0 100%;}.cgOGTr [class*="bottom-right-corner-"]{background-position:100% 100%;}.cgOGTr [class*="top-edge-"],.cgOGTr [class*="bottom-edge-"],.cgOGTr [class*="left-edge-"],.cgOGTr [class*="right-edge-"]{margin:auto;}.cgOGTr [class*="top-edge-"],.cgOGTr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cgOGTr [class*="left-edge-"],.cgOGTr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cgOGTr [class*="top-edge-"]{top:0;}.cgOGTr [class*="bottom-edge-"]{bottom:0;}.cgOGTr [class*="left-edge-"]{left:0;}.cgOGTr [class*="right-edge-"]{right:0;}.cgOGTr .bottom-edge-0{height:3px;background-color:#7accc8;}

.cAemIt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cAemIt [class*="-corner-"],.cAemIt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cAemIt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cAemIt [class*="bottom-left-corner"],.cAemIt [class*="bottom-right-corner"]{bottom:0;}.cAemIt [class*="top-left-corner"],.cAemIt [class*="top-right-corner"]{top:0;}.cAemIt [class*="-left-corner-"]{left:0;}.cAemIt [class*="-right-corner-"]{right:0;}.cAemIt [class*="top-left-corner-"]{background-position:0 0;}.cAemIt [class*="top-right-corner-"]{background-position:100% 0;}.cAemIt [class*="bottom-left-corner-"]{background-position:0 100%;}.cAemIt [class*="bottom-right-corner-"]{background-position:100% 100%;}.cAemIt [class*="top-edge-"],.cAemIt [class*="bottom-edge-"],.cAemIt [class*="left-edge-"],.cAemIt [class*="right-edge-"]{margin:auto;}.cAemIt [class*="top-edge-"],.cAemIt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cAemIt [class*="left-edge-"],.cAemIt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cAemIt [class*="top-edge-"]{top:0;}.cAemIt [class*="bottom-edge-"]{bottom:0;}.cAemIt [class*="left-edge-"]{left:0;}.cAemIt [class*="right-edge-"]{right:0;}.cAemIt .top-edge-0{width:2000px;height:5px;background-color:#ee2439;}.cAemIt .bottom-edge-0{width:2000px;height:5px;background-color:#ee2439;}

.cWgBVp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cWgBVp [class*="-corner-"],.cWgBVp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cWgBVp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cWgBVp [class*="bottom-left-corner"],.cWgBVp [class*="bottom-right-corner"]{bottom:0;}.cWgBVp [class*="top-left-corner"],.cWgBVp [class*="top-right-corner"]{top:0;}.cWgBVp [class*="-left-corner-"]{left:0;}.cWgBVp [class*="-right-corner-"]{right:0;}.cWgBVp [class*="top-left-corner-"]{background-position:0 0;}.cWgBVp [class*="top-right-corner-"]{background-position:100% 0;}.cWgBVp [class*="bottom-left-corner-"]{background-position:0 100%;}.cWgBVp [class*="bottom-right-corner-"]{background-position:100% 100%;}.cWgBVp [class*="top-edge-"],.cWgBVp [class*="bottom-edge-"],.cWgBVp [class*="left-edge-"],.cWgBVp [class*="right-edge-"]{margin:auto;}.cWgBVp [class*="top-edge-"],.cWgBVp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cWgBVp [class*="left-edge-"],.cWgBVp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cWgBVp [class*="top-edge-"]{top:0;}.cWgBVp [class*="bottom-edge-"]{bottom:0;}.cWgBVp [class*="left-edge-"]{left:0;}.cWgBVp [class*="right-edge-"]{right:0;}.cWgBVp .top-edge-0{width:100%;height:2px;background-color:#0096ae;}.cWgBVp .bottom-edge-0{width:100%;height:2px;background-color:#0096ae;}

.eEPQiD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eEPQiD [class*="-corner-"],.eEPQiD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eEPQiD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eEPQiD [class*="bottom-left-corner"],.eEPQiD [class*="bottom-right-corner"]{bottom:0;}.eEPQiD [class*="top-left-corner"],.eEPQiD [class*="top-right-corner"]{top:0;}.eEPQiD [class*="-left-corner-"]{left:0;}.eEPQiD [class*="-right-corner-"]{right:0;}.eEPQiD [class*="top-left-corner-"]{background-position:0 0;}.eEPQiD [class*="top-right-corner-"]{background-position:100% 0;}.eEPQiD [class*="bottom-left-corner-"]{background-position:0 100%;}.eEPQiD [class*="bottom-right-corner-"]{background-position:100% 100%;}.eEPQiD [class*="top-edge-"],.eEPQiD [class*="bottom-edge-"],.eEPQiD [class*="left-edge-"],.eEPQiD [class*="right-edge-"]{margin:auto;}.eEPQiD [class*="top-edge-"],.eEPQiD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eEPQiD [class*="left-edge-"],.eEPQiD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eEPQiD [class*="top-edge-"]{top:0;}.eEPQiD [class*="bottom-edge-"]{bottom:0;}.eEPQiD [class*="left-edge-"]{left:0;}.eEPQiD [class*="right-edge-"]{right:0;}.eEPQiD .top-edge-0{width:3150px;height:20px;background-image:url('https://assets.digital.vistaprint.com/production/18a7cb41-b828-4f0a-a97d-5d3f02d36e44');}

.bdlMXd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bdlMXd [class*="-corner-"],.bdlMXd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bdlMXd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bdlMXd [class*="bottom-left-corner"],.bdlMXd [class*="bottom-right-corner"]{bottom:0;}.bdlMXd [class*="top-left-corner"],.bdlMXd [class*="top-right-corner"]{top:0;}.bdlMXd [class*="-left-corner-"]{left:0;}.bdlMXd [class*="-right-corner-"]{right:0;}.bdlMXd [class*="top-left-corner-"]{background-position:0 0;}.bdlMXd [class*="top-right-corner-"]{background-position:100% 0;}.bdlMXd [class*="bottom-left-corner-"]{background-position:0 100%;}.bdlMXd [class*="bottom-right-corner-"]{background-position:100% 100%;}.bdlMXd [class*="top-edge-"],.bdlMXd [class*="bottom-edge-"],.bdlMXd [class*="left-edge-"],.bdlMXd [class*="right-edge-"]{margin:auto;}.bdlMXd [class*="top-edge-"],.bdlMXd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bdlMXd [class*="left-edge-"],.bdlMXd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bdlMXd [class*="top-edge-"]{top:0;}.bdlMXd [class*="bottom-edge-"]{bottom:0;}.bdlMXd [class*="left-edge-"]{left:0;}.bdlMXd [class*="right-edge-"]{right:0;}.bdlMXd .top-edge-0{height:30px;margin-top:10px;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/f2693f58-e6bf-4152-a3fb-bb1339785c99');background-repeat:repeatX;}

.hKtLRT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hKtLRT [class*="-corner-"],.hKtLRT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hKtLRT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hKtLRT [class*="bottom-left-corner"],.hKtLRT [class*="bottom-right-corner"]{bottom:0;}.hKtLRT [class*="top-left-corner"],.hKtLRT [class*="top-right-corner"]{top:0;}.hKtLRT [class*="-left-corner-"]{left:0;}.hKtLRT [class*="-right-corner-"]{right:0;}.hKtLRT [class*="top-left-corner-"]{background-position:0 0;}.hKtLRT [class*="top-right-corner-"]{background-position:100% 0;}.hKtLRT [class*="bottom-left-corner-"]{background-position:0 100%;}.hKtLRT [class*="bottom-right-corner-"]{background-position:100% 100%;}.hKtLRT [class*="top-edge-"],.hKtLRT [class*="bottom-edge-"],.hKtLRT [class*="left-edge-"],.hKtLRT [class*="right-edge-"]{margin:auto;}.hKtLRT [class*="top-edge-"],.hKtLRT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hKtLRT [class*="left-edge-"],.hKtLRT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hKtLRT [class*="top-edge-"]{top:0;}.hKtLRT [class*="bottom-edge-"]{bottom:0;}.hKtLRT [class*="left-edge-"]{left:0;}.hKtLRT [class*="right-edge-"]{right:0;}.hKtLRT .top-edge-0{width:50px;height:50px;margin-top:-32px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#2c1946;}

.jYQg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jYQg [class*="-corner-"],.jYQg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jYQg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jYQg [class*="bottom-left-corner"],.jYQg [class*="bottom-right-corner"]{bottom:0;}.jYQg [class*="top-left-corner"],.jYQg [class*="top-right-corner"]{top:0;}.jYQg [class*="-left-corner-"]{left:0;}.jYQg [class*="-right-corner-"]{right:0;}.jYQg [class*="top-left-corner-"]{background-position:0 0;}.jYQg [class*="top-right-corner-"]{background-position:100% 0;}.jYQg [class*="bottom-left-corner-"]{background-position:0 100%;}.jYQg [class*="bottom-right-corner-"]{background-position:100% 100%;}.jYQg [class*="top-edge-"],.jYQg [class*="bottom-edge-"],.jYQg [class*="left-edge-"],.jYQg [class*="right-edge-"]{margin:auto;}.jYQg [class*="top-edge-"],.jYQg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jYQg [class*="left-edge-"],.jYQg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jYQg [class*="top-edge-"]{top:0;}.jYQg [class*="bottom-edge-"]{bottom:0;}.jYQg [class*="left-edge-"]{left:0;}.jYQg [class*="right-edge-"]{right:0;}.jYQg .bottom-edge-0{width:100%;height:5px;background-color:#4a6279;}

.guBNhj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.guBNhj [class*="-corner-"],.guBNhj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.guBNhj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.guBNhj [class*="bottom-left-corner"],.guBNhj [class*="bottom-right-corner"]{bottom:0;}.guBNhj [class*="top-left-corner"],.guBNhj [class*="top-right-corner"]{top:0;}.guBNhj [class*="-left-corner-"]{left:0;}.guBNhj [class*="-right-corner-"]{right:0;}.guBNhj [class*="top-left-corner-"]{background-position:0 0;}.guBNhj [class*="top-right-corner-"]{background-position:100% 0;}.guBNhj [class*="bottom-left-corner-"]{background-position:0 100%;}.guBNhj [class*="bottom-right-corner-"]{background-position:100% 100%;}.guBNhj [class*="top-edge-"],.guBNhj [class*="bottom-edge-"],.guBNhj [class*="left-edge-"],.guBNhj [class*="right-edge-"]{margin:auto;}.guBNhj [class*="top-edge-"],.guBNhj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.guBNhj [class*="left-edge-"],.guBNhj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.guBNhj [class*="top-edge-"]{top:0;}.guBNhj [class*="bottom-edge-"]{bottom:0;}.guBNhj [class*="left-edge-"]{left:0;}.guBNhj [class*="right-edge-"]{right:0;}.guBNhj .top-edge-0{width:100%;height:5px;background-color:#4a6279;}

.dQAnqX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dQAnqX [class*="-corner-"],.dQAnqX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dQAnqX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dQAnqX [class*="bottom-left-corner"],.dQAnqX [class*="bottom-right-corner"]{bottom:0;}.dQAnqX [class*="top-left-corner"],.dQAnqX [class*="top-right-corner"]{top:0;}.dQAnqX [class*="-left-corner-"]{left:0;}.dQAnqX [class*="-right-corner-"]{right:0;}.dQAnqX [class*="top-left-corner-"]{background-position:0 0;}.dQAnqX [class*="top-right-corner-"]{background-position:100% 0;}.dQAnqX [class*="bottom-left-corner-"]{background-position:0 100%;}.dQAnqX [class*="bottom-right-corner-"]{background-position:100% 100%;}.dQAnqX [class*="top-edge-"],.dQAnqX [class*="bottom-edge-"],.dQAnqX [class*="left-edge-"],.dQAnqX [class*="right-edge-"]{margin:auto;}.dQAnqX [class*="top-edge-"],.dQAnqX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dQAnqX [class*="left-edge-"],.dQAnqX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dQAnqX [class*="top-edge-"]{top:0;}.dQAnqX [class*="bottom-edge-"]{bottom:0;}.dQAnqX [class*="left-edge-"]{left:0;}.dQAnqX [class*="right-edge-"]{right:0;}.dQAnqX .top-edge-0{height:2px;background-color:#aea898;}.dQAnqX .bottom-edge-0{height:2px;opacity:0.25;background-color:#454545;}

.kxlQci{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kxlQci [class*="-corner-"],.kxlQci [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kxlQci [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kxlQci [class*="bottom-left-corner"],.kxlQci [class*="bottom-right-corner"]{bottom:0;}.kxlQci [class*="top-left-corner"],.kxlQci [class*="top-right-corner"]{top:0;}.kxlQci [class*="-left-corner-"]{left:0;}.kxlQci [class*="-right-corner-"]{right:0;}.kxlQci [class*="top-left-corner-"]{background-position:0 0;}.kxlQci [class*="top-right-corner-"]{background-position:100% 0;}.kxlQci [class*="bottom-left-corner-"]{background-position:0 100%;}.kxlQci [class*="bottom-right-corner-"]{background-position:100% 100%;}.kxlQci [class*="top-edge-"],.kxlQci [class*="bottom-edge-"],.kxlQci [class*="left-edge-"],.kxlQci [class*="right-edge-"]{margin:auto;}.kxlQci [class*="top-edge-"],.kxlQci [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kxlQci [class*="left-edge-"],.kxlQci [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kxlQci [class*="top-edge-"]{top:0;}.kxlQci [class*="bottom-edge-"]{bottom:0;}.kxlQci [class*="left-edge-"]{left:0;}.kxlQci [class*="right-edge-"]{right:0;}.kxlQci .top-edge-0{width:100%;height:5px;background-color:#cb9f0b;}

.gRldlI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gRldlI [class*="-corner-"],.gRldlI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gRldlI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gRldlI [class*="bottom-left-corner"],.gRldlI [class*="bottom-right-corner"]{bottom:0;}.gRldlI [class*="top-left-corner"],.gRldlI [class*="top-right-corner"]{top:0;}.gRldlI [class*="-left-corner-"]{left:0;}.gRldlI [class*="-right-corner-"]{right:0;}.gRldlI [class*="top-left-corner-"]{background-position:0 0;}.gRldlI [class*="top-right-corner-"]{background-position:100% 0;}.gRldlI [class*="bottom-left-corner-"]{background-position:0 100%;}.gRldlI [class*="bottom-right-corner-"]{background-position:100% 100%;}.gRldlI [class*="top-edge-"],.gRldlI [class*="bottom-edge-"],.gRldlI [class*="left-edge-"],.gRldlI [class*="right-edge-"]{margin:auto;}.gRldlI [class*="top-edge-"],.gRldlI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gRldlI [class*="left-edge-"],.gRldlI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gRldlI [class*="top-edge-"]{top:0;}.gRldlI [class*="bottom-edge-"]{bottom:0;}.gRldlI [class*="left-edge-"]{left:0;}.gRldlI [class*="right-edge-"]{right:0;}.gRldlI .bottom-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.gRldlI .bottom-edge-0{width:65%;height:5px;margin-bottom:20px;background-color:#B0CF36;}}@media (min-width:60em){.gRldlI .bottom-edge-0{width:27%;height:5px;margin-bottom:20px;background-color:#B0CF36;}}

.kOmLJt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kOmLJt [class*="-corner-"],.kOmLJt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kOmLJt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kOmLJt [class*="bottom-left-corner"],.kOmLJt [class*="bottom-right-corner"]{bottom:0;}.kOmLJt [class*="top-left-corner"],.kOmLJt [class*="top-right-corner"]{top:0;}.kOmLJt [class*="-left-corner-"]{left:0;}.kOmLJt [class*="-right-corner-"]{right:0;}.kOmLJt [class*="top-left-corner-"]{background-position:0 0;}.kOmLJt [class*="top-right-corner-"]{background-position:100% 0;}.kOmLJt [class*="bottom-left-corner-"]{background-position:0 100%;}.kOmLJt [class*="bottom-right-corner-"]{background-position:100% 100%;}.kOmLJt [class*="top-edge-"],.kOmLJt [class*="bottom-edge-"],.kOmLJt [class*="left-edge-"],.kOmLJt [class*="right-edge-"]{margin:auto;}.kOmLJt [class*="top-edge-"],.kOmLJt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kOmLJt [class*="left-edge-"],.kOmLJt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kOmLJt [class*="top-edge-"]{top:0;}.kOmLJt [class*="bottom-edge-"]{bottom:0;}.kOmLJt [class*="left-edge-"]{left:0;}.kOmLJt [class*="right-edge-"]{right:0;}.kOmLJt .bottom-edge-0{width:100%;height:20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#84BE41;}

.gglecl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gglecl [class*="-corner-"],.gglecl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gglecl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gglecl [class*="bottom-left-corner"],.gglecl [class*="bottom-right-corner"]{bottom:0;}.gglecl [class*="top-left-corner"],.gglecl [class*="top-right-corner"]{top:0;}.gglecl [class*="-left-corner-"]{left:0;}.gglecl [class*="-right-corner-"]{right:0;}.gglecl [class*="top-left-corner-"]{background-position:0 0;}.gglecl [class*="top-right-corner-"]{background-position:100% 0;}.gglecl [class*="bottom-left-corner-"]{background-position:0 100%;}.gglecl [class*="bottom-right-corner-"]{background-position:100% 100%;}.gglecl [class*="top-edge-"],.gglecl [class*="bottom-edge-"],.gglecl [class*="left-edge-"],.gglecl [class*="right-edge-"]{margin:auto;}.gglecl [class*="top-edge-"],.gglecl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gglecl [class*="left-edge-"],.gglecl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gglecl [class*="top-edge-"]{top:0;}.gglecl [class*="bottom-edge-"]{bottom:0;}.gglecl [class*="left-edge-"]{left:0;}.gglecl [class*="right-edge-"]{right:0;}.gglecl .top-edge-0{width:40px;height:40px;margin-top:-30px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#84BE41;}

.eHCTvx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eHCTvx [class*="-corner-"],.eHCTvx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eHCTvx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eHCTvx [class*="bottom-left-corner"],.eHCTvx [class*="bottom-right-corner"]{bottom:0;}.eHCTvx [class*="top-left-corner"],.eHCTvx [class*="top-right-corner"]{top:0;}.eHCTvx [class*="-left-corner-"]{left:0;}.eHCTvx [class*="-right-corner-"]{right:0;}.eHCTvx [class*="top-left-corner-"]{background-position:0 0;}.eHCTvx [class*="top-right-corner-"]{background-position:100% 0;}.eHCTvx [class*="bottom-left-corner-"]{background-position:0 100%;}.eHCTvx [class*="bottom-right-corner-"]{background-position:100% 100%;}.eHCTvx [class*="top-edge-"],.eHCTvx [class*="bottom-edge-"],.eHCTvx [class*="left-edge-"],.eHCTvx [class*="right-edge-"]{margin:auto;}.eHCTvx [class*="top-edge-"],.eHCTvx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eHCTvx [class*="left-edge-"],.eHCTvx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eHCTvx [class*="top-edge-"]{top:0;}.eHCTvx [class*="bottom-edge-"]{bottom:0;}.eHCTvx [class*="left-edge-"]{left:0;}.eHCTvx [class*="right-edge-"]{right:0;}.eHCTvx .top-left-corner-0{width:20px;margin-left:20px;margin-top:20px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/27715476-f1a1-419f-bca6-67f8732663ec');background-repeat:no-repeat;}.eHCTvx .top-right-corner-0{width:20px;margin-right:20px;margin-top:20px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/27715476-f1a1-419f-bca6-67f8732663ec');background-repeat:no-repeat;}.eHCTvx .bottom-left-corner-0{width:20px;margin-left:20px;margin-bottom:20px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/27715476-f1a1-419f-bca6-67f8732663ec');background-repeat:no-repeat;}.eHCTvx .bottom-right-corner-0{width:20px;margin-right:20px;margin-bottom:20px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/27715476-f1a1-419f-bca6-67f8732663ec');background-repeat:no-repeat;}

.dYsvhz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dYsvhz [class*="-corner-"],.dYsvhz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dYsvhz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dYsvhz [class*="bottom-left-corner"],.dYsvhz [class*="bottom-right-corner"]{bottom:0;}.dYsvhz [class*="top-left-corner"],.dYsvhz [class*="top-right-corner"]{top:0;}.dYsvhz [class*="-left-corner-"]{left:0;}.dYsvhz [class*="-right-corner-"]{right:0;}.dYsvhz [class*="top-left-corner-"]{background-position:0 0;}.dYsvhz [class*="top-right-corner-"]{background-position:100% 0;}.dYsvhz [class*="bottom-left-corner-"]{background-position:0 100%;}.dYsvhz [class*="bottom-right-corner-"]{background-position:100% 100%;}.dYsvhz [class*="top-edge-"],.dYsvhz [class*="bottom-edge-"],.dYsvhz [class*="left-edge-"],.dYsvhz [class*="right-edge-"]{margin:auto;}.dYsvhz [class*="top-edge-"],.dYsvhz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dYsvhz [class*="left-edge-"],.dYsvhz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dYsvhz [class*="top-edge-"]{top:0;}.dYsvhz [class*="bottom-edge-"]{bottom:0;}.dYsvhz [class*="left-edge-"]{left:0;}.dYsvhz [class*="right-edge-"]{right:0;}.dYsvhz .bottom-edge-0{width:100%;height:4px;background-color:#e4b6a5;}

.hNNPun{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hNNPun [class*="-corner-"],.hNNPun [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hNNPun [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hNNPun [class*="bottom-left-corner"],.hNNPun [class*="bottom-right-corner"]{bottom:0;}.hNNPun [class*="top-left-corner"],.hNNPun [class*="top-right-corner"]{top:0;}.hNNPun [class*="-left-corner-"]{left:0;}.hNNPun [class*="-right-corner-"]{right:0;}.hNNPun [class*="top-left-corner-"]{background-position:0 0;}.hNNPun [class*="top-right-corner-"]{background-position:100% 0;}.hNNPun [class*="bottom-left-corner-"]{background-position:0 100%;}.hNNPun [class*="bottom-right-corner-"]{background-position:100% 100%;}.hNNPun [class*="top-edge-"],.hNNPun [class*="bottom-edge-"],.hNNPun [class*="left-edge-"],.hNNPun [class*="right-edge-"]{margin:auto;}.hNNPun [class*="top-edge-"],.hNNPun [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hNNPun [class*="left-edge-"],.hNNPun [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hNNPun [class*="top-edge-"]{top:0;}.hNNPun [class*="bottom-edge-"]{bottom:0;}.hNNPun [class*="left-edge-"]{left:0;}.hNNPun [class*="right-edge-"]{right:0;}.hNNPun .bottom-edge-0{width:100%;height:4px;z-index:7;background-color:#e4b6a5;}

.iiQGqR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iiQGqR [class*="-corner-"],.iiQGqR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iiQGqR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iiQGqR [class*="bottom-left-corner"],.iiQGqR [class*="bottom-right-corner"]{bottom:0;}.iiQGqR [class*="top-left-corner"],.iiQGqR [class*="top-right-corner"]{top:0;}.iiQGqR [class*="-left-corner-"]{left:0;}.iiQGqR [class*="-right-corner-"]{right:0;}.iiQGqR [class*="top-left-corner-"]{background-position:0 0;}.iiQGqR [class*="top-right-corner-"]{background-position:100% 0;}.iiQGqR [class*="bottom-left-corner-"]{background-position:0 100%;}.iiQGqR [class*="bottom-right-corner-"]{background-position:100% 100%;}.iiQGqR [class*="top-edge-"],.iiQGqR [class*="bottom-edge-"],.iiQGqR [class*="left-edge-"],.iiQGqR [class*="right-edge-"]{margin:auto;}.iiQGqR [class*="top-edge-"],.iiQGqR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iiQGqR [class*="left-edge-"],.iiQGqR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iiQGqR [class*="top-edge-"]{top:0;}.iiQGqR [class*="bottom-edge-"]{bottom:0;}.iiQGqR [class*="left-edge-"]{left:0;}.iiQGqR [class*="right-edge-"]{right:0;}.iiQGqR .bottom-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/0cc5bdba-29cc-42b6-b50a-d9e2ceb29484');}

.iUsEcR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iUsEcR [class*="-corner-"],.iUsEcR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iUsEcR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iUsEcR [class*="bottom-left-corner"],.iUsEcR [class*="bottom-right-corner"]{bottom:0;}.iUsEcR [class*="top-left-corner"],.iUsEcR [class*="top-right-corner"]{top:0;}.iUsEcR [class*="-left-corner-"]{left:0;}.iUsEcR [class*="-right-corner-"]{right:0;}.iUsEcR [class*="top-left-corner-"]{background-position:0 0;}.iUsEcR [class*="top-right-corner-"]{background-position:100% 0;}.iUsEcR [class*="bottom-left-corner-"]{background-position:0 100%;}.iUsEcR [class*="bottom-right-corner-"]{background-position:100% 100%;}.iUsEcR [class*="top-edge-"],.iUsEcR [class*="bottom-edge-"],.iUsEcR [class*="left-edge-"],.iUsEcR [class*="right-edge-"]{margin:auto;}.iUsEcR [class*="top-edge-"],.iUsEcR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iUsEcR [class*="left-edge-"],.iUsEcR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iUsEcR [class*="top-edge-"]{top:0;}.iUsEcR [class*="bottom-edge-"]{bottom:0;}.iUsEcR [class*="left-edge-"]{left:0;}.iUsEcR [class*="right-edge-"]{right:0;}.iUsEcR .top-edge-0{width:100%;height:10px;background-color:#6f7173;}

.kyQGjm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kyQGjm [class*="-corner-"],.kyQGjm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kyQGjm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kyQGjm [class*="bottom-left-corner"],.kyQGjm [class*="bottom-right-corner"]{bottom:0;}.kyQGjm [class*="top-left-corner"],.kyQGjm [class*="top-right-corner"]{top:0;}.kyQGjm [class*="-left-corner-"]{left:0;}.kyQGjm [class*="-right-corner-"]{right:0;}.kyQGjm [class*="top-left-corner-"]{background-position:0 0;}.kyQGjm [class*="top-right-corner-"]{background-position:100% 0;}.kyQGjm [class*="bottom-left-corner-"]{background-position:0 100%;}.kyQGjm [class*="bottom-right-corner-"]{background-position:100% 100%;}.kyQGjm [class*="top-edge-"],.kyQGjm [class*="bottom-edge-"],.kyQGjm [class*="left-edge-"],.kyQGjm [class*="right-edge-"]{margin:auto;}.kyQGjm [class*="top-edge-"],.kyQGjm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kyQGjm [class*="left-edge-"],.kyQGjm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kyQGjm [class*="top-edge-"]{top:0;}.kyQGjm [class*="bottom-edge-"]{bottom:0;}.kyQGjm [class*="left-edge-"]{left:0;}.kyQGjm [class*="right-edge-"]{right:0;}.kyQGjm .top-edge-0{width:100%;height:100%;margin-top:-1px;background-image:url('https://assets.digital.vistaprint.com/production/19b4247d-e81f-48a1-ab92-5f7a6f695845');background-size:contain;background-repeat:no-repeat;}

.fzKBnh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fzKBnh [class*="-corner-"],.fzKBnh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fzKBnh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fzKBnh [class*="bottom-left-corner"],.fzKBnh [class*="bottom-right-corner"]{bottom:0;}.fzKBnh [class*="top-left-corner"],.fzKBnh [class*="top-right-corner"]{top:0;}.fzKBnh [class*="-left-corner-"]{left:0;}.fzKBnh [class*="-right-corner-"]{right:0;}.fzKBnh [class*="top-left-corner-"]{background-position:0 0;}.fzKBnh [class*="top-right-corner-"]{background-position:100% 0;}.fzKBnh [class*="bottom-left-corner-"]{background-position:0 100%;}.fzKBnh [class*="bottom-right-corner-"]{background-position:100% 100%;}.fzKBnh [class*="top-edge-"],.fzKBnh [class*="bottom-edge-"],.fzKBnh [class*="left-edge-"],.fzKBnh [class*="right-edge-"]{margin:auto;}.fzKBnh [class*="top-edge-"],.fzKBnh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fzKBnh [class*="left-edge-"],.fzKBnh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fzKBnh [class*="top-edge-"]{top:0;}.fzKBnh [class*="bottom-edge-"]{bottom:0;}.fzKBnh [class*="left-edge-"]{left:0;}.fzKBnh [class*="right-edge-"]{right:0;}.fzKBnh .bottom-edge-0{width:100%;height:100%;margin-bottom:-1px;background-image:url('https://assets.digital.vistaprint.com/production/19b4247d-e81f-48a1-ab92-5f7a6f695845');-webkit-transform:scaleY(-1) scaleX(-1);-ms-transform:scaleY(-1) scaleX(-1);transform:scaleY(-1) scaleX(-1);background-size:contain;background-repeat:no-repeat;}

.cYHzFS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cYHzFS [class*="-corner-"],.cYHzFS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cYHzFS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cYHzFS [class*="bottom-left-corner"],.cYHzFS [class*="bottom-right-corner"]{bottom:0;}.cYHzFS [class*="top-left-corner"],.cYHzFS [class*="top-right-corner"]{top:0;}.cYHzFS [class*="-left-corner-"]{left:0;}.cYHzFS [class*="-right-corner-"]{right:0;}.cYHzFS [class*="top-left-corner-"]{background-position:0 0;}.cYHzFS [class*="top-right-corner-"]{background-position:100% 0;}.cYHzFS [class*="bottom-left-corner-"]{background-position:0 100%;}.cYHzFS [class*="bottom-right-corner-"]{background-position:100% 100%;}.cYHzFS [class*="top-edge-"],.cYHzFS [class*="bottom-edge-"],.cYHzFS [class*="left-edge-"],.cYHzFS [class*="right-edge-"]{margin:auto;}.cYHzFS [class*="top-edge-"],.cYHzFS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cYHzFS [class*="left-edge-"],.cYHzFS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cYHzFS [class*="top-edge-"]{top:0;}.cYHzFS [class*="bottom-edge-"]{bottom:0;}.cYHzFS [class*="left-edge-"]{left:0;}.cYHzFS [class*="right-edge-"]{right:0;}.cYHzFS .top-edge-0{width:104.7%;height:100%;margin-left:-2.4%;margin-top:15px;background-image:url('https://assets.digital.vistaprint.com/production/3168990d-8c12-4d2c-9a58-5c04bed90195');background-size:cover;}@media (min-width:30em){.cYHzFS .top-edge-0{width:104.7%;height:100%;}}@media (min-width:60em){.cYHzFS .top-edge-0{width:104.7%;height:100%;}}

.fRncKk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fRncKk [class*="-corner-"],.fRncKk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fRncKk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fRncKk [class*="bottom-left-corner"],.fRncKk [class*="bottom-right-corner"]{bottom:0;}.fRncKk [class*="top-left-corner"],.fRncKk [class*="top-right-corner"]{top:0;}.fRncKk [class*="-left-corner-"]{left:0;}.fRncKk [class*="-right-corner-"]{right:0;}.fRncKk [class*="top-left-corner-"]{background-position:0 0;}.fRncKk [class*="top-right-corner-"]{background-position:100% 0;}.fRncKk [class*="bottom-left-corner-"]{background-position:0 100%;}.fRncKk [class*="bottom-right-corner-"]{background-position:100% 100%;}.fRncKk [class*="top-edge-"],.fRncKk [class*="bottom-edge-"],.fRncKk [class*="left-edge-"],.fRncKk [class*="right-edge-"]{margin:auto;}.fRncKk [class*="top-edge-"],.fRncKk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fRncKk [class*="left-edge-"],.fRncKk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fRncKk [class*="top-edge-"]{top:0;}.fRncKk [class*="bottom-edge-"]{bottom:0;}.fRncKk [class*="left-edge-"]{left:0;}.fRncKk [class*="right-edge-"]{right:0;}.fRncKk .left-edge-0{width:1.2px;margin-left:0.8%;margin-top:0px;background-color:#ffffff;}@media (min-width:30em){.fRncKk .left-edge-0{width:2.5px;margin-left:0.9%;}}@media (min-width:60em){.fRncKk .left-edge-0{width:3px;margin-left:0.9%;}}.fRncKk .right-edge-0{width:1.2px;margin-right:1%;margin-top:0px;background-color:#ffffff;}@media (min-width:30em){.fRncKk .right-edge-0{width:2.5px;margin-right:0.9%;}}@media (min-width:60em){.fRncKk .right-edge-0{width:3px;margin-right:0.9%;}}

.dlLKyg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dlLKyg [class*="-corner-"],.dlLKyg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dlLKyg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dlLKyg [class*="bottom-left-corner"],.dlLKyg [class*="bottom-right-corner"]{bottom:0;}.dlLKyg [class*="top-left-corner"],.dlLKyg [class*="top-right-corner"]{top:0;}.dlLKyg [class*="-left-corner-"]{left:0;}.dlLKyg [class*="-right-corner-"]{right:0;}.dlLKyg [class*="top-left-corner-"]{background-position:0 0;}.dlLKyg [class*="top-right-corner-"]{background-position:100% 0;}.dlLKyg [class*="bottom-left-corner-"]{background-position:0 100%;}.dlLKyg [class*="bottom-right-corner-"]{background-position:100% 100%;}.dlLKyg [class*="top-edge-"],.dlLKyg [class*="bottom-edge-"],.dlLKyg [class*="left-edge-"],.dlLKyg [class*="right-edge-"]{margin:auto;}.dlLKyg [class*="top-edge-"],.dlLKyg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dlLKyg [class*="left-edge-"],.dlLKyg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dlLKyg [class*="top-edge-"]{top:0;}.dlLKyg [class*="bottom-edge-"]{bottom:0;}.dlLKyg [class*="left-edge-"]{left:0;}.dlLKyg [class*="right-edge-"]{right:0;}.dlLKyg .left-edge-0{width:1.2px;margin-left:0.8%;margin-top:0px;background-color:#ffffff;}@media (min-width:30em){.dlLKyg .left-edge-0{width:2.5px;margin-left:0.9%;}}@media (min-width:60em){.dlLKyg .left-edge-0{width:3px;margin-left:0.9%;}}.dlLKyg .right-edge-0{width:1.2px;margin-right:1%;margin-top:0px;background-color:#ffffff;}@media (min-width:30em){.dlLKyg .right-edge-0{width:2.5px;margin-right:0.9%;}}@media (min-width:60em){.dlLKyg .right-edge-0{width:3px;margin-right:0.9%;}}.dlLKyg .bottom-edge-0{width:35%;height:1.2px;margin-bottom:13px;background-color:#ffffff;}@media (min-width:30em){.dlLKyg .bottom-edge-0{width:35%;height:3px;margin-bottom:13px;}}@media (min-width:60em){.dlLKyg .bottom-edge-0{width:35%;height:3px;margin-bottom:13px;}}

.hmhgEx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hmhgEx [class*="-corner-"],.hmhgEx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hmhgEx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hmhgEx [class*="bottom-left-corner"],.hmhgEx [class*="bottom-right-corner"]{bottom:0;}.hmhgEx [class*="top-left-corner"],.hmhgEx [class*="top-right-corner"]{top:0;}.hmhgEx [class*="-left-corner-"]{left:0;}.hmhgEx [class*="-right-corner-"]{right:0;}.hmhgEx [class*="top-left-corner-"]{background-position:0 0;}.hmhgEx [class*="top-right-corner-"]{background-position:100% 0;}.hmhgEx [class*="bottom-left-corner-"]{background-position:0 100%;}.hmhgEx [class*="bottom-right-corner-"]{background-position:100% 100%;}.hmhgEx [class*="top-edge-"],.hmhgEx [class*="bottom-edge-"],.hmhgEx [class*="left-edge-"],.hmhgEx [class*="right-edge-"]{margin:auto;}.hmhgEx [class*="top-edge-"],.hmhgEx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hmhgEx [class*="left-edge-"],.hmhgEx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hmhgEx [class*="top-edge-"]{top:0;}.hmhgEx [class*="bottom-edge-"]{bottom:0;}.hmhgEx [class*="left-edge-"]{left:0;}.hmhgEx [class*="right-edge-"]{right:0;}.hmhgEx .bottom-edge-0{height:10px;margin-bottom:-6px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/f7e2b6c9-7cdd-4dcb-b229-8ca391bbe0d8');}

.ixtPjR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ixtPjR [class*="-corner-"],.ixtPjR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ixtPjR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ixtPjR [class*="bottom-left-corner"],.ixtPjR [class*="bottom-right-corner"]{bottom:0;}.ixtPjR [class*="top-left-corner"],.ixtPjR [class*="top-right-corner"]{top:0;}.ixtPjR [class*="-left-corner-"]{left:0;}.ixtPjR [class*="-right-corner-"]{right:0;}.ixtPjR [class*="top-left-corner-"]{background-position:0 0;}.ixtPjR [class*="top-right-corner-"]{background-position:100% 0;}.ixtPjR [class*="bottom-left-corner-"]{background-position:0 100%;}.ixtPjR [class*="bottom-right-corner-"]{background-position:100% 100%;}.ixtPjR [class*="top-edge-"],.ixtPjR [class*="bottom-edge-"],.ixtPjR [class*="left-edge-"],.ixtPjR [class*="right-edge-"]{margin:auto;}.ixtPjR [class*="top-edge-"],.ixtPjR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ixtPjR [class*="left-edge-"],.ixtPjR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ixtPjR [class*="top-edge-"]{top:0;}.ixtPjR [class*="bottom-edge-"]{bottom:0;}.ixtPjR [class*="left-edge-"]{left:0;}.ixtPjR [class*="right-edge-"]{right:0;}.ixtPjR .bottom-edge-0{width:100%;height:5px;background-color:#6f7173;}

.krkCbp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.krkCbp [class*="-corner-"],.krkCbp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.krkCbp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.krkCbp [class*="bottom-left-corner"],.krkCbp [class*="bottom-right-corner"]{bottom:0;}.krkCbp [class*="top-left-corner"],.krkCbp [class*="top-right-corner"]{top:0;}.krkCbp [class*="-left-corner-"]{left:0;}.krkCbp [class*="-right-corner-"]{right:0;}.krkCbp [class*="top-left-corner-"]{background-position:0 0;}.krkCbp [class*="top-right-corner-"]{background-position:100% 0;}.krkCbp [class*="bottom-left-corner-"]{background-position:0 100%;}.krkCbp [class*="bottom-right-corner-"]{background-position:100% 100%;}.krkCbp [class*="top-edge-"],.krkCbp [class*="bottom-edge-"],.krkCbp [class*="left-edge-"],.krkCbp [class*="right-edge-"]{margin:auto;}.krkCbp [class*="top-edge-"],.krkCbp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.krkCbp [class*="left-edge-"],.krkCbp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.krkCbp [class*="top-edge-"]{top:0;}.krkCbp [class*="bottom-edge-"]{bottom:0;}.krkCbp [class*="left-edge-"]{left:0;}.krkCbp [class*="right-edge-"]{right:0;}.krkCbp .top-edge-0{width:100%;height:5px;background-color:#6f7173;}

.djxjom{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.djxjom [class*="-corner-"],.djxjom [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.djxjom [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.djxjom [class*="bottom-left-corner"],.djxjom [class*="bottom-right-corner"]{bottom:0;}.djxjom [class*="top-left-corner"],.djxjom [class*="top-right-corner"]{top:0;}.djxjom [class*="-left-corner-"]{left:0;}.djxjom [class*="-right-corner-"]{right:0;}.djxjom [class*="top-left-corner-"]{background-position:0 0;}.djxjom [class*="top-right-corner-"]{background-position:100% 0;}.djxjom [class*="bottom-left-corner-"]{background-position:0 100%;}.djxjom [class*="bottom-right-corner-"]{background-position:100% 100%;}.djxjom [class*="top-edge-"],.djxjom [class*="bottom-edge-"],.djxjom [class*="left-edge-"],.djxjom [class*="right-edge-"]{margin:auto;}.djxjom [class*="top-edge-"],.djxjom [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.djxjom [class*="left-edge-"],.djxjom [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.djxjom [class*="top-edge-"]{top:0;}.djxjom [class*="bottom-edge-"]{bottom:0;}.djxjom [class*="left-edge-"]{left:0;}.djxjom [class*="right-edge-"]{right:0;}.djxjom .top-edge-0{width:100%;height:10px;background-color:#005382;}

.kYqjvJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kYqjvJ [class*="-corner-"],.kYqjvJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kYqjvJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kYqjvJ [class*="bottom-left-corner"],.kYqjvJ [class*="bottom-right-corner"]{bottom:0;}.kYqjvJ [class*="top-left-corner"],.kYqjvJ [class*="top-right-corner"]{top:0;}.kYqjvJ [class*="-left-corner-"]{left:0;}.kYqjvJ [class*="-right-corner-"]{right:0;}.kYqjvJ [class*="top-left-corner-"]{background-position:0 0;}.kYqjvJ [class*="top-right-corner-"]{background-position:100% 0;}.kYqjvJ [class*="bottom-left-corner-"]{background-position:0 100%;}.kYqjvJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.kYqjvJ [class*="top-edge-"],.kYqjvJ [class*="bottom-edge-"],.kYqjvJ [class*="left-edge-"],.kYqjvJ [class*="right-edge-"]{margin:auto;}.kYqjvJ [class*="top-edge-"],.kYqjvJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kYqjvJ [class*="left-edge-"],.kYqjvJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kYqjvJ [class*="top-edge-"]{top:0;}.kYqjvJ [class*="bottom-edge-"]{bottom:0;}.kYqjvJ [class*="left-edge-"]{left:0;}.kYqjvJ [class*="right-edge-"]{right:0;}.kYqjvJ .bottom-edge-0{width:100%;height:3px;background-color:#d8a599;}

.gGWtJd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gGWtJd [class*="-corner-"],.gGWtJd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gGWtJd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gGWtJd [class*="bottom-left-corner"],.gGWtJd [class*="bottom-right-corner"]{bottom:0;}.gGWtJd [class*="top-left-corner"],.gGWtJd [class*="top-right-corner"]{top:0;}.gGWtJd [class*="-left-corner-"]{left:0;}.gGWtJd [class*="-right-corner-"]{right:0;}.gGWtJd [class*="top-left-corner-"]{background-position:0 0;}.gGWtJd [class*="top-right-corner-"]{background-position:100% 0;}.gGWtJd [class*="bottom-left-corner-"]{background-position:0 100%;}.gGWtJd [class*="bottom-right-corner-"]{background-position:100% 100%;}.gGWtJd [class*="top-edge-"],.gGWtJd [class*="bottom-edge-"],.gGWtJd [class*="left-edge-"],.gGWtJd [class*="right-edge-"]{margin:auto;}.gGWtJd [class*="top-edge-"],.gGWtJd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gGWtJd [class*="left-edge-"],.gGWtJd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gGWtJd [class*="top-edge-"]{top:0;}.gGWtJd [class*="bottom-edge-"]{bottom:0;}.gGWtJd [class*="left-edge-"]{left:0;}.gGWtJd [class*="right-edge-"]{right:0;}.gGWtJd .bottom-edge-0{height:8px;background-color:#5E455D;}

.dqgBAB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dqgBAB [class*="-corner-"],.dqgBAB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dqgBAB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dqgBAB [class*="bottom-left-corner"],.dqgBAB [class*="bottom-right-corner"]{bottom:0;}.dqgBAB [class*="top-left-corner"],.dqgBAB [class*="top-right-corner"]{top:0;}.dqgBAB [class*="-left-corner-"]{left:0;}.dqgBAB [class*="-right-corner-"]{right:0;}.dqgBAB [class*="top-left-corner-"]{background-position:0 0;}.dqgBAB [class*="top-right-corner-"]{background-position:100% 0;}.dqgBAB [class*="bottom-left-corner-"]{background-position:0 100%;}.dqgBAB [class*="bottom-right-corner-"]{background-position:100% 100%;}.dqgBAB [class*="top-edge-"],.dqgBAB [class*="bottom-edge-"],.dqgBAB [class*="left-edge-"],.dqgBAB [class*="right-edge-"]{margin:auto;}.dqgBAB [class*="top-edge-"],.dqgBAB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dqgBAB [class*="left-edge-"],.dqgBAB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dqgBAB [class*="top-edge-"]{top:0;}.dqgBAB [class*="bottom-edge-"]{bottom:0;}.dqgBAB [class*="left-edge-"]{left:0;}.dqgBAB [class*="right-edge-"]{right:0;}.dqgBAB .top-edge-0{width:100%;height:7px;background-color:#000000;}.dqgBAB .left-edge-0{width:6px;height:100%;background-color:#000000;}.dqgBAB .right-edge-0{width:6px;height:100%;background-color:#000000;}.dqgBAB .bottom-edge-0{width:100%;height:7px;background-color:#000000;}

.eEjsfT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eEjsfT [class*="-corner-"],.eEjsfT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eEjsfT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eEjsfT [class*="bottom-left-corner"],.eEjsfT [class*="bottom-right-corner"]{bottom:0;}.eEjsfT [class*="top-left-corner"],.eEjsfT [class*="top-right-corner"]{top:0;}.eEjsfT [class*="-left-corner-"]{left:0;}.eEjsfT [class*="-right-corner-"]{right:0;}.eEjsfT [class*="top-left-corner-"]{background-position:0 0;}.eEjsfT [class*="top-right-corner-"]{background-position:100% 0;}.eEjsfT [class*="bottom-left-corner-"]{background-position:0 100%;}.eEjsfT [class*="bottom-right-corner-"]{background-position:100% 100%;}.eEjsfT [class*="top-edge-"],.eEjsfT [class*="bottom-edge-"],.eEjsfT [class*="left-edge-"],.eEjsfT [class*="right-edge-"]{margin:auto;}.eEjsfT [class*="top-edge-"],.eEjsfT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eEjsfT [class*="left-edge-"],.eEjsfT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eEjsfT [class*="top-edge-"]{top:0;}.eEjsfT [class*="bottom-edge-"]{bottom:0;}.eEjsfT [class*="left-edge-"]{left:0;}.eEjsfT [class*="right-edge-"]{right:0;}.eEjsfT .bottom-edge-0{width:100%;height:5px;background-color:#f15a38;}

.gGZQvr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gGZQvr [class*="-corner-"],.gGZQvr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gGZQvr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gGZQvr [class*="bottom-left-corner"],.gGZQvr [class*="bottom-right-corner"]{bottom:0;}.gGZQvr [class*="top-left-corner"],.gGZQvr [class*="top-right-corner"]{top:0;}.gGZQvr [class*="-left-corner-"]{left:0;}.gGZQvr [class*="-right-corner-"]{right:0;}.gGZQvr [class*="top-left-corner-"]{background-position:0 0;}.gGZQvr [class*="top-right-corner-"]{background-position:100% 0;}.gGZQvr [class*="bottom-left-corner-"]{background-position:0 100%;}.gGZQvr [class*="bottom-right-corner-"]{background-position:100% 100%;}.gGZQvr [class*="top-edge-"],.gGZQvr [class*="bottom-edge-"],.gGZQvr [class*="left-edge-"],.gGZQvr [class*="right-edge-"]{margin:auto;}.gGZQvr [class*="top-edge-"],.gGZQvr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gGZQvr [class*="left-edge-"],.gGZQvr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gGZQvr [class*="top-edge-"]{top:0;}.gGZQvr [class*="bottom-edge-"]{bottom:0;}.gGZQvr [class*="left-edge-"]{left:0;}.gGZQvr [class*="right-edge-"]{right:0;}.gGZQvr .top-edge-0{width:500px;height:1px;background-color:#bbbbae;}

.cTMKXk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cTMKXk [class*="-corner-"],.cTMKXk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cTMKXk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cTMKXk [class*="bottom-left-corner"],.cTMKXk [class*="bottom-right-corner"]{bottom:0;}.cTMKXk [class*="top-left-corner"],.cTMKXk [class*="top-right-corner"]{top:0;}.cTMKXk [class*="-left-corner-"]{left:0;}.cTMKXk [class*="-right-corner-"]{right:0;}.cTMKXk [class*="top-left-corner-"]{background-position:0 0;}.cTMKXk [class*="top-right-corner-"]{background-position:100% 0;}.cTMKXk [class*="bottom-left-corner-"]{background-position:0 100%;}.cTMKXk [class*="bottom-right-corner-"]{background-position:100% 100%;}.cTMKXk [class*="top-edge-"],.cTMKXk [class*="bottom-edge-"],.cTMKXk [class*="left-edge-"],.cTMKXk [class*="right-edge-"]{margin:auto;}.cTMKXk [class*="top-edge-"],.cTMKXk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cTMKXk [class*="left-edge-"],.cTMKXk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cTMKXk [class*="top-edge-"]{top:0;}.cTMKXk [class*="bottom-edge-"]{bottom:0;}.cTMKXk [class*="left-edge-"]{left:0;}.cTMKXk [class*="right-edge-"]{right:0;}.cTMKXk .top-left-corner-0{width:100px;margin-left:0px;margin-top:0px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.cTMKXk .top-left-corner-0{width:200px;margin-left:0px;margin-top:0px;}}@media (min-width:60em){.cTMKXk .top-left-corner-0{width:300px;margin-left:0px;margin-top:0px;}}.cTMKXk .top-right-corner-0{width:50px;margin-right:20px;margin-top:20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.cTMKXk .bottom-left-corner-0{width:50px;margin-left:20px;margin-bottom:20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.cTMKXk .bottom-right-corner-0{width:200px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/7a14465e-cb9f-440d-9111-a3a71e2e87f6');}@media (min-width:30em){.cTMKXk .bottom-right-corner-0{width:300px;margin-right:0px;margin-bottom:0px;}}@media (min-width:60em){.cTMKXk .bottom-right-corner-0{width:400px;margin-right:0px;margin-bottom:0px;}}

.kcQofN{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kcQofN [class*="-corner-"],.kcQofN [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kcQofN [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kcQofN [class*="bottom-left-corner"],.kcQofN [class*="bottom-right-corner"]{bottom:0;}.kcQofN [class*="top-left-corner"],.kcQofN [class*="top-right-corner"]{top:0;}.kcQofN [class*="-left-corner-"]{left:0;}.kcQofN [class*="-right-corner-"]{right:0;}.kcQofN [class*="top-left-corner-"]{background-position:0 0;}.kcQofN [class*="top-right-corner-"]{background-position:100% 0;}.kcQofN [class*="bottom-left-corner-"]{background-position:0 100%;}.kcQofN [class*="bottom-right-corner-"]{background-position:100% 100%;}.kcQofN [class*="top-edge-"],.kcQofN [class*="bottom-edge-"],.kcQofN [class*="left-edge-"],.kcQofN [class*="right-edge-"]{margin:auto;}.kcQofN [class*="top-edge-"],.kcQofN [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kcQofN [class*="left-edge-"],.kcQofN [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kcQofN [class*="top-edge-"]{top:0;}.kcQofN [class*="bottom-edge-"]{bottom:0;}.kcQofN [class*="left-edge-"]{left:0;}.kcQofN [class*="right-edge-"]{right:0;}.kcQofN .right-edge-0{width:100%;height:100%;background-color:#ffffff;}@media (min-width:30em){.kcQofN .right-edge-0{width:100%;height:100%;}}@media (min-width:60em){.kcQofN .right-edge-0{width:60%;height:100%;}}

.eVFoek{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eVFoek [class*="-corner-"],.eVFoek [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eVFoek [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eVFoek [class*="bottom-left-corner"],.eVFoek [class*="bottom-right-corner"]{bottom:0;}.eVFoek [class*="top-left-corner"],.eVFoek [class*="top-right-corner"]{top:0;}.eVFoek [class*="-left-corner-"]{left:0;}.eVFoek [class*="-right-corner-"]{right:0;}.eVFoek [class*="top-left-corner-"]{background-position:0 0;}.eVFoek [class*="top-right-corner-"]{background-position:100% 0;}.eVFoek [class*="bottom-left-corner-"]{background-position:0 100%;}.eVFoek [class*="bottom-right-corner-"]{background-position:100% 100%;}.eVFoek [class*="top-edge-"],.eVFoek [class*="bottom-edge-"],.eVFoek [class*="left-edge-"],.eVFoek [class*="right-edge-"]{margin:auto;}.eVFoek [class*="top-edge-"],.eVFoek [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eVFoek [class*="left-edge-"],.eVFoek [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eVFoek [class*="top-edge-"]{top:0;}.eVFoek [class*="bottom-edge-"]{bottom:0;}.eVFoek [class*="left-edge-"]{left:0;}.eVFoek [class*="right-edge-"]{right:0;}.eVFoek .left-edge-0{width:100%;height:100%;background-color:#F7F7F7;}@media (min-width:30em){.eVFoek .left-edge-0{width:100%;height:100%;}}@media (min-width:60em){.eVFoek .left-edge-0{width:60%;height:100%;}}

.hVJWeM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hVJWeM [class*="-corner-"],.hVJWeM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hVJWeM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hVJWeM [class*="bottom-left-corner"],.hVJWeM [class*="bottom-right-corner"]{bottom:0;}.hVJWeM [class*="top-left-corner"],.hVJWeM [class*="top-right-corner"]{top:0;}.hVJWeM [class*="-left-corner-"]{left:0;}.hVJWeM [class*="-right-corner-"]{right:0;}.hVJWeM [class*="top-left-corner-"]{background-position:0 0;}.hVJWeM [class*="top-right-corner-"]{background-position:100% 0;}.hVJWeM [class*="bottom-left-corner-"]{background-position:0 100%;}.hVJWeM [class*="bottom-right-corner-"]{background-position:100% 100%;}.hVJWeM [class*="top-edge-"],.hVJWeM [class*="bottom-edge-"],.hVJWeM [class*="left-edge-"],.hVJWeM [class*="right-edge-"]{margin:auto;}.hVJWeM [class*="top-edge-"],.hVJWeM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hVJWeM [class*="left-edge-"],.hVJWeM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hVJWeM [class*="top-edge-"]{top:0;}.hVJWeM [class*="bottom-edge-"]{bottom:0;}.hVJWeM [class*="left-edge-"]{left:0;}.hVJWeM [class*="right-edge-"]{right:0;}.hVJWeM .bottom-edge-0{width:100%;height:100%;margin-left:0px;margin-bottom:0%;background-image:url('https://assets.digital.vistaprint.com/production/ca7ca56c-f0d1-4353-90fa-7fe6b03fc5a2');background-size:contain;background-repeat:no-repeat;background-position:center 0;}@media (min-width:30em){.hVJWeM .bottom-edge-0{width:100%;height:100%;margin-left:0px;margin-bottom:10%;background-image:url('https://assets.digital.vistaprint.com/production/ca7ca56c-f0d1-4353-90fa-7fe6b03fc5a2');background-size:cover;background-repeat:no-repeat;background-position:center 40%;}}@media (min-width:60em){.hVJWeM .bottom-edge-0{width:102%;height:100%;margin-left:-8px;margin-bottom:3%;background-image:url('https://assets.digital.vistaprint.com/production/ca7ca56c-f0d1-4353-90fa-7fe6b03fc5a2');background-size:cover;background-repeat:no-repeat;background-position:center 90%;}}

.jVzVXb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jVzVXb [class*="-corner-"],.jVzVXb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jVzVXb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jVzVXb [class*="bottom-left-corner"],.jVzVXb [class*="bottom-right-corner"]{bottom:0;}.jVzVXb [class*="top-left-corner"],.jVzVXb [class*="top-right-corner"]{top:0;}.jVzVXb [class*="-left-corner-"]{left:0;}.jVzVXb [class*="-right-corner-"]{right:0;}.jVzVXb [class*="top-left-corner-"]{background-position:0 0;}.jVzVXb [class*="top-right-corner-"]{background-position:100% 0;}.jVzVXb [class*="bottom-left-corner-"]{background-position:0 100%;}.jVzVXb [class*="bottom-right-corner-"]{background-position:100% 100%;}.jVzVXb [class*="top-edge-"],.jVzVXb [class*="bottom-edge-"],.jVzVXb [class*="left-edge-"],.jVzVXb [class*="right-edge-"]{margin:auto;}.jVzVXb [class*="top-edge-"],.jVzVXb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jVzVXb [class*="left-edge-"],.jVzVXb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jVzVXb [class*="top-edge-"]{top:0;}.jVzVXb [class*="bottom-edge-"]{bottom:0;}.jVzVXb [class*="left-edge-"]{left:0;}.jVzVXb [class*="right-edge-"]{right:0;}.jVzVXb .bottom-edge-0{width:100%;height:100%;margin-left:0px;margin-bottom:-40%;background-image:url('https://assets.digital.vistaprint.com/production/ec3963bc-668f-46a8-9f35-270bf4ebbe24');background-size:contain;background-repeat:no-repeat;background-position:center 0;}@media (min-width:30em){.jVzVXb .bottom-edge-0{width:100%;height:100%;margin-left:0px;margin-bottom:-12%;background-image:url('https://assets.digital.vistaprint.com/production/ec3963bc-668f-46a8-9f35-270bf4ebbe24');background-size:cover;background-repeat:no-repeat;background-position:center 0;}}@media (min-width:60em){.jVzVXb .bottom-edge-0{width:102%;height:100%;margin-left:-8px;margin-bottom:-2%;background-image:url('https://assets.digital.vistaprint.com/production/ec3963bc-668f-46a8-9f35-270bf4ebbe24');background-size:cover;background-repeat:no-repeat;background-position:center 0;}}

.fQrCIt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fQrCIt [class*="-corner-"],.fQrCIt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fQrCIt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fQrCIt [class*="bottom-left-corner"],.fQrCIt [class*="bottom-right-corner"]{bottom:0;}.fQrCIt [class*="top-left-corner"],.fQrCIt [class*="top-right-corner"]{top:0;}.fQrCIt [class*="-left-corner-"]{left:0;}.fQrCIt [class*="-right-corner-"]{right:0;}.fQrCIt [class*="top-left-corner-"]{background-position:0 0;}.fQrCIt [class*="top-right-corner-"]{background-position:100% 0;}.fQrCIt [class*="bottom-left-corner-"]{background-position:0 100%;}.fQrCIt [class*="bottom-right-corner-"]{background-position:100% 100%;}.fQrCIt [class*="top-edge-"],.fQrCIt [class*="bottom-edge-"],.fQrCIt [class*="left-edge-"],.fQrCIt [class*="right-edge-"]{margin:auto;}.fQrCIt [class*="top-edge-"],.fQrCIt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fQrCIt [class*="left-edge-"],.fQrCIt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fQrCIt [class*="top-edge-"]{top:0;}.fQrCIt [class*="bottom-edge-"]{bottom:0;}.fQrCIt [class*="left-edge-"]{left:0;}.fQrCIt [class*="right-edge-"]{right:0;}.fQrCIt .left-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/27977b42-c11b-47ea-9eaa-7c5448949b11');background-size:contain;}@media (min-width:30em){.fQrCIt .left-edge-0{width:150px;height:691px;margin-left:-400px;}}@media (min-width:60em){.fQrCIt .left-edge-0{width:217px;height:1000px;margin-left:40px;}}

.eoxwrf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eoxwrf [class*="-corner-"],.eoxwrf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eoxwrf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eoxwrf [class*="bottom-left-corner"],.eoxwrf [class*="bottom-right-corner"]{bottom:0;}.eoxwrf [class*="top-left-corner"],.eoxwrf [class*="top-right-corner"]{top:0;}.eoxwrf [class*="-left-corner-"]{left:0;}.eoxwrf [class*="-right-corner-"]{right:0;}.eoxwrf [class*="top-left-corner-"]{background-position:0 0;}.eoxwrf [class*="top-right-corner-"]{background-position:100% 0;}.eoxwrf [class*="bottom-left-corner-"]{background-position:0 100%;}.eoxwrf [class*="bottom-right-corner-"]{background-position:100% 100%;}.eoxwrf [class*="top-edge-"],.eoxwrf [class*="bottom-edge-"],.eoxwrf [class*="left-edge-"],.eoxwrf [class*="right-edge-"]{margin:auto;}.eoxwrf [class*="top-edge-"],.eoxwrf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eoxwrf [class*="left-edge-"],.eoxwrf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eoxwrf [class*="top-edge-"]{top:0;}.eoxwrf [class*="bottom-edge-"]{bottom:0;}.eoxwrf [class*="left-edge-"]{left:0;}.eoxwrf [class*="right-edge-"]{right:0;}.eoxwrf .top-left-corner-0{width:200px;height:200px;margin-left:-100px;margin-top:-90px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/65f51825-5c15-4de9-b5b5-c2a0e1a71b30');background-repeat:no-repeat;}.eoxwrf .bottom-right-corner-0{width:200px;height:200px;margin-right:-100px;margin-bottom:-90px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/65f51825-5c15-4de9-b5b5-c2a0e1a71b30');background-repeat:no-repeat;}

.eJqVhk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eJqVhk [class*="-corner-"],.eJqVhk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eJqVhk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eJqVhk [class*="bottom-left-corner"],.eJqVhk [class*="bottom-right-corner"]{bottom:0;}.eJqVhk [class*="top-left-corner"],.eJqVhk [class*="top-right-corner"]{top:0;}.eJqVhk [class*="-left-corner-"]{left:0;}.eJqVhk [class*="-right-corner-"]{right:0;}.eJqVhk [class*="top-left-corner-"]{background-position:0 0;}.eJqVhk [class*="top-right-corner-"]{background-position:100% 0;}.eJqVhk [class*="bottom-left-corner-"]{background-position:0 100%;}.eJqVhk [class*="bottom-right-corner-"]{background-position:100% 100%;}.eJqVhk [class*="top-edge-"],.eJqVhk [class*="bottom-edge-"],.eJqVhk [class*="left-edge-"],.eJqVhk [class*="right-edge-"]{margin:auto;}.eJqVhk [class*="top-edge-"],.eJqVhk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eJqVhk [class*="left-edge-"],.eJqVhk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eJqVhk [class*="top-edge-"]{top:0;}.eJqVhk [class*="bottom-edge-"]{bottom:0;}.eJqVhk [class*="left-edge-"]{left:0;}.eJqVhk [class*="right-edge-"]{right:0;}.eJqVhk .bottom-edge-0{width:350px;height:6px;margin-bottom:20px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/c3cf2515-ec85-4e2b-8b43-c031411bc678');background-repeat:no-repeat;background-position:center 0;}

.gMqsMU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gMqsMU [class*="-corner-"],.gMqsMU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gMqsMU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gMqsMU [class*="bottom-left-corner"],.gMqsMU [class*="bottom-right-corner"]{bottom:0;}.gMqsMU [class*="top-left-corner"],.gMqsMU [class*="top-right-corner"]{top:0;}.gMqsMU [class*="-left-corner-"]{left:0;}.gMqsMU [class*="-right-corner-"]{right:0;}.gMqsMU [class*="top-left-corner-"]{background-position:0 0;}.gMqsMU [class*="top-right-corner-"]{background-position:100% 0;}.gMqsMU [class*="bottom-left-corner-"]{background-position:0 100%;}.gMqsMU [class*="bottom-right-corner-"]{background-position:100% 100%;}.gMqsMU [class*="top-edge-"],.gMqsMU [class*="bottom-edge-"],.gMqsMU [class*="left-edge-"],.gMqsMU [class*="right-edge-"]{margin:auto;}.gMqsMU [class*="top-edge-"],.gMqsMU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gMqsMU [class*="left-edge-"],.gMqsMU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gMqsMU [class*="top-edge-"]{top:0;}.gMqsMU [class*="bottom-edge-"]{bottom:0;}.gMqsMU [class*="left-edge-"]{left:0;}.gMqsMU [class*="right-edge-"]{right:0;}.gMqsMU .bottom-edge-0{width:100%;height:100%;opacity:.3;background-image:url('../1005058/patterns/pattern1.svg');background-size:contain;}

.brpBxu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.brpBxu [class*="-corner-"],.brpBxu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.brpBxu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.brpBxu [class*="bottom-left-corner"],.brpBxu [class*="bottom-right-corner"]{bottom:0;}.brpBxu [class*="top-left-corner"],.brpBxu [class*="top-right-corner"]{top:0;}.brpBxu [class*="-left-corner-"]{left:0;}.brpBxu [class*="-right-corner-"]{right:0;}.brpBxu [class*="top-left-corner-"]{background-position:0 0;}.brpBxu [class*="top-right-corner-"]{background-position:100% 0;}.brpBxu [class*="bottom-left-corner-"]{background-position:0 100%;}.brpBxu [class*="bottom-right-corner-"]{background-position:100% 100%;}.brpBxu [class*="top-edge-"],.brpBxu [class*="bottom-edge-"],.brpBxu [class*="left-edge-"],.brpBxu [class*="right-edge-"]{margin:auto;}.brpBxu [class*="top-edge-"],.brpBxu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.brpBxu [class*="left-edge-"],.brpBxu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.brpBxu [class*="top-edge-"]{top:0;}.brpBxu [class*="bottom-edge-"]{bottom:0;}.brpBxu [class*="left-edge-"]{left:0;}.brpBxu [class*="right-edge-"]{right:0;}.brpBxu .top-edge-0{height:12px;margin-top:10px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/e6bf80a0-ae92-450a-b982-d967b97b4f06');background-repeat:repeat-x;}.brpBxu .bottom-edge-0{height:12px;margin-bottom:10px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/e6bf80a0-ae92-450a-b982-d967b97b4f06');background-repeat:repeat-x;}

.bSygCA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bSygCA [class*="-corner-"],.bSygCA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bSygCA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bSygCA [class*="bottom-left-corner"],.bSygCA [class*="bottom-right-corner"]{bottom:0;}.bSygCA [class*="top-left-corner"],.bSygCA [class*="top-right-corner"]{top:0;}.bSygCA [class*="-left-corner-"]{left:0;}.bSygCA [class*="-right-corner-"]{right:0;}.bSygCA [class*="top-left-corner-"]{background-position:0 0;}.bSygCA [class*="top-right-corner-"]{background-position:100% 0;}.bSygCA [class*="bottom-left-corner-"]{background-position:0 100%;}.bSygCA [class*="bottom-right-corner-"]{background-position:100% 100%;}.bSygCA [class*="top-edge-"],.bSygCA [class*="bottom-edge-"],.bSygCA [class*="left-edge-"],.bSygCA [class*="right-edge-"]{margin:auto;}.bSygCA [class*="top-edge-"],.bSygCA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bSygCA [class*="left-edge-"],.bSygCA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bSygCA [class*="top-edge-"]{top:0;}.bSygCA [class*="bottom-edge-"]{bottom:0;}.bSygCA [class*="left-edge-"]{left:0;}.bSygCA [class*="right-edge-"]{right:0;}.bSygCA .top-edge-0{height:43px;background-image:url('https://assets.digital.vistaprint.com/production/bb9641b9-b799-4c3a-98b3-9132e533af8b');}.bSygCA .bottom-edge-0{height:43px;background-image:url('https://assets.digital.vistaprint.com/production/ceaf5866-8c49-4404-9083-df3b912f1333');}

.uexfs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.uexfs [class*="-corner-"],.uexfs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.uexfs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.uexfs [class*="bottom-left-corner"],.uexfs [class*="bottom-right-corner"]{bottom:0;}.uexfs [class*="top-left-corner"],.uexfs [class*="top-right-corner"]{top:0;}.uexfs [class*="-left-corner-"]{left:0;}.uexfs [class*="-right-corner-"]{right:0;}.uexfs [class*="top-left-corner-"]{background-position:0 0;}.uexfs [class*="top-right-corner-"]{background-position:100% 0;}.uexfs [class*="bottom-left-corner-"]{background-position:0 100%;}.uexfs [class*="bottom-right-corner-"]{background-position:100% 100%;}.uexfs [class*="top-edge-"],.uexfs [class*="bottom-edge-"],.uexfs [class*="left-edge-"],.uexfs [class*="right-edge-"]{margin:auto;}.uexfs [class*="top-edge-"],.uexfs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.uexfs [class*="left-edge-"],.uexfs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.uexfs [class*="top-edge-"]{top:0;}.uexfs [class*="bottom-edge-"]{bottom:0;}.uexfs [class*="left-edge-"]{left:0;}.uexfs [class*="right-edge-"]{right:0;}.uexfs .top-edge-0{width:100%;height:50px;margin-top:-32px;opacity:0.8;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);background-color:#ffffff;}.uexfs .top-left-corner-0{width:100%;height:50px;margin-top:-42px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);background-color:#c42c32;}

.hkUkPe{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hkUkPe [class*="-corner-"],.hkUkPe [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hkUkPe [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hkUkPe [class*="bottom-left-corner"],.hkUkPe [class*="bottom-right-corner"]{bottom:0;}.hkUkPe [class*="top-left-corner"],.hkUkPe [class*="top-right-corner"]{top:0;}.hkUkPe [class*="-left-corner-"]{left:0;}.hkUkPe [class*="-right-corner-"]{right:0;}.hkUkPe [class*="top-left-corner-"]{background-position:0 0;}.hkUkPe [class*="top-right-corner-"]{background-position:100% 0;}.hkUkPe [class*="bottom-left-corner-"]{background-position:0 100%;}.hkUkPe [class*="bottom-right-corner-"]{background-position:100% 100%;}.hkUkPe [class*="top-edge-"],.hkUkPe [class*="bottom-edge-"],.hkUkPe [class*="left-edge-"],.hkUkPe [class*="right-edge-"]{margin:auto;}.hkUkPe [class*="top-edge-"],.hkUkPe [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hkUkPe [class*="left-edge-"],.hkUkPe [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hkUkPe [class*="top-edge-"]{top:0;}.hkUkPe [class*="bottom-edge-"]{bottom:0;}.hkUkPe [class*="left-edge-"]{left:0;}.hkUkPe [class*="right-edge-"]{right:0;}.hkUkPe .top-edge-0{width:100%;height:70%;z-index:3;opacity:2;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}

.GRutu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.GRutu [class*="-corner-"],.GRutu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.GRutu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.GRutu [class*="bottom-left-corner"],.GRutu [class*="bottom-right-corner"]{bottom:0;}.GRutu [class*="top-left-corner"],.GRutu [class*="top-right-corner"]{top:0;}.GRutu [class*="-left-corner-"]{left:0;}.GRutu [class*="-right-corner-"]{right:0;}.GRutu [class*="top-left-corner-"]{background-position:0 0;}.GRutu [class*="top-right-corner-"]{background-position:100% 0;}.GRutu [class*="bottom-left-corner-"]{background-position:0 100%;}.GRutu [class*="bottom-right-corner-"]{background-position:100% 100%;}.GRutu [class*="top-edge-"],.GRutu [class*="bottom-edge-"],.GRutu [class*="left-edge-"],.GRutu [class*="right-edge-"]{margin:auto;}.GRutu [class*="top-edge-"],.GRutu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.GRutu [class*="left-edge-"],.GRutu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.GRutu [class*="top-edge-"]{top:0;}.GRutu [class*="bottom-edge-"]{bottom:0;}.GRutu [class*="left-edge-"]{left:0;}.GRutu [class*="right-edge-"]{right:0;}.GRutu .top-edge-0{width:20%;height:3px;background-color:#C59766;}

.dpmvQb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dpmvQb [class*="-corner-"],.dpmvQb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dpmvQb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dpmvQb [class*="bottom-left-corner"],.dpmvQb [class*="bottom-right-corner"]{bottom:0;}.dpmvQb [class*="top-left-corner"],.dpmvQb [class*="top-right-corner"]{top:0;}.dpmvQb [class*="-left-corner-"]{left:0;}.dpmvQb [class*="-right-corner-"]{right:0;}.dpmvQb [class*="top-left-corner-"]{background-position:0 0;}.dpmvQb [class*="top-right-corner-"]{background-position:100% 0;}.dpmvQb [class*="bottom-left-corner-"]{background-position:0 100%;}.dpmvQb [class*="bottom-right-corner-"]{background-position:100% 100%;}.dpmvQb [class*="top-edge-"],.dpmvQb [class*="bottom-edge-"],.dpmvQb [class*="left-edge-"],.dpmvQb [class*="right-edge-"]{margin:auto;}.dpmvQb [class*="top-edge-"],.dpmvQb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dpmvQb [class*="left-edge-"],.dpmvQb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dpmvQb [class*="top-edge-"]{top:0;}.dpmvQb [class*="bottom-edge-"]{bottom:0;}.dpmvQb [class*="left-edge-"]{left:0;}.dpmvQb [class*="right-edge-"]{right:0;}.dpmvQb .top-edge-0{width:50%;height:100%;z-index:2;margin-top:60px;background-image:url('https://assets.digital.vistaprint.com/production/a78d6d0d-c80a-40f2-aa16-729a7473b043');background-size:contain;background-repeat:no-repeat;}@media (min-width:60em){.dpmvQb .top-edge-0{width:16%;height:100%;z-index:2;margin-top:60px;}}.dpmvQb .left-edge-0{width:100%;height:5px;margin-top:110px;opacity:0;background-size:contain;background-color:gray;}@media (min-width:60em){.dpmvQb .left-edge-0{width:100%;height:5px;opacity:1;}}.dpmvQb .bottom-edge-0{width:50%;height:100%;z-index:2;margin-bottom:80px;background-image:url('https://assets.digital.vistaprint.com/production/a78d6d0d-c80a-40f2-aa16-729a7473b043');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;background-repeat:no-repeat;}@media (min-width:60em){.dpmvQb .bottom-edge-0{width:16%;height:100%;z-index:2;margin-bottom:80px;}}.dpmvQb .bottom-left-corner-0{width:100%;height:5px;margin-bottom:130px;opacity:0;background-size:contain;background-color:gray;}@media (min-width:60em){.dpmvQb .bottom-left-corner-0{width:100%;height:5px;opacity:1;}}

.hxsAJT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hxsAJT [class*="-corner-"],.hxsAJT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hxsAJT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hxsAJT [class*="bottom-left-corner"],.hxsAJT [class*="bottom-right-corner"]{bottom:0;}.hxsAJT [class*="top-left-corner"],.hxsAJT [class*="top-right-corner"]{top:0;}.hxsAJT [class*="-left-corner-"]{left:0;}.hxsAJT [class*="-right-corner-"]{right:0;}.hxsAJT [class*="top-left-corner-"]{background-position:0 0;}.hxsAJT [class*="top-right-corner-"]{background-position:100% 0;}.hxsAJT [class*="bottom-left-corner-"]{background-position:0 100%;}.hxsAJT [class*="bottom-right-corner-"]{background-position:100% 100%;}.hxsAJT [class*="top-edge-"],.hxsAJT [class*="bottom-edge-"],.hxsAJT [class*="left-edge-"],.hxsAJT [class*="right-edge-"]{margin:auto;}.hxsAJT [class*="top-edge-"],.hxsAJT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hxsAJT [class*="left-edge-"],.hxsAJT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hxsAJT [class*="top-edge-"]{top:0;}.hxsAJT [class*="bottom-edge-"]{bottom:0;}.hxsAJT [class*="left-edge-"]{left:0;}.hxsAJT [class*="right-edge-"]{right:0;}.hxsAJT .top-edge-0{width:100%;height:100%;background-color:black;}

.iZEuJn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iZEuJn [class*="-corner-"],.iZEuJn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iZEuJn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iZEuJn [class*="bottom-left-corner"],.iZEuJn [class*="bottom-right-corner"]{bottom:0;}.iZEuJn [class*="top-left-corner"],.iZEuJn [class*="top-right-corner"]{top:0;}.iZEuJn [class*="-left-corner-"]{left:0;}.iZEuJn [class*="-right-corner-"]{right:0;}.iZEuJn [class*="top-left-corner-"]{background-position:0 0;}.iZEuJn [class*="top-right-corner-"]{background-position:100% 0;}.iZEuJn [class*="bottom-left-corner-"]{background-position:0 100%;}.iZEuJn [class*="bottom-right-corner-"]{background-position:100% 100%;}.iZEuJn [class*="top-edge-"],.iZEuJn [class*="bottom-edge-"],.iZEuJn [class*="left-edge-"],.iZEuJn [class*="right-edge-"]{margin:auto;}.iZEuJn [class*="top-edge-"],.iZEuJn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iZEuJn [class*="left-edge-"],.iZEuJn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iZEuJn [class*="top-edge-"]{top:0;}.iZEuJn [class*="bottom-edge-"]{bottom:0;}.iZEuJn [class*="left-edge-"]{left:0;}.iZEuJn [class*="right-edge-"]{right:0;}.iZEuJn .top-edge-0{width:100%;height:21px;background-color:#ffffff;}.iZEuJn .top-edge-1{width:100%;height:9px;margin-top:21px;background-color:#000000;}.iZEuJn .left-edge-0{width:21px;height:100%;margin-top:21px;background-color:#FFFFFF;}.iZEuJn .left-edge-1{width:9px;height:100%;margin-left:21px;margin-top:21px;background-color:#000000;}.iZEuJn .right-edge-0{width:21px;height:100%;margin-top:21px;background-color:#FFFFFF;}.iZEuJn .right-edge-1{width:9px;height:100%;margin-right:21px;margin-top:21px;background-color:#000000;}

.ebUTcq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ebUTcq [class*="-corner-"],.ebUTcq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ebUTcq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ebUTcq [class*="bottom-left-corner"],.ebUTcq [class*="bottom-right-corner"]{bottom:0;}.ebUTcq [class*="top-left-corner"],.ebUTcq [class*="top-right-corner"]{top:0;}.ebUTcq [class*="-left-corner-"]{left:0;}.ebUTcq [class*="-right-corner-"]{right:0;}.ebUTcq [class*="top-left-corner-"]{background-position:0 0;}.ebUTcq [class*="top-right-corner-"]{background-position:100% 0;}.ebUTcq [class*="bottom-left-corner-"]{background-position:0 100%;}.ebUTcq [class*="bottom-right-corner-"]{background-position:100% 100%;}.ebUTcq [class*="top-edge-"],.ebUTcq [class*="bottom-edge-"],.ebUTcq [class*="left-edge-"],.ebUTcq [class*="right-edge-"]{margin:auto;}.ebUTcq [class*="top-edge-"],.ebUTcq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ebUTcq [class*="left-edge-"],.ebUTcq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ebUTcq [class*="top-edge-"]{top:0;}.ebUTcq [class*="bottom-edge-"]{bottom:0;}.ebUTcq [class*="left-edge-"]{left:0;}.ebUTcq [class*="right-edge-"]{right:0;}.ebUTcq .left-edge-0{width:21px;height:100%;background-color:#FFFFFF;}.ebUTcq .left-edge-1{width:9px;height:100%;margin-left:21px;background-color:#000000;}.ebUTcq .right-edge-0{width:21px;height:100%;background-color:#FFFFFF;}.ebUTcq .right-edge-1{width:9px;height:100%;margin-right:21px;background-color:#000000;}

.jojNpV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jojNpV [class*="-corner-"],.jojNpV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jojNpV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jojNpV [class*="bottom-left-corner"],.jojNpV [class*="bottom-right-corner"]{bottom:0;}.jojNpV [class*="top-left-corner"],.jojNpV [class*="top-right-corner"]{top:0;}.jojNpV [class*="-left-corner-"]{left:0;}.jojNpV [class*="-right-corner-"]{right:0;}.jojNpV [class*="top-left-corner-"]{background-position:0 0;}.jojNpV [class*="top-right-corner-"]{background-position:100% 0;}.jojNpV [class*="bottom-left-corner-"]{background-position:0 100%;}.jojNpV [class*="bottom-right-corner-"]{background-position:100% 100%;}.jojNpV [class*="top-edge-"],.jojNpV [class*="bottom-edge-"],.jojNpV [class*="left-edge-"],.jojNpV [class*="right-edge-"]{margin:auto;}.jojNpV [class*="top-edge-"],.jojNpV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jojNpV [class*="left-edge-"],.jojNpV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jojNpV [class*="top-edge-"]{top:0;}.jojNpV [class*="bottom-edge-"]{bottom:0;}.jojNpV [class*="left-edge-"]{left:0;}.jojNpV [class*="right-edge-"]{right:0;}.jojNpV .left-edge-0{width:21px;height:100%;z-index:2;margin-top:-21px;background-color:#FFFFFF;}.jojNpV .left-edge-1{width:9px;height:100%;margin-left:21px;margin-top:-21px;background-color:#000000;}.jojNpV .right-edge-0{width:21px;height:100%;z-index:2;margin-top:-21px;background-color:#FFFFFF;}.jojNpV .right-edge-1{width:9px;height:100%;margin-right:21px;margin-top:-21px;background-color:#000000;}.jojNpV .bottom-edge-0{width:100%;height:21px;background-color:#FFFFFF;}.jojNpV .bottom-edge-1{width:100%;height:9px;margin-bottom:21px;background-color:#000000;}

.dLWHVB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dLWHVB [class*="-corner-"],.dLWHVB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dLWHVB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dLWHVB [class*="bottom-left-corner"],.dLWHVB [class*="bottom-right-corner"]{bottom:0;}.dLWHVB [class*="top-left-corner"],.dLWHVB [class*="top-right-corner"]{top:0;}.dLWHVB [class*="-left-corner-"]{left:0;}.dLWHVB [class*="-right-corner-"]{right:0;}.dLWHVB [class*="top-left-corner-"]{background-position:0 0;}.dLWHVB [class*="top-right-corner-"]{background-position:100% 0;}.dLWHVB [class*="bottom-left-corner-"]{background-position:0 100%;}.dLWHVB [class*="bottom-right-corner-"]{background-position:100% 100%;}.dLWHVB [class*="top-edge-"],.dLWHVB [class*="bottom-edge-"],.dLWHVB [class*="left-edge-"],.dLWHVB [class*="right-edge-"]{margin:auto;}.dLWHVB [class*="top-edge-"],.dLWHVB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dLWHVB [class*="left-edge-"],.dLWHVB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dLWHVB [class*="top-edge-"]{top:0;}.dLWHVB [class*="bottom-edge-"]{bottom:0;}.dLWHVB [class*="left-edge-"]{left:0;}.dLWHVB [class*="right-edge-"]{right:0;}.dLWHVB .bottom-edge-0{width:100%;height:100%;margin-bottom:100px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#e4007e;}@media (min-width:30em){.dLWHVB .bottom-edge-0{width:100%;height:100%;margin-bottom:100px;}}@media (min-width:60em){.dLWHVB .bottom-edge-0{width:100%;height:100%;margin-bottom:100px;}}.dLWHVB .bottom-right-corner-0{width:100%;height:50%;margin-bottom:10px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,50x156/maxWidth/2000/http://assets.digital.vistaprint.com/production/5c3c54ae-e56c-4fc2-a72f-fa4654ee6653');background-repeat:repeat;}@media (min-width:30em){.dLWHVB .bottom-right-corner-0{width:100%;height:50%;margin-bottom:10px;}}@media (min-width:60em){.dLWHVB .bottom-right-corner-0{width:100%;height:50%;margin-bottom:10px;}}

.ihjvru{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ihjvru [class*="-corner-"],.ihjvru [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ihjvru [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ihjvru [class*="bottom-left-corner"],.ihjvru [class*="bottom-right-corner"]{bottom:0;}.ihjvru [class*="top-left-corner"],.ihjvru [class*="top-right-corner"]{top:0;}.ihjvru [class*="-left-corner-"]{left:0;}.ihjvru [class*="-right-corner-"]{right:0;}.ihjvru [class*="top-left-corner-"]{background-position:0 0;}.ihjvru [class*="top-right-corner-"]{background-position:100% 0;}.ihjvru [class*="bottom-left-corner-"]{background-position:0 100%;}.ihjvru [class*="bottom-right-corner-"]{background-position:100% 100%;}.ihjvru [class*="top-edge-"],.ihjvru [class*="bottom-edge-"],.ihjvru [class*="left-edge-"],.ihjvru [class*="right-edge-"]{margin:auto;}.ihjvru [class*="top-edge-"],.ihjvru [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ihjvru [class*="left-edge-"],.ihjvru [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ihjvru [class*="top-edge-"]{top:0;}.ihjvru [class*="bottom-edge-"]{bottom:0;}.ihjvru [class*="left-edge-"]{left:0;}.ihjvru [class*="right-edge-"]{right:0;}.ihjvru .bottom-left-corner-0{width:100%;height:100%;margin-left:0%;margin-bottom:-0.5%;background-image:url('https://assets.digital.vistaprint.com/production/962de3a7-f362-423e-904f-b2001a95506b');}

.cphPue{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cphPue [class*="-corner-"],.cphPue [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cphPue [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cphPue [class*="bottom-left-corner"],.cphPue [class*="bottom-right-corner"]{bottom:0;}.cphPue [class*="top-left-corner"],.cphPue [class*="top-right-corner"]{top:0;}.cphPue [class*="-left-corner-"]{left:0;}.cphPue [class*="-right-corner-"]{right:0;}.cphPue [class*="top-left-corner-"]{background-position:0 0;}.cphPue [class*="top-right-corner-"]{background-position:100% 0;}.cphPue [class*="bottom-left-corner-"]{background-position:0 100%;}.cphPue [class*="bottom-right-corner-"]{background-position:100% 100%;}.cphPue [class*="top-edge-"],.cphPue [class*="bottom-edge-"],.cphPue [class*="left-edge-"],.cphPue [class*="right-edge-"]{margin:auto;}.cphPue [class*="top-edge-"],.cphPue [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cphPue [class*="left-edge-"],.cphPue [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cphPue [class*="top-edge-"]{top:0;}.cphPue [class*="bottom-edge-"]{bottom:0;}.cphPue [class*="left-edge-"]{left:0;}.cphPue [class*="right-edge-"]{right:0;}.cphPue .bottom-edge-0{width:100%;height:100%;margin-bottom:-12px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/c5ec700d-27b4-47ca-b3bd-ec6604b9160e');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.gAOctl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gAOctl [class*="-corner-"],.gAOctl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gAOctl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gAOctl [class*="bottom-left-corner"],.gAOctl [class*="bottom-right-corner"]{bottom:0;}.gAOctl [class*="top-left-corner"],.gAOctl [class*="top-right-corner"]{top:0;}.gAOctl [class*="-left-corner-"]{left:0;}.gAOctl [class*="-right-corner-"]{right:0;}.gAOctl [class*="top-left-corner-"]{background-position:0 0;}.gAOctl [class*="top-right-corner-"]{background-position:100% 0;}.gAOctl [class*="bottom-left-corner-"]{background-position:0 100%;}.gAOctl [class*="bottom-right-corner-"]{background-position:100% 100%;}.gAOctl [class*="top-edge-"],.gAOctl [class*="bottom-edge-"],.gAOctl [class*="left-edge-"],.gAOctl [class*="right-edge-"]{margin:auto;}.gAOctl [class*="top-edge-"],.gAOctl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gAOctl [class*="left-edge-"],.gAOctl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gAOctl [class*="top-edge-"]{top:0;}.gAOctl [class*="bottom-edge-"]{bottom:0;}.gAOctl [class*="left-edge-"]{left:0;}.gAOctl [class*="right-edge-"]{right:0;}.gAOctl .top-edge-0{width:100%;height:7px;background-color:#989c51;}

.gYXYUy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gYXYUy [class*="-corner-"],.gYXYUy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gYXYUy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gYXYUy [class*="bottom-left-corner"],.gYXYUy [class*="bottom-right-corner"]{bottom:0;}.gYXYUy [class*="top-left-corner"],.gYXYUy [class*="top-right-corner"]{top:0;}.gYXYUy [class*="-left-corner-"]{left:0;}.gYXYUy [class*="-right-corner-"]{right:0;}.gYXYUy [class*="top-left-corner-"]{background-position:0 0;}.gYXYUy [class*="top-right-corner-"]{background-position:100% 0;}.gYXYUy [class*="bottom-left-corner-"]{background-position:0 100%;}.gYXYUy [class*="bottom-right-corner-"]{background-position:100% 100%;}.gYXYUy [class*="top-edge-"],.gYXYUy [class*="bottom-edge-"],.gYXYUy [class*="left-edge-"],.gYXYUy [class*="right-edge-"]{margin:auto;}.gYXYUy [class*="top-edge-"],.gYXYUy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gYXYUy [class*="left-edge-"],.gYXYUy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gYXYUy [class*="top-edge-"]{top:0;}.gYXYUy [class*="bottom-edge-"]{bottom:0;}.gYXYUy [class*="left-edge-"]{left:0;}.gYXYUy [class*="right-edge-"]{right:0;}.gYXYUy .top-edge-0{height:100px;margin-top:-10px;opacity:0.15;background-image:url('https://assets.digital.vistaprint.com/production/f8107d9a-fa4c-45f0-a129-659682c86242');}

.kywIWa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kywIWa [class*="-corner-"],.kywIWa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kywIWa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kywIWa [class*="bottom-left-corner"],.kywIWa [class*="bottom-right-corner"]{bottom:0;}.kywIWa [class*="top-left-corner"],.kywIWa [class*="top-right-corner"]{top:0;}.kywIWa [class*="-left-corner-"]{left:0;}.kywIWa [class*="-right-corner-"]{right:0;}.kywIWa [class*="top-left-corner-"]{background-position:0 0;}.kywIWa [class*="top-right-corner-"]{background-position:100% 0;}.kywIWa [class*="bottom-left-corner-"]{background-position:0 100%;}.kywIWa [class*="bottom-right-corner-"]{background-position:100% 100%;}.kywIWa [class*="top-edge-"],.kywIWa [class*="bottom-edge-"],.kywIWa [class*="left-edge-"],.kywIWa [class*="right-edge-"]{margin:auto;}.kywIWa [class*="top-edge-"],.kywIWa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kywIWa [class*="left-edge-"],.kywIWa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kywIWa [class*="top-edge-"]{top:0;}.kywIWa [class*="bottom-edge-"]{bottom:0;}.kywIWa [class*="left-edge-"]{left:0;}.kywIWa [class*="right-edge-"]{right:0;}.kywIWa .bottom-left-corner-0{width:101%;height:100%;margin-left:-10px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/13b65318-52ae-4a94-a929-6d9758b2585f');background-size:100%;background-repeat:no-repeat;}

.rXXwC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.rXXwC [class*="-corner-"],.rXXwC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.rXXwC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.rXXwC [class*="bottom-left-corner"],.rXXwC [class*="bottom-right-corner"]{bottom:0;}.rXXwC [class*="top-left-corner"],.rXXwC [class*="top-right-corner"]{top:0;}.rXXwC [class*="-left-corner-"]{left:0;}.rXXwC [class*="-right-corner-"]{right:0;}.rXXwC [class*="top-left-corner-"]{background-position:0 0;}.rXXwC [class*="top-right-corner-"]{background-position:100% 0;}.rXXwC [class*="bottom-left-corner-"]{background-position:0 100%;}.rXXwC [class*="bottom-right-corner-"]{background-position:100% 100%;}.rXXwC [class*="top-edge-"],.rXXwC [class*="bottom-edge-"],.rXXwC [class*="left-edge-"],.rXXwC [class*="right-edge-"]{margin:auto;}.rXXwC [class*="top-edge-"],.rXXwC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.rXXwC [class*="left-edge-"],.rXXwC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.rXXwC [class*="top-edge-"]{top:0;}.rXXwC [class*="bottom-edge-"]{bottom:0;}.rXXwC [class*="left-edge-"]{left:0;}.rXXwC [class*="right-edge-"]{right:0;}.rXXwC .top-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/8cf8d484-6105-455a-b2c6-e05b006081dd');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}@media (min-width:30em){.rXXwC .top-edge-0{width:100%;height:100%;margin-top:-70px;background-size:contain;background-repeat:no-repeat;}}@media (min-width:60em){.rXXwC .top-edge-0{width:100%;height:100%;margin-top:0px;background-size:contain;background-repeat:no-repeat;}}.rXXwC .bottom-left-corner-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.rXXwC .bottom-left-corner-0{width:100%;height:30%;margin-bottom:-10px;background-color:#040707;}}@media (min-width:60em){.rXXwC .bottom-left-corner-0{height:1%;opacity:1;}}

.cGlsxQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cGlsxQ [class*="-corner-"],.cGlsxQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cGlsxQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cGlsxQ [class*="bottom-left-corner"],.cGlsxQ [class*="bottom-right-corner"]{bottom:0;}.cGlsxQ [class*="top-left-corner"],.cGlsxQ [class*="top-right-corner"]{top:0;}.cGlsxQ [class*="-left-corner-"]{left:0;}.cGlsxQ [class*="-right-corner-"]{right:0;}.cGlsxQ [class*="top-left-corner-"]{background-position:0 0;}.cGlsxQ [class*="top-right-corner-"]{background-position:100% 0;}.cGlsxQ [class*="bottom-left-corner-"]{background-position:0 100%;}.cGlsxQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.cGlsxQ [class*="top-edge-"],.cGlsxQ [class*="bottom-edge-"],.cGlsxQ [class*="left-edge-"],.cGlsxQ [class*="right-edge-"]{margin:auto;}.cGlsxQ [class*="top-edge-"],.cGlsxQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cGlsxQ [class*="left-edge-"],.cGlsxQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cGlsxQ [class*="top-edge-"]{top:0;}.cGlsxQ [class*="bottom-edge-"]{bottom:0;}.cGlsxQ [class*="left-edge-"]{left:0;}.cGlsxQ [class*="right-edge-"]{right:0;}.cGlsxQ .top-edge-0{width:100%;height:2px;background-color:#e0c576;}

.hSyVUe{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hSyVUe [class*="-corner-"],.hSyVUe [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hSyVUe [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hSyVUe [class*="bottom-left-corner"],.hSyVUe [class*="bottom-right-corner"]{bottom:0;}.hSyVUe [class*="top-left-corner"],.hSyVUe [class*="top-right-corner"]{top:0;}.hSyVUe [class*="-left-corner-"]{left:0;}.hSyVUe [class*="-right-corner-"]{right:0;}.hSyVUe [class*="top-left-corner-"]{background-position:0 0;}.hSyVUe [class*="top-right-corner-"]{background-position:100% 0;}.hSyVUe [class*="bottom-left-corner-"]{background-position:0 100%;}.hSyVUe [class*="bottom-right-corner-"]{background-position:100% 100%;}.hSyVUe [class*="top-edge-"],.hSyVUe [class*="bottom-edge-"],.hSyVUe [class*="left-edge-"],.hSyVUe [class*="right-edge-"]{margin:auto;}.hSyVUe [class*="top-edge-"],.hSyVUe [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hSyVUe [class*="left-edge-"],.hSyVUe [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hSyVUe [class*="top-edge-"]{top:0;}.hSyVUe [class*="bottom-edge-"]{bottom:0;}.hSyVUe [class*="left-edge-"]{left:0;}.hSyVUe [class*="right-edge-"]{right:0;}.hSyVUe .bottom-edge-0{height:2px;margin-left:0px;background-color:#fecf68;}

.kuioRk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kuioRk [class*="-corner-"],.kuioRk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kuioRk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kuioRk [class*="bottom-left-corner"],.kuioRk [class*="bottom-right-corner"]{bottom:0;}.kuioRk [class*="top-left-corner"],.kuioRk [class*="top-right-corner"]{top:0;}.kuioRk [class*="-left-corner-"]{left:0;}.kuioRk [class*="-right-corner-"]{right:0;}.kuioRk [class*="top-left-corner-"]{background-position:0 0;}.kuioRk [class*="top-right-corner-"]{background-position:100% 0;}.kuioRk [class*="bottom-left-corner-"]{background-position:0 100%;}.kuioRk [class*="bottom-right-corner-"]{background-position:100% 100%;}.kuioRk [class*="top-edge-"],.kuioRk [class*="bottom-edge-"],.kuioRk [class*="left-edge-"],.kuioRk [class*="right-edge-"]{margin:auto;}.kuioRk [class*="top-edge-"],.kuioRk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kuioRk [class*="left-edge-"],.kuioRk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kuioRk [class*="top-edge-"]{top:0;}.kuioRk [class*="bottom-edge-"]{bottom:0;}.kuioRk [class*="left-edge-"]{left:0;}.kuioRk [class*="right-edge-"]{right:0;}.kuioRk .bottom-edge-0{height:2px;margin-left:0px;background-color:#fecf68;}.kuioRk .top-left-corner-0{width:300px;margin-left:10px;margin-top:200px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/feab827a-ec72-4980-8ec4-0af0b54338ba');}

.dOsdmo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dOsdmo [class*="-corner-"],.dOsdmo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dOsdmo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dOsdmo [class*="bottom-left-corner"],.dOsdmo [class*="bottom-right-corner"]{bottom:0;}.dOsdmo [class*="top-left-corner"],.dOsdmo [class*="top-right-corner"]{top:0;}.dOsdmo [class*="-left-corner-"]{left:0;}.dOsdmo [class*="-right-corner-"]{right:0;}.dOsdmo [class*="top-left-corner-"]{background-position:0 0;}.dOsdmo [class*="top-right-corner-"]{background-position:100% 0;}.dOsdmo [class*="bottom-left-corner-"]{background-position:0 100%;}.dOsdmo [class*="bottom-right-corner-"]{background-position:100% 100%;}.dOsdmo [class*="top-edge-"],.dOsdmo [class*="bottom-edge-"],.dOsdmo [class*="left-edge-"],.dOsdmo [class*="right-edge-"]{margin:auto;}.dOsdmo [class*="top-edge-"],.dOsdmo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dOsdmo [class*="left-edge-"],.dOsdmo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dOsdmo [class*="top-edge-"]{top:0;}.dOsdmo [class*="bottom-edge-"]{bottom:0;}.dOsdmo [class*="left-edge-"]{left:0;}.dOsdmo [class*="right-edge-"]{right:0;}.dOsdmo .top-left-corner-0{width:100px;margin-left:-20px;margin-top:-10px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/feab827a-ec72-4980-8ec4-0af0b54338ba');}@media (min-width:30em){.dOsdmo .top-left-corner-0{width:300px;margin-left:10px;margin-top:-50px;}}@media (min-width:60em){.dOsdmo .top-left-corner-0{width:300px;margin-left:10px;margin-top:-50px;}}.dOsdmo .top-right-corner-0{width:100px;margin-right:-20px;margin-top:-10px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/fd0e8d70-b932-452e-bd81-43bf1539df40');}@media (min-width:30em){.dOsdmo .top-right-corner-0{width:300px;margin-right:10px;margin-top:-50px;}}@media (min-width:60em){.dOsdmo .top-right-corner-0{width:300px;margin-right:10px;margin-top:-50px;}}

.MuNNS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.MuNNS [class*="-corner-"],.MuNNS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.MuNNS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.MuNNS [class*="bottom-left-corner"],.MuNNS [class*="bottom-right-corner"]{bottom:0;}.MuNNS [class*="top-left-corner"],.MuNNS [class*="top-right-corner"]{top:0;}.MuNNS [class*="-left-corner-"]{left:0;}.MuNNS [class*="-right-corner-"]{right:0;}.MuNNS [class*="top-left-corner-"]{background-position:0 0;}.MuNNS [class*="top-right-corner-"]{background-position:100% 0;}.MuNNS [class*="bottom-left-corner-"]{background-position:0 100%;}.MuNNS [class*="bottom-right-corner-"]{background-position:100% 100%;}.MuNNS [class*="top-edge-"],.MuNNS [class*="bottom-edge-"],.MuNNS [class*="left-edge-"],.MuNNS [class*="right-edge-"]{margin:auto;}.MuNNS [class*="top-edge-"],.MuNNS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.MuNNS [class*="left-edge-"],.MuNNS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.MuNNS [class*="top-edge-"]{top:0;}.MuNNS [class*="bottom-edge-"]{bottom:0;}.MuNNS [class*="left-edge-"]{left:0;}.MuNNS [class*="right-edge-"]{right:0;}.MuNNS .bottom-left-corner-0{width:300px;margin-left:-170px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/fd0e8d70-b932-452e-bd81-43bf1539df40');}.MuNNS .bottom-right-corner-0{width:300px;margin-right:-120px;margin-bottom:-50px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/feab827a-ec72-4980-8ec4-0af0b54338ba');}

.kEwxJr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kEwxJr [class*="-corner-"],.kEwxJr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kEwxJr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kEwxJr [class*="bottom-left-corner"],.kEwxJr [class*="bottom-right-corner"]{bottom:0;}.kEwxJr [class*="top-left-corner"],.kEwxJr [class*="top-right-corner"]{top:0;}.kEwxJr [class*="-left-corner-"]{left:0;}.kEwxJr [class*="-right-corner-"]{right:0;}.kEwxJr [class*="top-left-corner-"]{background-position:0 0;}.kEwxJr [class*="top-right-corner-"]{background-position:100% 0;}.kEwxJr [class*="bottom-left-corner-"]{background-position:0 100%;}.kEwxJr [class*="bottom-right-corner-"]{background-position:100% 100%;}.kEwxJr [class*="top-edge-"],.kEwxJr [class*="bottom-edge-"],.kEwxJr [class*="left-edge-"],.kEwxJr [class*="right-edge-"]{margin:auto;}.kEwxJr [class*="top-edge-"],.kEwxJr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kEwxJr [class*="left-edge-"],.kEwxJr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kEwxJr [class*="top-edge-"]{top:0;}.kEwxJr [class*="bottom-edge-"]{bottom:0;}.kEwxJr [class*="left-edge-"]{left:0;}.kEwxJr [class*="right-edge-"]{right:0;}.kEwxJr .top-left-corner-0{width:500px;margin-left:0px;margin-top:0px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}

.djtOkX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.djtOkX [class*="-corner-"],.djtOkX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.djtOkX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.djtOkX [class*="bottom-left-corner"],.djtOkX [class*="bottom-right-corner"]{bottom:0;}.djtOkX [class*="top-left-corner"],.djtOkX [class*="top-right-corner"]{top:0;}.djtOkX [class*="-left-corner-"]{left:0;}.djtOkX [class*="-right-corner-"]{right:0;}.djtOkX [class*="top-left-corner-"]{background-position:0 0;}.djtOkX [class*="top-right-corner-"]{background-position:100% 0;}.djtOkX [class*="bottom-left-corner-"]{background-position:0 100%;}.djtOkX [class*="bottom-right-corner-"]{background-position:100% 100%;}.djtOkX [class*="top-edge-"],.djtOkX [class*="bottom-edge-"],.djtOkX [class*="left-edge-"],.djtOkX [class*="right-edge-"]{margin:auto;}.djtOkX [class*="top-edge-"],.djtOkX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.djtOkX [class*="left-edge-"],.djtOkX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.djtOkX [class*="top-edge-"]{top:0;}.djtOkX [class*="bottom-edge-"]{bottom:0;}.djtOkX [class*="left-edge-"]{left:0;}.djtOkX [class*="right-edge-"]{right:0;}.djtOkX .top-edge-0{width:80%;height:1px;background-color:#ffffff;}

.jaxrbH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jaxrbH [class*="-corner-"],.jaxrbH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jaxrbH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jaxrbH [class*="bottom-left-corner"],.jaxrbH [class*="bottom-right-corner"]{bottom:0;}.jaxrbH [class*="top-left-corner"],.jaxrbH [class*="top-right-corner"]{top:0;}.jaxrbH [class*="-left-corner-"]{left:0;}.jaxrbH [class*="-right-corner-"]{right:0;}.jaxrbH [class*="top-left-corner-"]{background-position:0 0;}.jaxrbH [class*="top-right-corner-"]{background-position:100% 0;}.jaxrbH [class*="bottom-left-corner-"]{background-position:0 100%;}.jaxrbH [class*="bottom-right-corner-"]{background-position:100% 100%;}.jaxrbH [class*="top-edge-"],.jaxrbH [class*="bottom-edge-"],.jaxrbH [class*="left-edge-"],.jaxrbH [class*="right-edge-"]{margin:auto;}.jaxrbH [class*="top-edge-"],.jaxrbH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jaxrbH [class*="left-edge-"],.jaxrbH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jaxrbH [class*="top-edge-"]{top:0;}.jaxrbH [class*="bottom-edge-"]{bottom:0;}.jaxrbH [class*="left-edge-"]{left:0;}.jaxrbH [class*="right-edge-"]{right:0;}.jaxrbH .top-edge-0{width:100%;height:65px;background-image:url('https://assets.digital.vistaprint.com/production/9fedbb04-d954-49a8-832d-9adab558409e');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:cover;}

.jTFBgU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jTFBgU [class*="-corner-"],.jTFBgU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jTFBgU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jTFBgU [class*="bottom-left-corner"],.jTFBgU [class*="bottom-right-corner"]{bottom:0;}.jTFBgU [class*="top-left-corner"],.jTFBgU [class*="top-right-corner"]{top:0;}.jTFBgU [class*="-left-corner-"]{left:0;}.jTFBgU [class*="-right-corner-"]{right:0;}.jTFBgU [class*="top-left-corner-"]{background-position:0 0;}.jTFBgU [class*="top-right-corner-"]{background-position:100% 0;}.jTFBgU [class*="bottom-left-corner-"]{background-position:0 100%;}.jTFBgU [class*="bottom-right-corner-"]{background-position:100% 100%;}.jTFBgU [class*="top-edge-"],.jTFBgU [class*="bottom-edge-"],.jTFBgU [class*="left-edge-"],.jTFBgU [class*="right-edge-"]{margin:auto;}.jTFBgU [class*="top-edge-"],.jTFBgU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jTFBgU [class*="left-edge-"],.jTFBgU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jTFBgU [class*="top-edge-"]{top:0;}.jTFBgU [class*="bottom-edge-"]{bottom:0;}.jTFBgU [class*="left-edge-"]{left:0;}.jTFBgU [class*="right-edge-"]{right:0;}.jTFBgU .bottom-edge-0{width:100%;height:3px;background-color:white;}@media (min-width:30em){.jTFBgU .bottom-edge-0{width:100%;height:3px;background-color:whitw;}}@media (min-width:60em){.jTFBgU .bottom-edge-0{width:100%;height:4px;background-color:white;}}

.dlPzU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dlPzU [class*="-corner-"],.dlPzU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dlPzU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dlPzU [class*="bottom-left-corner"],.dlPzU [class*="bottom-right-corner"]{bottom:0;}.dlPzU [class*="top-left-corner"],.dlPzU [class*="top-right-corner"]{top:0;}.dlPzU [class*="-left-corner-"]{left:0;}.dlPzU [class*="-right-corner-"]{right:0;}.dlPzU [class*="top-left-corner-"]{background-position:0 0;}.dlPzU [class*="top-right-corner-"]{background-position:100% 0;}.dlPzU [class*="bottom-left-corner-"]{background-position:0 100%;}.dlPzU [class*="bottom-right-corner-"]{background-position:100% 100%;}.dlPzU [class*="top-edge-"],.dlPzU [class*="bottom-edge-"],.dlPzU [class*="left-edge-"],.dlPzU [class*="right-edge-"]{margin:auto;}.dlPzU [class*="top-edge-"],.dlPzU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dlPzU [class*="left-edge-"],.dlPzU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dlPzU [class*="top-edge-"]{top:0;}.dlPzU [class*="bottom-edge-"]{bottom:0;}.dlPzU [class*="left-edge-"]{left:0;}.dlPzU [class*="right-edge-"]{right:0;}.dlPzU .bottom-edge-0{width:100%;height:3px;background-color:white;}@media (min-width:30em){.dlPzU .bottom-edge-0{width:100%;height:8px;opacity:0.5;background-color:white;}}@media (min-width:60em){.dlPzU .bottom-edge-0{width:100%;height:10px;opacity:0.5;background-color:white;}}

.liZxdM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.liZxdM [class*="-corner-"],.liZxdM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.liZxdM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.liZxdM [class*="bottom-left-corner"],.liZxdM [class*="bottom-right-corner"]{bottom:0;}.liZxdM [class*="top-left-corner"],.liZxdM [class*="top-right-corner"]{top:0;}.liZxdM [class*="-left-corner-"]{left:0;}.liZxdM [class*="-right-corner-"]{right:0;}.liZxdM [class*="top-left-corner-"]{background-position:0 0;}.liZxdM [class*="top-right-corner-"]{background-position:100% 0;}.liZxdM [class*="bottom-left-corner-"]{background-position:0 100%;}.liZxdM [class*="bottom-right-corner-"]{background-position:100% 100%;}.liZxdM [class*="top-edge-"],.liZxdM [class*="bottom-edge-"],.liZxdM [class*="left-edge-"],.liZxdM [class*="right-edge-"]{margin:auto;}.liZxdM [class*="top-edge-"],.liZxdM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.liZxdM [class*="left-edge-"],.liZxdM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.liZxdM [class*="top-edge-"]{top:0;}.liZxdM [class*="bottom-edge-"]{bottom:0;}.liZxdM [class*="left-edge-"]{left:0;}.liZxdM [class*="right-edge-"]{right:0;}.liZxdM .top-left-corner-0{width:40px;margin-left:5px;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}@media (min-width:30em){.liZxdM .top-left-corner-0{width:70px;margin-left:10px;margin-top:10px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}}@media (min-width:60em){.liZxdM .top-left-corner-0{width:100px;margin-left:20px;margin-top:20px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}}.liZxdM .bottom-right-corner-0{width:40px;margin-right:5px;margin-bottom:5px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}@media (min-width:30em){.liZxdM .bottom-right-corner-0{width:70px;margin-right:10px;margin-bottom:10px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}}@media (min-width:60em){.liZxdM .bottom-right-corner-0{width:100px;margin-right:20px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}}

.fGqlFr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fGqlFr [class*="-corner-"],.fGqlFr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fGqlFr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fGqlFr [class*="bottom-left-corner"],.fGqlFr [class*="bottom-right-corner"]{bottom:0;}.fGqlFr [class*="top-left-corner"],.fGqlFr [class*="top-right-corner"]{top:0;}.fGqlFr [class*="-left-corner-"]{left:0;}.fGqlFr [class*="-right-corner-"]{right:0;}.fGqlFr [class*="top-left-corner-"]{background-position:0 0;}.fGqlFr [class*="top-right-corner-"]{background-position:100% 0;}.fGqlFr [class*="bottom-left-corner-"]{background-position:0 100%;}.fGqlFr [class*="bottom-right-corner-"]{background-position:100% 100%;}.fGqlFr [class*="top-edge-"],.fGqlFr [class*="bottom-edge-"],.fGqlFr [class*="left-edge-"],.fGqlFr [class*="right-edge-"]{margin:auto;}.fGqlFr [class*="top-edge-"],.fGqlFr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fGqlFr [class*="left-edge-"],.fGqlFr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fGqlFr [class*="top-edge-"]{top:0;}.fGqlFr [class*="bottom-edge-"]{bottom:0;}.fGqlFr [class*="left-edge-"]{left:0;}.fGqlFr [class*="right-edge-"]{right:0;}.fGqlFr .top-left-corner-0{width:40px;margin-left:5px;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}@media (min-width:30em){.fGqlFr .top-left-corner-0{width:70px;margin-left:10px;margin-top:10px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}}@media (min-width:60em){.fGqlFr .top-left-corner-0{width:100px;margin-left:20px;margin-top:20px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}}

.joiQSe{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.joiQSe [class*="-corner-"],.joiQSe [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.joiQSe [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.joiQSe [class*="bottom-left-corner"],.joiQSe [class*="bottom-right-corner"]{bottom:0;}.joiQSe [class*="top-left-corner"],.joiQSe [class*="top-right-corner"]{top:0;}.joiQSe [class*="-left-corner-"]{left:0;}.joiQSe [class*="-right-corner-"]{right:0;}.joiQSe [class*="top-left-corner-"]{background-position:0 0;}.joiQSe [class*="top-right-corner-"]{background-position:100% 0;}.joiQSe [class*="bottom-left-corner-"]{background-position:0 100%;}.joiQSe [class*="bottom-right-corner-"]{background-position:100% 100%;}.joiQSe [class*="top-edge-"],.joiQSe [class*="bottom-edge-"],.joiQSe [class*="left-edge-"],.joiQSe [class*="right-edge-"]{margin:auto;}.joiQSe [class*="top-edge-"],.joiQSe [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.joiQSe [class*="left-edge-"],.joiQSe [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.joiQSe [class*="top-edge-"]{top:0;}.joiQSe [class*="bottom-edge-"]{bottom:0;}.joiQSe [class*="left-edge-"]{left:0;}.joiQSe [class*="right-edge-"]{right:0;}.joiQSe .top-edge-0{width:87%;height:4px;margin-left:23px;margin-top:28px;background-color:#000000;}@media (min-width:30em){.joiQSe .top-edge-0{width:90%;height:4px;margin-left:25px;margin-top:30px;}}@media (min-width:60em){.joiQSe .top-edge-0{width:60%;height:4px;margin-left:426px;margin-top:30px;}}

.bJrKAP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bJrKAP [class*="-corner-"],.bJrKAP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bJrKAP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bJrKAP [class*="bottom-left-corner"],.bJrKAP [class*="bottom-right-corner"]{bottom:0;}.bJrKAP [class*="top-left-corner"],.bJrKAP [class*="top-right-corner"]{top:0;}.bJrKAP [class*="-left-corner-"]{left:0;}.bJrKAP [class*="-right-corner-"]{right:0;}.bJrKAP [class*="top-left-corner-"]{background-position:0 0;}.bJrKAP [class*="top-right-corner-"]{background-position:100% 0;}.bJrKAP [class*="bottom-left-corner-"]{background-position:0 100%;}.bJrKAP [class*="bottom-right-corner-"]{background-position:100% 100%;}.bJrKAP [class*="top-edge-"],.bJrKAP [class*="bottom-edge-"],.bJrKAP [class*="left-edge-"],.bJrKAP [class*="right-edge-"]{margin:auto;}.bJrKAP [class*="top-edge-"],.bJrKAP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bJrKAP [class*="left-edge-"],.bJrKAP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bJrKAP [class*="top-edge-"]{top:0;}.bJrKAP [class*="bottom-edge-"]{bottom:0;}.bJrKAP [class*="left-edge-"]{left:0;}.bJrKAP [class*="right-edge-"]{right:0;}.bJrKAP .bottom-edge-0{height:100px;margin-bottom:-35px;background-image:url('https://assets.digital.vistaprint.com/production/35bdff84-6c3e-4b8b-9b40-5ebebfcfd06e');background-repeat:no-repeat;background-position:20% 0;}@media (min-width:30em){.bJrKAP .bottom-edge-0{height:100px;margin-bottom:5px;background-image:url('https://assets.digital.vistaprint.com/production/35bdff84-6c3e-4b8b-9b40-5ebebfcfd06e');background-repeat:repeat;background-position:50% 0;}}@media (min-width:60em){.bJrKAP .bottom-edge-0{height:100px;margin-bottom:5px;background-image:url('https://assets.digital.vistaprint.com/production/35bdff84-6c3e-4b8b-9b40-5ebebfcfd06e');background-repeat:repeat;background-position:50% 0;}}

.dRgnrS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dRgnrS [class*="-corner-"],.dRgnrS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dRgnrS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dRgnrS [class*="bottom-left-corner"],.dRgnrS [class*="bottom-right-corner"]{bottom:0;}.dRgnrS [class*="top-left-corner"],.dRgnrS [class*="top-right-corner"]{top:0;}.dRgnrS [class*="-left-corner-"]{left:0;}.dRgnrS [class*="-right-corner-"]{right:0;}.dRgnrS [class*="top-left-corner-"]{background-position:0 0;}.dRgnrS [class*="top-right-corner-"]{background-position:100% 0;}.dRgnrS [class*="bottom-left-corner-"]{background-position:0 100%;}.dRgnrS [class*="bottom-right-corner-"]{background-position:100% 100%;}.dRgnrS [class*="top-edge-"],.dRgnrS [class*="bottom-edge-"],.dRgnrS [class*="left-edge-"],.dRgnrS [class*="right-edge-"]{margin:auto;}.dRgnrS [class*="top-edge-"],.dRgnrS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dRgnrS [class*="left-edge-"],.dRgnrS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dRgnrS [class*="top-edge-"]{top:0;}.dRgnrS [class*="bottom-edge-"]{bottom:0;}.dRgnrS [class*="left-edge-"]{left:0;}.dRgnrS [class*="right-edge-"]{right:0;}.dRgnrS .top-left-corner-0{width:100%;height:25px;margin-left:60px;margin-top:292px;background-image:url('https://assets.digital.vistaprint.com/production/8f585614-f948-42ef-8a26-181e68f7b1b9');background-repeat:no-repeat;background-position:0 0;}@media (min-width:30em){.dRgnrS .top-left-corner-0{width:100%;height:45px;margin-left:210px;margin-top:130px;background-image:url('https://assets.digital.vistaprint.com/production/8f585614-f948-42ef-8a26-181e68f7b1b9');background-repeat:no-repeat;background-position:0 0;}}@media (min-width:60em){.dRgnrS .top-left-corner-0{width:100%;height:35px;margin-left:438px;margin-top:130px;background-image:url('https://assets.digital.vistaprint.com/production/8f585614-f948-42ef-8a26-181e68f7b1b9');background-repeat:no-repeat;background-position:0 0;}}

.cSfvbA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cSfvbA [class*="-corner-"],.cSfvbA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cSfvbA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cSfvbA [class*="bottom-left-corner"],.cSfvbA [class*="bottom-right-corner"]{bottom:0;}.cSfvbA [class*="top-left-corner"],.cSfvbA [class*="top-right-corner"]{top:0;}.cSfvbA [class*="-left-corner-"]{left:0;}.cSfvbA [class*="-right-corner-"]{right:0;}.cSfvbA [class*="top-left-corner-"]{background-position:0 0;}.cSfvbA [class*="top-right-corner-"]{background-position:100% 0;}.cSfvbA [class*="bottom-left-corner-"]{background-position:0 100%;}.cSfvbA [class*="bottom-right-corner-"]{background-position:100% 100%;}.cSfvbA [class*="top-edge-"],.cSfvbA [class*="bottom-edge-"],.cSfvbA [class*="left-edge-"],.cSfvbA [class*="right-edge-"]{margin:auto;}.cSfvbA [class*="top-edge-"],.cSfvbA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cSfvbA [class*="left-edge-"],.cSfvbA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cSfvbA [class*="top-edge-"]{top:0;}.cSfvbA [class*="bottom-edge-"]{bottom:0;}.cSfvbA [class*="left-edge-"]{left:0;}.cSfvbA [class*="right-edge-"]{right:0;}.cSfvbA .left-edge-0{width:10px;height:100%;background-color:#9d734e;}.cSfvbA .right-edge-0{width:10px;height:100%;background-color:#9d734e;}.cSfvbA .bottom-edge-0{width:100;height:41px;z-index:2;background-image:url('https://assets.digital.vistaprint.com/production/9845fbc9-f5a7-48e2-b543-16c9a0688c48');}

.jBigVr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jBigVr [class*="-corner-"],.jBigVr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jBigVr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jBigVr [class*="bottom-left-corner"],.jBigVr [class*="bottom-right-corner"]{bottom:0;}.jBigVr [class*="top-left-corner"],.jBigVr [class*="top-right-corner"]{top:0;}.jBigVr [class*="-left-corner-"]{left:0;}.jBigVr [class*="-right-corner-"]{right:0;}.jBigVr [class*="top-left-corner-"]{background-position:0 0;}.jBigVr [class*="top-right-corner-"]{background-position:100% 0;}.jBigVr [class*="bottom-left-corner-"]{background-position:0 100%;}.jBigVr [class*="bottom-right-corner-"]{background-position:100% 100%;}.jBigVr [class*="top-edge-"],.jBigVr [class*="bottom-edge-"],.jBigVr [class*="left-edge-"],.jBigVr [class*="right-edge-"]{margin:auto;}.jBigVr [class*="top-edge-"],.jBigVr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jBigVr [class*="left-edge-"],.jBigVr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jBigVr [class*="top-edge-"]{top:0;}.jBigVr [class*="bottom-edge-"]{bottom:0;}.jBigVr [class*="left-edge-"]{left:0;}.jBigVr [class*="right-edge-"]{right:0;}.jBigVr .left-edge-0{width:10px;height:100%;background-color:#9d734e;}.jBigVr .right-edge-0{width:10px;height:100%;background-color:#9d734e;}

.febXgI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.febXgI [class*="-corner-"],.febXgI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.febXgI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.febXgI [class*="bottom-left-corner"],.febXgI [class*="bottom-right-corner"]{bottom:0;}.febXgI [class*="top-left-corner"],.febXgI [class*="top-right-corner"]{top:0;}.febXgI [class*="-left-corner-"]{left:0;}.febXgI [class*="-right-corner-"]{right:0;}.febXgI [class*="top-left-corner-"]{background-position:0 0;}.febXgI [class*="top-right-corner-"]{background-position:100% 0;}.febXgI [class*="bottom-left-corner-"]{background-position:0 100%;}.febXgI [class*="bottom-right-corner-"]{background-position:100% 100%;}.febXgI [class*="top-edge-"],.febXgI [class*="bottom-edge-"],.febXgI [class*="left-edge-"],.febXgI [class*="right-edge-"]{margin:auto;}.febXgI [class*="top-edge-"],.febXgI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.febXgI [class*="left-edge-"],.febXgI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.febXgI [class*="top-edge-"]{top:0;}.febXgI [class*="bottom-edge-"]{bottom:0;}.febXgI [class*="left-edge-"]{left:0;}.febXgI [class*="right-edge-"]{right:0;}.febXgI .left-edge-0{width:10px;height:100%;background-color:#9d734e;}.febXgI .right-edge-0{width:10px;height:100%;background-color:#9d734e;}.febXgI .bottom-edge-0{width:100;height:40px;z-index:2;background-image:url('https://assets.digital.vistaprint.com/production/9845fbc9-f5a7-48e2-b543-16c9a0688c48');}

.gnJSbo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gnJSbo [class*="-corner-"],.gnJSbo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gnJSbo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gnJSbo [class*="bottom-left-corner"],.gnJSbo [class*="bottom-right-corner"]{bottom:0;}.gnJSbo [class*="top-left-corner"],.gnJSbo [class*="top-right-corner"]{top:0;}.gnJSbo [class*="-left-corner-"]{left:0;}.gnJSbo [class*="-right-corner-"]{right:0;}.gnJSbo [class*="top-left-corner-"]{background-position:0 0;}.gnJSbo [class*="top-right-corner-"]{background-position:100% 0;}.gnJSbo [class*="bottom-left-corner-"]{background-position:0 100%;}.gnJSbo [class*="bottom-right-corner-"]{background-position:100% 100%;}.gnJSbo [class*="top-edge-"],.gnJSbo [class*="bottom-edge-"],.gnJSbo [class*="left-edge-"],.gnJSbo [class*="right-edge-"]{margin:auto;}.gnJSbo [class*="top-edge-"],.gnJSbo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gnJSbo [class*="left-edge-"],.gnJSbo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gnJSbo [class*="top-edge-"]{top:0;}.gnJSbo [class*="bottom-edge-"]{bottom:0;}.gnJSbo [class*="left-edge-"]{left:0;}.gnJSbo [class*="right-edge-"]{right:0;}.gnJSbo .top-edge-0{width:95.5%;height:5px;opacity:0.5;background-color:#FFFFFF;}@media (min-width:30em){.gnJSbo .top-edge-0{width:95%;height:6px;}}@media (min-width:60em){.gnJSbo .top-edge-0{width:65%;height:6px;}}

.zoEUk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.zoEUk [class*="-corner-"],.zoEUk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.zoEUk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.zoEUk [class*="bottom-left-corner"],.zoEUk [class*="bottom-right-corner"]{bottom:0;}.zoEUk [class*="top-left-corner"],.zoEUk [class*="top-right-corner"]{top:0;}.zoEUk [class*="-left-corner-"]{left:0;}.zoEUk [class*="-right-corner-"]{right:0;}.zoEUk [class*="top-left-corner-"]{background-position:0 0;}.zoEUk [class*="top-right-corner-"]{background-position:100% 0;}.zoEUk [class*="bottom-left-corner-"]{background-position:0 100%;}.zoEUk [class*="bottom-right-corner-"]{background-position:100% 100%;}.zoEUk [class*="top-edge-"],.zoEUk [class*="bottom-edge-"],.zoEUk [class*="left-edge-"],.zoEUk [class*="right-edge-"]{margin:auto;}.zoEUk [class*="top-edge-"],.zoEUk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.zoEUk [class*="left-edge-"],.zoEUk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.zoEUk [class*="top-edge-"]{top:0;}.zoEUk [class*="bottom-edge-"]{bottom:0;}.zoEUk [class*="left-edge-"]{left:0;}.zoEUk [class*="right-edge-"]{right:0;}.zoEUk .top-edge-0{width:100%;height:71px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/a77c2bed-0aef-41a8-9892-30f08983615f');}

.bFRgbR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bFRgbR [class*="-corner-"],.bFRgbR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bFRgbR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bFRgbR [class*="bottom-left-corner"],.bFRgbR [class*="bottom-right-corner"]{bottom:0;}.bFRgbR [class*="top-left-corner"],.bFRgbR [class*="top-right-corner"]{top:0;}.bFRgbR [class*="-left-corner-"]{left:0;}.bFRgbR [class*="-right-corner-"]{right:0;}.bFRgbR [class*="top-left-corner-"]{background-position:0 0;}.bFRgbR [class*="top-right-corner-"]{background-position:100% 0;}.bFRgbR [class*="bottom-left-corner-"]{background-position:0 100%;}.bFRgbR [class*="bottom-right-corner-"]{background-position:100% 100%;}.bFRgbR [class*="top-edge-"],.bFRgbR [class*="bottom-edge-"],.bFRgbR [class*="left-edge-"],.bFRgbR [class*="right-edge-"]{margin:auto;}.bFRgbR [class*="top-edge-"],.bFRgbR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bFRgbR [class*="left-edge-"],.bFRgbR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bFRgbR [class*="top-edge-"]{top:0;}.bFRgbR [class*="bottom-edge-"]{bottom:0;}.bFRgbR [class*="left-edge-"]{left:0;}.bFRgbR [class*="right-edge-"]{right:0;}.bFRgbR .top-left-corner-0{width:100%;height:25px;margin-left:60px;margin-top:200px;background-image:url('https://assets.digital.vistaprint.com/production/8f585614-f948-42ef-8a26-181e68f7b1b9');background-repeat:no-repeat;background-position:0 0;}@media (min-width:30em){.bFRgbR .top-left-corner-0{width:100%;height:45px;margin-left:210px;margin-top:130px;background-image:url('https://assets.digital.vistaprint.com/production/8f585614-f948-42ef-8a26-181e68f7b1b9');background-repeat:no-repeat;background-position:0 0;}}@media (min-width:60em){.bFRgbR .top-left-corner-0{width:100%;height:35px;margin-left:438px;margin-top:130px;background-image:url('https://assets.digital.vistaprint.com/production/8f585614-f948-42ef-8a26-181e68f7b1b9');background-repeat:no-repeat;background-position:0 0;}}

.faTygs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.faTygs [class*="-corner-"],.faTygs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.faTygs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.faTygs [class*="bottom-left-corner"],.faTygs [class*="bottom-right-corner"]{bottom:0;}.faTygs [class*="top-left-corner"],.faTygs [class*="top-right-corner"]{top:0;}.faTygs [class*="-left-corner-"]{left:0;}.faTygs [class*="-right-corner-"]{right:0;}.faTygs [class*="top-left-corner-"]{background-position:0 0;}.faTygs [class*="top-right-corner-"]{background-position:100% 0;}.faTygs [class*="bottom-left-corner-"]{background-position:0 100%;}.faTygs [class*="bottom-right-corner-"]{background-position:100% 100%;}.faTygs [class*="top-edge-"],.faTygs [class*="bottom-edge-"],.faTygs [class*="left-edge-"],.faTygs [class*="right-edge-"]{margin:auto;}.faTygs [class*="top-edge-"],.faTygs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.faTygs [class*="left-edge-"],.faTygs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.faTygs [class*="top-edge-"]{top:0;}.faTygs [class*="bottom-edge-"]{bottom:0;}.faTygs [class*="left-edge-"]{left:0;}.faTygs [class*="right-edge-"]{right:0;}.faTygs .bottom-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/30108f9e-16a4-4852-9443-885a4082cf95');background-size:contain;background-repeat:no-repeat;}

.keOUdl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.keOUdl [class*="-corner-"],.keOUdl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.keOUdl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.keOUdl [class*="bottom-left-corner"],.keOUdl [class*="bottom-right-corner"]{bottom:0;}.keOUdl [class*="top-left-corner"],.keOUdl [class*="top-right-corner"]{top:0;}.keOUdl [class*="-left-corner-"]{left:0;}.keOUdl [class*="-right-corner-"]{right:0;}.keOUdl [class*="top-left-corner-"]{background-position:0 0;}.keOUdl [class*="top-right-corner-"]{background-position:100% 0;}.keOUdl [class*="bottom-left-corner-"]{background-position:0 100%;}.keOUdl [class*="bottom-right-corner-"]{background-position:100% 100%;}.keOUdl [class*="top-edge-"],.keOUdl [class*="bottom-edge-"],.keOUdl [class*="left-edge-"],.keOUdl [class*="right-edge-"]{margin:auto;}.keOUdl [class*="top-edge-"],.keOUdl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.keOUdl [class*="left-edge-"],.keOUdl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.keOUdl [class*="top-edge-"]{top:0;}.keOUdl [class*="bottom-edge-"]{bottom:0;}.keOUdl [class*="left-edge-"]{left:0;}.keOUdl [class*="right-edge-"]{right:0;}.keOUdl .bottom-edge-0{width:70px;height:70px;z-index:2;margin-bottom:-35px;background-image:url('https://assets.digital.vistaprint.com/production/55adb9c5-b2d5-429a-a784-14a85e8d2160');background-size:contain;background-repeat:no-repeat;}.keOUdl .top-left-corner-0{width:400%;height:400%;margin-top:-8px;background-image:url('https://assets.digital.vistaprint.com/production/9afc606c-97d8-4e1e-bd76-dfc8065278d5');}@media (min-width:30em){.keOUdl .top-left-corner-0{width:250%;height:250%;margin-top:-11px;}}@media (min-width:60em){.keOUdl .top-left-corner-0{width:100%;height:100%;margin-top:-13px;}}.keOUdl .bottom-left-corner-0{width:400%;height:400%;margin-bottom:-8px;background-image:url('https://assets.digital.vistaprint.com/production/9afc606c-97d8-4e1e-bd76-dfc8065278d5');}@media (min-width:30em){.keOUdl .bottom-left-corner-0{width:250%;height:250%;margin-bottom:-11px;}}@media (min-width:60em){.keOUdl .bottom-left-corner-0{width:100%;height:100%;margin-bottom:-13px;}}

.gujguZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gujguZ [class*="-corner-"],.gujguZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gujguZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gujguZ [class*="bottom-left-corner"],.gujguZ [class*="bottom-right-corner"]{bottom:0;}.gujguZ [class*="top-left-corner"],.gujguZ [class*="top-right-corner"]{top:0;}.gujguZ [class*="-left-corner-"]{left:0;}.gujguZ [class*="-right-corner-"]{right:0;}.gujguZ [class*="top-left-corner-"]{background-position:0 0;}.gujguZ [class*="top-right-corner-"]{background-position:100% 0;}.gujguZ [class*="bottom-left-corner-"]{background-position:0 100%;}.gujguZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.gujguZ [class*="top-edge-"],.gujguZ [class*="bottom-edge-"],.gujguZ [class*="left-edge-"],.gujguZ [class*="right-edge-"]{margin:auto;}.gujguZ [class*="top-edge-"],.gujguZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gujguZ [class*="left-edge-"],.gujguZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gujguZ [class*="top-edge-"]{top:0;}.gujguZ [class*="bottom-edge-"]{bottom:0;}.gujguZ [class*="left-edge-"]{left:0;}.gujguZ [class*="right-edge-"]{right:0;}.gujguZ .top-edge-0{width:70px;height:70px;z-index:2;margin-top:-35px;background-image:url('https://assets.digital.vistaprint.com/production/55adb9c5-b2d5-429a-a784-14a85e8d2160');background-size:contain;background-repeat:no-repeat;}

.didSEC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.didSEC [class*="-corner-"],.didSEC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.didSEC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.didSEC [class*="bottom-left-corner"],.didSEC [class*="bottom-right-corner"]{bottom:0;}.didSEC [class*="top-left-corner"],.didSEC [class*="top-right-corner"]{top:0;}.didSEC [class*="-left-corner-"]{left:0;}.didSEC [class*="-right-corner-"]{right:0;}.didSEC [class*="top-left-corner-"]{background-position:0 0;}.didSEC [class*="top-right-corner-"]{background-position:100% 0;}.didSEC [class*="bottom-left-corner-"]{background-position:0 100%;}.didSEC [class*="bottom-right-corner-"]{background-position:100% 100%;}.didSEC [class*="top-edge-"],.didSEC [class*="bottom-edge-"],.didSEC [class*="left-edge-"],.didSEC [class*="right-edge-"]{margin:auto;}.didSEC [class*="top-edge-"],.didSEC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.didSEC [class*="left-edge-"],.didSEC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.didSEC [class*="top-edge-"]{top:0;}.didSEC [class*="bottom-edge-"]{bottom:0;}.didSEC [class*="left-edge-"]{left:0;}.didSEC [class*="right-edge-"]{right:0;}.didSEC .bottom-edge-0{width:100%;height:6px;margin-bottom:8px;background-color:#6c503f;}

.jUqSbh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jUqSbh [class*="-corner-"],.jUqSbh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jUqSbh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jUqSbh [class*="bottom-left-corner"],.jUqSbh [class*="bottom-right-corner"]{bottom:0;}.jUqSbh [class*="top-left-corner"],.jUqSbh [class*="top-right-corner"]{top:0;}.jUqSbh [class*="-left-corner-"]{left:0;}.jUqSbh [class*="-right-corner-"]{right:0;}.jUqSbh [class*="top-left-corner-"]{background-position:0 0;}.jUqSbh [class*="top-right-corner-"]{background-position:100% 0;}.jUqSbh [class*="bottom-left-corner-"]{background-position:0 100%;}.jUqSbh [class*="bottom-right-corner-"]{background-position:100% 100%;}.jUqSbh [class*="top-edge-"],.jUqSbh [class*="bottom-edge-"],.jUqSbh [class*="left-edge-"],.jUqSbh [class*="right-edge-"]{margin:auto;}.jUqSbh [class*="top-edge-"],.jUqSbh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jUqSbh [class*="left-edge-"],.jUqSbh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jUqSbh [class*="top-edge-"]{top:0;}.jUqSbh [class*="bottom-edge-"]{bottom:0;}.jUqSbh [class*="left-edge-"]{left:0;}.jUqSbh [class*="right-edge-"]{right:0;}.jUqSbh .top-edge-0{width:100%;height:3px;background-color:#C0C0C0;}.jUqSbh .bottom-edge-0{width:100%;height:3px;background-color:#C0C0C0;}

.hvaBRZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hvaBRZ [class*="-corner-"],.hvaBRZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hvaBRZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hvaBRZ [class*="bottom-left-corner"],.hvaBRZ [class*="bottom-right-corner"]{bottom:0;}.hvaBRZ [class*="top-left-corner"],.hvaBRZ [class*="top-right-corner"]{top:0;}.hvaBRZ [class*="-left-corner-"]{left:0;}.hvaBRZ [class*="-right-corner-"]{right:0;}.hvaBRZ [class*="top-left-corner-"]{background-position:0 0;}.hvaBRZ [class*="top-right-corner-"]{background-position:100% 0;}.hvaBRZ [class*="bottom-left-corner-"]{background-position:0 100%;}.hvaBRZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.hvaBRZ [class*="top-edge-"],.hvaBRZ [class*="bottom-edge-"],.hvaBRZ [class*="left-edge-"],.hvaBRZ [class*="right-edge-"]{margin:auto;}.hvaBRZ [class*="top-edge-"],.hvaBRZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hvaBRZ [class*="left-edge-"],.hvaBRZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hvaBRZ [class*="top-edge-"]{top:0;}.hvaBRZ [class*="bottom-edge-"]{bottom:0;}.hvaBRZ [class*="left-edge-"]{left:0;}.hvaBRZ [class*="right-edge-"]{right:0;}.hvaBRZ .top-edge-0{width:100%;height:3px;background-color:#C0C0C0;}

.VmfSJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.VmfSJ [class*="-corner-"],.VmfSJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.VmfSJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.VmfSJ [class*="bottom-left-corner"],.VmfSJ [class*="bottom-right-corner"]{bottom:0;}.VmfSJ [class*="top-left-corner"],.VmfSJ [class*="top-right-corner"]{top:0;}.VmfSJ [class*="-left-corner-"]{left:0;}.VmfSJ [class*="-right-corner-"]{right:0;}.VmfSJ [class*="top-left-corner-"]{background-position:0 0;}.VmfSJ [class*="top-right-corner-"]{background-position:100% 0;}.VmfSJ [class*="bottom-left-corner-"]{background-position:0 100%;}.VmfSJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.VmfSJ [class*="top-edge-"],.VmfSJ [class*="bottom-edge-"],.VmfSJ [class*="left-edge-"],.VmfSJ [class*="right-edge-"]{margin:auto;}.VmfSJ [class*="top-edge-"],.VmfSJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.VmfSJ [class*="left-edge-"],.VmfSJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.VmfSJ [class*="top-edge-"]{top:0;}.VmfSJ [class*="bottom-edge-"]{bottom:0;}.VmfSJ [class*="left-edge-"]{left:0;}.VmfSJ [class*="right-edge-"]{right:0;}.VmfSJ .top-edge-0{height:5px;background-color:#ED1B3A;}

.hJVcY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hJVcY [class*="-corner-"],.hJVcY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hJVcY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hJVcY [class*="bottom-left-corner"],.hJVcY [class*="bottom-right-corner"]{bottom:0;}.hJVcY [class*="top-left-corner"],.hJVcY [class*="top-right-corner"]{top:0;}.hJVcY [class*="-left-corner-"]{left:0;}.hJVcY [class*="-right-corner-"]{right:0;}.hJVcY [class*="top-left-corner-"]{background-position:0 0;}.hJVcY [class*="top-right-corner-"]{background-position:100% 0;}.hJVcY [class*="bottom-left-corner-"]{background-position:0 100%;}.hJVcY [class*="bottom-right-corner-"]{background-position:100% 100%;}.hJVcY [class*="top-edge-"],.hJVcY [class*="bottom-edge-"],.hJVcY [class*="left-edge-"],.hJVcY [class*="right-edge-"]{margin:auto;}.hJVcY [class*="top-edge-"],.hJVcY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hJVcY [class*="left-edge-"],.hJVcY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hJVcY [class*="top-edge-"]{top:0;}.hJVcY [class*="bottom-edge-"]{bottom:0;}.hJVcY [class*="left-edge-"]{left:0;}.hJVcY [class*="right-edge-"]{right:0;}.hJVcY .top-edge-0{width:100%;height:3px;background-color:#000000;}

.bYDkjn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bYDkjn [class*="-corner-"],.bYDkjn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bYDkjn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bYDkjn [class*="bottom-left-corner"],.bYDkjn [class*="bottom-right-corner"]{bottom:0;}.bYDkjn [class*="top-left-corner"],.bYDkjn [class*="top-right-corner"]{top:0;}.bYDkjn [class*="-left-corner-"]{left:0;}.bYDkjn [class*="-right-corner-"]{right:0;}.bYDkjn [class*="top-left-corner-"]{background-position:0 0;}.bYDkjn [class*="top-right-corner-"]{background-position:100% 0;}.bYDkjn [class*="bottom-left-corner-"]{background-position:0 100%;}.bYDkjn [class*="bottom-right-corner-"]{background-position:100% 100%;}.bYDkjn [class*="top-edge-"],.bYDkjn [class*="bottom-edge-"],.bYDkjn [class*="left-edge-"],.bYDkjn [class*="right-edge-"]{margin:auto;}.bYDkjn [class*="top-edge-"],.bYDkjn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bYDkjn [class*="left-edge-"],.bYDkjn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bYDkjn [class*="top-edge-"]{top:0;}.bYDkjn [class*="bottom-edge-"]{bottom:0;}.bYDkjn [class*="left-edge-"]{left:0;}.bYDkjn [class*="right-edge-"]{right:0;}.bYDkjn .top-edge-0{height:16px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/e0a62442-4381-4ecf-8e72-e4faafbe4c22');}.bYDkjn .left-edge-0{width:16px;margin-left:0px;background-image:url('https://assets.digital.vistaprint.com/production/904f5852-cb86-4756-885a-07f506d0307d');}.bYDkjn .right-edge-0{width:16px;margin-right:0px;background-image:url('https://assets.digital.vistaprint.com/production/8420bea5-6ce6-4829-af36-2f796957158b');}.bYDkjn .top-left-corner-0{width:64px;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/28d2dfcb-82eb-4a45-b210-2f773a3d7701');}.bYDkjn .top-right-corner-0{width:64px;margin-right:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/88551356-7ffb-4f9b-970f-4d9a64ceb5a4');}

.lkuGWJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lkuGWJ [class*="-corner-"],.lkuGWJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lkuGWJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lkuGWJ [class*="bottom-left-corner"],.lkuGWJ [class*="bottom-right-corner"]{bottom:0;}.lkuGWJ [class*="top-left-corner"],.lkuGWJ [class*="top-right-corner"]{top:0;}.lkuGWJ [class*="-left-corner-"]{left:0;}.lkuGWJ [class*="-right-corner-"]{right:0;}.lkuGWJ [class*="top-left-corner-"]{background-position:0 0;}.lkuGWJ [class*="top-right-corner-"]{background-position:100% 0;}.lkuGWJ [class*="bottom-left-corner-"]{background-position:0 100%;}.lkuGWJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.lkuGWJ [class*="top-edge-"],.lkuGWJ [class*="bottom-edge-"],.lkuGWJ [class*="left-edge-"],.lkuGWJ [class*="right-edge-"]{margin:auto;}.lkuGWJ [class*="top-edge-"],.lkuGWJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lkuGWJ [class*="left-edge-"],.lkuGWJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lkuGWJ [class*="top-edge-"]{top:0;}.lkuGWJ [class*="bottom-edge-"]{bottom:0;}.lkuGWJ [class*="left-edge-"]{left:0;}.lkuGWJ [class*="right-edge-"]{right:0;}.lkuGWJ .left-edge-0{width:16px;margin-left:0px;background-image:url('https://assets.digital.vistaprint.com/production/904f5852-cb86-4756-885a-07f506d0307d');}.lkuGWJ .right-edge-0{width:16px;margin-right:0px;background-image:url('https://assets.digital.vistaprint.com/production/8420bea5-6ce6-4829-af36-2f796957158b');}.lkuGWJ .bottom-edge-0{height:16px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/6e57d7cc-94f0-40c6-8e9a-c99af5d188a8');}.lkuGWJ .bottom-left-corner-0{width:64px;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/585ff3ba-3f5a-42e9-988c-a40ae022ac71');}.lkuGWJ .bottom-right-corner-0{width:64px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/08ac4650-1348-47d5-9e08-42c577bb16c5');}

.fOXbAz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fOXbAz [class*="-corner-"],.fOXbAz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fOXbAz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fOXbAz [class*="bottom-left-corner"],.fOXbAz [class*="bottom-right-corner"]{bottom:0;}.fOXbAz [class*="top-left-corner"],.fOXbAz [class*="top-right-corner"]{top:0;}.fOXbAz [class*="-left-corner-"]{left:0;}.fOXbAz [class*="-right-corner-"]{right:0;}.fOXbAz [class*="top-left-corner-"]{background-position:0 0;}.fOXbAz [class*="top-right-corner-"]{background-position:100% 0;}.fOXbAz [class*="bottom-left-corner-"]{background-position:0 100%;}.fOXbAz [class*="bottom-right-corner-"]{background-position:100% 100%;}.fOXbAz [class*="top-edge-"],.fOXbAz [class*="bottom-edge-"],.fOXbAz [class*="left-edge-"],.fOXbAz [class*="right-edge-"]{margin:auto;}.fOXbAz [class*="top-edge-"],.fOXbAz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fOXbAz [class*="left-edge-"],.fOXbAz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fOXbAz [class*="top-edge-"]{top:0;}.fOXbAz [class*="bottom-edge-"]{bottom:0;}.fOXbAz [class*="left-edge-"]{left:0;}.fOXbAz [class*="right-edge-"]{right:0;}.fOXbAz .top-edge-0{height:100px;margin-top:0px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/f1232689-91f2-4bd3-8c05-4b2d771e95b5');}

.cVxLsU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cVxLsU [class*="-corner-"],.cVxLsU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cVxLsU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cVxLsU [class*="bottom-left-corner"],.cVxLsU [class*="bottom-right-corner"]{bottom:0;}.cVxLsU [class*="top-left-corner"],.cVxLsU [class*="top-right-corner"]{top:0;}.cVxLsU [class*="-left-corner-"]{left:0;}.cVxLsU [class*="-right-corner-"]{right:0;}.cVxLsU [class*="top-left-corner-"]{background-position:0 0;}.cVxLsU [class*="top-right-corner-"]{background-position:100% 0;}.cVxLsU [class*="bottom-left-corner-"]{background-position:0 100%;}.cVxLsU [class*="bottom-right-corner-"]{background-position:100% 100%;}.cVxLsU [class*="top-edge-"],.cVxLsU [class*="bottom-edge-"],.cVxLsU [class*="left-edge-"],.cVxLsU [class*="right-edge-"]{margin:auto;}.cVxLsU [class*="top-edge-"],.cVxLsU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cVxLsU [class*="left-edge-"],.cVxLsU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cVxLsU [class*="top-edge-"]{top:0;}.cVxLsU [class*="bottom-edge-"]{bottom:0;}.cVxLsU [class*="left-edge-"]{left:0;}.cVxLsU [class*="right-edge-"]{right:0;}.cVxLsU .top-edge-0{height:2px;margin-left:0px;background-color:#fecf68;}

.hzjZrU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hzjZrU [class*="-corner-"],.hzjZrU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hzjZrU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hzjZrU [class*="bottom-left-corner"],.hzjZrU [class*="bottom-right-corner"]{bottom:0;}.hzjZrU [class*="top-left-corner"],.hzjZrU [class*="top-right-corner"]{top:0;}.hzjZrU [class*="-left-corner-"]{left:0;}.hzjZrU [class*="-right-corner-"]{right:0;}.hzjZrU [class*="top-left-corner-"]{background-position:0 0;}.hzjZrU [class*="top-right-corner-"]{background-position:100% 0;}.hzjZrU [class*="bottom-left-corner-"]{background-position:0 100%;}.hzjZrU [class*="bottom-right-corner-"]{background-position:100% 100%;}.hzjZrU [class*="top-edge-"],.hzjZrU [class*="bottom-edge-"],.hzjZrU [class*="left-edge-"],.hzjZrU [class*="right-edge-"]{margin:auto;}.hzjZrU [class*="top-edge-"],.hzjZrU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hzjZrU [class*="left-edge-"],.hzjZrU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hzjZrU [class*="top-edge-"]{top:0;}.hzjZrU [class*="bottom-edge-"]{bottom:0;}.hzjZrU [class*="left-edge-"]{left:0;}.hzjZrU [class*="right-edge-"]{right:0;}.hzjZrU .bottom-edge-0{width:100%;height:100%;background-color:rgb(255,255,255);}@media (min-width:30em){.hzjZrU .bottom-edge-0{height:100%;}}@media (min-width:60em){.hzjZrU .bottom-edge-0{height:235px;}}

.bqQuiq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bqQuiq [class*="-corner-"],.bqQuiq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bqQuiq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bqQuiq [class*="bottom-left-corner"],.bqQuiq [class*="bottom-right-corner"]{bottom:0;}.bqQuiq [class*="top-left-corner"],.bqQuiq [class*="top-right-corner"]{top:0;}.bqQuiq [class*="-left-corner-"]{left:0;}.bqQuiq [class*="-right-corner-"]{right:0;}.bqQuiq [class*="top-left-corner-"]{background-position:0 0;}.bqQuiq [class*="top-right-corner-"]{background-position:100% 0;}.bqQuiq [class*="bottom-left-corner-"]{background-position:0 100%;}.bqQuiq [class*="bottom-right-corner-"]{background-position:100% 100%;}.bqQuiq [class*="top-edge-"],.bqQuiq [class*="bottom-edge-"],.bqQuiq [class*="left-edge-"],.bqQuiq [class*="right-edge-"]{margin:auto;}.bqQuiq [class*="top-edge-"],.bqQuiq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bqQuiq [class*="left-edge-"],.bqQuiq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bqQuiq [class*="top-edge-"]{top:0;}.bqQuiq [class*="bottom-edge-"]{bottom:0;}.bqQuiq [class*="left-edge-"]{left:0;}.bqQuiq [class*="right-edge-"]{right:0;}.bqQuiq .top-edge-0{width:500px;height:2px;background-color:#3d2553;}

.emSzkx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.emSzkx [class*="-corner-"],.emSzkx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.emSzkx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.emSzkx [class*="bottom-left-corner"],.emSzkx [class*="bottom-right-corner"]{bottom:0;}.emSzkx [class*="top-left-corner"],.emSzkx [class*="top-right-corner"]{top:0;}.emSzkx [class*="-left-corner-"]{left:0;}.emSzkx [class*="-right-corner-"]{right:0;}.emSzkx [class*="top-left-corner-"]{background-position:0 0;}.emSzkx [class*="top-right-corner-"]{background-position:100% 0;}.emSzkx [class*="bottom-left-corner-"]{background-position:0 100%;}.emSzkx [class*="bottom-right-corner-"]{background-position:100% 100%;}.emSzkx [class*="top-edge-"],.emSzkx [class*="bottom-edge-"],.emSzkx [class*="left-edge-"],.emSzkx [class*="right-edge-"]{margin:auto;}.emSzkx [class*="top-edge-"],.emSzkx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.emSzkx [class*="left-edge-"],.emSzkx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.emSzkx [class*="top-edge-"]{top:0;}.emSzkx [class*="bottom-edge-"]{bottom:0;}.emSzkx [class*="left-edge-"]{left:0;}.emSzkx [class*="right-edge-"]{right:0;}.emSzkx .bottom-edge-0{height:2px;background-color:#fbc8b4;}

.jKckSp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jKckSp [class*="-corner-"],.jKckSp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jKckSp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jKckSp [class*="bottom-left-corner"],.jKckSp [class*="bottom-right-corner"]{bottom:0;}.jKckSp [class*="top-left-corner"],.jKckSp [class*="top-right-corner"]{top:0;}.jKckSp [class*="-left-corner-"]{left:0;}.jKckSp [class*="-right-corner-"]{right:0;}.jKckSp [class*="top-left-corner-"]{background-position:0 0;}.jKckSp [class*="top-right-corner-"]{background-position:100% 0;}.jKckSp [class*="bottom-left-corner-"]{background-position:0 100%;}.jKckSp [class*="bottom-right-corner-"]{background-position:100% 100%;}.jKckSp [class*="top-edge-"],.jKckSp [class*="bottom-edge-"],.jKckSp [class*="left-edge-"],.jKckSp [class*="right-edge-"]{margin:auto;}.jKckSp [class*="top-edge-"],.jKckSp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jKckSp [class*="left-edge-"],.jKckSp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jKckSp [class*="top-edge-"]{top:0;}.jKckSp [class*="bottom-edge-"]{bottom:0;}.jKckSp [class*="left-edge-"]{left:0;}.jKckSp [class*="right-edge-"]{right:0;}.jKckSp .bottom-edge-0{width:100%;height:100%;background-color:#ffffff;}@media (min-width:30em){.jKckSp .bottom-edge-0{width:100%;height:100%;background-color:#ffffff;}}@media (min-width:60em){.jKckSp .bottom-edge-0{width:100%;height:65%;background-color:#ffffff;}}

.feDKVt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.feDKVt [class*="-corner-"],.feDKVt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.feDKVt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.feDKVt [class*="bottom-left-corner"],.feDKVt [class*="bottom-right-corner"]{bottom:0;}.feDKVt [class*="top-left-corner"],.feDKVt [class*="top-right-corner"]{top:0;}.feDKVt [class*="-left-corner-"]{left:0;}.feDKVt [class*="-right-corner-"]{right:0;}.feDKVt [class*="top-left-corner-"]{background-position:0 0;}.feDKVt [class*="top-right-corner-"]{background-position:100% 0;}.feDKVt [class*="bottom-left-corner-"]{background-position:0 100%;}.feDKVt [class*="bottom-right-corner-"]{background-position:100% 100%;}.feDKVt [class*="top-edge-"],.feDKVt [class*="bottom-edge-"],.feDKVt [class*="left-edge-"],.feDKVt [class*="right-edge-"]{margin:auto;}.feDKVt [class*="top-edge-"],.feDKVt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.feDKVt [class*="left-edge-"],.feDKVt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.feDKVt [class*="top-edge-"]{top:0;}.feDKVt [class*="bottom-edge-"]{bottom:0;}.feDKVt [class*="left-edge-"]{left:0;}.feDKVt [class*="right-edge-"]{right:0;}.feDKVt .top-edge-0{width:100%;height:100%;z-index:3;opacity:2;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}

.bYxqol{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bYxqol [class*="-corner-"],.bYxqol [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bYxqol [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bYxqol [class*="bottom-left-corner"],.bYxqol [class*="bottom-right-corner"]{bottom:0;}.bYxqol [class*="top-left-corner"],.bYxqol [class*="top-right-corner"]{top:0;}.bYxqol [class*="-left-corner-"]{left:0;}.bYxqol [class*="-right-corner-"]{right:0;}.bYxqol [class*="top-left-corner-"]{background-position:0 0;}.bYxqol [class*="top-right-corner-"]{background-position:100% 0;}.bYxqol [class*="bottom-left-corner-"]{background-position:0 100%;}.bYxqol [class*="bottom-right-corner-"]{background-position:100% 100%;}.bYxqol [class*="top-edge-"],.bYxqol [class*="bottom-edge-"],.bYxqol [class*="left-edge-"],.bYxqol [class*="right-edge-"]{margin:auto;}.bYxqol [class*="top-edge-"],.bYxqol [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bYxqol [class*="left-edge-"],.bYxqol [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bYxqol [class*="top-edge-"]{top:0;}.bYxqol [class*="bottom-edge-"]{bottom:0;}.bYxqol [class*="left-edge-"]{left:0;}.bYxqol [class*="right-edge-"]{right:0;}.bYxqol .top-edge-0{width:110%;height:200px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/cb8393f7-2d15-4e1d-ae8f-3b415031e191');}@media (min-width:30em){.bYxqol .top-edge-0{width:110%;height:300px;margin-top:-10px;background-image:url('https://assets.digital.vistaprint.com/production/cb8393f7-2d15-4e1d-ae8f-3b415031e191');}}@media (min-width:60em){.bYxqol .top-edge-0{width:110%;height:200px;margin-top:-80px;background-image:url('https://assets.digital.vistaprint.com/production/cb8393f7-2d15-4e1d-ae8f-3b415031e191');}}

.gSZYbN{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gSZYbN [class*="-corner-"],.gSZYbN [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gSZYbN [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gSZYbN [class*="bottom-left-corner"],.gSZYbN [class*="bottom-right-corner"]{bottom:0;}.gSZYbN [class*="top-left-corner"],.gSZYbN [class*="top-right-corner"]{top:0;}.gSZYbN [class*="-left-corner-"]{left:0;}.gSZYbN [class*="-right-corner-"]{right:0;}.gSZYbN [class*="top-left-corner-"]{background-position:0 0;}.gSZYbN [class*="top-right-corner-"]{background-position:100% 0;}.gSZYbN [class*="bottom-left-corner-"]{background-position:0 100%;}.gSZYbN [class*="bottom-right-corner-"]{background-position:100% 100%;}.gSZYbN [class*="top-edge-"],.gSZYbN [class*="bottom-edge-"],.gSZYbN [class*="left-edge-"],.gSZYbN [class*="right-edge-"]{margin:auto;}.gSZYbN [class*="top-edge-"],.gSZYbN [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gSZYbN [class*="left-edge-"],.gSZYbN [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gSZYbN [class*="top-edge-"]{top:0;}.gSZYbN [class*="bottom-edge-"]{bottom:0;}.gSZYbN [class*="left-edge-"]{left:0;}.gSZYbN [class*="right-edge-"]{right:0;}.gSZYbN .bottom-edge-0{width:105%;height:230px;margin-bottom:-220px;background-image:url('https://assets.digital.vistaprint.com/production/63967dab-95a7-4285-bdaf-34bb2b472ad2');}@media (min-width:30em){.gSZYbN .bottom-edge-0{width:100%;height:160px;margin-bottom:-130px;background-image:url('https://assets.digital.vistaprint.com/production/63967dab-95a7-4285-bdaf-34bb2b472ad2');}}@media (min-width:60em){.gSZYbN .bottom-edge-0{width:110%;height:200px;margin-bottom:-140px;background-image:url('https://assets.digital.vistaprint.com/production/63967dab-95a7-4285-bdaf-34bb2b472ad2');}}

.bNpwAu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bNpwAu [class*="-corner-"],.bNpwAu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bNpwAu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bNpwAu [class*="bottom-left-corner"],.bNpwAu [class*="bottom-right-corner"]{bottom:0;}.bNpwAu [class*="top-left-corner"],.bNpwAu [class*="top-right-corner"]{top:0;}.bNpwAu [class*="-left-corner-"]{left:0;}.bNpwAu [class*="-right-corner-"]{right:0;}.bNpwAu [class*="top-left-corner-"]{background-position:0 0;}.bNpwAu [class*="top-right-corner-"]{background-position:100% 0;}.bNpwAu [class*="bottom-left-corner-"]{background-position:0 100%;}.bNpwAu [class*="bottom-right-corner-"]{background-position:100% 100%;}.bNpwAu [class*="top-edge-"],.bNpwAu [class*="bottom-edge-"],.bNpwAu [class*="left-edge-"],.bNpwAu [class*="right-edge-"]{margin:auto;}.bNpwAu [class*="top-edge-"],.bNpwAu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bNpwAu [class*="left-edge-"],.bNpwAu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bNpwAu [class*="top-edge-"]{top:0;}.bNpwAu [class*="bottom-edge-"]{bottom:0;}.bNpwAu [class*="left-edge-"]{left:0;}.bNpwAu [class*="right-edge-"]{right:0;}.bNpwAu .bottom-edge-0{width:100%;height:2px;background-color:#a4ce4c;}

.cRIZGA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cRIZGA [class*="-corner-"],.cRIZGA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cRIZGA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cRIZGA [class*="bottom-left-corner"],.cRIZGA [class*="bottom-right-corner"]{bottom:0;}.cRIZGA [class*="top-left-corner"],.cRIZGA [class*="top-right-corner"]{top:0;}.cRIZGA [class*="-left-corner-"]{left:0;}.cRIZGA [class*="-right-corner-"]{right:0;}.cRIZGA [class*="top-left-corner-"]{background-position:0 0;}.cRIZGA [class*="top-right-corner-"]{background-position:100% 0;}.cRIZGA [class*="bottom-left-corner-"]{background-position:0 100%;}.cRIZGA [class*="bottom-right-corner-"]{background-position:100% 100%;}.cRIZGA [class*="top-edge-"],.cRIZGA [class*="bottom-edge-"],.cRIZGA [class*="left-edge-"],.cRIZGA [class*="right-edge-"]{margin:auto;}.cRIZGA [class*="top-edge-"],.cRIZGA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cRIZGA [class*="left-edge-"],.cRIZGA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cRIZGA [class*="top-edge-"]{top:0;}.cRIZGA [class*="bottom-edge-"]{bottom:0;}.cRIZGA [class*="left-edge-"]{left:0;}.cRIZGA [class*="right-edge-"]{right:0;}.cRIZGA .top-edge-0{width:100%;height:2px;background-color:#a4ce4c;}.cRIZGA .bottom-edge-0{width:100%;height:2px;background-color:#a4ce4c;}

.iLNdyB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iLNdyB [class*="-corner-"],.iLNdyB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iLNdyB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iLNdyB [class*="bottom-left-corner"],.iLNdyB [class*="bottom-right-corner"]{bottom:0;}.iLNdyB [class*="top-left-corner"],.iLNdyB [class*="top-right-corner"]{top:0;}.iLNdyB [class*="-left-corner-"]{left:0;}.iLNdyB [class*="-right-corner-"]{right:0;}.iLNdyB [class*="top-left-corner-"]{background-position:0 0;}.iLNdyB [class*="top-right-corner-"]{background-position:100% 0;}.iLNdyB [class*="bottom-left-corner-"]{background-position:0 100%;}.iLNdyB [class*="bottom-right-corner-"]{background-position:100% 100%;}.iLNdyB [class*="top-edge-"],.iLNdyB [class*="bottom-edge-"],.iLNdyB [class*="left-edge-"],.iLNdyB [class*="right-edge-"]{margin:auto;}.iLNdyB [class*="top-edge-"],.iLNdyB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iLNdyB [class*="left-edge-"],.iLNdyB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iLNdyB [class*="top-edge-"]{top:0;}.iLNdyB [class*="bottom-edge-"]{bottom:0;}.iLNdyB [class*="left-edge-"]{left:0;}.iLNdyB [class*="right-edge-"]{right:0;}.iLNdyB .top-edge-0{width:2000px;height:7px;background-color:#ee3dba;}.iLNdyB .bottom-edge-0{width:2000px;height:7px;background-color:#ee3dba;}

.cgCkoM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cgCkoM [class*="-corner-"],.cgCkoM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cgCkoM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cgCkoM [class*="bottom-left-corner"],.cgCkoM [class*="bottom-right-corner"]{bottom:0;}.cgCkoM [class*="top-left-corner"],.cgCkoM [class*="top-right-corner"]{top:0;}.cgCkoM [class*="-left-corner-"]{left:0;}.cgCkoM [class*="-right-corner-"]{right:0;}.cgCkoM [class*="top-left-corner-"]{background-position:0 0;}.cgCkoM [class*="top-right-corner-"]{background-position:100% 0;}.cgCkoM [class*="bottom-left-corner-"]{background-position:0 100%;}.cgCkoM [class*="bottom-right-corner-"]{background-position:100% 100%;}.cgCkoM [class*="top-edge-"],.cgCkoM [class*="bottom-edge-"],.cgCkoM [class*="left-edge-"],.cgCkoM [class*="right-edge-"]{margin:auto;}.cgCkoM [class*="top-edge-"],.cgCkoM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cgCkoM [class*="left-edge-"],.cgCkoM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cgCkoM [class*="top-edge-"]{top:0;}.cgCkoM [class*="bottom-edge-"]{bottom:0;}.cgCkoM [class*="left-edge-"]{left:0;}.cgCkoM [class*="right-edge-"]{right:0;}.cgCkoM .right-edge-0{width:100%;height:100%;margin-top:0px;opacity:0.3;background-image:url('https://assets.digital.vistaprint.com/production/969a0f81-1746-422d-b31f-37ff8c0005d3');background-size:cover;background-repeat:no-repeat;}

.iFtFxA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iFtFxA [class*="-corner-"],.iFtFxA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iFtFxA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iFtFxA [class*="bottom-left-corner"],.iFtFxA [class*="bottom-right-corner"]{bottom:0;}.iFtFxA [class*="top-left-corner"],.iFtFxA [class*="top-right-corner"]{top:0;}.iFtFxA [class*="-left-corner-"]{left:0;}.iFtFxA [class*="-right-corner-"]{right:0;}.iFtFxA [class*="top-left-corner-"]{background-position:0 0;}.iFtFxA [class*="top-right-corner-"]{background-position:100% 0;}.iFtFxA [class*="bottom-left-corner-"]{background-position:0 100%;}.iFtFxA [class*="bottom-right-corner-"]{background-position:100% 100%;}.iFtFxA [class*="top-edge-"],.iFtFxA [class*="bottom-edge-"],.iFtFxA [class*="left-edge-"],.iFtFxA [class*="right-edge-"]{margin:auto;}.iFtFxA [class*="top-edge-"],.iFtFxA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iFtFxA [class*="left-edge-"],.iFtFxA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iFtFxA [class*="top-edge-"]{top:0;}.iFtFxA [class*="bottom-edge-"]{bottom:0;}.iFtFxA [class*="left-edge-"]{left:0;}.iFtFxA [class*="right-edge-"]{right:0;}.iFtFxA .top-left-corner-0{background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,100x100/maxWidth/2000/http://uploads.documents.cimpress.io/v1/uploads/11bbd9c2-a089-41c2-9f83-9e58d91d1b20~110/original?tenant=vbu-digital');}@media (min-width:30em){.iFtFxA .top-left-corner-0{width:40px;height:40px;margin-left:20px;margin-top:20px;}}@media (min-width:60em){.iFtFxA .top-left-corner-0{width:40px;height:40px;margin-left:20px;margin-top:20px;}}.iFtFxA .top-right-corner-0{background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,100x100/maxWidth/2000/http://uploads.documents.cimpress.io/v1/uploads/11bbd9c2-a089-41c2-9f83-9e58d91d1b20~110/original?tenant=vbu-digital');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}@media (min-width:30em){.iFtFxA .top-right-corner-0{width:40px;height:40px;margin-right:20px;margin-top:20px;}}@media (min-width:60em){.iFtFxA .top-right-corner-0{width:40px;height:40px;margin-right:20px;margin-top:20px;}}.iFtFxA .bottom-left-corner-0{background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,100x100/maxWidth/2000/http://uploads.documents.cimpress.io/v1/uploads/11bbd9c2-a089-41c2-9f83-9e58d91d1b20~110/original?tenant=vbu-digital');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}@media (min-width:30em){.iFtFxA .bottom-left-corner-0{width:40px;height:40px;margin-left:20px;margin-bottom:20px;}}@media (min-width:60em){.iFtFxA .bottom-left-corner-0{width:40px;height:40px;margin-left:20px;margin-bottom:20px;}}.iFtFxA .bottom-right-corner-0{background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,100x100/maxWidth/2000/http://uploads.documents.cimpress.io/v1/uploads/11bbd9c2-a089-41c2-9f83-9e58d91d1b20~110/original?tenant=vbu-digital');-webkit-transform:scaleY(-1) scaleX(-1);-ms-transform:scaleY(-1) scaleX(-1);transform:scaleY(-1) scaleX(-1);}@media (min-width:30em){.iFtFxA .bottom-right-corner-0{width:40px;height:40px;margin-right:20px;margin-bottom:20px;}}@media (min-width:60em){.iFtFxA .bottom-right-corner-0{width:40px;height:40px;margin-right:20px;margin-bottom:20px;}}

.lbtcGR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lbtcGR [class*="-corner-"],.lbtcGR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lbtcGR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lbtcGR [class*="bottom-left-corner"],.lbtcGR [class*="bottom-right-corner"]{bottom:0;}.lbtcGR [class*="top-left-corner"],.lbtcGR [class*="top-right-corner"]{top:0;}.lbtcGR [class*="-left-corner-"]{left:0;}.lbtcGR [class*="-right-corner-"]{right:0;}.lbtcGR [class*="top-left-corner-"]{background-position:0 0;}.lbtcGR [class*="top-right-corner-"]{background-position:100% 0;}.lbtcGR [class*="bottom-left-corner-"]{background-position:0 100%;}.lbtcGR [class*="bottom-right-corner-"]{background-position:100% 100%;}.lbtcGR [class*="top-edge-"],.lbtcGR [class*="bottom-edge-"],.lbtcGR [class*="left-edge-"],.lbtcGR [class*="right-edge-"]{margin:auto;}.lbtcGR [class*="top-edge-"],.lbtcGR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lbtcGR [class*="left-edge-"],.lbtcGR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lbtcGR [class*="top-edge-"]{top:0;}.lbtcGR [class*="bottom-edge-"]{bottom:0;}.lbtcGR [class*="left-edge-"]{left:0;}.lbtcGR [class*="right-edge-"]{right:0;}.lbtcGR .top-edge-0{height:100px;margin-top:0px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/392be079-7b1a-4bb9-8daf-f68af2c4d0c8');}

.dTGXEz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dTGXEz [class*="-corner-"],.dTGXEz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dTGXEz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dTGXEz [class*="bottom-left-corner"],.dTGXEz [class*="bottom-right-corner"]{bottom:0;}.dTGXEz [class*="top-left-corner"],.dTGXEz [class*="top-right-corner"]{top:0;}.dTGXEz [class*="-left-corner-"]{left:0;}.dTGXEz [class*="-right-corner-"]{right:0;}.dTGXEz [class*="top-left-corner-"]{background-position:0 0;}.dTGXEz [class*="top-right-corner-"]{background-position:100% 0;}.dTGXEz [class*="bottom-left-corner-"]{background-position:0 100%;}.dTGXEz [class*="bottom-right-corner-"]{background-position:100% 100%;}.dTGXEz [class*="top-edge-"],.dTGXEz [class*="bottom-edge-"],.dTGXEz [class*="left-edge-"],.dTGXEz [class*="right-edge-"]{margin:auto;}.dTGXEz [class*="top-edge-"],.dTGXEz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dTGXEz [class*="left-edge-"],.dTGXEz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dTGXEz [class*="top-edge-"]{top:0;}.dTGXEz [class*="bottom-edge-"]{bottom:0;}.dTGXEz [class*="left-edge-"]{left:0;}.dTGXEz [class*="right-edge-"]{right:0;}.dTGXEz .top-edge-0{width:100%;height:3px;background-color:#E6A400;}.dTGXEz .bottom-edge-0{width:100%;height:3px;background-color:#E6A400;}

.irSalc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.irSalc [class*="-corner-"],.irSalc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.irSalc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.irSalc [class*="bottom-left-corner"],.irSalc [class*="bottom-right-corner"]{bottom:0;}.irSalc [class*="top-left-corner"],.irSalc [class*="top-right-corner"]{top:0;}.irSalc [class*="-left-corner-"]{left:0;}.irSalc [class*="-right-corner-"]{right:0;}.irSalc [class*="top-left-corner-"]{background-position:0 0;}.irSalc [class*="top-right-corner-"]{background-position:100% 0;}.irSalc [class*="bottom-left-corner-"]{background-position:0 100%;}.irSalc [class*="bottom-right-corner-"]{background-position:100% 100%;}.irSalc [class*="top-edge-"],.irSalc [class*="bottom-edge-"],.irSalc [class*="left-edge-"],.irSalc [class*="right-edge-"]{margin:auto;}.irSalc [class*="top-edge-"],.irSalc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.irSalc [class*="left-edge-"],.irSalc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.irSalc [class*="top-edge-"]{top:0;}.irSalc [class*="bottom-edge-"]{bottom:0;}.irSalc [class*="left-edge-"]{left:0;}.irSalc [class*="right-edge-"]{right:0;}.irSalc .top-edge-0{height:30px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/6be8b588-bace-4abd-a19f-73fe161d5337');}

.fcVhRQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fcVhRQ [class*="-corner-"],.fcVhRQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fcVhRQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fcVhRQ [class*="bottom-left-corner"],.fcVhRQ [class*="bottom-right-corner"]{bottom:0;}.fcVhRQ [class*="top-left-corner"],.fcVhRQ [class*="top-right-corner"]{top:0;}.fcVhRQ [class*="-left-corner-"]{left:0;}.fcVhRQ [class*="-right-corner-"]{right:0;}.fcVhRQ [class*="top-left-corner-"]{background-position:0 0;}.fcVhRQ [class*="top-right-corner-"]{background-position:100% 0;}.fcVhRQ [class*="bottom-left-corner-"]{background-position:0 100%;}.fcVhRQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.fcVhRQ [class*="top-edge-"],.fcVhRQ [class*="bottom-edge-"],.fcVhRQ [class*="left-edge-"],.fcVhRQ [class*="right-edge-"]{margin:auto;}.fcVhRQ [class*="top-edge-"],.fcVhRQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fcVhRQ [class*="left-edge-"],.fcVhRQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fcVhRQ [class*="top-edge-"]{top:0;}.fcVhRQ [class*="bottom-edge-"]{bottom:0;}.fcVhRQ [class*="left-edge-"]{left:0;}.fcVhRQ [class*="right-edge-"]{right:0;}.fcVhRQ .top-edge-0{width:95%;height:1px;background-color:#22252f;}.fcVhRQ .top-edge-1{width:95%;height:1px;margin-top:1px;background-color:#373a45;}.fcVhRQ .bottom-edge-0{width:95%;height:1px;background-color:#22252f;}.fcVhRQ .bottom-edge-1{width:95%;height:1px;margin-bottom:1px;background-color:#373a45;}

.elPywn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.elPywn [class*="-corner-"],.elPywn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.elPywn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.elPywn [class*="bottom-left-corner"],.elPywn [class*="bottom-right-corner"]{bottom:0;}.elPywn [class*="top-left-corner"],.elPywn [class*="top-right-corner"]{top:0;}.elPywn [class*="-left-corner-"]{left:0;}.elPywn [class*="-right-corner-"]{right:0;}.elPywn [class*="top-left-corner-"]{background-position:0 0;}.elPywn [class*="top-right-corner-"]{background-position:100% 0;}.elPywn [class*="bottom-left-corner-"]{background-position:0 100%;}.elPywn [class*="bottom-right-corner-"]{background-position:100% 100%;}.elPywn [class*="top-edge-"],.elPywn [class*="bottom-edge-"],.elPywn [class*="left-edge-"],.elPywn [class*="right-edge-"]{margin:auto;}.elPywn [class*="top-edge-"],.elPywn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.elPywn [class*="left-edge-"],.elPywn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.elPywn [class*="top-edge-"]{top:0;}.elPywn [class*="bottom-edge-"]{bottom:0;}.elPywn [class*="left-edge-"]{left:0;}.elPywn [class*="right-edge-"]{right:0;}.elPywn .bottom-edge-0{width:95%;height:1px;background-color:#22252f;}.elPywn .bottom-edge-1{width:95%;height:1px;margin-bottom:1px;background-color:#373a45;}

.eQELuJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eQELuJ [class*="-corner-"],.eQELuJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eQELuJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eQELuJ [class*="bottom-left-corner"],.eQELuJ [class*="bottom-right-corner"]{bottom:0;}.eQELuJ [class*="top-left-corner"],.eQELuJ [class*="top-right-corner"]{top:0;}.eQELuJ [class*="-left-corner-"]{left:0;}.eQELuJ [class*="-right-corner-"]{right:0;}.eQELuJ [class*="top-left-corner-"]{background-position:0 0;}.eQELuJ [class*="top-right-corner-"]{background-position:100% 0;}.eQELuJ [class*="bottom-left-corner-"]{background-position:0 100%;}.eQELuJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.eQELuJ [class*="top-edge-"],.eQELuJ [class*="bottom-edge-"],.eQELuJ [class*="left-edge-"],.eQELuJ [class*="right-edge-"]{margin:auto;}.eQELuJ [class*="top-edge-"],.eQELuJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eQELuJ [class*="left-edge-"],.eQELuJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eQELuJ [class*="top-edge-"]{top:0;}.eQELuJ [class*="bottom-edge-"]{bottom:0;}.eQELuJ [class*="left-edge-"]{left:0;}.eQELuJ [class*="right-edge-"]{right:0;}.eQELuJ .bottom-left-corner-0{width:100%;height:50%;background-color:#D0E042;}@media (min-width:30em){.eQELuJ .bottom-left-corner-0{width:100%;background-color:#D0E042;}}@media (min-width:60em){.eQELuJ .bottom-left-corner-0{width:100%;height:50%;background-color:#D0E042;}}

.fJzcGr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fJzcGr [class*="-corner-"],.fJzcGr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fJzcGr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fJzcGr [class*="bottom-left-corner"],.fJzcGr [class*="bottom-right-corner"]{bottom:0;}.fJzcGr [class*="top-left-corner"],.fJzcGr [class*="top-right-corner"]{top:0;}.fJzcGr [class*="-left-corner-"]{left:0;}.fJzcGr [class*="-right-corner-"]{right:0;}.fJzcGr [class*="top-left-corner-"]{background-position:0 0;}.fJzcGr [class*="top-right-corner-"]{background-position:100% 0;}.fJzcGr [class*="bottom-left-corner-"]{background-position:0 100%;}.fJzcGr [class*="bottom-right-corner-"]{background-position:100% 100%;}.fJzcGr [class*="top-edge-"],.fJzcGr [class*="bottom-edge-"],.fJzcGr [class*="left-edge-"],.fJzcGr [class*="right-edge-"]{margin:auto;}.fJzcGr [class*="top-edge-"],.fJzcGr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fJzcGr [class*="left-edge-"],.fJzcGr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fJzcGr [class*="top-edge-"]{top:0;}.fJzcGr [class*="bottom-edge-"]{bottom:0;}.fJzcGr [class*="left-edge-"]{left:0;}.fJzcGr [class*="right-edge-"]{right:0;}.fJzcGr .top-edge-0{width:100%;height:10px;background-color:#9d734e;}.fJzcGr .left-edge-0{width:10px;height:100%;background-color:#9d734e;}.fJzcGr .right-edge-0{width:10px;height:100%;background-color:#9d734e;}

.huoFVc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.huoFVc [class*="-corner-"],.huoFVc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.huoFVc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.huoFVc [class*="bottom-left-corner"],.huoFVc [class*="bottom-right-corner"]{bottom:0;}.huoFVc [class*="top-left-corner"],.huoFVc [class*="top-right-corner"]{top:0;}.huoFVc [class*="-left-corner-"]{left:0;}.huoFVc [class*="-right-corner-"]{right:0;}.huoFVc [class*="top-left-corner-"]{background-position:0 0;}.huoFVc [class*="top-right-corner-"]{background-position:100% 0;}.huoFVc [class*="bottom-left-corner-"]{background-position:0 100%;}.huoFVc [class*="bottom-right-corner-"]{background-position:100% 100%;}.huoFVc [class*="top-edge-"],.huoFVc [class*="bottom-edge-"],.huoFVc [class*="left-edge-"],.huoFVc [class*="right-edge-"]{margin:auto;}.huoFVc [class*="top-edge-"],.huoFVc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.huoFVc [class*="left-edge-"],.huoFVc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.huoFVc [class*="top-edge-"]{top:0;}.huoFVc [class*="bottom-edge-"]{bottom:0;}.huoFVc [class*="left-edge-"]{left:0;}.huoFVc [class*="right-edge-"]{right:0;}.huoFVc .top-left-corner-0{width:70px;margin-left:5px;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}@media (min-width:30em){.huoFVc .top-left-corner-0{width:110px;margin-left:10px;margin-top:10px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}}@media (min-width:60em){.huoFVc .top-left-corner-0{width:150px;margin-left:20px;margin-top:20px;background-image:url('https://assets.digital.vistaprint.com/production/43e0eb1a-4096-4e63-ac57-758e3d98b351');}}.huoFVc .bottom-right-corner-0{width:70px;margin-right:5px;margin-bottom:5px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}@media (min-width:30em){.huoFVc .bottom-right-corner-0{width:110px;margin-right:10px;margin-bottom:10px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}}@media (min-width:60em){.huoFVc .bottom-right-corner-0{width:150px;margin-right:20px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}}

.hLdNAC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hLdNAC [class*="-corner-"],.hLdNAC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hLdNAC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hLdNAC [class*="bottom-left-corner"],.hLdNAC [class*="bottom-right-corner"]{bottom:0;}.hLdNAC [class*="top-left-corner"],.hLdNAC [class*="top-right-corner"]{top:0;}.hLdNAC [class*="-left-corner-"]{left:0;}.hLdNAC [class*="-right-corner-"]{right:0;}.hLdNAC [class*="top-left-corner-"]{background-position:0 0;}.hLdNAC [class*="top-right-corner-"]{background-position:100% 0;}.hLdNAC [class*="bottom-left-corner-"]{background-position:0 100%;}.hLdNAC [class*="bottom-right-corner-"]{background-position:100% 100%;}.hLdNAC [class*="top-edge-"],.hLdNAC [class*="bottom-edge-"],.hLdNAC [class*="left-edge-"],.hLdNAC [class*="right-edge-"]{margin:auto;}.hLdNAC [class*="top-edge-"],.hLdNAC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hLdNAC [class*="left-edge-"],.hLdNAC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hLdNAC [class*="top-edge-"]{top:0;}.hLdNAC [class*="bottom-edge-"]{bottom:0;}.hLdNAC [class*="left-edge-"]{left:0;}.hLdNAC [class*="right-edge-"]{right:0;}.hLdNAC .bottom-edge-0{width:1910px;height:2px;background-image:url('https://assets.digital.vistaprint.com/production/426c390b-30a1-42d3-95c0-b2a143c48bc3');}

.lkQdSZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lkQdSZ [class*="-corner-"],.lkQdSZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lkQdSZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lkQdSZ [class*="bottom-left-corner"],.lkQdSZ [class*="bottom-right-corner"]{bottom:0;}.lkQdSZ [class*="top-left-corner"],.lkQdSZ [class*="top-right-corner"]{top:0;}.lkQdSZ [class*="-left-corner-"]{left:0;}.lkQdSZ [class*="-right-corner-"]{right:0;}.lkQdSZ [class*="top-left-corner-"]{background-position:0 0;}.lkQdSZ [class*="top-right-corner-"]{background-position:100% 0;}.lkQdSZ [class*="bottom-left-corner-"]{background-position:0 100%;}.lkQdSZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.lkQdSZ [class*="top-edge-"],.lkQdSZ [class*="bottom-edge-"],.lkQdSZ [class*="left-edge-"],.lkQdSZ [class*="right-edge-"]{margin:auto;}.lkQdSZ [class*="top-edge-"],.lkQdSZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lkQdSZ [class*="left-edge-"],.lkQdSZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lkQdSZ [class*="top-edge-"]{top:0;}.lkQdSZ [class*="bottom-edge-"]{bottom:0;}.lkQdSZ [class*="left-edge-"]{left:0;}.lkQdSZ [class*="right-edge-"]{right:0;}.lkQdSZ .top-edge-0{width:1903px;height:10px;background-image:url('https://assets.digital.vistaprint.com/production/77033e79-2dac-40a0-a533-79a9c32d79f8');}

.hyQjfv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hyQjfv [class*="-corner-"],.hyQjfv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hyQjfv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hyQjfv [class*="bottom-left-corner"],.hyQjfv [class*="bottom-right-corner"]{bottom:0;}.hyQjfv [class*="top-left-corner"],.hyQjfv [class*="top-right-corner"]{top:0;}.hyQjfv [class*="-left-corner-"]{left:0;}.hyQjfv [class*="-right-corner-"]{right:0;}.hyQjfv [class*="top-left-corner-"]{background-position:0 0;}.hyQjfv [class*="top-right-corner-"]{background-position:100% 0;}.hyQjfv [class*="bottom-left-corner-"]{background-position:0 100%;}.hyQjfv [class*="bottom-right-corner-"]{background-position:100% 100%;}.hyQjfv [class*="top-edge-"],.hyQjfv [class*="bottom-edge-"],.hyQjfv [class*="left-edge-"],.hyQjfv [class*="right-edge-"]{margin:auto;}.hyQjfv [class*="top-edge-"],.hyQjfv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hyQjfv [class*="left-edge-"],.hyQjfv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hyQjfv [class*="top-edge-"]{top:0;}.hyQjfv [class*="bottom-edge-"]{bottom:0;}.hyQjfv [class*="left-edge-"]{left:0;}.hyQjfv [class*="right-edge-"]{right:0;}.hyQjfv .top-edge-0{width:100%;height:2px;opacity:1;background-color:#7A3136;}.hyQjfv .bottom-edge-0{width:100%;height:2px;opacity:1;background-color:#7A3136;}

.hmOOrh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hmOOrh [class*="-corner-"],.hmOOrh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hmOOrh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hmOOrh [class*="bottom-left-corner"],.hmOOrh [class*="bottom-right-corner"]{bottom:0;}.hmOOrh [class*="top-left-corner"],.hmOOrh [class*="top-right-corner"]{top:0;}.hmOOrh [class*="-left-corner-"]{left:0;}.hmOOrh [class*="-right-corner-"]{right:0;}.hmOOrh [class*="top-left-corner-"]{background-position:0 0;}.hmOOrh [class*="top-right-corner-"]{background-position:100% 0;}.hmOOrh [class*="bottom-left-corner-"]{background-position:0 100%;}.hmOOrh [class*="bottom-right-corner-"]{background-position:100% 100%;}.hmOOrh [class*="top-edge-"],.hmOOrh [class*="bottom-edge-"],.hmOOrh [class*="left-edge-"],.hmOOrh [class*="right-edge-"]{margin:auto;}.hmOOrh [class*="top-edge-"],.hmOOrh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hmOOrh [class*="left-edge-"],.hmOOrh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hmOOrh [class*="top-edge-"]{top:0;}.hmOOrh [class*="bottom-edge-"]{bottom:0;}.hmOOrh [class*="left-edge-"]{left:0;}.hmOOrh [class*="right-edge-"]{right:0;}.hmOOrh .top-edge-0{height:30px;margin-top:-1px;background-image:url('https://assets.digital.vistaprint.com/production/d1088e90-b686-4113-83d7-d05edbb6a223');}

.iokkAi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iokkAi [class*="-corner-"],.iokkAi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iokkAi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iokkAi [class*="bottom-left-corner"],.iokkAi [class*="bottom-right-corner"]{bottom:0;}.iokkAi [class*="top-left-corner"],.iokkAi [class*="top-right-corner"]{top:0;}.iokkAi [class*="-left-corner-"]{left:0;}.iokkAi [class*="-right-corner-"]{right:0;}.iokkAi [class*="top-left-corner-"]{background-position:0 0;}.iokkAi [class*="top-right-corner-"]{background-position:100% 0;}.iokkAi [class*="bottom-left-corner-"]{background-position:0 100%;}.iokkAi [class*="bottom-right-corner-"]{background-position:100% 100%;}.iokkAi [class*="top-edge-"],.iokkAi [class*="bottom-edge-"],.iokkAi [class*="left-edge-"],.iokkAi [class*="right-edge-"]{margin:auto;}.iokkAi [class*="top-edge-"],.iokkAi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iokkAi [class*="left-edge-"],.iokkAi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iokkAi [class*="top-edge-"]{top:0;}.iokkAi [class*="bottom-edge-"]{bottom:0;}.iokkAi [class*="left-edge-"]{left:0;}.iokkAi [class*="right-edge-"]{right:0;}.iokkAi .top-edge-0{height:10px;margin-top:-1px;background-image:url('https://assets.digital.vistaprint.com/production/d1088e90-b686-4113-83d7-d05edbb6a223');}

.gMIvpb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gMIvpb [class*="-corner-"],.gMIvpb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gMIvpb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gMIvpb [class*="bottom-left-corner"],.gMIvpb [class*="bottom-right-corner"]{bottom:0;}.gMIvpb [class*="top-left-corner"],.gMIvpb [class*="top-right-corner"]{top:0;}.gMIvpb [class*="-left-corner-"]{left:0;}.gMIvpb [class*="-right-corner-"]{right:0;}.gMIvpb [class*="top-left-corner-"]{background-position:0 0;}.gMIvpb [class*="top-right-corner-"]{background-position:100% 0;}.gMIvpb [class*="bottom-left-corner-"]{background-position:0 100%;}.gMIvpb [class*="bottom-right-corner-"]{background-position:100% 100%;}.gMIvpb [class*="top-edge-"],.gMIvpb [class*="bottom-edge-"],.gMIvpb [class*="left-edge-"],.gMIvpb [class*="right-edge-"]{margin:auto;}.gMIvpb [class*="top-edge-"],.gMIvpb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gMIvpb [class*="left-edge-"],.gMIvpb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gMIvpb [class*="top-edge-"]{top:0;}.gMIvpb [class*="bottom-edge-"]{bottom:0;}.gMIvpb [class*="left-edge-"]{left:0;}.gMIvpb [class*="right-edge-"]{right:0;}.gMIvpb .top-edge-0{height:10px;margin-top:15px;opacity:0.5;background-color:#bc8e32;}.gMIvpb .bottom-edge-0{height:10px;margin-bottom:15px;opacity:0.5;background-color:#bc8e32;}

.dURJrB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dURJrB [class*="-corner-"],.dURJrB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dURJrB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dURJrB [class*="bottom-left-corner"],.dURJrB [class*="bottom-right-corner"]{bottom:0;}.dURJrB [class*="top-left-corner"],.dURJrB [class*="top-right-corner"]{top:0;}.dURJrB [class*="-left-corner-"]{left:0;}.dURJrB [class*="-right-corner-"]{right:0;}.dURJrB [class*="top-left-corner-"]{background-position:0 0;}.dURJrB [class*="top-right-corner-"]{background-position:100% 0;}.dURJrB [class*="bottom-left-corner-"]{background-position:0 100%;}.dURJrB [class*="bottom-right-corner-"]{background-position:100% 100%;}.dURJrB [class*="top-edge-"],.dURJrB [class*="bottom-edge-"],.dURJrB [class*="left-edge-"],.dURJrB [class*="right-edge-"]{margin:auto;}.dURJrB [class*="top-edge-"],.dURJrB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dURJrB [class*="left-edge-"],.dURJrB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dURJrB [class*="top-edge-"]{top:0;}.dURJrB [class*="bottom-edge-"]{bottom:0;}.dURJrB [class*="left-edge-"]{left:0;}.dURJrB [class*="right-edge-"]{right:0;}.dURJrB .top-edge-0{width:100%;height:100%;z-index:3;opacity:0.1;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}

.hclUVJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hclUVJ [class*="-corner-"],.hclUVJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hclUVJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hclUVJ [class*="bottom-left-corner"],.hclUVJ [class*="bottom-right-corner"]{bottom:0;}.hclUVJ [class*="top-left-corner"],.hclUVJ [class*="top-right-corner"]{top:0;}.hclUVJ [class*="-left-corner-"]{left:0;}.hclUVJ [class*="-right-corner-"]{right:0;}.hclUVJ [class*="top-left-corner-"]{background-position:0 0;}.hclUVJ [class*="top-right-corner-"]{background-position:100% 0;}.hclUVJ [class*="bottom-left-corner-"]{background-position:0 100%;}.hclUVJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.hclUVJ [class*="top-edge-"],.hclUVJ [class*="bottom-edge-"],.hclUVJ [class*="left-edge-"],.hclUVJ [class*="right-edge-"]{margin:auto;}.hclUVJ [class*="top-edge-"],.hclUVJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hclUVJ [class*="left-edge-"],.hclUVJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hclUVJ [class*="top-edge-"]{top:0;}.hclUVJ [class*="bottom-edge-"]{bottom:0;}.hclUVJ [class*="left-edge-"]{left:0;}.hclUVJ [class*="right-edge-"]{right:0;}.hclUVJ .top-edge-0{width:100%;height:100%;margin-top:-10px;background-image:url('https://assets.digital.vistaprint.com/production/0d477ed7-e563-400e-bdca-33f635eb533a');background-size:contain;background-repeat:no-repeat;}

.QMynz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.QMynz [class*="-corner-"],.QMynz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.QMynz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.QMynz [class*="bottom-left-corner"],.QMynz [class*="bottom-right-corner"]{bottom:0;}.QMynz [class*="top-left-corner"],.QMynz [class*="top-right-corner"]{top:0;}.QMynz [class*="-left-corner-"]{left:0;}.QMynz [class*="-right-corner-"]{right:0;}.QMynz [class*="top-left-corner-"]{background-position:0 0;}.QMynz [class*="top-right-corner-"]{background-position:100% 0;}.QMynz [class*="bottom-left-corner-"]{background-position:0 100%;}.QMynz [class*="bottom-right-corner-"]{background-position:100% 100%;}.QMynz [class*="top-edge-"],.QMynz [class*="bottom-edge-"],.QMynz [class*="left-edge-"],.QMynz [class*="right-edge-"]{margin:auto;}.QMynz [class*="top-edge-"],.QMynz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.QMynz [class*="left-edge-"],.QMynz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.QMynz [class*="top-edge-"]{top:0;}.QMynz [class*="bottom-edge-"]{bottom:0;}.QMynz [class*="left-edge-"]{left:0;}.QMynz [class*="right-edge-"]{right:0;}.QMynz .top-edge-0{width:60%;height:2px;background-color:#a46a42;}

.BoUUL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.BoUUL [class*="-corner-"],.BoUUL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.BoUUL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.BoUUL [class*="bottom-left-corner"],.BoUUL [class*="bottom-right-corner"]{bottom:0;}.BoUUL [class*="top-left-corner"],.BoUUL [class*="top-right-corner"]{top:0;}.BoUUL [class*="-left-corner-"]{left:0;}.BoUUL [class*="-right-corner-"]{right:0;}.BoUUL [class*="top-left-corner-"]{background-position:0 0;}.BoUUL [class*="top-right-corner-"]{background-position:100% 0;}.BoUUL [class*="bottom-left-corner-"]{background-position:0 100%;}.BoUUL [class*="bottom-right-corner-"]{background-position:100% 100%;}.BoUUL [class*="top-edge-"],.BoUUL [class*="bottom-edge-"],.BoUUL [class*="left-edge-"],.BoUUL [class*="right-edge-"]{margin:auto;}.BoUUL [class*="top-edge-"],.BoUUL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.BoUUL [class*="left-edge-"],.BoUUL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.BoUUL [class*="top-edge-"]{top:0;}.BoUUL [class*="bottom-edge-"]{bottom:0;}.BoUUL [class*="left-edge-"]{left:0;}.BoUUL [class*="right-edge-"]{right:0;}.BoUUL .top-edge-0{width:100%;height:8px;background-image:url('https://assets.digital.vistaprint.com/production/970054d4-44de-4d2a-b339-980aace47a95');background-size:contain;}

.iGzaFq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iGzaFq [class*="-corner-"],.iGzaFq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iGzaFq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iGzaFq [class*="bottom-left-corner"],.iGzaFq [class*="bottom-right-corner"]{bottom:0;}.iGzaFq [class*="top-left-corner"],.iGzaFq [class*="top-right-corner"]{top:0;}.iGzaFq [class*="-left-corner-"]{left:0;}.iGzaFq [class*="-right-corner-"]{right:0;}.iGzaFq [class*="top-left-corner-"]{background-position:0 0;}.iGzaFq [class*="top-right-corner-"]{background-position:100% 0;}.iGzaFq [class*="bottom-left-corner-"]{background-position:0 100%;}.iGzaFq [class*="bottom-right-corner-"]{background-position:100% 100%;}.iGzaFq [class*="top-edge-"],.iGzaFq [class*="bottom-edge-"],.iGzaFq [class*="left-edge-"],.iGzaFq [class*="right-edge-"]{margin:auto;}.iGzaFq [class*="top-edge-"],.iGzaFq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iGzaFq [class*="left-edge-"],.iGzaFq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iGzaFq [class*="top-edge-"]{top:0;}.iGzaFq [class*="bottom-edge-"]{bottom:0;}.iGzaFq [class*="left-edge-"]{left:0;}.iGzaFq [class*="right-edge-"]{right:0;}.iGzaFq .bottom-edge-0{width:100%;height:8px;background-image:url('https://assets.digital.vistaprint.com/production/970054d4-44de-4d2a-b339-980aace47a95');background-size:contain;}

.bjSkkr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bjSkkr [class*="-corner-"],.bjSkkr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bjSkkr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bjSkkr [class*="bottom-left-corner"],.bjSkkr [class*="bottom-right-corner"]{bottom:0;}.bjSkkr [class*="top-left-corner"],.bjSkkr [class*="top-right-corner"]{top:0;}.bjSkkr [class*="-left-corner-"]{left:0;}.bjSkkr [class*="-right-corner-"]{right:0;}.bjSkkr [class*="top-left-corner-"]{background-position:0 0;}.bjSkkr [class*="top-right-corner-"]{background-position:100% 0;}.bjSkkr [class*="bottom-left-corner-"]{background-position:0 100%;}.bjSkkr [class*="bottom-right-corner-"]{background-position:100% 100%;}.bjSkkr [class*="top-edge-"],.bjSkkr [class*="bottom-edge-"],.bjSkkr [class*="left-edge-"],.bjSkkr [class*="right-edge-"]{margin:auto;}.bjSkkr [class*="top-edge-"],.bjSkkr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bjSkkr [class*="left-edge-"],.bjSkkr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bjSkkr [class*="top-edge-"]{top:0;}.bjSkkr [class*="bottom-edge-"]{bottom:0;}.bjSkkr [class*="left-edge-"]{left:0;}.bjSkkr [class*="right-edge-"]{right:0;}.bjSkkr .bottom-edge-0{height:4px;background-color:#b7ac8e;}

.bVzbsH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bVzbsH [class*="-corner-"],.bVzbsH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bVzbsH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bVzbsH [class*="bottom-left-corner"],.bVzbsH [class*="bottom-right-corner"]{bottom:0;}.bVzbsH [class*="top-left-corner"],.bVzbsH [class*="top-right-corner"]{top:0;}.bVzbsH [class*="-left-corner-"]{left:0;}.bVzbsH [class*="-right-corner-"]{right:0;}.bVzbsH [class*="top-left-corner-"]{background-position:0 0;}.bVzbsH [class*="top-right-corner-"]{background-position:100% 0;}.bVzbsH [class*="bottom-left-corner-"]{background-position:0 100%;}.bVzbsH [class*="bottom-right-corner-"]{background-position:100% 100%;}.bVzbsH [class*="top-edge-"],.bVzbsH [class*="bottom-edge-"],.bVzbsH [class*="left-edge-"],.bVzbsH [class*="right-edge-"]{margin:auto;}.bVzbsH [class*="top-edge-"],.bVzbsH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bVzbsH [class*="left-edge-"],.bVzbsH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bVzbsH [class*="top-edge-"]{top:0;}.bVzbsH [class*="bottom-edge-"]{bottom:0;}.bVzbsH [class*="left-edge-"]{left:0;}.bVzbsH [class*="right-edge-"]{right:0;}.bVzbsH .bottom-edge-0{height:2px;background-color:#648798;}

.kZCjdV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kZCjdV [class*="-corner-"],.kZCjdV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kZCjdV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kZCjdV [class*="bottom-left-corner"],.kZCjdV [class*="bottom-right-corner"]{bottom:0;}.kZCjdV [class*="top-left-corner"],.kZCjdV [class*="top-right-corner"]{top:0;}.kZCjdV [class*="-left-corner-"]{left:0;}.kZCjdV [class*="-right-corner-"]{right:0;}.kZCjdV [class*="top-left-corner-"]{background-position:0 0;}.kZCjdV [class*="top-right-corner-"]{background-position:100% 0;}.kZCjdV [class*="bottom-left-corner-"]{background-position:0 100%;}.kZCjdV [class*="bottom-right-corner-"]{background-position:100% 100%;}.kZCjdV [class*="top-edge-"],.kZCjdV [class*="bottom-edge-"],.kZCjdV [class*="left-edge-"],.kZCjdV [class*="right-edge-"]{margin:auto;}.kZCjdV [class*="top-edge-"],.kZCjdV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kZCjdV [class*="left-edge-"],.kZCjdV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kZCjdV [class*="top-edge-"]{top:0;}.kZCjdV [class*="bottom-edge-"]{bottom:0;}.kZCjdV [class*="left-edge-"]{left:0;}.kZCjdV [class*="right-edge-"]{right:0;}.kZCjdV .right-edge-0{width:100%;height:65%;opacity:0.8;background-color:#bed747;}@media (min-width:30em){.kZCjdV .right-edge-0{width:100%;height:65%;opacity:0.8;background-color:#bed747;}}@media (min-width:60em){.kZCjdV .right-edge-0{width:52%;height:65%;opacity:0.8;background-color:#bed747;}}

.govPFb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.govPFb [class*="-corner-"],.govPFb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.govPFb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.govPFb [class*="bottom-left-corner"],.govPFb [class*="bottom-right-corner"]{bottom:0;}.govPFb [class*="top-left-corner"],.govPFb [class*="top-right-corner"]{top:0;}.govPFb [class*="-left-corner-"]{left:0;}.govPFb [class*="-right-corner-"]{right:0;}.govPFb [class*="top-left-corner-"]{background-position:0 0;}.govPFb [class*="top-right-corner-"]{background-position:100% 0;}.govPFb [class*="bottom-left-corner-"]{background-position:0 100%;}.govPFb [class*="bottom-right-corner-"]{background-position:100% 100%;}.govPFb [class*="top-edge-"],.govPFb [class*="bottom-edge-"],.govPFb [class*="left-edge-"],.govPFb [class*="right-edge-"]{margin:auto;}.govPFb [class*="top-edge-"],.govPFb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.govPFb [class*="left-edge-"],.govPFb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.govPFb [class*="top-edge-"]{top:0;}.govPFb [class*="bottom-edge-"]{bottom:0;}.govPFb [class*="left-edge-"]{left:0;}.govPFb [class*="right-edge-"]{right:0;}.govPFb .bottom-edge-0{width:100%;height:1px;background-color:#d1d1d1;}

.cEnCdq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cEnCdq [class*="-corner-"],.cEnCdq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cEnCdq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cEnCdq [class*="bottom-left-corner"],.cEnCdq [class*="bottom-right-corner"]{bottom:0;}.cEnCdq [class*="top-left-corner"],.cEnCdq [class*="top-right-corner"]{top:0;}.cEnCdq [class*="-left-corner-"]{left:0;}.cEnCdq [class*="-right-corner-"]{right:0;}.cEnCdq [class*="top-left-corner-"]{background-position:0 0;}.cEnCdq [class*="top-right-corner-"]{background-position:100% 0;}.cEnCdq [class*="bottom-left-corner-"]{background-position:0 100%;}.cEnCdq [class*="bottom-right-corner-"]{background-position:100% 100%;}.cEnCdq [class*="top-edge-"],.cEnCdq [class*="bottom-edge-"],.cEnCdq [class*="left-edge-"],.cEnCdq [class*="right-edge-"]{margin:auto;}.cEnCdq [class*="top-edge-"],.cEnCdq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cEnCdq [class*="left-edge-"],.cEnCdq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cEnCdq [class*="top-edge-"]{top:0;}.cEnCdq [class*="bottom-edge-"]{bottom:0;}.cEnCdq [class*="left-edge-"]{left:0;}.cEnCdq [class*="right-edge-"]{right:0;}.cEnCdq .top-edge-0{width:100%;height:1px;background-color:#d1d1d1;}

.bQqXNB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bQqXNB [class*="-corner-"],.bQqXNB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bQqXNB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bQqXNB [class*="bottom-left-corner"],.bQqXNB [class*="bottom-right-corner"]{bottom:0;}.bQqXNB [class*="top-left-corner"],.bQqXNB [class*="top-right-corner"]{top:0;}.bQqXNB [class*="-left-corner-"]{left:0;}.bQqXNB [class*="-right-corner-"]{right:0;}.bQqXNB [class*="top-left-corner-"]{background-position:0 0;}.bQqXNB [class*="top-right-corner-"]{background-position:100% 0;}.bQqXNB [class*="bottom-left-corner-"]{background-position:0 100%;}.bQqXNB [class*="bottom-right-corner-"]{background-position:100% 100%;}.bQqXNB [class*="top-edge-"],.bQqXNB [class*="bottom-edge-"],.bQqXNB [class*="left-edge-"],.bQqXNB [class*="right-edge-"]{margin:auto;}.bQqXNB [class*="top-edge-"],.bQqXNB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bQqXNB [class*="left-edge-"],.bQqXNB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bQqXNB [class*="top-edge-"]{top:0;}.bQqXNB [class*="bottom-edge-"]{bottom:0;}.bQqXNB [class*="left-edge-"]{left:0;}.bQqXNB [class*="right-edge-"]{right:0;}.bQqXNB .top-edge-0{height:800px;opacity:0.8;background-color:#f8b6b2;}@media (min-width:60em){.bQqXNB .top-edge-0{opacity:0;}}

.cZgzqj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cZgzqj [class*="-corner-"],.cZgzqj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cZgzqj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cZgzqj [class*="bottom-left-corner"],.cZgzqj [class*="bottom-right-corner"]{bottom:0;}.cZgzqj [class*="top-left-corner"],.cZgzqj [class*="top-right-corner"]{top:0;}.cZgzqj [class*="-left-corner-"]{left:0;}.cZgzqj [class*="-right-corner-"]{right:0;}.cZgzqj [class*="top-left-corner-"]{background-position:0 0;}.cZgzqj [class*="top-right-corner-"]{background-position:100% 0;}.cZgzqj [class*="bottom-left-corner-"]{background-position:0 100%;}.cZgzqj [class*="bottom-right-corner-"]{background-position:100% 100%;}.cZgzqj [class*="top-edge-"],.cZgzqj [class*="bottom-edge-"],.cZgzqj [class*="left-edge-"],.cZgzqj [class*="right-edge-"]{margin:auto;}.cZgzqj [class*="top-edge-"],.cZgzqj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cZgzqj [class*="left-edge-"],.cZgzqj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cZgzqj [class*="top-edge-"]{top:0;}.cZgzqj [class*="bottom-edge-"]{bottom:0;}.cZgzqj [class*="left-edge-"]{left:0;}.cZgzqj [class*="right-edge-"]{right:0;}.cZgzqj .top-edge-0{width:70%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/69c911c8-659a-404e-9490-2305e52969e3');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.cZgzqj .top-edge-0{width:60%;margin-top:40px;}}@media (min-width:60em){.cZgzqj .top-edge-0{width:40%;margin-top:40px;}}.cZgzqj .bottom-edge-0{width:70%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/69c911c8-659a-404e-9490-2305e52969e3');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.cZgzqj .bottom-edge-0{width:60%;margin-bottom:60px;}}@media (min-width:60em){.cZgzqj .bottom-edge-0{width:40%;margin-bottom:60px;}}

.ctnecc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ctnecc [class*="-corner-"],.ctnecc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ctnecc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ctnecc [class*="bottom-left-corner"],.ctnecc [class*="bottom-right-corner"]{bottom:0;}.ctnecc [class*="top-left-corner"],.ctnecc [class*="top-right-corner"]{top:0;}.ctnecc [class*="-left-corner-"]{left:0;}.ctnecc [class*="-right-corner-"]{right:0;}.ctnecc [class*="top-left-corner-"]{background-position:0 0;}.ctnecc [class*="top-right-corner-"]{background-position:100% 0;}.ctnecc [class*="bottom-left-corner-"]{background-position:0 100%;}.ctnecc [class*="bottom-right-corner-"]{background-position:100% 100%;}.ctnecc [class*="top-edge-"],.ctnecc [class*="bottom-edge-"],.ctnecc [class*="left-edge-"],.ctnecc [class*="right-edge-"]{margin:auto;}.ctnecc [class*="top-edge-"],.ctnecc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ctnecc [class*="left-edge-"],.ctnecc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ctnecc [class*="top-edge-"]{top:0;}.ctnecc [class*="bottom-edge-"]{bottom:0;}.ctnecc [class*="left-edge-"]{left:0;}.ctnecc [class*="right-edge-"]{right:0;}.ctnecc .top-edge-0{width:95%;height:1.2px;background-color:#fbd3dd;}.ctnecc .bottom-edge-0{width:95%;height:1.2px;background-color:#fbd3dd;}

.fOFZef{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fOFZef [class*="-corner-"],.fOFZef [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fOFZef [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fOFZef [class*="bottom-left-corner"],.fOFZef [class*="bottom-right-corner"]{bottom:0;}.fOFZef [class*="top-left-corner"],.fOFZef [class*="top-right-corner"]{top:0;}.fOFZef [class*="-left-corner-"]{left:0;}.fOFZef [class*="-right-corner-"]{right:0;}.fOFZef [class*="top-left-corner-"]{background-position:0 0;}.fOFZef [class*="top-right-corner-"]{background-position:100% 0;}.fOFZef [class*="bottom-left-corner-"]{background-position:0 100%;}.fOFZef [class*="bottom-right-corner-"]{background-position:100% 100%;}.fOFZef [class*="top-edge-"],.fOFZef [class*="bottom-edge-"],.fOFZef [class*="left-edge-"],.fOFZef [class*="right-edge-"]{margin:auto;}.fOFZef [class*="top-edge-"],.fOFZef [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fOFZef [class*="left-edge-"],.fOFZef [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fOFZef [class*="top-edge-"]{top:0;}.fOFZef [class*="bottom-edge-"]{bottom:0;}.fOFZef [class*="left-edge-"]{left:0;}.fOFZef [class*="right-edge-"]{right:0;}.fOFZef .left-edge-0{width:2.5%;height:100%;background-color:#ffffff;}.fOFZef .right-edge-0{width:2.5%;height:100%;background-color:#ffffff;}

.iZnaKL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iZnaKL [class*="-corner-"],.iZnaKL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iZnaKL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iZnaKL [class*="bottom-left-corner"],.iZnaKL [class*="bottom-right-corner"]{bottom:0;}.iZnaKL [class*="top-left-corner"],.iZnaKL [class*="top-right-corner"]{top:0;}.iZnaKL [class*="-left-corner-"]{left:0;}.iZnaKL [class*="-right-corner-"]{right:0;}.iZnaKL [class*="top-left-corner-"]{background-position:0 0;}.iZnaKL [class*="top-right-corner-"]{background-position:100% 0;}.iZnaKL [class*="bottom-left-corner-"]{background-position:0 100%;}.iZnaKL [class*="bottom-right-corner-"]{background-position:100% 100%;}.iZnaKL [class*="top-edge-"],.iZnaKL [class*="bottom-edge-"],.iZnaKL [class*="left-edge-"],.iZnaKL [class*="right-edge-"]{margin:auto;}.iZnaKL [class*="top-edge-"],.iZnaKL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iZnaKL [class*="left-edge-"],.iZnaKL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iZnaKL [class*="top-edge-"]{top:0;}.iZnaKL [class*="bottom-edge-"]{bottom:0;}.iZnaKL [class*="left-edge-"]{left:0;}.iZnaKL [class*="right-edge-"]{right:0;}.iZnaKL .top-edge-0{width:100%;height:10%;z-index:2;margin-top:10px;background-image:url('https://assets.digital.vistaprint.com/production/b40c377b-69a3-4e88-a5b1-034af9c4e554');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-position:50% 0;}@media (min-width:60em){.iZnaKL .top-edge-0{width:100%;height:90%;margin-top:2%;opacity:1;background-image:url('../2735354/images/image3.png');background-size:contain;background-repeat:no-repeat;background-position:50% 50%;}}.iZnaKL .left-edge-0{width:100%;height:100%;background-color:rgb(255,255,255);background-position:0 50%;}@media (min-width:60em){.iZnaKL .left-edge-0{opacity:0;}}.iZnaKL .bottom-edge-0{width:100%;height:10%;z-index:2;margin-bottom:10px;background-image:url('https://assets.digital.vistaprint.com/production/b40c377b-69a3-4e88-a5b1-034af9c4e554');background-position:50% 0;}@media (min-width:60em){.iZnaKL .bottom-edge-0{opacity:0;}}

.gDHrXQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gDHrXQ [class*="-corner-"],.gDHrXQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gDHrXQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gDHrXQ [class*="bottom-left-corner"],.gDHrXQ [class*="bottom-right-corner"]{bottom:0;}.gDHrXQ [class*="top-left-corner"],.gDHrXQ [class*="top-right-corner"]{top:0;}.gDHrXQ [class*="-left-corner-"]{left:0;}.gDHrXQ [class*="-right-corner-"]{right:0;}.gDHrXQ [class*="top-left-corner-"]{background-position:0 0;}.gDHrXQ [class*="top-right-corner-"]{background-position:100% 0;}.gDHrXQ [class*="bottom-left-corner-"]{background-position:0 100%;}.gDHrXQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.gDHrXQ [class*="top-edge-"],.gDHrXQ [class*="bottom-edge-"],.gDHrXQ [class*="left-edge-"],.gDHrXQ [class*="right-edge-"]{margin:auto;}.gDHrXQ [class*="top-edge-"],.gDHrXQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gDHrXQ [class*="left-edge-"],.gDHrXQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gDHrXQ [class*="top-edge-"]{top:0;}.gDHrXQ [class*="bottom-edge-"]{bottom:0;}.gDHrXQ [class*="left-edge-"]{left:0;}.gDHrXQ [class*="right-edge-"]{right:0;}.gDHrXQ .bottom-edge-0{height:250px;margin-bottom:-15px;background-image:url('https://assets.digital.vistaprint.com/production/885df2ca-9e1a-4e0b-beb3-e17ffc24040e');background-size:contain;background-repeat:no-repeat;background-position:center 0;}

.kLgVRb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kLgVRb [class*="-corner-"],.kLgVRb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kLgVRb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kLgVRb [class*="bottom-left-corner"],.kLgVRb [class*="bottom-right-corner"]{bottom:0;}.kLgVRb [class*="top-left-corner"],.kLgVRb [class*="top-right-corner"]{top:0;}.kLgVRb [class*="-left-corner-"]{left:0;}.kLgVRb [class*="-right-corner-"]{right:0;}.kLgVRb [class*="top-left-corner-"]{background-position:0 0;}.kLgVRb [class*="top-right-corner-"]{background-position:100% 0;}.kLgVRb [class*="bottom-left-corner-"]{background-position:0 100%;}.kLgVRb [class*="bottom-right-corner-"]{background-position:100% 100%;}.kLgVRb [class*="top-edge-"],.kLgVRb [class*="bottom-edge-"],.kLgVRb [class*="left-edge-"],.kLgVRb [class*="right-edge-"]{margin:auto;}.kLgVRb [class*="top-edge-"],.kLgVRb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kLgVRb [class*="left-edge-"],.kLgVRb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kLgVRb [class*="top-edge-"]{top:0;}.kLgVRb [class*="bottom-edge-"]{bottom:0;}.kLgVRb [class*="left-edge-"]{left:0;}.kLgVRb [class*="right-edge-"]{right:0;}.kLgVRb .bottom-edge-0{width:100%;height:5px;background-color:#caad88;}

.ilslPk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ilslPk [class*="-corner-"],.ilslPk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ilslPk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ilslPk [class*="bottom-left-corner"],.ilslPk [class*="bottom-right-corner"]{bottom:0;}.ilslPk [class*="top-left-corner"],.ilslPk [class*="top-right-corner"]{top:0;}.ilslPk [class*="-left-corner-"]{left:0;}.ilslPk [class*="-right-corner-"]{right:0;}.ilslPk [class*="top-left-corner-"]{background-position:0 0;}.ilslPk [class*="top-right-corner-"]{background-position:100% 0;}.ilslPk [class*="bottom-left-corner-"]{background-position:0 100%;}.ilslPk [class*="bottom-right-corner-"]{background-position:100% 100%;}.ilslPk [class*="top-edge-"],.ilslPk [class*="bottom-edge-"],.ilslPk [class*="left-edge-"],.ilslPk [class*="right-edge-"]{margin:auto;}.ilslPk [class*="top-edge-"],.ilslPk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ilslPk [class*="left-edge-"],.ilslPk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ilslPk [class*="top-edge-"]{top:0;}.ilslPk [class*="bottom-edge-"]{bottom:0;}.ilslPk [class*="left-edge-"]{left:0;}.ilslPk [class*="right-edge-"]{right:0;}.ilslPk .top-edge-0{width:100%;height:100%;z-index:3;opacity:0.7;background-image:url('https://assets.digital.vistaprint.com/production/137fda5e-b994-4086-948d-0035ddeeb824');}

.exznKV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.exznKV [class*="-corner-"],.exznKV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.exznKV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.exznKV [class*="bottom-left-corner"],.exznKV [class*="bottom-right-corner"]{bottom:0;}.exznKV [class*="top-left-corner"],.exznKV [class*="top-right-corner"]{top:0;}.exznKV [class*="-left-corner-"]{left:0;}.exznKV [class*="-right-corner-"]{right:0;}.exznKV [class*="top-left-corner-"]{background-position:0 0;}.exznKV [class*="top-right-corner-"]{background-position:100% 0;}.exznKV [class*="bottom-left-corner-"]{background-position:0 100%;}.exznKV [class*="bottom-right-corner-"]{background-position:100% 100%;}.exznKV [class*="top-edge-"],.exznKV [class*="bottom-edge-"],.exznKV [class*="left-edge-"],.exznKV [class*="right-edge-"]{margin:auto;}.exznKV [class*="top-edge-"],.exznKV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.exznKV [class*="left-edge-"],.exznKV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.exznKV [class*="top-edge-"]{top:0;}.exznKV [class*="bottom-edge-"]{bottom:0;}.exznKV [class*="left-edge-"]{left:0;}.exznKV [class*="right-edge-"]{right:0;}.exznKV .bottom-edge-0{height:0px;background-color:#fff;}

.gtzGaZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gtzGaZ [class*="-corner-"],.gtzGaZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gtzGaZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gtzGaZ [class*="bottom-left-corner"],.gtzGaZ [class*="bottom-right-corner"]{bottom:0;}.gtzGaZ [class*="top-left-corner"],.gtzGaZ [class*="top-right-corner"]{top:0;}.gtzGaZ [class*="-left-corner-"]{left:0;}.gtzGaZ [class*="-right-corner-"]{right:0;}.gtzGaZ [class*="top-left-corner-"]{background-position:0 0;}.gtzGaZ [class*="top-right-corner-"]{background-position:100% 0;}.gtzGaZ [class*="bottom-left-corner-"]{background-position:0 100%;}.gtzGaZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.gtzGaZ [class*="top-edge-"],.gtzGaZ [class*="bottom-edge-"],.gtzGaZ [class*="left-edge-"],.gtzGaZ [class*="right-edge-"]{margin:auto;}.gtzGaZ [class*="top-edge-"],.gtzGaZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gtzGaZ [class*="left-edge-"],.gtzGaZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gtzGaZ [class*="top-edge-"]{top:0;}.gtzGaZ [class*="bottom-edge-"]{bottom:0;}.gtzGaZ [class*="left-edge-"]{left:0;}.gtzGaZ [class*="right-edge-"]{right:0;}.gtzGaZ .top-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/3cfa3ab7-5380-4569-af86-73b163680036');}@media (min-width:60em){.gtzGaZ .top-edge-0{width:40%;height:90%;background-size:contain;}}

.JXyfM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.JXyfM [class*="-corner-"],.JXyfM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.JXyfM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.JXyfM [class*="bottom-left-corner"],.JXyfM [class*="bottom-right-corner"]{bottom:0;}.JXyfM [class*="top-left-corner"],.JXyfM [class*="top-right-corner"]{top:0;}.JXyfM [class*="-left-corner-"]{left:0;}.JXyfM [class*="-right-corner-"]{right:0;}.JXyfM [class*="top-left-corner-"]{background-position:0 0;}.JXyfM [class*="top-right-corner-"]{background-position:100% 0;}.JXyfM [class*="bottom-left-corner-"]{background-position:0 100%;}.JXyfM [class*="bottom-right-corner-"]{background-position:100% 100%;}.JXyfM [class*="top-edge-"],.JXyfM [class*="bottom-edge-"],.JXyfM [class*="left-edge-"],.JXyfM [class*="right-edge-"]{margin:auto;}.JXyfM [class*="top-edge-"],.JXyfM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.JXyfM [class*="left-edge-"],.JXyfM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.JXyfM [class*="top-edge-"]{top:0;}.JXyfM [class*="bottom-edge-"]{bottom:0;}.JXyfM [class*="left-edge-"]{left:0;}.JXyfM [class*="right-edge-"]{right:0;}.JXyfM .top-edge-0{width:80%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/a5998199-03dc-4889-8dbb-9ffe7105c3ec');}

.eMZsoM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eMZsoM [class*="-corner-"],.eMZsoM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eMZsoM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eMZsoM [class*="bottom-left-corner"],.eMZsoM [class*="bottom-right-corner"]{bottom:0;}.eMZsoM [class*="top-left-corner"],.eMZsoM [class*="top-right-corner"]{top:0;}.eMZsoM [class*="-left-corner-"]{left:0;}.eMZsoM [class*="-right-corner-"]{right:0;}.eMZsoM [class*="top-left-corner-"]{background-position:0 0;}.eMZsoM [class*="top-right-corner-"]{background-position:100% 0;}.eMZsoM [class*="bottom-left-corner-"]{background-position:0 100%;}.eMZsoM [class*="bottom-right-corner-"]{background-position:100% 100%;}.eMZsoM [class*="top-edge-"],.eMZsoM [class*="bottom-edge-"],.eMZsoM [class*="left-edge-"],.eMZsoM [class*="right-edge-"]{margin:auto;}.eMZsoM [class*="top-edge-"],.eMZsoM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eMZsoM [class*="left-edge-"],.eMZsoM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eMZsoM [class*="top-edge-"]{top:0;}.eMZsoM [class*="bottom-edge-"]{bottom:0;}.eMZsoM [class*="left-edge-"]{left:0;}.eMZsoM [class*="right-edge-"]{right:0;}.eMZsoM .left-edge-0{width:4px;margin-left:20px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/f0c21917-06d8-4edf-afa6-d229742b30ce');}.eMZsoM .right-edge-0{width:4px;margin-right:20px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/f0c21917-06d8-4edf-afa6-d229742b30ce');}

.lhALUm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lhALUm [class*="-corner-"],.lhALUm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lhALUm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lhALUm [class*="bottom-left-corner"],.lhALUm [class*="bottom-right-corner"]{bottom:0;}.lhALUm [class*="top-left-corner"],.lhALUm [class*="top-right-corner"]{top:0;}.lhALUm [class*="-left-corner-"]{left:0;}.lhALUm [class*="-right-corner-"]{right:0;}.lhALUm [class*="top-left-corner-"]{background-position:0 0;}.lhALUm [class*="top-right-corner-"]{background-position:100% 0;}.lhALUm [class*="bottom-left-corner-"]{background-position:0 100%;}.lhALUm [class*="bottom-right-corner-"]{background-position:100% 100%;}.lhALUm [class*="top-edge-"],.lhALUm [class*="bottom-edge-"],.lhALUm [class*="left-edge-"],.lhALUm [class*="right-edge-"]{margin:auto;}.lhALUm [class*="top-edge-"],.lhALUm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lhALUm [class*="left-edge-"],.lhALUm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lhALUm [class*="top-edge-"]{top:0;}.lhALUm [class*="bottom-edge-"]{bottom:0;}.lhALUm [class*="left-edge-"]{left:0;}.lhALUm [class*="right-edge-"]{right:0;}.lhALUm .bottom-edge-0{width:100%;height:2px;opacity:1;background-color:#7A3136;}

.csoBsq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.csoBsq [class*="-corner-"],.csoBsq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.csoBsq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.csoBsq [class*="bottom-left-corner"],.csoBsq [class*="bottom-right-corner"]{bottom:0;}.csoBsq [class*="top-left-corner"],.csoBsq [class*="top-right-corner"]{top:0;}.csoBsq [class*="-left-corner-"]{left:0;}.csoBsq [class*="-right-corner-"]{right:0;}.csoBsq [class*="top-left-corner-"]{background-position:0 0;}.csoBsq [class*="top-right-corner-"]{background-position:100% 0;}.csoBsq [class*="bottom-left-corner-"]{background-position:0 100%;}.csoBsq [class*="bottom-right-corner-"]{background-position:100% 100%;}.csoBsq [class*="top-edge-"],.csoBsq [class*="bottom-edge-"],.csoBsq [class*="left-edge-"],.csoBsq [class*="right-edge-"]{margin:auto;}.csoBsq [class*="top-edge-"],.csoBsq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.csoBsq [class*="left-edge-"],.csoBsq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.csoBsq [class*="top-edge-"]{top:0;}.csoBsq [class*="bottom-edge-"]{bottom:0;}.csoBsq [class*="left-edge-"]{left:0;}.csoBsq [class*="right-edge-"]{right:0;}.csoBsq .bottom-edge-0{width:100%;height:2px;background-color:#d7be91;}

.dfsTPC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dfsTPC [class*="-corner-"],.dfsTPC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dfsTPC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dfsTPC [class*="bottom-left-corner"],.dfsTPC [class*="bottom-right-corner"]{bottom:0;}.dfsTPC [class*="top-left-corner"],.dfsTPC [class*="top-right-corner"]{top:0;}.dfsTPC [class*="-left-corner-"]{left:0;}.dfsTPC [class*="-right-corner-"]{right:0;}.dfsTPC [class*="top-left-corner-"]{background-position:0 0;}.dfsTPC [class*="top-right-corner-"]{background-position:100% 0;}.dfsTPC [class*="bottom-left-corner-"]{background-position:0 100%;}.dfsTPC [class*="bottom-right-corner-"]{background-position:100% 100%;}.dfsTPC [class*="top-edge-"],.dfsTPC [class*="bottom-edge-"],.dfsTPC [class*="left-edge-"],.dfsTPC [class*="right-edge-"]{margin:auto;}.dfsTPC [class*="top-edge-"],.dfsTPC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dfsTPC [class*="left-edge-"],.dfsTPC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dfsTPC [class*="top-edge-"]{top:0;}.dfsTPC [class*="bottom-edge-"]{bottom:0;}.dfsTPC [class*="left-edge-"]{left:0;}.dfsTPC [class*="right-edge-"]{right:0;}.dfsTPC .top-edge-0{width:100%;height:100%;z-index:4;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/0d49c40d-dfa4-4b34-9083-19a9ba7bdc0c');}

.dmMIwn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dmMIwn [class*="-corner-"],.dmMIwn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dmMIwn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dmMIwn [class*="bottom-left-corner"],.dmMIwn [class*="bottom-right-corner"]{bottom:0;}.dmMIwn [class*="top-left-corner"],.dmMIwn [class*="top-right-corner"]{top:0;}.dmMIwn [class*="-left-corner-"]{left:0;}.dmMIwn [class*="-right-corner-"]{right:0;}.dmMIwn [class*="top-left-corner-"]{background-position:0 0;}.dmMIwn [class*="top-right-corner-"]{background-position:100% 0;}.dmMIwn [class*="bottom-left-corner-"]{background-position:0 100%;}.dmMIwn [class*="bottom-right-corner-"]{background-position:100% 100%;}.dmMIwn [class*="top-edge-"],.dmMIwn [class*="bottom-edge-"],.dmMIwn [class*="left-edge-"],.dmMIwn [class*="right-edge-"]{margin:auto;}.dmMIwn [class*="top-edge-"],.dmMIwn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dmMIwn [class*="left-edge-"],.dmMIwn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dmMIwn [class*="top-edge-"]{top:0;}.dmMIwn [class*="bottom-edge-"]{bottom:0;}.dmMIwn [class*="left-edge-"]{left:0;}.dmMIwn [class*="right-edge-"]{right:0;}.dmMIwn .top-edge-0{width:100%;height:100%;margin-top:-12px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/c5ec700d-27b4-47ca-b3bd-ec6604b9160e');}

.dwVKpj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dwVKpj [class*="-corner-"],.dwVKpj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dwVKpj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dwVKpj [class*="bottom-left-corner"],.dwVKpj [class*="bottom-right-corner"]{bottom:0;}.dwVKpj [class*="top-left-corner"],.dwVKpj [class*="top-right-corner"]{top:0;}.dwVKpj [class*="-left-corner-"]{left:0;}.dwVKpj [class*="-right-corner-"]{right:0;}.dwVKpj [class*="top-left-corner-"]{background-position:0 0;}.dwVKpj [class*="top-right-corner-"]{background-position:100% 0;}.dwVKpj [class*="bottom-left-corner-"]{background-position:0 100%;}.dwVKpj [class*="bottom-right-corner-"]{background-position:100% 100%;}.dwVKpj [class*="top-edge-"],.dwVKpj [class*="bottom-edge-"],.dwVKpj [class*="left-edge-"],.dwVKpj [class*="right-edge-"]{margin:auto;}.dwVKpj [class*="top-edge-"],.dwVKpj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dwVKpj [class*="left-edge-"],.dwVKpj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dwVKpj [class*="top-edge-"]{top:0;}.dwVKpj [class*="bottom-edge-"]{bottom:0;}.dwVKpj [class*="left-edge-"]{left:0;}.dwVKpj [class*="right-edge-"]{right:0;}.dwVKpj .top-edge-0{width:100%;height:2px;background-color:#eabb3e;}

.TFwvZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.TFwvZ [class*="-corner-"],.TFwvZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.TFwvZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.TFwvZ [class*="bottom-left-corner"],.TFwvZ [class*="bottom-right-corner"]{bottom:0;}.TFwvZ [class*="top-left-corner"],.TFwvZ [class*="top-right-corner"]{top:0;}.TFwvZ [class*="-left-corner-"]{left:0;}.TFwvZ [class*="-right-corner-"]{right:0;}.TFwvZ [class*="top-left-corner-"]{background-position:0 0;}.TFwvZ [class*="top-right-corner-"]{background-position:100% 0;}.TFwvZ [class*="bottom-left-corner-"]{background-position:0 100%;}.TFwvZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.TFwvZ [class*="top-edge-"],.TFwvZ [class*="bottom-edge-"],.TFwvZ [class*="left-edge-"],.TFwvZ [class*="right-edge-"]{margin:auto;}.TFwvZ [class*="top-edge-"],.TFwvZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.TFwvZ [class*="left-edge-"],.TFwvZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.TFwvZ [class*="top-edge-"]{top:0;}.TFwvZ [class*="bottom-edge-"]{bottom:0;}.TFwvZ [class*="left-edge-"]{left:0;}.TFwvZ [class*="right-edge-"]{right:0;}.TFwvZ .bottom-edge-0{height:3px;background-color:#D19C2B;}

.ezeDdx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ezeDdx [class*="-corner-"],.ezeDdx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ezeDdx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ezeDdx [class*="bottom-left-corner"],.ezeDdx [class*="bottom-right-corner"]{bottom:0;}.ezeDdx [class*="top-left-corner"],.ezeDdx [class*="top-right-corner"]{top:0;}.ezeDdx [class*="-left-corner-"]{left:0;}.ezeDdx [class*="-right-corner-"]{right:0;}.ezeDdx [class*="top-left-corner-"]{background-position:0 0;}.ezeDdx [class*="top-right-corner-"]{background-position:100% 0;}.ezeDdx [class*="bottom-left-corner-"]{background-position:0 100%;}.ezeDdx [class*="bottom-right-corner-"]{background-position:100% 100%;}.ezeDdx [class*="top-edge-"],.ezeDdx [class*="bottom-edge-"],.ezeDdx [class*="left-edge-"],.ezeDdx [class*="right-edge-"]{margin:auto;}.ezeDdx [class*="top-edge-"],.ezeDdx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ezeDdx [class*="left-edge-"],.ezeDdx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ezeDdx [class*="top-edge-"]{top:0;}.ezeDdx [class*="bottom-edge-"]{bottom:0;}.ezeDdx [class*="left-edge-"]{left:0;}.ezeDdx [class*="right-edge-"]{right:0;}.ezeDdx .top-left-corner-0{width:200px;height:146px;margin-left:10px;margin-top:10px;opacity:1;background-image:url('../1206395/corners/corner1.svg');background-repeat:no-repeat;}.ezeDdx .bottom-right-corner-0{width:200px;height:146px;margin-right:10px;margin-bottom:10px;opacity:1;background-image:url('../1206395/corners/corner1.svg');-webkit-transform:scaleY(-1) scaleX(-1);-ms-transform:scaleY(-1) scaleX(-1);transform:scaleY(-1) scaleX(-1);background-repeat:no-repeat;}

.henZsn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.henZsn [class*="-corner-"],.henZsn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.henZsn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.henZsn [class*="bottom-left-corner"],.henZsn [class*="bottom-right-corner"]{bottom:0;}.henZsn [class*="top-left-corner"],.henZsn [class*="top-right-corner"]{top:0;}.henZsn [class*="-left-corner-"]{left:0;}.henZsn [class*="-right-corner-"]{right:0;}.henZsn [class*="top-left-corner-"]{background-position:0 0;}.henZsn [class*="top-right-corner-"]{background-position:100% 0;}.henZsn [class*="bottom-left-corner-"]{background-position:0 100%;}.henZsn [class*="bottom-right-corner-"]{background-position:100% 100%;}.henZsn [class*="top-edge-"],.henZsn [class*="bottom-edge-"],.henZsn [class*="left-edge-"],.henZsn [class*="right-edge-"]{margin:auto;}.henZsn [class*="top-edge-"],.henZsn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.henZsn [class*="left-edge-"],.henZsn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.henZsn [class*="top-edge-"]{top:0;}.henZsn [class*="bottom-edge-"]{bottom:0;}.henZsn [class*="left-edge-"]{left:0;}.henZsn [class*="right-edge-"]{right:0;}.henZsn .top-edge-0{width:100%;height:15px;margin-top:8px;background-color:#EC658C;}.henZsn .bottom-edge-0{width:100%;height:15px;margin-bottom:8px;background-color:#000000;}

.dSRRfn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dSRRfn [class*="-corner-"],.dSRRfn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dSRRfn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dSRRfn [class*="bottom-left-corner"],.dSRRfn [class*="bottom-right-corner"]{bottom:0;}.dSRRfn [class*="top-left-corner"],.dSRRfn [class*="top-right-corner"]{top:0;}.dSRRfn [class*="-left-corner-"]{left:0;}.dSRRfn [class*="-right-corner-"]{right:0;}.dSRRfn [class*="top-left-corner-"]{background-position:0 0;}.dSRRfn [class*="top-right-corner-"]{background-position:100% 0;}.dSRRfn [class*="bottom-left-corner-"]{background-position:0 100%;}.dSRRfn [class*="bottom-right-corner-"]{background-position:100% 100%;}.dSRRfn [class*="top-edge-"],.dSRRfn [class*="bottom-edge-"],.dSRRfn [class*="left-edge-"],.dSRRfn [class*="right-edge-"]{margin:auto;}.dSRRfn [class*="top-edge-"],.dSRRfn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dSRRfn [class*="left-edge-"],.dSRRfn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dSRRfn [class*="top-edge-"]{top:0;}.dSRRfn [class*="bottom-edge-"]{bottom:0;}.dSRRfn [class*="left-edge-"]{left:0;}.dSRRfn [class*="right-edge-"]{right:0;}.dSRRfn .left-edge-0{width:16px;margin-left:0px;background-image:url('https://assets.digital.vistaprint.com/production/904f5852-cb86-4756-885a-07f506d0307d');}.dSRRfn .right-edge-0{width:16px;margin-right:0px;background-image:url('https://assets.digital.vistaprint.com/production/8420bea5-6ce6-4829-af36-2f796957158b');}

.iRkzbl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iRkzbl [class*="-corner-"],.iRkzbl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iRkzbl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iRkzbl [class*="bottom-left-corner"],.iRkzbl [class*="bottom-right-corner"]{bottom:0;}.iRkzbl [class*="top-left-corner"],.iRkzbl [class*="top-right-corner"]{top:0;}.iRkzbl [class*="-left-corner-"]{left:0;}.iRkzbl [class*="-right-corner-"]{right:0;}.iRkzbl [class*="top-left-corner-"]{background-position:0 0;}.iRkzbl [class*="top-right-corner-"]{background-position:100% 0;}.iRkzbl [class*="bottom-left-corner-"]{background-position:0 100%;}.iRkzbl [class*="bottom-right-corner-"]{background-position:100% 100%;}.iRkzbl [class*="top-edge-"],.iRkzbl [class*="bottom-edge-"],.iRkzbl [class*="left-edge-"],.iRkzbl [class*="right-edge-"]{margin:auto;}.iRkzbl [class*="top-edge-"],.iRkzbl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iRkzbl [class*="left-edge-"],.iRkzbl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iRkzbl [class*="top-edge-"]{top:0;}.iRkzbl [class*="bottom-edge-"]{bottom:0;}.iRkzbl [class*="left-edge-"]{left:0;}.iRkzbl [class*="right-edge-"]{right:0;}.iRkzbl .top-edge-0{width:100%;height:100%;opacity:1;background-image:url('http://http:/assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}.iRkzbl .bottom-edge-0{width:100%;height:100%;z-index:3;background-image:url('http://http:/assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.hcJILa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hcJILa [class*="-corner-"],.hcJILa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hcJILa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hcJILa [class*="bottom-left-corner"],.hcJILa [class*="bottom-right-corner"]{bottom:0;}.hcJILa [class*="top-left-corner"],.hcJILa [class*="top-right-corner"]{top:0;}.hcJILa [class*="-left-corner-"]{left:0;}.hcJILa [class*="-right-corner-"]{right:0;}.hcJILa [class*="top-left-corner-"]{background-position:0 0;}.hcJILa [class*="top-right-corner-"]{background-position:100% 0;}.hcJILa [class*="bottom-left-corner-"]{background-position:0 100%;}.hcJILa [class*="bottom-right-corner-"]{background-position:100% 100%;}.hcJILa [class*="top-edge-"],.hcJILa [class*="bottom-edge-"],.hcJILa [class*="left-edge-"],.hcJILa [class*="right-edge-"]{margin:auto;}.hcJILa [class*="top-edge-"],.hcJILa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hcJILa [class*="left-edge-"],.hcJILa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hcJILa [class*="top-edge-"]{top:0;}.hcJILa [class*="bottom-edge-"]{bottom:0;}.hcJILa [class*="left-edge-"]{left:0;}.hcJILa [class*="right-edge-"]{right:0;}.hcJILa .top-edge-0{width:50%;height:3px;background-color:#fabfb7;}

.osyZt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.osyZt [class*="-corner-"],.osyZt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.osyZt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.osyZt [class*="bottom-left-corner"],.osyZt [class*="bottom-right-corner"]{bottom:0;}.osyZt [class*="top-left-corner"],.osyZt [class*="top-right-corner"]{top:0;}.osyZt [class*="-left-corner-"]{left:0;}.osyZt [class*="-right-corner-"]{right:0;}.osyZt [class*="top-left-corner-"]{background-position:0 0;}.osyZt [class*="top-right-corner-"]{background-position:100% 0;}.osyZt [class*="bottom-left-corner-"]{background-position:0 100%;}.osyZt [class*="bottom-right-corner-"]{background-position:100% 100%;}.osyZt [class*="top-edge-"],.osyZt [class*="bottom-edge-"],.osyZt [class*="left-edge-"],.osyZt [class*="right-edge-"]{margin:auto;}.osyZt [class*="top-edge-"],.osyZt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.osyZt [class*="left-edge-"],.osyZt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.osyZt [class*="top-edge-"]{top:0;}.osyZt [class*="bottom-edge-"]{bottom:0;}.osyZt [class*="left-edge-"]{left:0;}.osyZt [class*="right-edge-"]{right:0;}.osyZt .top-edge-0{width:1100px;height:1px;opacity:0.2;background-color:#000000;}

.ljkLtS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ljkLtS [class*="-corner-"],.ljkLtS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ljkLtS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ljkLtS [class*="bottom-left-corner"],.ljkLtS [class*="bottom-right-corner"]{bottom:0;}.ljkLtS [class*="top-left-corner"],.ljkLtS [class*="top-right-corner"]{top:0;}.ljkLtS [class*="-left-corner-"]{left:0;}.ljkLtS [class*="-right-corner-"]{right:0;}.ljkLtS [class*="top-left-corner-"]{background-position:0 0;}.ljkLtS [class*="top-right-corner-"]{background-position:100% 0;}.ljkLtS [class*="bottom-left-corner-"]{background-position:0 100%;}.ljkLtS [class*="bottom-right-corner-"]{background-position:100% 100%;}.ljkLtS [class*="top-edge-"],.ljkLtS [class*="bottom-edge-"],.ljkLtS [class*="left-edge-"],.ljkLtS [class*="right-edge-"]{margin:auto;}.ljkLtS [class*="top-edge-"],.ljkLtS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ljkLtS [class*="left-edge-"],.ljkLtS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ljkLtS [class*="top-edge-"]{top:0;}.ljkLtS [class*="bottom-edge-"]{bottom:0;}.ljkLtS [class*="left-edge-"]{left:0;}.ljkLtS [class*="right-edge-"]{right:0;}.ljkLtS .top-edge-0{width:40px;height:40px;margin-top:-30px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#000000;}

.bmowqY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bmowqY [class*="-corner-"],.bmowqY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bmowqY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bmowqY [class*="bottom-left-corner"],.bmowqY [class*="bottom-right-corner"]{bottom:0;}.bmowqY [class*="top-left-corner"],.bmowqY [class*="top-right-corner"]{top:0;}.bmowqY [class*="-left-corner-"]{left:0;}.bmowqY [class*="-right-corner-"]{right:0;}.bmowqY [class*="top-left-corner-"]{background-position:0 0;}.bmowqY [class*="top-right-corner-"]{background-position:100% 0;}.bmowqY [class*="bottom-left-corner-"]{background-position:0 100%;}.bmowqY [class*="bottom-right-corner-"]{background-position:100% 100%;}.bmowqY [class*="top-edge-"],.bmowqY [class*="bottom-edge-"],.bmowqY [class*="left-edge-"],.bmowqY [class*="right-edge-"]{margin:auto;}.bmowqY [class*="top-edge-"],.bmowqY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bmowqY [class*="left-edge-"],.bmowqY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bmowqY [class*="top-edge-"]{top:0;}.bmowqY [class*="bottom-edge-"]{bottom:0;}.bmowqY [class*="left-edge-"]{left:0;}.bmowqY [class*="right-edge-"]{right:0;}.bmowqY .bottom-edge-0{width:80%;height:1px;background-color:#97b68a;}

.iKlaIO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iKlaIO [class*="-corner-"],.iKlaIO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iKlaIO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iKlaIO [class*="bottom-left-corner"],.iKlaIO [class*="bottom-right-corner"]{bottom:0;}.iKlaIO [class*="top-left-corner"],.iKlaIO [class*="top-right-corner"]{top:0;}.iKlaIO [class*="-left-corner-"]{left:0;}.iKlaIO [class*="-right-corner-"]{right:0;}.iKlaIO [class*="top-left-corner-"]{background-position:0 0;}.iKlaIO [class*="top-right-corner-"]{background-position:100% 0;}.iKlaIO [class*="bottom-left-corner-"]{background-position:0 100%;}.iKlaIO [class*="bottom-right-corner-"]{background-position:100% 100%;}.iKlaIO [class*="top-edge-"],.iKlaIO [class*="bottom-edge-"],.iKlaIO [class*="left-edge-"],.iKlaIO [class*="right-edge-"]{margin:auto;}.iKlaIO [class*="top-edge-"],.iKlaIO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iKlaIO [class*="left-edge-"],.iKlaIO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iKlaIO [class*="top-edge-"]{top:0;}.iKlaIO [class*="bottom-edge-"]{bottom:0;}.iKlaIO [class*="left-edge-"]{left:0;}.iKlaIO [class*="right-edge-"]{right:0;}.iKlaIO .top-edge-0{width:100%;height:2px;background-color:#97b68a;}

.hSMOgh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hSMOgh [class*="-corner-"],.hSMOgh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hSMOgh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hSMOgh [class*="bottom-left-corner"],.hSMOgh [class*="bottom-right-corner"]{bottom:0;}.hSMOgh [class*="top-left-corner"],.hSMOgh [class*="top-right-corner"]{top:0;}.hSMOgh [class*="-left-corner-"]{left:0;}.hSMOgh [class*="-right-corner-"]{right:0;}.hSMOgh [class*="top-left-corner-"]{background-position:0 0;}.hSMOgh [class*="top-right-corner-"]{background-position:100% 0;}.hSMOgh [class*="bottom-left-corner-"]{background-position:0 100%;}.hSMOgh [class*="bottom-right-corner-"]{background-position:100% 100%;}.hSMOgh [class*="top-edge-"],.hSMOgh [class*="bottom-edge-"],.hSMOgh [class*="left-edge-"],.hSMOgh [class*="right-edge-"]{margin:auto;}.hSMOgh [class*="top-edge-"],.hSMOgh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hSMOgh [class*="left-edge-"],.hSMOgh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hSMOgh [class*="top-edge-"]{top:0;}.hSMOgh [class*="bottom-edge-"]{bottom:0;}.hSMOgh [class*="left-edge-"]{left:0;}.hSMOgh [class*="right-edge-"]{right:0;}.hSMOgh .bottom-edge-0{width:35%;height:1.6px;margin-bottom:15px;background-color:#a2a28c;}

.eHfojF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eHfojF [class*="-corner-"],.eHfojF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eHfojF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eHfojF [class*="bottom-left-corner"],.eHfojF [class*="bottom-right-corner"]{bottom:0;}.eHfojF [class*="top-left-corner"],.eHfojF [class*="top-right-corner"]{top:0;}.eHfojF [class*="-left-corner-"]{left:0;}.eHfojF [class*="-right-corner-"]{right:0;}.eHfojF [class*="top-left-corner-"]{background-position:0 0;}.eHfojF [class*="top-right-corner-"]{background-position:100% 0;}.eHfojF [class*="bottom-left-corner-"]{background-position:0 100%;}.eHfojF [class*="bottom-right-corner-"]{background-position:100% 100%;}.eHfojF [class*="top-edge-"],.eHfojF [class*="bottom-edge-"],.eHfojF [class*="left-edge-"],.eHfojF [class*="right-edge-"]{margin:auto;}.eHfojF [class*="top-edge-"],.eHfojF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eHfojF [class*="left-edge-"],.eHfojF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eHfojF [class*="top-edge-"]{top:0;}.eHfojF [class*="bottom-edge-"]{bottom:0;}.eHfojF [class*="left-edge-"]{left:0;}.eHfojF [class*="right-edge-"]{right:0;}.eHfojF .top-edge-0{width:100%;height:2px;margin-top:2px;background-color:#eeefe2;}

.eDZKjH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eDZKjH [class*="-corner-"],.eDZKjH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eDZKjH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eDZKjH [class*="bottom-left-corner"],.eDZKjH [class*="bottom-right-corner"]{bottom:0;}.eDZKjH [class*="top-left-corner"],.eDZKjH [class*="top-right-corner"]{top:0;}.eDZKjH [class*="-left-corner-"]{left:0;}.eDZKjH [class*="-right-corner-"]{right:0;}.eDZKjH [class*="top-left-corner-"]{background-position:0 0;}.eDZKjH [class*="top-right-corner-"]{background-position:100% 0;}.eDZKjH [class*="bottom-left-corner-"]{background-position:0 100%;}.eDZKjH [class*="bottom-right-corner-"]{background-position:100% 100%;}.eDZKjH [class*="top-edge-"],.eDZKjH [class*="bottom-edge-"],.eDZKjH [class*="left-edge-"],.eDZKjH [class*="right-edge-"]{margin:auto;}.eDZKjH [class*="top-edge-"],.eDZKjH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eDZKjH [class*="left-edge-"],.eDZKjH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eDZKjH [class*="top-edge-"]{top:0;}.eDZKjH [class*="bottom-edge-"]{bottom:0;}.eDZKjH [class*="left-edge-"]{left:0;}.eDZKjH [class*="right-edge-"]{right:0;}.eDZKjH .bottom-edge-0{width:100%;height:2px;margin-bottom:2px;background-color:#eeefe2;}

.flwItO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.flwItO [class*="-corner-"],.flwItO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.flwItO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.flwItO [class*="bottom-left-corner"],.flwItO [class*="bottom-right-corner"]{bottom:0;}.flwItO [class*="top-left-corner"],.flwItO [class*="top-right-corner"]{top:0;}.flwItO [class*="-left-corner-"]{left:0;}.flwItO [class*="-right-corner-"]{right:0;}.flwItO [class*="top-left-corner-"]{background-position:0 0;}.flwItO [class*="top-right-corner-"]{background-position:100% 0;}.flwItO [class*="bottom-left-corner-"]{background-position:0 100%;}.flwItO [class*="bottom-right-corner-"]{background-position:100% 100%;}.flwItO [class*="top-edge-"],.flwItO [class*="bottom-edge-"],.flwItO [class*="left-edge-"],.flwItO [class*="right-edge-"]{margin:auto;}.flwItO [class*="top-edge-"],.flwItO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.flwItO [class*="left-edge-"],.flwItO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.flwItO [class*="top-edge-"]{top:0;}.flwItO [class*="bottom-edge-"]{bottom:0;}.flwItO [class*="left-edge-"]{left:0;}.flwItO [class*="right-edge-"]{right:0;}.flwItO .bottom-edge-0{width:100%;height:40%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#f7f7f7;}

.iHttXx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iHttXx [class*="-corner-"],.iHttXx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iHttXx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iHttXx [class*="bottom-left-corner"],.iHttXx [class*="bottom-right-corner"]{bottom:0;}.iHttXx [class*="top-left-corner"],.iHttXx [class*="top-right-corner"]{top:0;}.iHttXx [class*="-left-corner-"]{left:0;}.iHttXx [class*="-right-corner-"]{right:0;}.iHttXx [class*="top-left-corner-"]{background-position:0 0;}.iHttXx [class*="top-right-corner-"]{background-position:100% 0;}.iHttXx [class*="bottom-left-corner-"]{background-position:0 100%;}.iHttXx [class*="bottom-right-corner-"]{background-position:100% 100%;}.iHttXx [class*="top-edge-"],.iHttXx [class*="bottom-edge-"],.iHttXx [class*="left-edge-"],.iHttXx [class*="right-edge-"]{margin:auto;}.iHttXx [class*="top-edge-"],.iHttXx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iHttXx [class*="left-edge-"],.iHttXx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iHttXx [class*="top-edge-"]{top:0;}.iHttXx [class*="bottom-edge-"]{bottom:0;}.iHttXx [class*="left-edge-"]{left:0;}.iHttXx [class*="right-edge-"]{right:0;}.iHttXx .bottom-edge-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/e86f96ac-26d1-40b5-a1ab-d9adf66da65b');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.iHttXx .bottom-edge-0{width:600px;height:49px;margin-bottom:40px;}}@media (min-width:60em){.iHttXx .bottom-edge-0{width:600px;height:49px;margin-bottom:40px;}}

.dXioju{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dXioju [class*="-corner-"],.dXioju [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dXioju [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dXioju [class*="bottom-left-corner"],.dXioju [class*="bottom-right-corner"]{bottom:0;}.dXioju [class*="top-left-corner"],.dXioju [class*="top-right-corner"]{top:0;}.dXioju [class*="-left-corner-"]{left:0;}.dXioju [class*="-right-corner-"]{right:0;}.dXioju [class*="top-left-corner-"]{background-position:0 0;}.dXioju [class*="top-right-corner-"]{background-position:100% 0;}.dXioju [class*="bottom-left-corner-"]{background-position:0 100%;}.dXioju [class*="bottom-right-corner-"]{background-position:100% 100%;}.dXioju [class*="top-edge-"],.dXioju [class*="bottom-edge-"],.dXioju [class*="left-edge-"],.dXioju [class*="right-edge-"]{margin:auto;}.dXioju [class*="top-edge-"],.dXioju [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dXioju [class*="left-edge-"],.dXioju [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dXioju [class*="top-edge-"]{top:0;}.dXioju [class*="bottom-edge-"]{bottom:0;}.dXioju [class*="left-edge-"]{left:0;}.dXioju [class*="right-edge-"]{right:0;}.dXioju .bottom-edge-0{height:60px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/cad58423-56f8-4b4e-9a8a-e458109d2a67');background-repeat:no-repeat;background-position:center 0;}

.eQLgTm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eQLgTm [class*="-corner-"],.eQLgTm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eQLgTm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eQLgTm [class*="bottom-left-corner"],.eQLgTm [class*="bottom-right-corner"]{bottom:0;}.eQLgTm [class*="top-left-corner"],.eQLgTm [class*="top-right-corner"]{top:0;}.eQLgTm [class*="-left-corner-"]{left:0;}.eQLgTm [class*="-right-corner-"]{right:0;}.eQLgTm [class*="top-left-corner-"]{background-position:0 0;}.eQLgTm [class*="top-right-corner-"]{background-position:100% 0;}.eQLgTm [class*="bottom-left-corner-"]{background-position:0 100%;}.eQLgTm [class*="bottom-right-corner-"]{background-position:100% 100%;}.eQLgTm [class*="top-edge-"],.eQLgTm [class*="bottom-edge-"],.eQLgTm [class*="left-edge-"],.eQLgTm [class*="right-edge-"]{margin:auto;}.eQLgTm [class*="top-edge-"],.eQLgTm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eQLgTm [class*="left-edge-"],.eQLgTm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eQLgTm [class*="top-edge-"]{top:0;}.eQLgTm [class*="bottom-edge-"]{bottom:0;}.eQLgTm [class*="left-edge-"]{left:0;}.eQLgTm [class*="right-edge-"]{right:0;}.eQLgTm .top-edge-0{height:300px;margin-top:-250px;background-image:url('https://assets.digital.vistaprint.com/production/718cf77b-0515-48cc-9f67-af7806242c3d');background-repeat:no-repeat;background-position:center 0;}

.jkFbbI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jkFbbI [class*="-corner-"],.jkFbbI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jkFbbI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jkFbbI [class*="bottom-left-corner"],.jkFbbI [class*="bottom-right-corner"]{bottom:0;}.jkFbbI [class*="top-left-corner"],.jkFbbI [class*="top-right-corner"]{top:0;}.jkFbbI [class*="-left-corner-"]{left:0;}.jkFbbI [class*="-right-corner-"]{right:0;}.jkFbbI [class*="top-left-corner-"]{background-position:0 0;}.jkFbbI [class*="top-right-corner-"]{background-position:100% 0;}.jkFbbI [class*="bottom-left-corner-"]{background-position:0 100%;}.jkFbbI [class*="bottom-right-corner-"]{background-position:100% 100%;}.jkFbbI [class*="top-edge-"],.jkFbbI [class*="bottom-edge-"],.jkFbbI [class*="left-edge-"],.jkFbbI [class*="right-edge-"]{margin:auto;}.jkFbbI [class*="top-edge-"],.jkFbbI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jkFbbI [class*="left-edge-"],.jkFbbI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jkFbbI [class*="top-edge-"]{top:0;}.jkFbbI [class*="bottom-edge-"]{bottom:0;}.jkFbbI [class*="left-edge-"]{left:0;}.jkFbbI [class*="right-edge-"]{right:0;}.jkFbbI .bottom-edge-0{height:60px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/079d7eed-5756-4a93-b61f-f84d9b252bc3');background-repeat:no-repeat;background-position:center 0;}

.hZARGj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hZARGj [class*="-corner-"],.hZARGj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hZARGj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hZARGj [class*="bottom-left-corner"],.hZARGj [class*="bottom-right-corner"]{bottom:0;}.hZARGj [class*="top-left-corner"],.hZARGj [class*="top-right-corner"]{top:0;}.hZARGj [class*="-left-corner-"]{left:0;}.hZARGj [class*="-right-corner-"]{right:0;}.hZARGj [class*="top-left-corner-"]{background-position:0 0;}.hZARGj [class*="top-right-corner-"]{background-position:100% 0;}.hZARGj [class*="bottom-left-corner-"]{background-position:0 100%;}.hZARGj [class*="bottom-right-corner-"]{background-position:100% 100%;}.hZARGj [class*="top-edge-"],.hZARGj [class*="bottom-edge-"],.hZARGj [class*="left-edge-"],.hZARGj [class*="right-edge-"]{margin:auto;}.hZARGj [class*="top-edge-"],.hZARGj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hZARGj [class*="left-edge-"],.hZARGj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hZARGj [class*="top-edge-"]{top:0;}.hZARGj [class*="bottom-edge-"]{bottom:0;}.hZARGj [class*="left-edge-"]{left:0;}.hZARGj [class*="right-edge-"]{right:0;}.hZARGj .bottom-edge-0{width:65%;height:1px;background-color:#D9D9D8;}

.UUKfR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.UUKfR [class*="-corner-"],.UUKfR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.UUKfR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.UUKfR [class*="bottom-left-corner"],.UUKfR [class*="bottom-right-corner"]{bottom:0;}.UUKfR [class*="top-left-corner"],.UUKfR [class*="top-right-corner"]{top:0;}.UUKfR [class*="-left-corner-"]{left:0;}.UUKfR [class*="-right-corner-"]{right:0;}.UUKfR [class*="top-left-corner-"]{background-position:0 0;}.UUKfR [class*="top-right-corner-"]{background-position:100% 0;}.UUKfR [class*="bottom-left-corner-"]{background-position:0 100%;}.UUKfR [class*="bottom-right-corner-"]{background-position:100% 100%;}.UUKfR [class*="top-edge-"],.UUKfR [class*="bottom-edge-"],.UUKfR [class*="left-edge-"],.UUKfR [class*="right-edge-"]{margin:auto;}.UUKfR [class*="top-edge-"],.UUKfR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.UUKfR [class*="left-edge-"],.UUKfR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.UUKfR [class*="top-edge-"]{top:0;}.UUKfR [class*="bottom-edge-"]{bottom:0;}.UUKfR [class*="left-edge-"]{left:0;}.UUKfR [class*="right-edge-"]{right:0;}.UUKfR .bottom-edge-0{width:100%;height:70%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}

.izIrGv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.izIrGv [class*="-corner-"],.izIrGv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.izIrGv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.izIrGv [class*="bottom-left-corner"],.izIrGv [class*="bottom-right-corner"]{bottom:0;}.izIrGv [class*="top-left-corner"],.izIrGv [class*="top-right-corner"]{top:0;}.izIrGv [class*="-left-corner-"]{left:0;}.izIrGv [class*="-right-corner-"]{right:0;}.izIrGv [class*="top-left-corner-"]{background-position:0 0;}.izIrGv [class*="top-right-corner-"]{background-position:100% 0;}.izIrGv [class*="bottom-left-corner-"]{background-position:0 100%;}.izIrGv [class*="bottom-right-corner-"]{background-position:100% 100%;}.izIrGv [class*="top-edge-"],.izIrGv [class*="bottom-edge-"],.izIrGv [class*="left-edge-"],.izIrGv [class*="right-edge-"]{margin:auto;}.izIrGv [class*="top-edge-"],.izIrGv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.izIrGv [class*="left-edge-"],.izIrGv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.izIrGv [class*="top-edge-"]{top:0;}.izIrGv [class*="bottom-edge-"]{bottom:0;}.izIrGv [class*="left-edge-"]{left:0;}.izIrGv [class*="right-edge-"]{right:0;}.izIrGv .top-edge-0{width:98%;height:5px;margin-left:1%;margin-top:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}@media (min-width:30em){.izIrGv .top-edge-0{width:98%;height:5px;margin-left:1%;margin-top:1.8%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}@media (min-width:60em){.izIrGv .top-edge-0{width:98%;height:5px;margin-left:1%;margin-top:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}.izIrGv .left-edge-0{width:5px;height:99.3%;margin-left:1%;margin-top:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}@media (min-width:30em){.izIrGv .left-edge-0{width:5px;height:96%;margin-left:1%;margin-top:1.8%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}@media (min-width:60em){.izIrGv .left-edge-0{width:5px;height:96%;margin-left:1%;margin-top:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}.izIrGv .right-edge-0{width:5px;height:99.3%;margin-right:1%;margin-top:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}@media (min-width:30em){.izIrGv .right-edge-0{width:5px;height:96%;margin-right:1%;margin-top:1.8%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}@media (min-width:60em){.izIrGv .right-edge-0{width:5px;height:96%;margin-right:1%;margin-top:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}.izIrGv .bottom-edge-0{width:98%;height:5px;margin-left:1%;margin-bottom:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}@media (min-width:30em){.izIrGv .bottom-edge-0{width:98%;height:5px;margin-left:1%;margin-bottom:2.2%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}@media (min-width:60em){.izIrGv .bottom-edge-0{width:98%;height:5px;margin-left:1%;margin-bottom:1%;background-image:url('https://assets.digital.vistaprint.com/production/9a4fd31d-ea42-4ef4-be79-b9439aad1324');}}

.efvRoW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.efvRoW [class*="-corner-"],.efvRoW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.efvRoW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.efvRoW [class*="bottom-left-corner"],.efvRoW [class*="bottom-right-corner"]{bottom:0;}.efvRoW [class*="top-left-corner"],.efvRoW [class*="top-right-corner"]{top:0;}.efvRoW [class*="-left-corner-"]{left:0;}.efvRoW [class*="-right-corner-"]{right:0;}.efvRoW [class*="top-left-corner-"]{background-position:0 0;}.efvRoW [class*="top-right-corner-"]{background-position:100% 0;}.efvRoW [class*="bottom-left-corner-"]{background-position:0 100%;}.efvRoW [class*="bottom-right-corner-"]{background-position:100% 100%;}.efvRoW [class*="top-edge-"],.efvRoW [class*="bottom-edge-"],.efvRoW [class*="left-edge-"],.efvRoW [class*="right-edge-"]{margin:auto;}.efvRoW [class*="top-edge-"],.efvRoW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.efvRoW [class*="left-edge-"],.efvRoW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.efvRoW [class*="top-edge-"]{top:0;}.efvRoW [class*="bottom-edge-"]{bottom:0;}.efvRoW [class*="left-edge-"]{left:0;}.efvRoW [class*="right-edge-"]{right:0;}.efvRoW .top-edge-0{width:100%;height:100%;z-index:3;opacity:5;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}.efvRoW .bottom-edge-0{width:100%;height:100%;z-index:3;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.JpdDI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.JpdDI [class*="-corner-"],.JpdDI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.JpdDI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.JpdDI [class*="bottom-left-corner"],.JpdDI [class*="bottom-right-corner"]{bottom:0;}.JpdDI [class*="top-left-corner"],.JpdDI [class*="top-right-corner"]{top:0;}.JpdDI [class*="-left-corner-"]{left:0;}.JpdDI [class*="-right-corner-"]{right:0;}.JpdDI [class*="top-left-corner-"]{background-position:0 0;}.JpdDI [class*="top-right-corner-"]{background-position:100% 0;}.JpdDI [class*="bottom-left-corner-"]{background-position:0 100%;}.JpdDI [class*="bottom-right-corner-"]{background-position:100% 100%;}.JpdDI [class*="top-edge-"],.JpdDI [class*="bottom-edge-"],.JpdDI [class*="left-edge-"],.JpdDI [class*="right-edge-"]{margin:auto;}.JpdDI [class*="top-edge-"],.JpdDI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.JpdDI [class*="left-edge-"],.JpdDI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.JpdDI [class*="top-edge-"]{top:0;}.JpdDI [class*="bottom-edge-"]{bottom:0;}.JpdDI [class*="left-edge-"]{left:0;}.JpdDI [class*="right-edge-"]{right:0;}.JpdDI .bottom-left-corner-0{width:510%;height:510%;margin-left:-1px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/ee46a948-ab88-433b-8039-f3e09a498c49');}@media (min-width:30em){.JpdDI .bottom-left-corner-0{width:410%;height:410%;margin-left:-1px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/ee46a948-ab88-433b-8039-f3e09a498c49');}}@media (min-width:60em){.JpdDI .bottom-left-corner-0{width:110%;height:110%;margin-left:-1px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/ee46a948-ab88-433b-8039-f3e09a498c49');}}

.gstXp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gstXp [class*="-corner-"],.gstXp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gstXp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gstXp [class*="bottom-left-corner"],.gstXp [class*="bottom-right-corner"]{bottom:0;}.gstXp [class*="top-left-corner"],.gstXp [class*="top-right-corner"]{top:0;}.gstXp [class*="-left-corner-"]{left:0;}.gstXp [class*="-right-corner-"]{right:0;}.gstXp [class*="top-left-corner-"]{background-position:0 0;}.gstXp [class*="top-right-corner-"]{background-position:100% 0;}.gstXp [class*="bottom-left-corner-"]{background-position:0 100%;}.gstXp [class*="bottom-right-corner-"]{background-position:100% 100%;}.gstXp [class*="top-edge-"],.gstXp [class*="bottom-edge-"],.gstXp [class*="left-edge-"],.gstXp [class*="right-edge-"]{margin:auto;}.gstXp [class*="top-edge-"],.gstXp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gstXp [class*="left-edge-"],.gstXp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gstXp [class*="top-edge-"]{top:0;}.gstXp [class*="bottom-edge-"]{bottom:0;}.gstXp [class*="left-edge-"]{left:0;}.gstXp [class*="right-edge-"]{right:0;}.gstXp .top-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/d696ed69-ef00-42bd-b870-cc0205a56dbc');}@media (min-width:60em){.gstXp .top-edge-0{width:1522px;height:120px;margin-top:30px;}}.gstXp .bottom-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/baa0f97d-ad7c-4b0c-a8ff-8284adf20013');}@media (min-width:60em){.gstXp .bottom-edge-0{width:1522px;height:120px;margin-bottom:30px;}}

.bHBvkg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bHBvkg [class*="-corner-"],.bHBvkg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bHBvkg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bHBvkg [class*="bottom-left-corner"],.bHBvkg [class*="bottom-right-corner"]{bottom:0;}.bHBvkg [class*="top-left-corner"],.bHBvkg [class*="top-right-corner"]{top:0;}.bHBvkg [class*="-left-corner-"]{left:0;}.bHBvkg [class*="-right-corner-"]{right:0;}.bHBvkg [class*="top-left-corner-"]{background-position:0 0;}.bHBvkg [class*="top-right-corner-"]{background-position:100% 0;}.bHBvkg [class*="bottom-left-corner-"]{background-position:0 100%;}.bHBvkg [class*="bottom-right-corner-"]{background-position:100% 100%;}.bHBvkg [class*="top-edge-"],.bHBvkg [class*="bottom-edge-"],.bHBvkg [class*="left-edge-"],.bHBvkg [class*="right-edge-"]{margin:auto;}.bHBvkg [class*="top-edge-"],.bHBvkg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bHBvkg [class*="left-edge-"],.bHBvkg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bHBvkg [class*="top-edge-"]{top:0;}.bHBvkg [class*="bottom-edge-"]{bottom:0;}.bHBvkg [class*="left-edge-"]{left:0;}.bHBvkg [class*="right-edge-"]{right:0;}.bHBvkg .top-edge-0{height:4px;background-color:#a4966e;}

.dWvndA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dWvndA [class*="-corner-"],.dWvndA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dWvndA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dWvndA [class*="bottom-left-corner"],.dWvndA [class*="bottom-right-corner"]{bottom:0;}.dWvndA [class*="top-left-corner"],.dWvndA [class*="top-right-corner"]{top:0;}.dWvndA [class*="-left-corner-"]{left:0;}.dWvndA [class*="-right-corner-"]{right:0;}.dWvndA [class*="top-left-corner-"]{background-position:0 0;}.dWvndA [class*="top-right-corner-"]{background-position:100% 0;}.dWvndA [class*="bottom-left-corner-"]{background-position:0 100%;}.dWvndA [class*="bottom-right-corner-"]{background-position:100% 100%;}.dWvndA [class*="top-edge-"],.dWvndA [class*="bottom-edge-"],.dWvndA [class*="left-edge-"],.dWvndA [class*="right-edge-"]{margin:auto;}.dWvndA [class*="top-edge-"],.dWvndA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dWvndA [class*="left-edge-"],.dWvndA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dWvndA [class*="top-edge-"]{top:0;}.dWvndA [class*="bottom-edge-"]{bottom:0;}.dWvndA [class*="left-edge-"]{left:0;}.dWvndA [class*="right-edge-"]{right:0;}.dWvndA .top-edge-0{height:4px;background-color:#a4966e;}.dWvndA .top-left-corner-0{width:120px;margin-left:0px;margin-top:160px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.dWvndA .top-right-corner-0{width:120px;margin-right:0px;margin-top:160px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.dWvndA .bottom-left-corner-0{width:100px;margin-left:-30px;margin-bottom:-30px;background-image:url('https://assets.digital.vistaprint.com/production/da6a8309-85c1-4e2f-a1df-be16488c3fb1');}@media (min-width:30em){.dWvndA .bottom-left-corner-0{width:300px;margin-left:-100px;margin-bottom:-100px;}}@media (min-width:60em){.dWvndA .bottom-left-corner-0{width:500px;margin-left:-100px;margin-bottom:-100px;}}.dWvndA .bottom-right-corner-0{width:100px;margin-right:-30px;margin-bottom:-30px;background-image:url('https://assets.digital.vistaprint.com/production/da6a8309-85c1-4e2f-a1df-be16488c3fb1');}@media (min-width:30em){.dWvndA .bottom-right-corner-0{width:300px;margin-right:-100px;margin-bottom:-100px;}}@media (min-width:60em){.dWvndA .bottom-right-corner-0{width:500px;margin-right:-100px;margin-bottom:-100px;}}

.jsnHzp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jsnHzp [class*="-corner-"],.jsnHzp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jsnHzp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jsnHzp [class*="bottom-left-corner"],.jsnHzp [class*="bottom-right-corner"]{bottom:0;}.jsnHzp [class*="top-left-corner"],.jsnHzp [class*="top-right-corner"]{top:0;}.jsnHzp [class*="-left-corner-"]{left:0;}.jsnHzp [class*="-right-corner-"]{right:0;}.jsnHzp [class*="top-left-corner-"]{background-position:0 0;}.jsnHzp [class*="top-right-corner-"]{background-position:100% 0;}.jsnHzp [class*="bottom-left-corner-"]{background-position:0 100%;}.jsnHzp [class*="bottom-right-corner-"]{background-position:100% 100%;}.jsnHzp [class*="top-edge-"],.jsnHzp [class*="bottom-edge-"],.jsnHzp [class*="left-edge-"],.jsnHzp [class*="right-edge-"]{margin:auto;}.jsnHzp [class*="top-edge-"],.jsnHzp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jsnHzp [class*="left-edge-"],.jsnHzp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jsnHzp [class*="top-edge-"]{top:0;}.jsnHzp [class*="bottom-edge-"]{bottom:0;}.jsnHzp [class*="left-edge-"]{left:0;}.jsnHzp [class*="right-edge-"]{right:0;}.jsnHzp .top-edge-0{height:40px;margin-top:-20px;opacity:1;background-image:url('../1126821/patterns/pattern1.svg');background-repeat:repeat-x;}.jsnHzp .bottom-edge-0{height:40px;margin-bottom:-20px;opacity:1;background-image:url('../1126821/patterns/pattern1.svg');background-repeat:repeat-x;}

.dSBggg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dSBggg [class*="-corner-"],.dSBggg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dSBggg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dSBggg [class*="bottom-left-corner"],.dSBggg [class*="bottom-right-corner"]{bottom:0;}.dSBggg [class*="top-left-corner"],.dSBggg [class*="top-right-corner"]{top:0;}.dSBggg [class*="-left-corner-"]{left:0;}.dSBggg [class*="-right-corner-"]{right:0;}.dSBggg [class*="top-left-corner-"]{background-position:0 0;}.dSBggg [class*="top-right-corner-"]{background-position:100% 0;}.dSBggg [class*="bottom-left-corner-"]{background-position:0 100%;}.dSBggg [class*="bottom-right-corner-"]{background-position:100% 100%;}.dSBggg [class*="top-edge-"],.dSBggg [class*="bottom-edge-"],.dSBggg [class*="left-edge-"],.dSBggg [class*="right-edge-"]{margin:auto;}.dSBggg [class*="top-edge-"],.dSBggg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dSBggg [class*="left-edge-"],.dSBggg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dSBggg [class*="top-edge-"]{top:0;}.dSBggg [class*="bottom-edge-"]{bottom:0;}.dSBggg [class*="left-edge-"]{left:0;}.dSBggg [class*="right-edge-"]{right:0;}.dSBggg .top-edge-0{height:960px;margin-top:-300px;background-image:url('https://assets.digital.vistaprint.com/production/7b0cea9f-75c0-4cc5-bdc7-44afc50ef095');}.dSBggg .bottom-edge-0{height:6px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/44ebe141-c603-41e0-a328-bbe4b8b6c69e');}

.dRcDeI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dRcDeI [class*="-corner-"],.dRcDeI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dRcDeI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dRcDeI [class*="bottom-left-corner"],.dRcDeI [class*="bottom-right-corner"]{bottom:0;}.dRcDeI [class*="top-left-corner"],.dRcDeI [class*="top-right-corner"]{top:0;}.dRcDeI [class*="-left-corner-"]{left:0;}.dRcDeI [class*="-right-corner-"]{right:0;}.dRcDeI [class*="top-left-corner-"]{background-position:0 0;}.dRcDeI [class*="top-right-corner-"]{background-position:100% 0;}.dRcDeI [class*="bottom-left-corner-"]{background-position:0 100%;}.dRcDeI [class*="bottom-right-corner-"]{background-position:100% 100%;}.dRcDeI [class*="top-edge-"],.dRcDeI [class*="bottom-edge-"],.dRcDeI [class*="left-edge-"],.dRcDeI [class*="right-edge-"]{margin:auto;}.dRcDeI [class*="top-edge-"],.dRcDeI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dRcDeI [class*="left-edge-"],.dRcDeI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dRcDeI [class*="top-edge-"]{top:0;}.dRcDeI [class*="bottom-edge-"]{bottom:0;}.dRcDeI [class*="left-edge-"]{left:0;}.dRcDeI [class*="right-edge-"]{right:0;}.dRcDeI .top-edge-0{height:6px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/44ebe141-c603-41e0-a328-bbe4b8b6c69e');}

.fZfCSH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fZfCSH [class*="-corner-"],.fZfCSH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fZfCSH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fZfCSH [class*="bottom-left-corner"],.fZfCSH [class*="bottom-right-corner"]{bottom:0;}.fZfCSH [class*="top-left-corner"],.fZfCSH [class*="top-right-corner"]{top:0;}.fZfCSH [class*="-left-corner-"]{left:0;}.fZfCSH [class*="-right-corner-"]{right:0;}.fZfCSH [class*="top-left-corner-"]{background-position:0 0;}.fZfCSH [class*="top-right-corner-"]{background-position:100% 0;}.fZfCSH [class*="bottom-left-corner-"]{background-position:0 100%;}.fZfCSH [class*="bottom-right-corner-"]{background-position:100% 100%;}.fZfCSH [class*="top-edge-"],.fZfCSH [class*="bottom-edge-"],.fZfCSH [class*="left-edge-"],.fZfCSH [class*="right-edge-"]{margin:auto;}.fZfCSH [class*="top-edge-"],.fZfCSH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fZfCSH [class*="left-edge-"],.fZfCSH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fZfCSH [class*="top-edge-"]{top:0;}.fZfCSH [class*="bottom-edge-"]{bottom:0;}.fZfCSH [class*="left-edge-"]{left:0;}.fZfCSH [class*="right-edge-"]{right:0;}@media (min-width:30em){.fZfCSH .top-edge-0{height:50px;background-image:url('https://assets.digital.vistaprint.com/production/0c25fd4d-ea39-4598-bd61-84dcd2196f75');background-size:contain;}}@media (min-width:60em){.fZfCSH .top-edge-0{height:50px;background-image:url('https://assets.digital.vistaprint.com/production/0c25fd4d-ea39-4598-bd61-84dcd2196f75');background-size:contain;}}@media (min-width:30em){.fZfCSH .bottom-edge-0{height:50px;background-image:url('https://assets.digital.vistaprint.com/production/0c25fd4d-ea39-4598-bd61-84dcd2196f75');background-size:contain;}}@media (min-width:60em){.fZfCSH .bottom-edge-0{height:50px;background-image:url('https://assets.digital.vistaprint.com/production/0c25fd4d-ea39-4598-bd61-84dcd2196f75');background-size:contain;}}

.dXtBio{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dXtBio [class*="-corner-"],.dXtBio [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dXtBio [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dXtBio [class*="bottom-left-corner"],.dXtBio [class*="bottom-right-corner"]{bottom:0;}.dXtBio [class*="top-left-corner"],.dXtBio [class*="top-right-corner"]{top:0;}.dXtBio [class*="-left-corner-"]{left:0;}.dXtBio [class*="-right-corner-"]{right:0;}.dXtBio [class*="top-left-corner-"]{background-position:0 0;}.dXtBio [class*="top-right-corner-"]{background-position:100% 0;}.dXtBio [class*="bottom-left-corner-"]{background-position:0 100%;}.dXtBio [class*="bottom-right-corner-"]{background-position:100% 100%;}.dXtBio [class*="top-edge-"],.dXtBio [class*="bottom-edge-"],.dXtBio [class*="left-edge-"],.dXtBio [class*="right-edge-"]{margin:auto;}.dXtBio [class*="top-edge-"],.dXtBio [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dXtBio [class*="left-edge-"],.dXtBio [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dXtBio [class*="top-edge-"]{top:0;}.dXtBio [class*="bottom-edge-"]{bottom:0;}.dXtBio [class*="left-edge-"]{left:0;}.dXtBio [class*="right-edge-"]{right:0;}.dXtBio .top-edge-0{width:100%;height:2px;margin-top:5px;background-color:#bea460;}.dXtBio .bottom-edge-0{width:100%;height:2px;margin-bottom:5px;background-color:#bea460;}

.kDmDOr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kDmDOr [class*="-corner-"],.kDmDOr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kDmDOr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kDmDOr [class*="bottom-left-corner"],.kDmDOr [class*="bottom-right-corner"]{bottom:0;}.kDmDOr [class*="top-left-corner"],.kDmDOr [class*="top-right-corner"]{top:0;}.kDmDOr [class*="-left-corner-"]{left:0;}.kDmDOr [class*="-right-corner-"]{right:0;}.kDmDOr [class*="top-left-corner-"]{background-position:0 0;}.kDmDOr [class*="top-right-corner-"]{background-position:100% 0;}.kDmDOr [class*="bottom-left-corner-"]{background-position:0 100%;}.kDmDOr [class*="bottom-right-corner-"]{background-position:100% 100%;}.kDmDOr [class*="top-edge-"],.kDmDOr [class*="bottom-edge-"],.kDmDOr [class*="left-edge-"],.kDmDOr [class*="right-edge-"]{margin:auto;}.kDmDOr [class*="top-edge-"],.kDmDOr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kDmDOr [class*="left-edge-"],.kDmDOr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kDmDOr [class*="top-edge-"]{top:0;}.kDmDOr [class*="bottom-edge-"]{bottom:0;}.kDmDOr [class*="left-edge-"]{left:0;}.kDmDOr [class*="right-edge-"]{right:0;}.kDmDOr .bottom-edge-0{height:5px;background-color:#d7992d;}

.bbqGDC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bbqGDC [class*="-corner-"],.bbqGDC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bbqGDC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bbqGDC [class*="bottom-left-corner"],.bbqGDC [class*="bottom-right-corner"]{bottom:0;}.bbqGDC [class*="top-left-corner"],.bbqGDC [class*="top-right-corner"]{top:0;}.bbqGDC [class*="-left-corner-"]{left:0;}.bbqGDC [class*="-right-corner-"]{right:0;}.bbqGDC [class*="top-left-corner-"]{background-position:0 0;}.bbqGDC [class*="top-right-corner-"]{background-position:100% 0;}.bbqGDC [class*="bottom-left-corner-"]{background-position:0 100%;}.bbqGDC [class*="bottom-right-corner-"]{background-position:100% 100%;}.bbqGDC [class*="top-edge-"],.bbqGDC [class*="bottom-edge-"],.bbqGDC [class*="left-edge-"],.bbqGDC [class*="right-edge-"]{margin:auto;}.bbqGDC [class*="top-edge-"],.bbqGDC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bbqGDC [class*="left-edge-"],.bbqGDC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bbqGDC [class*="top-edge-"]{top:0;}.bbqGDC [class*="bottom-edge-"]{bottom:0;}.bbqGDC [class*="left-edge-"]{left:0;}.bbqGDC [class*="right-edge-"]{right:0;}.bbqGDC .bottom-edge-0{height:1px;background-color:#9B9B9B;}

.yGEEF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.yGEEF [class*="-corner-"],.yGEEF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.yGEEF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.yGEEF [class*="bottom-left-corner"],.yGEEF [class*="bottom-right-corner"]{bottom:0;}.yGEEF [class*="top-left-corner"],.yGEEF [class*="top-right-corner"]{top:0;}.yGEEF [class*="-left-corner-"]{left:0;}.yGEEF [class*="-right-corner-"]{right:0;}.yGEEF [class*="top-left-corner-"]{background-position:0 0;}.yGEEF [class*="top-right-corner-"]{background-position:100% 0;}.yGEEF [class*="bottom-left-corner-"]{background-position:0 100%;}.yGEEF [class*="bottom-right-corner-"]{background-position:100% 100%;}.yGEEF [class*="top-edge-"],.yGEEF [class*="bottom-edge-"],.yGEEF [class*="left-edge-"],.yGEEF [class*="right-edge-"]{margin:auto;}.yGEEF [class*="top-edge-"],.yGEEF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.yGEEF [class*="left-edge-"],.yGEEF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.yGEEF [class*="top-edge-"]{top:0;}.yGEEF [class*="bottom-edge-"]{bottom:0;}.yGEEF [class*="left-edge-"]{left:0;}.yGEEF [class*="right-edge-"]{right:0;}.yGEEF .bottom-edge-0{height:6%;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/d089e2e5-4930-450c-994c-7e4f53c7aaca');background-size:129%;background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.yGEEF .bottom-edge-0{height:14%;}}@media (min-width:60em){.yGEEF .bottom-edge-0{height:37%;}}

.gjcxJH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gjcxJH [class*="-corner-"],.gjcxJH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gjcxJH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gjcxJH [class*="bottom-left-corner"],.gjcxJH [class*="bottom-right-corner"]{bottom:0;}.gjcxJH [class*="top-left-corner"],.gjcxJH [class*="top-right-corner"]{top:0;}.gjcxJH [class*="-left-corner-"]{left:0;}.gjcxJH [class*="-right-corner-"]{right:0;}.gjcxJH [class*="top-left-corner-"]{background-position:0 0;}.gjcxJH [class*="top-right-corner-"]{background-position:100% 0;}.gjcxJH [class*="bottom-left-corner-"]{background-position:0 100%;}.gjcxJH [class*="bottom-right-corner-"]{background-position:100% 100%;}.gjcxJH [class*="top-edge-"],.gjcxJH [class*="bottom-edge-"],.gjcxJH [class*="left-edge-"],.gjcxJH [class*="right-edge-"]{margin:auto;}.gjcxJH [class*="top-edge-"],.gjcxJH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gjcxJH [class*="left-edge-"],.gjcxJH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gjcxJH [class*="top-edge-"]{top:0;}.gjcxJH [class*="bottom-edge-"]{bottom:0;}.gjcxJH [class*="left-edge-"]{left:0;}.gjcxJH [class*="right-edge-"]{right:0;}.gjcxJH .bottom-edge-0{width:100%;height:10px;background-color:#be1e2d;}

.fSgLIy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fSgLIy [class*="-corner-"],.fSgLIy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fSgLIy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fSgLIy [class*="bottom-left-corner"],.fSgLIy [class*="bottom-right-corner"]{bottom:0;}.fSgLIy [class*="top-left-corner"],.fSgLIy [class*="top-right-corner"]{top:0;}.fSgLIy [class*="-left-corner-"]{left:0;}.fSgLIy [class*="-right-corner-"]{right:0;}.fSgLIy [class*="top-left-corner-"]{background-position:0 0;}.fSgLIy [class*="top-right-corner-"]{background-position:100% 0;}.fSgLIy [class*="bottom-left-corner-"]{background-position:0 100%;}.fSgLIy [class*="bottom-right-corner-"]{background-position:100% 100%;}.fSgLIy [class*="top-edge-"],.fSgLIy [class*="bottom-edge-"],.fSgLIy [class*="left-edge-"],.fSgLIy [class*="right-edge-"]{margin:auto;}.fSgLIy [class*="top-edge-"],.fSgLIy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fSgLIy [class*="left-edge-"],.fSgLIy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fSgLIy [class*="top-edge-"]{top:0;}.fSgLIy [class*="bottom-edge-"]{bottom:0;}.fSgLIy [class*="left-edge-"]{left:0;}.fSgLIy [class*="right-edge-"]{right:0;}.fSgLIy .top-edge-0{width:100%;height:50px;margin-top:-32px;opacity:0.8;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);background-color:#ffffff;}.fSgLIy .bottom-edge-0{width:100%;height:50px;margin-bottom:-32px;opacity:0.8;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);background-color:#ffffff;}.fSgLIy .top-left-corner-0{width:100%;height:50px;margin-top:-42px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);background-color:#c42c32;}.fSgLIy .bottom-right-corner-0{width:100%;height:50px;margin-bottom:-42px;opacity:1;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);background-color:#c42c32;}

.jlUdvl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jlUdvl [class*="-corner-"],.jlUdvl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jlUdvl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jlUdvl [class*="bottom-left-corner"],.jlUdvl [class*="bottom-right-corner"]{bottom:0;}.jlUdvl [class*="top-left-corner"],.jlUdvl [class*="top-right-corner"]{top:0;}.jlUdvl [class*="-left-corner-"]{left:0;}.jlUdvl [class*="-right-corner-"]{right:0;}.jlUdvl [class*="top-left-corner-"]{background-position:0 0;}.jlUdvl [class*="top-right-corner-"]{background-position:100% 0;}.jlUdvl [class*="bottom-left-corner-"]{background-position:0 100%;}.jlUdvl [class*="bottom-right-corner-"]{background-position:100% 100%;}.jlUdvl [class*="top-edge-"],.jlUdvl [class*="bottom-edge-"],.jlUdvl [class*="left-edge-"],.jlUdvl [class*="right-edge-"]{margin:auto;}.jlUdvl [class*="top-edge-"],.jlUdvl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jlUdvl [class*="left-edge-"],.jlUdvl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jlUdvl [class*="top-edge-"]{top:0;}.jlUdvl [class*="bottom-edge-"]{bottom:0;}.jlUdvl [class*="left-edge-"]{left:0;}.jlUdvl [class*="right-edge-"]{right:0;}.jlUdvl .bottom-edge-0{width:1000px;height:8px;margin-bottom:30px;background-image:url('https://assets.digital.vistaprint.com/production/636fe2b5-7987-4132-8b99-b246df272b16');background-size:contain;}

.gvPMVm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gvPMVm [class*="-corner-"],.gvPMVm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gvPMVm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gvPMVm [class*="bottom-left-corner"],.gvPMVm [class*="bottom-right-corner"]{bottom:0;}.gvPMVm [class*="top-left-corner"],.gvPMVm [class*="top-right-corner"]{top:0;}.gvPMVm [class*="-left-corner-"]{left:0;}.gvPMVm [class*="-right-corner-"]{right:0;}.gvPMVm [class*="top-left-corner-"]{background-position:0 0;}.gvPMVm [class*="top-right-corner-"]{background-position:100% 0;}.gvPMVm [class*="bottom-left-corner-"]{background-position:0 100%;}.gvPMVm [class*="bottom-right-corner-"]{background-position:100% 100%;}.gvPMVm [class*="top-edge-"],.gvPMVm [class*="bottom-edge-"],.gvPMVm [class*="left-edge-"],.gvPMVm [class*="right-edge-"]{margin:auto;}.gvPMVm [class*="top-edge-"],.gvPMVm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gvPMVm [class*="left-edge-"],.gvPMVm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gvPMVm [class*="top-edge-"]{top:0;}.gvPMVm [class*="bottom-edge-"]{bottom:0;}.gvPMVm [class*="left-edge-"]{left:0;}.gvPMVm [class*="right-edge-"]{right:0;}.gvPMVm .top-edge-0{width:%100;height:100%;opacity:0.7;background-color:#e7f0f7;}@media (min-width:30em){.gvPMVm .top-edge-0{width:%100;height:100%;opacity:0.7;}}@media (min-width:60em){.gvPMVm .top-edge-0{width:0px;height:0px;}}.gvPMVm .bottom-edge-0{width:500px;height:1px;margin-bottom:10px;background-color:black;}

.cGyekq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cGyekq [class*="-corner-"],.cGyekq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cGyekq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cGyekq [class*="bottom-left-corner"],.cGyekq [class*="bottom-right-corner"]{bottom:0;}.cGyekq [class*="top-left-corner"],.cGyekq [class*="top-right-corner"]{top:0;}.cGyekq [class*="-left-corner-"]{left:0;}.cGyekq [class*="-right-corner-"]{right:0;}.cGyekq [class*="top-left-corner-"]{background-position:0 0;}.cGyekq [class*="top-right-corner-"]{background-position:100% 0;}.cGyekq [class*="bottom-left-corner-"]{background-position:0 100%;}.cGyekq [class*="bottom-right-corner-"]{background-position:100% 100%;}.cGyekq [class*="top-edge-"],.cGyekq [class*="bottom-edge-"],.cGyekq [class*="left-edge-"],.cGyekq [class*="right-edge-"]{margin:auto;}.cGyekq [class*="top-edge-"],.cGyekq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cGyekq [class*="left-edge-"],.cGyekq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cGyekq [class*="top-edge-"]{top:0;}.cGyekq [class*="bottom-edge-"]{bottom:0;}.cGyekq [class*="left-edge-"]{left:0;}.cGyekq [class*="right-edge-"]{right:0;}.cGyekq .top-edge-0{width:1904px;height:10px;margin-left:-1000px;background-image:url('https://assets.digital.vistaprint.com/production/89c477d3-a4f3-4a31-97ea-a589c2a90099');background-position:center 0;}@media (min-width:30em){.cGyekq .top-edge-0{width:1904px;height:10px;margin-left:-700px;}}@media (min-width:60em){.cGyekq .top-edge-0{width:1904px;height:10px;margin-left:0px;}}.cGyekq .bottom-edge-0{width:1904px;height:10px;margin-left:-1000px;background-image:url('https://assets.digital.vistaprint.com/production/32b326f6-7304-454d-a125-b61fa6efea01');background-position:center 0;}@media (min-width:30em){.cGyekq .bottom-edge-0{width:1904px;height:10px;margin-left:-700px;}}@media (min-width:60em){.cGyekq .bottom-edge-0{width:1904px;height:10px;margin-left:0px;}}

.cxfQrj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cxfQrj [class*="-corner-"],.cxfQrj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cxfQrj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cxfQrj [class*="bottom-left-corner"],.cxfQrj [class*="bottom-right-corner"]{bottom:0;}.cxfQrj [class*="top-left-corner"],.cxfQrj [class*="top-right-corner"]{top:0;}.cxfQrj [class*="-left-corner-"]{left:0;}.cxfQrj [class*="-right-corner-"]{right:0;}.cxfQrj [class*="top-left-corner-"]{background-position:0 0;}.cxfQrj [class*="top-right-corner-"]{background-position:100% 0;}.cxfQrj [class*="bottom-left-corner-"]{background-position:0 100%;}.cxfQrj [class*="bottom-right-corner-"]{background-position:100% 100%;}.cxfQrj [class*="top-edge-"],.cxfQrj [class*="bottom-edge-"],.cxfQrj [class*="left-edge-"],.cxfQrj [class*="right-edge-"]{margin:auto;}.cxfQrj [class*="top-edge-"],.cxfQrj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cxfQrj [class*="left-edge-"],.cxfQrj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cxfQrj [class*="top-edge-"]{top:0;}.cxfQrj [class*="bottom-edge-"]{bottom:0;}.cxfQrj [class*="left-edge-"]{left:0;}.cxfQrj [class*="right-edge-"]{right:0;}.cxfQrj .bottom-edge-0{width:0px;background-image:url('https://assets.digital.vistaprint.com/production/96f11514-8ccf-46c5-9ac4-6189eff893a0');}@media (min-width:30em){.cxfQrj .bottom-edge-0{width:513px;height:122px;}}@media (min-width:60em){.cxfQrj .bottom-edge-0{width:513px;height:122px;}}

.hSsmtH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hSsmtH [class*="-corner-"],.hSsmtH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hSsmtH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hSsmtH [class*="bottom-left-corner"],.hSsmtH [class*="bottom-right-corner"]{bottom:0;}.hSsmtH [class*="top-left-corner"],.hSsmtH [class*="top-right-corner"]{top:0;}.hSsmtH [class*="-left-corner-"]{left:0;}.hSsmtH [class*="-right-corner-"]{right:0;}.hSsmtH [class*="top-left-corner-"]{background-position:0 0;}.hSsmtH [class*="top-right-corner-"]{background-position:100% 0;}.hSsmtH [class*="bottom-left-corner-"]{background-position:0 100%;}.hSsmtH [class*="bottom-right-corner-"]{background-position:100% 100%;}.hSsmtH [class*="top-edge-"],.hSsmtH [class*="bottom-edge-"],.hSsmtH [class*="left-edge-"],.hSsmtH [class*="right-edge-"]{margin:auto;}.hSsmtH [class*="top-edge-"],.hSsmtH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hSsmtH [class*="left-edge-"],.hSsmtH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hSsmtH [class*="top-edge-"]{top:0;}.hSsmtH [class*="bottom-edge-"]{bottom:0;}.hSsmtH [class*="left-edge-"]{left:0;}.hSsmtH [class*="right-edge-"]{right:0;}.hSsmtH .bottom-edge-0{width:100%;height:1px;background-color:#c1e0b4;}

.ecaity{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ecaity [class*="-corner-"],.ecaity [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ecaity [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ecaity [class*="bottom-left-corner"],.ecaity [class*="bottom-right-corner"]{bottom:0;}.ecaity [class*="top-left-corner"],.ecaity [class*="top-right-corner"]{top:0;}.ecaity [class*="-left-corner-"]{left:0;}.ecaity [class*="-right-corner-"]{right:0;}.ecaity [class*="top-left-corner-"]{background-position:0 0;}.ecaity [class*="top-right-corner-"]{background-position:100% 0;}.ecaity [class*="bottom-left-corner-"]{background-position:0 100%;}.ecaity [class*="bottom-right-corner-"]{background-position:100% 100%;}.ecaity [class*="top-edge-"],.ecaity [class*="bottom-edge-"],.ecaity [class*="left-edge-"],.ecaity [class*="right-edge-"]{margin:auto;}.ecaity [class*="top-edge-"],.ecaity [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ecaity [class*="left-edge-"],.ecaity [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ecaity [class*="top-edge-"]{top:0;}.ecaity [class*="bottom-edge-"]{bottom:0;}.ecaity [class*="left-edge-"]{left:0;}.ecaity [class*="right-edge-"]{right:0;}.ecaity .top-edge-0{width:90%;height:200%;margin-left:center;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/d6c2d611-aabf-4833-9979-0be7e90632b8');background-repeat:no-repeat;}@media (min-width:30em){.ecaity .top-edge-0{width:80%;height:150%;margin-left:center;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/d6c2d611-aabf-4833-9979-0be7e90632b8');background-repeat:no-repeat;}}@media (min-width:60em){.ecaity .top-edge-0{width:60%;height:10%;margin-left:center;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/d6c2d611-aabf-4833-9979-0be7e90632b8');background-repeat:no-repeat;}}

.fkiOyX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fkiOyX [class*="-corner-"],.fkiOyX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fkiOyX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fkiOyX [class*="bottom-left-corner"],.fkiOyX [class*="bottom-right-corner"]{bottom:0;}.fkiOyX [class*="top-left-corner"],.fkiOyX [class*="top-right-corner"]{top:0;}.fkiOyX [class*="-left-corner-"]{left:0;}.fkiOyX [class*="-right-corner-"]{right:0;}.fkiOyX [class*="top-left-corner-"]{background-position:0 0;}.fkiOyX [class*="top-right-corner-"]{background-position:100% 0;}.fkiOyX [class*="bottom-left-corner-"]{background-position:0 100%;}.fkiOyX [class*="bottom-right-corner-"]{background-position:100% 100%;}.fkiOyX [class*="top-edge-"],.fkiOyX [class*="bottom-edge-"],.fkiOyX [class*="left-edge-"],.fkiOyX [class*="right-edge-"]{margin:auto;}.fkiOyX [class*="top-edge-"],.fkiOyX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fkiOyX [class*="left-edge-"],.fkiOyX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fkiOyX [class*="top-edge-"]{top:0;}.fkiOyX [class*="bottom-edge-"]{bottom:0;}.fkiOyX [class*="left-edge-"]{left:0;}.fkiOyX [class*="right-edge-"]{right:0;}.fkiOyX .left-edge-0{width:50px;margin-left:-20px;background-image:url('https://assets.digital.vistaprint.com/production/c4e4b812-e8cc-4f1d-84f6-abebea8e6e10');}.fkiOyX .right-edge-0{width:30px;margin-right:0px;background-image:url('https://assets.digital.vistaprint.com/production/3987cae5-6478-4f20-bebc-04a71cf5acdc');}

.isQibG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.isQibG [class*="-corner-"],.isQibG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.isQibG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.isQibG [class*="bottom-left-corner"],.isQibG [class*="bottom-right-corner"]{bottom:0;}.isQibG [class*="top-left-corner"],.isQibG [class*="top-right-corner"]{top:0;}.isQibG [class*="-left-corner-"]{left:0;}.isQibG [class*="-right-corner-"]{right:0;}.isQibG [class*="top-left-corner-"]{background-position:0 0;}.isQibG [class*="top-right-corner-"]{background-position:100% 0;}.isQibG [class*="bottom-left-corner-"]{background-position:0 100%;}.isQibG [class*="bottom-right-corner-"]{background-position:100% 100%;}.isQibG [class*="top-edge-"],.isQibG [class*="bottom-edge-"],.isQibG [class*="left-edge-"],.isQibG [class*="right-edge-"]{margin:auto;}.isQibG [class*="top-edge-"],.isQibG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.isQibG [class*="left-edge-"],.isQibG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.isQibG [class*="top-edge-"]{top:0;}.isQibG [class*="bottom-edge-"]{bottom:0;}.isQibG [class*="left-edge-"]{left:0;}.isQibG [class*="right-edge-"]{right:0;}.isQibG .top-edge-0{width:2000px;height:8px;background-color:#ffe600;}.isQibG .bottom-edge-0{width:2000px;height:8px;background-color:#ffe600;}

.eCwHWy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eCwHWy [class*="-corner-"],.eCwHWy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eCwHWy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eCwHWy [class*="bottom-left-corner"],.eCwHWy [class*="bottom-right-corner"]{bottom:0;}.eCwHWy [class*="top-left-corner"],.eCwHWy [class*="top-right-corner"]{top:0;}.eCwHWy [class*="-left-corner-"]{left:0;}.eCwHWy [class*="-right-corner-"]{right:0;}.eCwHWy [class*="top-left-corner-"]{background-position:0 0;}.eCwHWy [class*="top-right-corner-"]{background-position:100% 0;}.eCwHWy [class*="bottom-left-corner-"]{background-position:0 100%;}.eCwHWy [class*="bottom-right-corner-"]{background-position:100% 100%;}.eCwHWy [class*="top-edge-"],.eCwHWy [class*="bottom-edge-"],.eCwHWy [class*="left-edge-"],.eCwHWy [class*="right-edge-"]{margin:auto;}.eCwHWy [class*="top-edge-"],.eCwHWy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eCwHWy [class*="left-edge-"],.eCwHWy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eCwHWy [class*="top-edge-"]{top:0;}.eCwHWy [class*="bottom-edge-"]{bottom:0;}.eCwHWy [class*="left-edge-"]{left:0;}.eCwHWy [class*="right-edge-"]{right:0;}.eCwHWy .bottom-edge-0{width:300%;height:200px;z-index:3;margin-left:-180px;margin-bottom:-195px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/e4404283-aabc-435d-a021-29dfd0735f1a');}@media (min-width:30em){.eCwHWy .bottom-edge-0{width:200%;height:180px;margin-left:-490px;margin-bottom:-175px;}}@media (min-width:60em){.eCwHWy .bottom-edge-0{width:150%;height:140px;margin-left:-540px;margin-bottom:-128px;background-size:contain;}}

.bfScvp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bfScvp [class*="-corner-"],.bfScvp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bfScvp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bfScvp [class*="bottom-left-corner"],.bfScvp [class*="bottom-right-corner"]{bottom:0;}.bfScvp [class*="top-left-corner"],.bfScvp [class*="top-right-corner"]{top:0;}.bfScvp [class*="-left-corner-"]{left:0;}.bfScvp [class*="-right-corner-"]{right:0;}.bfScvp [class*="top-left-corner-"]{background-position:0 0;}.bfScvp [class*="top-right-corner-"]{background-position:100% 0;}.bfScvp [class*="bottom-left-corner-"]{background-position:0 100%;}.bfScvp [class*="bottom-right-corner-"]{background-position:100% 100%;}.bfScvp [class*="top-edge-"],.bfScvp [class*="bottom-edge-"],.bfScvp [class*="left-edge-"],.bfScvp [class*="right-edge-"]{margin:auto;}.bfScvp [class*="top-edge-"],.bfScvp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bfScvp [class*="left-edge-"],.bfScvp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bfScvp [class*="top-edge-"]{top:0;}.bfScvp [class*="bottom-edge-"]{bottom:0;}.bfScvp [class*="left-edge-"]{left:0;}.bfScvp [class*="right-edge-"]{right:0;}.bfScvp .top-edge-0{width:300%;height:200px;z-index:3;margin-left:-180px;margin-top:-1px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/e4404283-aabc-435d-a021-29dfd0735f1a');}@media (min-width:30em){.bfScvp .top-edge-0{width:200%;height:180px;margin-left:-490px;margin-top:-1px;}}@media (min-width:60em){.bfScvp .top-edge-0{width:150%;height:140px;margin-left:-540px;margin-top:-1px;background-size:contain;}}.bfScvp .bottom-edge-0{width:100%;height:100%;z-index:3;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.cGQmHx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cGQmHx [class*="-corner-"],.cGQmHx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cGQmHx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cGQmHx [class*="bottom-left-corner"],.cGQmHx [class*="bottom-right-corner"]{bottom:0;}.cGQmHx [class*="top-left-corner"],.cGQmHx [class*="top-right-corner"]{top:0;}.cGQmHx [class*="-left-corner-"]{left:0;}.cGQmHx [class*="-right-corner-"]{right:0;}.cGQmHx [class*="top-left-corner-"]{background-position:0 0;}.cGQmHx [class*="top-right-corner-"]{background-position:100% 0;}.cGQmHx [class*="bottom-left-corner-"]{background-position:0 100%;}.cGQmHx [class*="bottom-right-corner-"]{background-position:100% 100%;}.cGQmHx [class*="top-edge-"],.cGQmHx [class*="bottom-edge-"],.cGQmHx [class*="left-edge-"],.cGQmHx [class*="right-edge-"]{margin:auto;}.cGQmHx [class*="top-edge-"],.cGQmHx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cGQmHx [class*="left-edge-"],.cGQmHx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cGQmHx [class*="top-edge-"]{top:0;}.cGQmHx [class*="bottom-edge-"]{bottom:0;}.cGQmHx [class*="left-edge-"]{left:0;}.cGQmHx [class*="right-edge-"]{right:0;}.cGQmHx .top-edge-0{height:16px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/e0a62442-4381-4ecf-8e72-e4faafbe4c22');}.cGQmHx .left-edge-0{width:16px;margin-left:0px;background-image:url('https://assets.digital.vistaprint.com/production/904f5852-cb86-4756-885a-07f506d0307d');}.cGQmHx .right-edge-0{width:16px;margin-right:0px;background-image:url('https://assets.digital.vistaprint.com/production/8420bea5-6ce6-4829-af36-2f796957158b');}.cGQmHx .bottom-edge-0{height:16px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/6e57d7cc-94f0-40c6-8e9a-c99af5d188a8');}.cGQmHx .top-left-corner-0{width:64px;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/28d2dfcb-82eb-4a45-b210-2f773a3d7701');}.cGQmHx .top-right-corner-0{width:64px;margin-right:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/88551356-7ffb-4f9b-970f-4d9a64ceb5a4');}.cGQmHx .bottom-left-corner-0{width:64px;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/585ff3ba-3f5a-42e9-988c-a40ae022ac71');}.cGQmHx .bottom-right-corner-0{width:64px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/08ac4650-1348-47d5-9e08-42c577bb16c5');}

.bnXBdv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bnXBdv [class*="-corner-"],.bnXBdv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bnXBdv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bnXBdv [class*="bottom-left-corner"],.bnXBdv [class*="bottom-right-corner"]{bottom:0;}.bnXBdv [class*="top-left-corner"],.bnXBdv [class*="top-right-corner"]{top:0;}.bnXBdv [class*="-left-corner-"]{left:0;}.bnXBdv [class*="-right-corner-"]{right:0;}.bnXBdv [class*="top-left-corner-"]{background-position:0 0;}.bnXBdv [class*="top-right-corner-"]{background-position:100% 0;}.bnXBdv [class*="bottom-left-corner-"]{background-position:0 100%;}.bnXBdv [class*="bottom-right-corner-"]{background-position:100% 100%;}.bnXBdv [class*="top-edge-"],.bnXBdv [class*="bottom-edge-"],.bnXBdv [class*="left-edge-"],.bnXBdv [class*="right-edge-"]{margin:auto;}.bnXBdv [class*="top-edge-"],.bnXBdv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bnXBdv [class*="left-edge-"],.bnXBdv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bnXBdv [class*="top-edge-"]{top:0;}.bnXBdv [class*="bottom-edge-"]{bottom:0;}.bnXBdv [class*="left-edge-"]{left:0;}.bnXBdv [class*="right-edge-"]{right:0;}.bnXBdv .left-edge-0{width:4px;height:100%;margin-left:5%;background-color:#ffffff;}@media (min-width:30em){.bnXBdv .left-edge-0{margin-left:1%;}}@media (min-width:60em){.bnXBdv .left-edge-0{margin-left:3%;}}.bnXBdv .right-edge-0{width:4px;height:100%;margin-right:5%;background-color:#ffffff;}@media (min-width:30em){.bnXBdv .right-edge-0{margin-right:1%;}}@media (min-width:60em){.bnXBdv .right-edge-0{margin-right:3%;}}

.jHcFkU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jHcFkU [class*="-corner-"],.jHcFkU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jHcFkU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jHcFkU [class*="bottom-left-corner"],.jHcFkU [class*="bottom-right-corner"]{bottom:0;}.jHcFkU [class*="top-left-corner"],.jHcFkU [class*="top-right-corner"]{top:0;}.jHcFkU [class*="-left-corner-"]{left:0;}.jHcFkU [class*="-right-corner-"]{right:0;}.jHcFkU [class*="top-left-corner-"]{background-position:0 0;}.jHcFkU [class*="top-right-corner-"]{background-position:100% 0;}.jHcFkU [class*="bottom-left-corner-"]{background-position:0 100%;}.jHcFkU [class*="bottom-right-corner-"]{background-position:100% 100%;}.jHcFkU [class*="top-edge-"],.jHcFkU [class*="bottom-edge-"],.jHcFkU [class*="left-edge-"],.jHcFkU [class*="right-edge-"]{margin:auto;}.jHcFkU [class*="top-edge-"],.jHcFkU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jHcFkU [class*="left-edge-"],.jHcFkU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jHcFkU [class*="top-edge-"]{top:0;}.jHcFkU [class*="bottom-edge-"]{bottom:0;}.jHcFkU [class*="left-edge-"]{left:0;}.jHcFkU [class*="right-edge-"]{right:0;}.jHcFkU .bottom-edge-0{width:863px;height:2px;opacity:0;background-image:url('https://assets.digital.vistaprint.com/production/7d5d66cd-1f2a-48e7-8623-18ae6ad39a84');}@media (min-width:60em){.jHcFkU .bottom-edge-0{width:863px;height:2px;margin-bottom:10px;opacity:0.5;}}

.biiAFf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.biiAFf [class*="-corner-"],.biiAFf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.biiAFf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.biiAFf [class*="bottom-left-corner"],.biiAFf [class*="bottom-right-corner"]{bottom:0;}.biiAFf [class*="top-left-corner"],.biiAFf [class*="top-right-corner"]{top:0;}.biiAFf [class*="-left-corner-"]{left:0;}.biiAFf [class*="-right-corner-"]{right:0;}.biiAFf [class*="top-left-corner-"]{background-position:0 0;}.biiAFf [class*="top-right-corner-"]{background-position:100% 0;}.biiAFf [class*="bottom-left-corner-"]{background-position:0 100%;}.biiAFf [class*="bottom-right-corner-"]{background-position:100% 100%;}.biiAFf [class*="top-edge-"],.biiAFf [class*="bottom-edge-"],.biiAFf [class*="left-edge-"],.biiAFf [class*="right-edge-"]{margin:auto;}.biiAFf [class*="top-edge-"],.biiAFf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.biiAFf [class*="left-edge-"],.biiAFf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.biiAFf [class*="top-edge-"]{top:0;}.biiAFf [class*="bottom-edge-"]{bottom:0;}.biiAFf [class*="left-edge-"]{left:0;}.biiAFf [class*="right-edge-"]{right:0;}.biiAFf .bottom-edge-0{width:1903px;height:38px;margin-bottom:-15px;background-image:url('https://assets.digital.vistaprint.com/production/f8a21e4b-f028-4215-bdc1-2f8d00d5a36c');background-size:contain;}@media (min-width:60em){.biiAFf .bottom-edge-0{width:100%;height:38px;margin-bottom:-15px;background-size:contain;}}

.eoIxZu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eoIxZu [class*="-corner-"],.eoIxZu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eoIxZu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eoIxZu [class*="bottom-left-corner"],.eoIxZu [class*="bottom-right-corner"]{bottom:0;}.eoIxZu [class*="top-left-corner"],.eoIxZu [class*="top-right-corner"]{top:0;}.eoIxZu [class*="-left-corner-"]{left:0;}.eoIxZu [class*="-right-corner-"]{right:0;}.eoIxZu [class*="top-left-corner-"]{background-position:0 0;}.eoIxZu [class*="top-right-corner-"]{background-position:100% 0;}.eoIxZu [class*="bottom-left-corner-"]{background-position:0 100%;}.eoIxZu [class*="bottom-right-corner-"]{background-position:100% 100%;}.eoIxZu [class*="top-edge-"],.eoIxZu [class*="bottom-edge-"],.eoIxZu [class*="left-edge-"],.eoIxZu [class*="right-edge-"]{margin:auto;}.eoIxZu [class*="top-edge-"],.eoIxZu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eoIxZu [class*="left-edge-"],.eoIxZu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eoIxZu [class*="top-edge-"]{top:0;}.eoIxZu [class*="bottom-edge-"]{bottom:0;}.eoIxZu [class*="left-edge-"]{left:0;}.eoIxZu [class*="right-edge-"]{right:0;}.eoIxZu .top-edge-0{width:100%;height:20%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#F7F7F7;}

.kNLVDp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kNLVDp [class*="-corner-"],.kNLVDp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kNLVDp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kNLVDp [class*="bottom-left-corner"],.kNLVDp [class*="bottom-right-corner"]{bottom:0;}.kNLVDp [class*="top-left-corner"],.kNLVDp [class*="top-right-corner"]{top:0;}.kNLVDp [class*="-left-corner-"]{left:0;}.kNLVDp [class*="-right-corner-"]{right:0;}.kNLVDp [class*="top-left-corner-"]{background-position:0 0;}.kNLVDp [class*="top-right-corner-"]{background-position:100% 0;}.kNLVDp [class*="bottom-left-corner-"]{background-position:0 100%;}.kNLVDp [class*="bottom-right-corner-"]{background-position:100% 100%;}.kNLVDp [class*="top-edge-"],.kNLVDp [class*="bottom-edge-"],.kNLVDp [class*="left-edge-"],.kNLVDp [class*="right-edge-"]{margin:auto;}.kNLVDp [class*="top-edge-"],.kNLVDp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kNLVDp [class*="left-edge-"],.kNLVDp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kNLVDp [class*="top-edge-"]{top:0;}.kNLVDp [class*="bottom-edge-"]{bottom:0;}.kNLVDp [class*="left-edge-"]{left:0;}.kNLVDp [class*="right-edge-"]{right:0;}.kNLVDp .left-edge-0{width:300px;height:199px;margin-left:10%;opacity:0.2;background-image:url('../2148803/icons/icon1.svg');}

.bNHIhs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bNHIhs [class*="-corner-"],.bNHIhs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bNHIhs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bNHIhs [class*="bottom-left-corner"],.bNHIhs [class*="bottom-right-corner"]{bottom:0;}.bNHIhs [class*="top-left-corner"],.bNHIhs [class*="top-right-corner"]{top:0;}.bNHIhs [class*="-left-corner-"]{left:0;}.bNHIhs [class*="-right-corner-"]{right:0;}.bNHIhs [class*="top-left-corner-"]{background-position:0 0;}.bNHIhs [class*="top-right-corner-"]{background-position:100% 0;}.bNHIhs [class*="bottom-left-corner-"]{background-position:0 100%;}.bNHIhs [class*="bottom-right-corner-"]{background-position:100% 100%;}.bNHIhs [class*="top-edge-"],.bNHIhs [class*="bottom-edge-"],.bNHIhs [class*="left-edge-"],.bNHIhs [class*="right-edge-"]{margin:auto;}.bNHIhs [class*="top-edge-"],.bNHIhs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bNHIhs [class*="left-edge-"],.bNHIhs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bNHIhs [class*="top-edge-"]{top:0;}.bNHIhs [class*="bottom-edge-"]{bottom:0;}.bNHIhs [class*="left-edge-"]{left:0;}.bNHIhs [class*="right-edge-"]{right:0;}.bNHIhs .bottom-edge-0{width:100%;height:1px;background-color:#8bc751;}

.hEWCtS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hEWCtS [class*="-corner-"],.hEWCtS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hEWCtS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hEWCtS [class*="bottom-left-corner"],.hEWCtS [class*="bottom-right-corner"]{bottom:0;}.hEWCtS [class*="top-left-corner"],.hEWCtS [class*="top-right-corner"]{top:0;}.hEWCtS [class*="-left-corner-"]{left:0;}.hEWCtS [class*="-right-corner-"]{right:0;}.hEWCtS [class*="top-left-corner-"]{background-position:0 0;}.hEWCtS [class*="top-right-corner-"]{background-position:100% 0;}.hEWCtS [class*="bottom-left-corner-"]{background-position:0 100%;}.hEWCtS [class*="bottom-right-corner-"]{background-position:100% 100%;}.hEWCtS [class*="top-edge-"],.hEWCtS [class*="bottom-edge-"],.hEWCtS [class*="left-edge-"],.hEWCtS [class*="right-edge-"]{margin:auto;}.hEWCtS [class*="top-edge-"],.hEWCtS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hEWCtS [class*="left-edge-"],.hEWCtS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hEWCtS [class*="top-edge-"]{top:0;}.hEWCtS [class*="bottom-edge-"]{bottom:0;}.hEWCtS [class*="left-edge-"]{left:0;}.hEWCtS [class*="right-edge-"]{right:0;}.hEWCtS .bottom-edge-0{width:100%;height:2px;background-color:#b1b3b6;}

.kiKzlS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kiKzlS [class*="-corner-"],.kiKzlS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kiKzlS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kiKzlS [class*="bottom-left-corner"],.kiKzlS [class*="bottom-right-corner"]{bottom:0;}.kiKzlS [class*="top-left-corner"],.kiKzlS [class*="top-right-corner"]{top:0;}.kiKzlS [class*="-left-corner-"]{left:0;}.kiKzlS [class*="-right-corner-"]{right:0;}.kiKzlS [class*="top-left-corner-"]{background-position:0 0;}.kiKzlS [class*="top-right-corner-"]{background-position:100% 0;}.kiKzlS [class*="bottom-left-corner-"]{background-position:0 100%;}.kiKzlS [class*="bottom-right-corner-"]{background-position:100% 100%;}.kiKzlS [class*="top-edge-"],.kiKzlS [class*="bottom-edge-"],.kiKzlS [class*="left-edge-"],.kiKzlS [class*="right-edge-"]{margin:auto;}.kiKzlS [class*="top-edge-"],.kiKzlS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kiKzlS [class*="left-edge-"],.kiKzlS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kiKzlS [class*="top-edge-"]{top:0;}.kiKzlS [class*="bottom-edge-"]{bottom:0;}.kiKzlS [class*="left-edge-"]{left:0;}.kiKzlS [class*="right-edge-"]{right:0;}.kiKzlS .bottom-edge-0{height:28px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,3500x51/maxWidth/2000/https://assets.digital.vistaprint.com/production/5baccd5b-05d1-4f9b-8358-f16ca8f4f78c');}

.lnovkw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lnovkw [class*="-corner-"],.lnovkw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lnovkw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lnovkw [class*="bottom-left-corner"],.lnovkw [class*="bottom-right-corner"]{bottom:0;}.lnovkw [class*="top-left-corner"],.lnovkw [class*="top-right-corner"]{top:0;}.lnovkw [class*="-left-corner-"]{left:0;}.lnovkw [class*="-right-corner-"]{right:0;}.lnovkw [class*="top-left-corner-"]{background-position:0 0;}.lnovkw [class*="top-right-corner-"]{background-position:100% 0;}.lnovkw [class*="bottom-left-corner-"]{background-position:0 100%;}.lnovkw [class*="bottom-right-corner-"]{background-position:100% 100%;}.lnovkw [class*="top-edge-"],.lnovkw [class*="bottom-edge-"],.lnovkw [class*="left-edge-"],.lnovkw [class*="right-edge-"]{margin:auto;}.lnovkw [class*="top-edge-"],.lnovkw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lnovkw [class*="left-edge-"],.lnovkw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lnovkw [class*="top-edge-"]{top:0;}.lnovkw [class*="bottom-edge-"]{bottom:0;}.lnovkw [class*="left-edge-"]{left:0;}.lnovkw [class*="right-edge-"]{right:0;}.lnovkw .top-edge-0{width:100%;height:2px;margin-top:2px;background-color:#eeefe2;}.lnovkw .bottom-edge-0{width:100%;height:2px;margin-bottom:2px;background-color:#eeefe2;}

.hptmEu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hptmEu [class*="-corner-"],.hptmEu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hptmEu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hptmEu [class*="bottom-left-corner"],.hptmEu [class*="bottom-right-corner"]{bottom:0;}.hptmEu [class*="top-left-corner"],.hptmEu [class*="top-right-corner"]{top:0;}.hptmEu [class*="-left-corner-"]{left:0;}.hptmEu [class*="-right-corner-"]{right:0;}.hptmEu [class*="top-left-corner-"]{background-position:0 0;}.hptmEu [class*="top-right-corner-"]{background-position:100% 0;}.hptmEu [class*="bottom-left-corner-"]{background-position:0 100%;}.hptmEu [class*="bottom-right-corner-"]{background-position:100% 100%;}.hptmEu [class*="top-edge-"],.hptmEu [class*="bottom-edge-"],.hptmEu [class*="left-edge-"],.hptmEu [class*="right-edge-"]{margin:auto;}.hptmEu [class*="top-edge-"],.hptmEu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hptmEu [class*="left-edge-"],.hptmEu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hptmEu [class*="top-edge-"]{top:0;}.hptmEu [class*="bottom-edge-"]{bottom:0;}.hptmEu [class*="left-edge-"]{left:0;}.hptmEu [class*="right-edge-"]{right:0;}.hptmEu .top-edge-0{height:40px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/da6b38a3-7e95-4d42-9298-9edebf27895d');background-repeat:no-repeat;}.hptmEu .bottom-edge-0{height:40px;margin-bottom:-35px;background-image:url('https://assets.digital.vistaprint.com/production/216b796e-e0b1-4b01-8db0-4281d375e900');background-repeat:no-repeat;}@media (min-width:30em){.hptmEu .bottom-edge-0{height:40px;margin-bottom:-28px;background-image:url('https://assets.digital.vistaprint.com/production/216b796e-e0b1-4b01-8db0-4281d375e900');background-repeat:no-repeat;}}@media (min-width:60em){.hptmEu .bottom-edge-0{height:40px;margin-bottom:-9px;background-image:url('https://assets.digital.vistaprint.com/production/216b796e-e0b1-4b01-8db0-4281d375e900');background-repeat:no-repeat;}}

.dvriZa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dvriZa [class*="-corner-"],.dvriZa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dvriZa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dvriZa [class*="bottom-left-corner"],.dvriZa [class*="bottom-right-corner"]{bottom:0;}.dvriZa [class*="top-left-corner"],.dvriZa [class*="top-right-corner"]{top:0;}.dvriZa [class*="-left-corner-"]{left:0;}.dvriZa [class*="-right-corner-"]{right:0;}.dvriZa [class*="top-left-corner-"]{background-position:0 0;}.dvriZa [class*="top-right-corner-"]{background-position:100% 0;}.dvriZa [class*="bottom-left-corner-"]{background-position:0 100%;}.dvriZa [class*="bottom-right-corner-"]{background-position:100% 100%;}.dvriZa [class*="top-edge-"],.dvriZa [class*="bottom-edge-"],.dvriZa [class*="left-edge-"],.dvriZa [class*="right-edge-"]{margin:auto;}.dvriZa [class*="top-edge-"],.dvriZa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dvriZa [class*="left-edge-"],.dvriZa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dvriZa [class*="top-edge-"]{top:0;}.dvriZa [class*="bottom-edge-"]{bottom:0;}.dvriZa [class*="left-edge-"]{left:0;}.dvriZa [class*="right-edge-"]{right:0;}.dvriZa .top-edge-0{width:2000px;height:5px;background-color:#39c2d7;}.dvriZa .bottom-edge-0{width:2000px;height:5px;background-color:#39c2d7;}

.gypoDY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gypoDY [class*="-corner-"],.gypoDY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gypoDY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gypoDY [class*="bottom-left-corner"],.gypoDY [class*="bottom-right-corner"]{bottom:0;}.gypoDY [class*="top-left-corner"],.gypoDY [class*="top-right-corner"]{top:0;}.gypoDY [class*="-left-corner-"]{left:0;}.gypoDY [class*="-right-corner-"]{right:0;}.gypoDY [class*="top-left-corner-"]{background-position:0 0;}.gypoDY [class*="top-right-corner-"]{background-position:100% 0;}.gypoDY [class*="bottom-left-corner-"]{background-position:0 100%;}.gypoDY [class*="bottom-right-corner-"]{background-position:100% 100%;}.gypoDY [class*="top-edge-"],.gypoDY [class*="bottom-edge-"],.gypoDY [class*="left-edge-"],.gypoDY [class*="right-edge-"]{margin:auto;}.gypoDY [class*="top-edge-"],.gypoDY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gypoDY [class*="left-edge-"],.gypoDY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gypoDY [class*="top-edge-"]{top:0;}.gypoDY [class*="bottom-edge-"]{bottom:0;}.gypoDY [class*="left-edge-"]{left:0;}.gypoDY [class*="right-edge-"]{right:0;}.gypoDY .top-edge-0{width:100%;height:5px;background-color:#657EE6;}.gypoDY .bottom-edge-0{width:100%;height:5px;background-color:#EE3DBA;}

.dWfubF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dWfubF [class*="-corner-"],.dWfubF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dWfubF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dWfubF [class*="bottom-left-corner"],.dWfubF [class*="bottom-right-corner"]{bottom:0;}.dWfubF [class*="top-left-corner"],.dWfubF [class*="top-right-corner"]{top:0;}.dWfubF [class*="-left-corner-"]{left:0;}.dWfubF [class*="-right-corner-"]{right:0;}.dWfubF [class*="top-left-corner-"]{background-position:0 0;}.dWfubF [class*="top-right-corner-"]{background-position:100% 0;}.dWfubF [class*="bottom-left-corner-"]{background-position:0 100%;}.dWfubF [class*="bottom-right-corner-"]{background-position:100% 100%;}.dWfubF [class*="top-edge-"],.dWfubF [class*="bottom-edge-"],.dWfubF [class*="left-edge-"],.dWfubF [class*="right-edge-"]{margin:auto;}.dWfubF [class*="top-edge-"],.dWfubF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dWfubF [class*="left-edge-"],.dWfubF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dWfubF [class*="top-edge-"]{top:0;}.dWfubF [class*="bottom-edge-"]{bottom:0;}.dWfubF [class*="left-edge-"]{left:0;}.dWfubF [class*="right-edge-"]{right:0;}.dWfubF .right-edge-0{width:100%;height:100%;margin-top:0px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/969a0f81-1746-422d-b31f-37ff8c0005d3');background-size:cover;background-repeat:no-repeat;}

.jFBcZk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jFBcZk [class*="-corner-"],.jFBcZk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jFBcZk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jFBcZk [class*="bottom-left-corner"],.jFBcZk [class*="bottom-right-corner"]{bottom:0;}.jFBcZk [class*="top-left-corner"],.jFBcZk [class*="top-right-corner"]{top:0;}.jFBcZk [class*="-left-corner-"]{left:0;}.jFBcZk [class*="-right-corner-"]{right:0;}.jFBcZk [class*="top-left-corner-"]{background-position:0 0;}.jFBcZk [class*="top-right-corner-"]{background-position:100% 0;}.jFBcZk [class*="bottom-left-corner-"]{background-position:0 100%;}.jFBcZk [class*="bottom-right-corner-"]{background-position:100% 100%;}.jFBcZk [class*="top-edge-"],.jFBcZk [class*="bottom-edge-"],.jFBcZk [class*="left-edge-"],.jFBcZk [class*="right-edge-"]{margin:auto;}.jFBcZk [class*="top-edge-"],.jFBcZk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jFBcZk [class*="left-edge-"],.jFBcZk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jFBcZk [class*="top-edge-"]{top:0;}.jFBcZk [class*="bottom-edge-"]{bottom:0;}.jFBcZk [class*="left-edge-"]{left:0;}.jFBcZk [class*="right-edge-"]{right:0;}.jFBcZk .top-edge-0{width:100%;height:5px;background-color:#ee2932;}.jFBcZk .top-edge-1{width:100%;height:5px;margin-top:5px;background-color:#faf4a0;}.jFBcZk .top-edge-2{width:100%;height:5px;margin-top:10px;background-color:#58b947;}.jFBcZk .top-edge-3{width:100%;height:5px;z-index:2;margin-top:15px;background-color:#007cc4;}.jFBcZk .bottom-edge-0{width:100%;height:75px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/722bdd5f-fa01-465d-a5f7-35c97dace331');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;}.jFBcZk .bottom-edge-1{width:100%;height:5px;background-color:#ee2932;}.jFBcZk .bottom-edge-2{width:100%;height:5px;margin-bottom:5px;background-color:#faf4a0;}.jFBcZk .bottom-edge-3{width:100%;height:5px;margin-bottom:10px;background-color:#58b947;}.jFBcZk .bottom-edge-4{width:100%;height:5px;z-index:2;margin-bottom:15px;background-color:#007cc4;}

.fFPRSR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fFPRSR [class*="-corner-"],.fFPRSR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fFPRSR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fFPRSR [class*="bottom-left-corner"],.fFPRSR [class*="bottom-right-corner"]{bottom:0;}.fFPRSR [class*="top-left-corner"],.fFPRSR [class*="top-right-corner"]{top:0;}.fFPRSR [class*="-left-corner-"]{left:0;}.fFPRSR [class*="-right-corner-"]{right:0;}.fFPRSR [class*="top-left-corner-"]{background-position:0 0;}.fFPRSR [class*="top-right-corner-"]{background-position:100% 0;}.fFPRSR [class*="bottom-left-corner-"]{background-position:0 100%;}.fFPRSR [class*="bottom-right-corner-"]{background-position:100% 100%;}.fFPRSR [class*="top-edge-"],.fFPRSR [class*="bottom-edge-"],.fFPRSR [class*="left-edge-"],.fFPRSR [class*="right-edge-"]{margin:auto;}.fFPRSR [class*="top-edge-"],.fFPRSR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fFPRSR [class*="left-edge-"],.fFPRSR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fFPRSR [class*="top-edge-"]{top:0;}.fFPRSR [class*="bottom-edge-"]{bottom:0;}.fFPRSR [class*="left-edge-"]{left:0;}.fFPRSR [class*="right-edge-"]{right:0;}.fFPRSR .top-edge-0{width:100%;height:1px;background-color:#00252f;}.fFPRSR .bottom-edge-0{width:100%;height:1px;background-color:#00252f;}

.jFHZDs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jFHZDs [class*="-corner-"],.jFHZDs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jFHZDs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jFHZDs [class*="bottom-left-corner"],.jFHZDs [class*="bottom-right-corner"]{bottom:0;}.jFHZDs [class*="top-left-corner"],.jFHZDs [class*="top-right-corner"]{top:0;}.jFHZDs [class*="-left-corner-"]{left:0;}.jFHZDs [class*="-right-corner-"]{right:0;}.jFHZDs [class*="top-left-corner-"]{background-position:0 0;}.jFHZDs [class*="top-right-corner-"]{background-position:100% 0;}.jFHZDs [class*="bottom-left-corner-"]{background-position:0 100%;}.jFHZDs [class*="bottom-right-corner-"]{background-position:100% 100%;}.jFHZDs [class*="top-edge-"],.jFHZDs [class*="bottom-edge-"],.jFHZDs [class*="left-edge-"],.jFHZDs [class*="right-edge-"]{margin:auto;}.jFHZDs [class*="top-edge-"],.jFHZDs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jFHZDs [class*="left-edge-"],.jFHZDs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jFHZDs [class*="top-edge-"]{top:0;}.jFHZDs [class*="bottom-edge-"]{bottom:0;}.jFHZDs [class*="left-edge-"]{left:0;}.jFHZDs [class*="right-edge-"]{right:0;}.jFHZDs .top-left-corner-0{width:100%;height:5px;background-color:#a5cba6;}

.gJRSmu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gJRSmu [class*="-corner-"],.gJRSmu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gJRSmu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gJRSmu [class*="bottom-left-corner"],.gJRSmu [class*="bottom-right-corner"]{bottom:0;}.gJRSmu [class*="top-left-corner"],.gJRSmu [class*="top-right-corner"]{top:0;}.gJRSmu [class*="-left-corner-"]{left:0;}.gJRSmu [class*="-right-corner-"]{right:0;}.gJRSmu [class*="top-left-corner-"]{background-position:0 0;}.gJRSmu [class*="top-right-corner-"]{background-position:100% 0;}.gJRSmu [class*="bottom-left-corner-"]{background-position:0 100%;}.gJRSmu [class*="bottom-right-corner-"]{background-position:100% 100%;}.gJRSmu [class*="top-edge-"],.gJRSmu [class*="bottom-edge-"],.gJRSmu [class*="left-edge-"],.gJRSmu [class*="right-edge-"]{margin:auto;}.gJRSmu [class*="top-edge-"],.gJRSmu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gJRSmu [class*="left-edge-"],.gJRSmu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gJRSmu [class*="top-edge-"]{top:0;}.gJRSmu [class*="bottom-edge-"]{bottom:0;}.gJRSmu [class*="left-edge-"]{left:0;}.gJRSmu [class*="right-edge-"]{right:0;}.gJRSmu .top-edge-0{width:100%;height:10px;background-color:#00aeef;}.gJRSmu .bottom-edge-0{width:100%;height:10px;background-color:#00aeef;}

.kGhkxA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kGhkxA [class*="-corner-"],.kGhkxA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kGhkxA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kGhkxA [class*="bottom-left-corner"],.kGhkxA [class*="bottom-right-corner"]{bottom:0;}.kGhkxA [class*="top-left-corner"],.kGhkxA [class*="top-right-corner"]{top:0;}.kGhkxA [class*="-left-corner-"]{left:0;}.kGhkxA [class*="-right-corner-"]{right:0;}.kGhkxA [class*="top-left-corner-"]{background-position:0 0;}.kGhkxA [class*="top-right-corner-"]{background-position:100% 0;}.kGhkxA [class*="bottom-left-corner-"]{background-position:0 100%;}.kGhkxA [class*="bottom-right-corner-"]{background-position:100% 100%;}.kGhkxA [class*="top-edge-"],.kGhkxA [class*="bottom-edge-"],.kGhkxA [class*="left-edge-"],.kGhkxA [class*="right-edge-"]{margin:auto;}.kGhkxA [class*="top-edge-"],.kGhkxA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kGhkxA [class*="left-edge-"],.kGhkxA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kGhkxA [class*="top-edge-"]{top:0;}.kGhkxA [class*="bottom-edge-"]{bottom:0;}.kGhkxA [class*="left-edge-"]{left:0;}.kGhkxA [class*="right-edge-"]{right:0;}.kGhkxA .top-edge-0{width:100%;height:5px;background-color:#c39967;}

.cwRJZi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cwRJZi [class*="-corner-"],.cwRJZi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cwRJZi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cwRJZi [class*="bottom-left-corner"],.cwRJZi [class*="bottom-right-corner"]{bottom:0;}.cwRJZi [class*="top-left-corner"],.cwRJZi [class*="top-right-corner"]{top:0;}.cwRJZi [class*="-left-corner-"]{left:0;}.cwRJZi [class*="-right-corner-"]{right:0;}.cwRJZi [class*="top-left-corner-"]{background-position:0 0;}.cwRJZi [class*="top-right-corner-"]{background-position:100% 0;}.cwRJZi [class*="bottom-left-corner-"]{background-position:0 100%;}.cwRJZi [class*="bottom-right-corner-"]{background-position:100% 100%;}.cwRJZi [class*="top-edge-"],.cwRJZi [class*="bottom-edge-"],.cwRJZi [class*="left-edge-"],.cwRJZi [class*="right-edge-"]{margin:auto;}.cwRJZi [class*="top-edge-"],.cwRJZi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cwRJZi [class*="left-edge-"],.cwRJZi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cwRJZi [class*="top-edge-"]{top:0;}.cwRJZi [class*="bottom-edge-"]{bottom:0;}.cwRJZi [class*="left-edge-"]{left:0;}.cwRJZi [class*="right-edge-"]{right:0;}.cwRJZi .top-edge-0{width:100%;height:5px;background-color:#db9341;}

.cJGqU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cJGqU [class*="-corner-"],.cJGqU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cJGqU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cJGqU [class*="bottom-left-corner"],.cJGqU [class*="bottom-right-corner"]{bottom:0;}.cJGqU [class*="top-left-corner"],.cJGqU [class*="top-right-corner"]{top:0;}.cJGqU [class*="-left-corner-"]{left:0;}.cJGqU [class*="-right-corner-"]{right:0;}.cJGqU [class*="top-left-corner-"]{background-position:0 0;}.cJGqU [class*="top-right-corner-"]{background-position:100% 0;}.cJGqU [class*="bottom-left-corner-"]{background-position:0 100%;}.cJGqU [class*="bottom-right-corner-"]{background-position:100% 100%;}.cJGqU [class*="top-edge-"],.cJGqU [class*="bottom-edge-"],.cJGqU [class*="left-edge-"],.cJGqU [class*="right-edge-"]{margin:auto;}.cJGqU [class*="top-edge-"],.cJGqU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cJGqU [class*="left-edge-"],.cJGqU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cJGqU [class*="top-edge-"]{top:0;}.cJGqU [class*="bottom-edge-"]{bottom:0;}.cJGqU [class*="left-edge-"]{left:0;}.cJGqU [class*="right-edge-"]{right:0;}.cJGqU .bottom-edge-0{width:100%;height:5px;background-color:#db9341;}

.kiXzaM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kiXzaM [class*="-corner-"],.kiXzaM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kiXzaM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kiXzaM [class*="bottom-left-corner"],.kiXzaM [class*="bottom-right-corner"]{bottom:0;}.kiXzaM [class*="top-left-corner"],.kiXzaM [class*="top-right-corner"]{top:0;}.kiXzaM [class*="-left-corner-"]{left:0;}.kiXzaM [class*="-right-corner-"]{right:0;}.kiXzaM [class*="top-left-corner-"]{background-position:0 0;}.kiXzaM [class*="top-right-corner-"]{background-position:100% 0;}.kiXzaM [class*="bottom-left-corner-"]{background-position:0 100%;}.kiXzaM [class*="bottom-right-corner-"]{background-position:100% 100%;}.kiXzaM [class*="top-edge-"],.kiXzaM [class*="bottom-edge-"],.kiXzaM [class*="left-edge-"],.kiXzaM [class*="right-edge-"]{margin:auto;}.kiXzaM [class*="top-edge-"],.kiXzaM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kiXzaM [class*="left-edge-"],.kiXzaM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kiXzaM [class*="top-edge-"]{top:0;}.kiXzaM [class*="bottom-edge-"]{bottom:0;}.kiXzaM [class*="left-edge-"]{left:0;}.kiXzaM [class*="right-edge-"]{right:0;}.kiXzaM .top-edge-0{height:70px;background-color:#333333;}

.bmBRty{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bmBRty [class*="-corner-"],.bmBRty [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bmBRty [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bmBRty [class*="bottom-left-corner"],.bmBRty [class*="bottom-right-corner"]{bottom:0;}.bmBRty [class*="top-left-corner"],.bmBRty [class*="top-right-corner"]{top:0;}.bmBRty [class*="-left-corner-"]{left:0;}.bmBRty [class*="-right-corner-"]{right:0;}.bmBRty [class*="top-left-corner-"]{background-position:0 0;}.bmBRty [class*="top-right-corner-"]{background-position:100% 0;}.bmBRty [class*="bottom-left-corner-"]{background-position:0 100%;}.bmBRty [class*="bottom-right-corner-"]{background-position:100% 100%;}.bmBRty [class*="top-edge-"],.bmBRty [class*="bottom-edge-"],.bmBRty [class*="left-edge-"],.bmBRty [class*="right-edge-"]{margin:auto;}.bmBRty [class*="top-edge-"],.bmBRty [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bmBRty [class*="left-edge-"],.bmBRty [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bmBRty [class*="top-edge-"]{top:0;}.bmBRty [class*="bottom-edge-"]{bottom:0;}.bmBRty [class*="left-edge-"]{left:0;}.bmBRty [class*="right-edge-"]{right:0;}.bmBRty .top-edge-0{width:1904px;height:10px;background-image:url('https://assets.digital.vistaprint.com/production/89c477d3-a4f3-4a31-97ea-a589c2a90099');}.bmBRty .bottom-edge-0{width:1904px;height:10px;background-image:url('https://assets.digital.vistaprint.com/production/32b326f6-7304-454d-a125-b61fa6efea01');}

.cOKjtb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cOKjtb [class*="-corner-"],.cOKjtb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cOKjtb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cOKjtb [class*="bottom-left-corner"],.cOKjtb [class*="bottom-right-corner"]{bottom:0;}.cOKjtb [class*="top-left-corner"],.cOKjtb [class*="top-right-corner"]{top:0;}.cOKjtb [class*="-left-corner-"]{left:0;}.cOKjtb [class*="-right-corner-"]{right:0;}.cOKjtb [class*="top-left-corner-"]{background-position:0 0;}.cOKjtb [class*="top-right-corner-"]{background-position:100% 0;}.cOKjtb [class*="bottom-left-corner-"]{background-position:0 100%;}.cOKjtb [class*="bottom-right-corner-"]{background-position:100% 100%;}.cOKjtb [class*="top-edge-"],.cOKjtb [class*="bottom-edge-"],.cOKjtb [class*="left-edge-"],.cOKjtb [class*="right-edge-"]{margin:auto;}.cOKjtb [class*="top-edge-"],.cOKjtb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cOKjtb [class*="left-edge-"],.cOKjtb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cOKjtb [class*="top-edge-"]{top:0;}.cOKjtb [class*="bottom-edge-"]{bottom:0;}.cOKjtb [class*="left-edge-"]{left:0;}.cOKjtb [class*="right-edge-"]{right:0;}.cOKjtb .top-edge-0{width:1520px;height:100%;background-color:#2b2d3a;}

.bHcnQQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bHcnQQ [class*="-corner-"],.bHcnQQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bHcnQQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bHcnQQ [class*="bottom-left-corner"],.bHcnQQ [class*="bottom-right-corner"]{bottom:0;}.bHcnQQ [class*="top-left-corner"],.bHcnQQ [class*="top-right-corner"]{top:0;}.bHcnQQ [class*="-left-corner-"]{left:0;}.bHcnQQ [class*="-right-corner-"]{right:0;}.bHcnQQ [class*="top-left-corner-"]{background-position:0 0;}.bHcnQQ [class*="top-right-corner-"]{background-position:100% 0;}.bHcnQQ [class*="bottom-left-corner-"]{background-position:0 100%;}.bHcnQQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.bHcnQQ [class*="top-edge-"],.bHcnQQ [class*="bottom-edge-"],.bHcnQQ [class*="left-edge-"],.bHcnQQ [class*="right-edge-"]{margin:auto;}.bHcnQQ [class*="top-edge-"],.bHcnQQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bHcnQQ [class*="left-edge-"],.bHcnQQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bHcnQQ [class*="top-edge-"]{top:0;}.bHcnQQ [class*="bottom-edge-"]{bottom:0;}.bHcnQQ [class*="left-edge-"]{left:0;}.bHcnQQ [class*="right-edge-"]{right:0;}.bHcnQQ .top-left-corner-0{width:600%;height:600%;margin-left:-250%;margin-top:6%;background-image:url('https://assets.digital.vistaprint.com/production/38ece484-ac95-4b02-a0e9-b09dbe15cbcb');background-repeat:no-repeat;background-position:center 0;}@media (min-width:30em){.bHcnQQ .top-left-corner-0{width:250%;height:250%;margin-left:-50%;margin-top:8%;background-image:url('https://assets.digital.vistaprint.com/production/38ece484-ac95-4b02-a0e9-b09dbe15cbcb');background-repeat:no-repeat;background-position:0 0;}}@media (min-width:60em){.bHcnQQ .top-left-corner-0{width:95%;height:95%;margin-left:2.5%;margin-top:1%;background-image:url('https://assets.digital.vistaprint.com/production/38ece484-ac95-4b02-a0e9-b09dbe15cbcb');background-repeat:no-repeat;background-position:0 0;}}

.fqIgqx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fqIgqx [class*="-corner-"],.fqIgqx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fqIgqx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fqIgqx [class*="bottom-left-corner"],.fqIgqx [class*="bottom-right-corner"]{bottom:0;}.fqIgqx [class*="top-left-corner"],.fqIgqx [class*="top-right-corner"]{top:0;}.fqIgqx [class*="-left-corner-"]{left:0;}.fqIgqx [class*="-right-corner-"]{right:0;}.fqIgqx [class*="top-left-corner-"]{background-position:0 0;}.fqIgqx [class*="top-right-corner-"]{background-position:100% 0;}.fqIgqx [class*="bottom-left-corner-"]{background-position:0 100%;}.fqIgqx [class*="bottom-right-corner-"]{background-position:100% 100%;}.fqIgqx [class*="top-edge-"],.fqIgqx [class*="bottom-edge-"],.fqIgqx [class*="left-edge-"],.fqIgqx [class*="right-edge-"]{margin:auto;}.fqIgqx [class*="top-edge-"],.fqIgqx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fqIgqx [class*="left-edge-"],.fqIgqx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fqIgqx [class*="top-edge-"]{top:0;}.fqIgqx [class*="bottom-edge-"]{bottom:0;}.fqIgqx [class*="left-edge-"]{left:0;}.fqIgqx [class*="right-edge-"]{right:0;}.fqIgqx .top-edge-0{width:100%;height:5px;background-color:#4a6279;}.fqIgqx .bottom-edge-0{width:100%;height:5px;background-color:#4a6279;}

.gzwzyH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gzwzyH [class*="-corner-"],.gzwzyH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gzwzyH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gzwzyH [class*="bottom-left-corner"],.gzwzyH [class*="bottom-right-corner"]{bottom:0;}.gzwzyH [class*="top-left-corner"],.gzwzyH [class*="top-right-corner"]{top:0;}.gzwzyH [class*="-left-corner-"]{left:0;}.gzwzyH [class*="-right-corner-"]{right:0;}.gzwzyH [class*="top-left-corner-"]{background-position:0 0;}.gzwzyH [class*="top-right-corner-"]{background-position:100% 0;}.gzwzyH [class*="bottom-left-corner-"]{background-position:0 100%;}.gzwzyH [class*="bottom-right-corner-"]{background-position:100% 100%;}.gzwzyH [class*="top-edge-"],.gzwzyH [class*="bottom-edge-"],.gzwzyH [class*="left-edge-"],.gzwzyH [class*="right-edge-"]{margin:auto;}.gzwzyH [class*="top-edge-"],.gzwzyH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gzwzyH [class*="left-edge-"],.gzwzyH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gzwzyH [class*="top-edge-"]{top:0;}.gzwzyH [class*="bottom-edge-"]{bottom:0;}.gzwzyH [class*="left-edge-"]{left:0;}.gzwzyH [class*="right-edge-"]{right:0;}.gzwzyH .bottom-edge-0{width:2200px;height:5px;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/eee557e6-c920-402d-8e35-b43fe43f2f6c');}

.leqwqQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.leqwqQ [class*="-corner-"],.leqwqQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.leqwqQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.leqwqQ [class*="bottom-left-corner"],.leqwqQ [class*="bottom-right-corner"]{bottom:0;}.leqwqQ [class*="top-left-corner"],.leqwqQ [class*="top-right-corner"]{top:0;}.leqwqQ [class*="-left-corner-"]{left:0;}.leqwqQ [class*="-right-corner-"]{right:0;}.leqwqQ [class*="top-left-corner-"]{background-position:0 0;}.leqwqQ [class*="top-right-corner-"]{background-position:100% 0;}.leqwqQ [class*="bottom-left-corner-"]{background-position:0 100%;}.leqwqQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.leqwqQ [class*="top-edge-"],.leqwqQ [class*="bottom-edge-"],.leqwqQ [class*="left-edge-"],.leqwqQ [class*="right-edge-"]{margin:auto;}.leqwqQ [class*="top-edge-"],.leqwqQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.leqwqQ [class*="left-edge-"],.leqwqQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.leqwqQ [class*="top-edge-"]{top:0;}.leqwqQ [class*="bottom-edge-"]{bottom:0;}.leqwqQ [class*="left-edge-"]{left:0;}.leqwqQ [class*="right-edge-"]{right:0;}.leqwqQ .top-edge-0{width:2200px;height:5px;z-index:10;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/eee557e6-c920-402d-8e35-b43fe43f2f6c');}.leqwqQ .top-left-corner-0{width:20%;margin-left:-8px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/9fa4b35f-dc8c-4c53-a4df-60ca32e5f66f');}

.euDsLr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.euDsLr [class*="-corner-"],.euDsLr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.euDsLr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.euDsLr [class*="bottom-left-corner"],.euDsLr [class*="bottom-right-corner"]{bottom:0;}.euDsLr [class*="top-left-corner"],.euDsLr [class*="top-right-corner"]{top:0;}.euDsLr [class*="-left-corner-"]{left:0;}.euDsLr [class*="-right-corner-"]{right:0;}.euDsLr [class*="top-left-corner-"]{background-position:0 0;}.euDsLr [class*="top-right-corner-"]{background-position:100% 0;}.euDsLr [class*="bottom-left-corner-"]{background-position:0 100%;}.euDsLr [class*="bottom-right-corner-"]{background-position:100% 100%;}.euDsLr [class*="top-edge-"],.euDsLr [class*="bottom-edge-"],.euDsLr [class*="left-edge-"],.euDsLr [class*="right-edge-"]{margin:auto;}.euDsLr [class*="top-edge-"],.euDsLr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.euDsLr [class*="left-edge-"],.euDsLr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.euDsLr [class*="top-edge-"]{top:0;}.euDsLr [class*="bottom-edge-"]{bottom:0;}.euDsLr [class*="left-edge-"]{left:0;}.euDsLr [class*="right-edge-"]{right:0;}.euDsLr .bottom-right-corner-0{width:12%;margin-right:-1px;margin-bottom:-2px;background-image:url('https://assets.digital.vistaprint.com/production/fb7227ca-77a4-4dd2-ae77-82fe1f68f8eb');}

.jLzXcr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jLzXcr [class*="-corner-"],.jLzXcr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jLzXcr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jLzXcr [class*="bottom-left-corner"],.jLzXcr [class*="bottom-right-corner"]{bottom:0;}.jLzXcr [class*="top-left-corner"],.jLzXcr [class*="top-right-corner"]{top:0;}.jLzXcr [class*="-left-corner-"]{left:0;}.jLzXcr [class*="-right-corner-"]{right:0;}.jLzXcr [class*="top-left-corner-"]{background-position:0 0;}.jLzXcr [class*="top-right-corner-"]{background-position:100% 0;}.jLzXcr [class*="bottom-left-corner-"]{background-position:0 100%;}.jLzXcr [class*="bottom-right-corner-"]{background-position:100% 100%;}.jLzXcr [class*="top-edge-"],.jLzXcr [class*="bottom-edge-"],.jLzXcr [class*="left-edge-"],.jLzXcr [class*="right-edge-"]{margin:auto;}.jLzXcr [class*="top-edge-"],.jLzXcr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jLzXcr [class*="left-edge-"],.jLzXcr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jLzXcr [class*="top-edge-"]{top:0;}.jLzXcr [class*="bottom-edge-"]{bottom:0;}.jLzXcr [class*="left-edge-"]{left:0;}.jLzXcr [class*="right-edge-"]{right:0;}.jLzXcr .top-edge-0{width:2200px;height:5px;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/eee557e6-c920-402d-8e35-b43fe43f2f6c');}.jLzXcr .bottom-edge-0{width:2200px;height:5px;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/eee557e6-c920-402d-8e35-b43fe43f2f6c');}

.icGHQd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.icGHQd [class*="-corner-"],.icGHQd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.icGHQd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.icGHQd [class*="bottom-left-corner"],.icGHQd [class*="bottom-right-corner"]{bottom:0;}.icGHQd [class*="top-left-corner"],.icGHQd [class*="top-right-corner"]{top:0;}.icGHQd [class*="-left-corner-"]{left:0;}.icGHQd [class*="-right-corner-"]{right:0;}.icGHQd [class*="top-left-corner-"]{background-position:0 0;}.icGHQd [class*="top-right-corner-"]{background-position:100% 0;}.icGHQd [class*="bottom-left-corner-"]{background-position:0 100%;}.icGHQd [class*="bottom-right-corner-"]{background-position:100% 100%;}.icGHQd [class*="top-edge-"],.icGHQd [class*="bottom-edge-"],.icGHQd [class*="left-edge-"],.icGHQd [class*="right-edge-"]{margin:auto;}.icGHQd [class*="top-edge-"],.icGHQd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.icGHQd [class*="left-edge-"],.icGHQd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.icGHQd [class*="top-edge-"]{top:0;}.icGHQd [class*="bottom-edge-"]{bottom:0;}.icGHQd [class*="left-edge-"]{left:0;}.icGHQd [class*="right-edge-"]{right:0;}.icGHQd .bottom-edge-0{width:1100px;height:1px;opacity:0.2;background-color:#000000;}

.eQVvag{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eQVvag [class*="-corner-"],.eQVvag [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eQVvag [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eQVvag [class*="bottom-left-corner"],.eQVvag [class*="bottom-right-corner"]{bottom:0;}.eQVvag [class*="top-left-corner"],.eQVvag [class*="top-right-corner"]{top:0;}.eQVvag [class*="-left-corner-"]{left:0;}.eQVvag [class*="-right-corner-"]{right:0;}.eQVvag [class*="top-left-corner-"]{background-position:0 0;}.eQVvag [class*="top-right-corner-"]{background-position:100% 0;}.eQVvag [class*="bottom-left-corner-"]{background-position:0 100%;}.eQVvag [class*="bottom-right-corner-"]{background-position:100% 100%;}.eQVvag [class*="top-edge-"],.eQVvag [class*="bottom-edge-"],.eQVvag [class*="left-edge-"],.eQVvag [class*="right-edge-"]{margin:auto;}.eQVvag [class*="top-edge-"],.eQVvag [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eQVvag [class*="left-edge-"],.eQVvag [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eQVvag [class*="top-edge-"]{top:0;}.eQVvag [class*="bottom-edge-"]{bottom:0;}.eQVvag [class*="left-edge-"]{left:0;}.eQVvag [class*="right-edge-"]{right:0;}.eQVvag .bottom-right-corner-0{width:100%;height:590px;background-image:url('https://assets.digital.vistaprint.com/production/d5a44d3c-38dc-49eb-b09b-f216ac56269c');background-size:contain;background-repeat:no-repeat;background-position:center 100%;}

.geEeaD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.geEeaD [class*="-corner-"],.geEeaD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.geEeaD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.geEeaD [class*="bottom-left-corner"],.geEeaD [class*="bottom-right-corner"]{bottom:0;}.geEeaD [class*="top-left-corner"],.geEeaD [class*="top-right-corner"]{top:0;}.geEeaD [class*="-left-corner-"]{left:0;}.geEeaD [class*="-right-corner-"]{right:0;}.geEeaD [class*="top-left-corner-"]{background-position:0 0;}.geEeaD [class*="top-right-corner-"]{background-position:100% 0;}.geEeaD [class*="bottom-left-corner-"]{background-position:0 100%;}.geEeaD [class*="bottom-right-corner-"]{background-position:100% 100%;}.geEeaD [class*="top-edge-"],.geEeaD [class*="bottom-edge-"],.geEeaD [class*="left-edge-"],.geEeaD [class*="right-edge-"]{margin:auto;}.geEeaD [class*="top-edge-"],.geEeaD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.geEeaD [class*="left-edge-"],.geEeaD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.geEeaD [class*="top-edge-"]{top:0;}.geEeaD [class*="bottom-edge-"]{bottom:0;}.geEeaD [class*="left-edge-"]{left:0;}.geEeaD [class*="right-edge-"]{right:0;}.geEeaD .top-edge-0{width:100%;height:4px;background-color:#646363;}

.jhfkVw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jhfkVw [class*="-corner-"],.jhfkVw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jhfkVw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jhfkVw [class*="bottom-left-corner"],.jhfkVw [class*="bottom-right-corner"]{bottom:0;}.jhfkVw [class*="top-left-corner"],.jhfkVw [class*="top-right-corner"]{top:0;}.jhfkVw [class*="-left-corner-"]{left:0;}.jhfkVw [class*="-right-corner-"]{right:0;}.jhfkVw [class*="top-left-corner-"]{background-position:0 0;}.jhfkVw [class*="top-right-corner-"]{background-position:100% 0;}.jhfkVw [class*="bottom-left-corner-"]{background-position:0 100%;}.jhfkVw [class*="bottom-right-corner-"]{background-position:100% 100%;}.jhfkVw [class*="top-edge-"],.jhfkVw [class*="bottom-edge-"],.jhfkVw [class*="left-edge-"],.jhfkVw [class*="right-edge-"]{margin:auto;}.jhfkVw [class*="top-edge-"],.jhfkVw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jhfkVw [class*="left-edge-"],.jhfkVw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jhfkVw [class*="top-edge-"]{top:0;}.jhfkVw [class*="bottom-edge-"]{bottom:0;}.jhfkVw [class*="left-edge-"]{left:0;}.jhfkVw [class*="right-edge-"]{right:0;}.jhfkVw .left-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/d30bae97-2a09-4a19-89c5-0ad8f64cd7a8');}@media (min-width:60em){.jhfkVw .left-edge-0{width:30%;height:65%;margin-left:420px;margin-top:140px;opacity:0.3;background-size:contain;background-repeat:no-repeat;}}

.fkKmAY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fkKmAY [class*="-corner-"],.fkKmAY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fkKmAY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fkKmAY [class*="bottom-left-corner"],.fkKmAY [class*="bottom-right-corner"]{bottom:0;}.fkKmAY [class*="top-left-corner"],.fkKmAY [class*="top-right-corner"]{top:0;}.fkKmAY [class*="-left-corner-"]{left:0;}.fkKmAY [class*="-right-corner-"]{right:0;}.fkKmAY [class*="top-left-corner-"]{background-position:0 0;}.fkKmAY [class*="top-right-corner-"]{background-position:100% 0;}.fkKmAY [class*="bottom-left-corner-"]{background-position:0 100%;}.fkKmAY [class*="bottom-right-corner-"]{background-position:100% 100%;}.fkKmAY [class*="top-edge-"],.fkKmAY [class*="bottom-edge-"],.fkKmAY [class*="left-edge-"],.fkKmAY [class*="right-edge-"]{margin:auto;}.fkKmAY [class*="top-edge-"],.fkKmAY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fkKmAY [class*="left-edge-"],.fkKmAY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fkKmAY [class*="top-edge-"]{top:0;}.fkKmAY [class*="bottom-edge-"]{bottom:0;}.fkKmAY [class*="left-edge-"]{left:0;}.fkKmAY [class*="right-edge-"]{right:0;}.fkKmAY .bottom-edge-0{width:100%;height:1px;background-color:#fff;}

.dBEPjB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dBEPjB [class*="-corner-"],.dBEPjB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dBEPjB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dBEPjB [class*="bottom-left-corner"],.dBEPjB [class*="bottom-right-corner"]{bottom:0;}.dBEPjB [class*="top-left-corner"],.dBEPjB [class*="top-right-corner"]{top:0;}.dBEPjB [class*="-left-corner-"]{left:0;}.dBEPjB [class*="-right-corner-"]{right:0;}.dBEPjB [class*="top-left-corner-"]{background-position:0 0;}.dBEPjB [class*="top-right-corner-"]{background-position:100% 0;}.dBEPjB [class*="bottom-left-corner-"]{background-position:0 100%;}.dBEPjB [class*="bottom-right-corner-"]{background-position:100% 100%;}.dBEPjB [class*="top-edge-"],.dBEPjB [class*="bottom-edge-"],.dBEPjB [class*="left-edge-"],.dBEPjB [class*="right-edge-"]{margin:auto;}.dBEPjB [class*="top-edge-"],.dBEPjB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dBEPjB [class*="left-edge-"],.dBEPjB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dBEPjB [class*="top-edge-"]{top:0;}.dBEPjB [class*="bottom-edge-"]{bottom:0;}.dBEPjB [class*="left-edge-"]{left:0;}.dBEPjB [class*="right-edge-"]{right:0;}.dBEPjB .bottom-edge-0{height:400px;margin-bottom:-350px;background-image:url('https://assets.digital.vistaprint.com/production/b003829f-7f0b-409c-ac18-97df1cd7b7e6');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.dBEPjB .bottom-edge-0{height:400px;margin-bottom:-290px;background-image:url('https://assets.digital.vistaprint.com/production/b003829f-7f0b-409c-ac18-97df1cd7b7e6');background-size:contain;background-repeat:no-repeat;}}@media (min-width:60em){.dBEPjB .bottom-edge-0{height:400px;margin-bottom:-140px;background-image:url('https://assets.digital.vistaprint.com/production/b003829f-7f0b-409c-ac18-97df1cd7b7e6');background-size:contain;background-repeat:no-repeat;}}

.dSUqYV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dSUqYV [class*="-corner-"],.dSUqYV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dSUqYV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dSUqYV [class*="bottom-left-corner"],.dSUqYV [class*="bottom-right-corner"]{bottom:0;}.dSUqYV [class*="top-left-corner"],.dSUqYV [class*="top-right-corner"]{top:0;}.dSUqYV [class*="-left-corner-"]{left:0;}.dSUqYV [class*="-right-corner-"]{right:0;}.dSUqYV [class*="top-left-corner-"]{background-position:0 0;}.dSUqYV [class*="top-right-corner-"]{background-position:100% 0;}.dSUqYV [class*="bottom-left-corner-"]{background-position:0 100%;}.dSUqYV [class*="bottom-right-corner-"]{background-position:100% 100%;}.dSUqYV [class*="top-edge-"],.dSUqYV [class*="bottom-edge-"],.dSUqYV [class*="left-edge-"],.dSUqYV [class*="right-edge-"]{margin:auto;}.dSUqYV [class*="top-edge-"],.dSUqYV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dSUqYV [class*="left-edge-"],.dSUqYV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dSUqYV [class*="top-edge-"]{top:0;}.dSUqYV [class*="bottom-edge-"]{bottom:0;}.dSUqYV [class*="left-edge-"]{left:0;}.dSUqYV [class*="right-edge-"]{right:0;}.dSUqYV .top-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/ef031db8-d80f-4cc9-910b-668b1700769d');background-size:contain;}@media (min-width:30em){.dSUqYV .top-left-corner-0{width:100%;height:100%;background-size:contain;}}@media (min-width:60em){.dSUqYV .top-left-corner-0{width:100%;height:100%;background-size:cover;}}

.etelzH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.etelzH [class*="-corner-"],.etelzH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.etelzH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.etelzH [class*="bottom-left-corner"],.etelzH [class*="bottom-right-corner"]{bottom:0;}.etelzH [class*="top-left-corner"],.etelzH [class*="top-right-corner"]{top:0;}.etelzH [class*="-left-corner-"]{left:0;}.etelzH [class*="-right-corner-"]{right:0;}.etelzH [class*="top-left-corner-"]{background-position:0 0;}.etelzH [class*="top-right-corner-"]{background-position:100% 0;}.etelzH [class*="bottom-left-corner-"]{background-position:0 100%;}.etelzH [class*="bottom-right-corner-"]{background-position:100% 100%;}.etelzH [class*="top-edge-"],.etelzH [class*="bottom-edge-"],.etelzH [class*="left-edge-"],.etelzH [class*="right-edge-"]{margin:auto;}.etelzH [class*="top-edge-"],.etelzH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.etelzH [class*="left-edge-"],.etelzH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.etelzH [class*="top-edge-"]{top:0;}.etelzH [class*="bottom-edge-"]{bottom:0;}.etelzH [class*="left-edge-"]{left:0;}.etelzH [class*="right-edge-"]{right:0;}.etelzH .top-left-corner-0{width:300px;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/ee86e5b3-2fc3-4d4f-9c4e-3dd038141332');}.etelzH .top-right-corner-0{width:300px;margin-right:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/637750a0-d238-444e-a7c1-53caf46ba6ef');}.etelzH .bottom-left-corner-0{width:300px;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/9cf13529-5982-4de2-bdd0-ab2cfd54a47e');}.etelzH .bottom-right-corner-0{width:300px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/829a6cbf-32c3-44b3-af10-5cd796ef04f8');}

.ezweiB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ezweiB [class*="-corner-"],.ezweiB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ezweiB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ezweiB [class*="bottom-left-corner"],.ezweiB [class*="bottom-right-corner"]{bottom:0;}.ezweiB [class*="top-left-corner"],.ezweiB [class*="top-right-corner"]{top:0;}.ezweiB [class*="-left-corner-"]{left:0;}.ezweiB [class*="-right-corner-"]{right:0;}.ezweiB [class*="top-left-corner-"]{background-position:0 0;}.ezweiB [class*="top-right-corner-"]{background-position:100% 0;}.ezweiB [class*="bottom-left-corner-"]{background-position:0 100%;}.ezweiB [class*="bottom-right-corner-"]{background-position:100% 100%;}.ezweiB [class*="top-edge-"],.ezweiB [class*="bottom-edge-"],.ezweiB [class*="left-edge-"],.ezweiB [class*="right-edge-"]{margin:auto;}.ezweiB [class*="top-edge-"],.ezweiB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ezweiB [class*="left-edge-"],.ezweiB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ezweiB [class*="top-edge-"]{top:0;}.ezweiB [class*="bottom-edge-"]{bottom:0;}.ezweiB [class*="left-edge-"]{left:0;}.ezweiB [class*="right-edge-"]{right:0;}.ezweiB .top-edge-0{height:100px;margin-top:-10px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/ad4cfda5-d6b3-4f5f-be77-2b36240a92b7');}.ezweiB .left-edge-0{width:10px;background-color:#6ABEA0;}.ezweiB .right-edge-0{width:10px;background-color:#6ABEA0;}.ezweiB .bottom-edge-0{height:10px;background-color:#6ABEA0;}

.giACNI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.giACNI [class*="-corner-"],.giACNI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.giACNI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.giACNI [class*="bottom-left-corner"],.giACNI [class*="bottom-right-corner"]{bottom:0;}.giACNI [class*="top-left-corner"],.giACNI [class*="top-right-corner"]{top:0;}.giACNI [class*="-left-corner-"]{left:0;}.giACNI [class*="-right-corner-"]{right:0;}.giACNI [class*="top-left-corner-"]{background-position:0 0;}.giACNI [class*="top-right-corner-"]{background-position:100% 0;}.giACNI [class*="bottom-left-corner-"]{background-position:0 100%;}.giACNI [class*="bottom-right-corner-"]{background-position:100% 100%;}.giACNI [class*="top-edge-"],.giACNI [class*="bottom-edge-"],.giACNI [class*="left-edge-"],.giACNI [class*="right-edge-"]{margin:auto;}.giACNI [class*="top-edge-"],.giACNI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.giACNI [class*="left-edge-"],.giACNI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.giACNI [class*="top-edge-"]{top:0;}.giACNI [class*="bottom-edge-"]{bottom:0;}.giACNI [class*="left-edge-"]{left:0;}.giACNI [class*="right-edge-"]{right:0;}.giACNI .top-edge-0{width:100%;height:100%;margin-top:-10px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/f69ccd95-4e64-4167-8acd-c77498a8aa2f');background-size:contain;background-position:center 0;}

.fFIgTM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fFIgTM [class*="-corner-"],.fFIgTM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fFIgTM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fFIgTM [class*="bottom-left-corner"],.fFIgTM [class*="bottom-right-corner"]{bottom:0;}.fFIgTM [class*="top-left-corner"],.fFIgTM [class*="top-right-corner"]{top:0;}.fFIgTM [class*="-left-corner-"]{left:0;}.fFIgTM [class*="-right-corner-"]{right:0;}.fFIgTM [class*="top-left-corner-"]{background-position:0 0;}.fFIgTM [class*="top-right-corner-"]{background-position:100% 0;}.fFIgTM [class*="bottom-left-corner-"]{background-position:0 100%;}.fFIgTM [class*="bottom-right-corner-"]{background-position:100% 100%;}.fFIgTM [class*="top-edge-"],.fFIgTM [class*="bottom-edge-"],.fFIgTM [class*="left-edge-"],.fFIgTM [class*="right-edge-"]{margin:auto;}.fFIgTM [class*="top-edge-"],.fFIgTM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fFIgTM [class*="left-edge-"],.fFIgTM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fFIgTM [class*="top-edge-"]{top:0;}.fFIgTM [class*="bottom-edge-"]{bottom:0;}.fFIgTM [class*="left-edge-"]{left:0;}.fFIgTM [class*="right-edge-"]{right:0;}.fFIgTM .top-edge-0{width:2000px;height:5px;background-color:#0088ca;}.fFIgTM .bottom-edge-0{width:2000px;height:5px;background-color:#0088ca;}

.dLHAq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dLHAq [class*="-corner-"],.dLHAq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dLHAq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dLHAq [class*="bottom-left-corner"],.dLHAq [class*="bottom-right-corner"]{bottom:0;}.dLHAq [class*="top-left-corner"],.dLHAq [class*="top-right-corner"]{top:0;}.dLHAq [class*="-left-corner-"]{left:0;}.dLHAq [class*="-right-corner-"]{right:0;}.dLHAq [class*="top-left-corner-"]{background-position:0 0;}.dLHAq [class*="top-right-corner-"]{background-position:100% 0;}.dLHAq [class*="bottom-left-corner-"]{background-position:0 100%;}.dLHAq [class*="bottom-right-corner-"]{background-position:100% 100%;}.dLHAq [class*="top-edge-"],.dLHAq [class*="bottom-edge-"],.dLHAq [class*="left-edge-"],.dLHAq [class*="right-edge-"]{margin:auto;}.dLHAq [class*="top-edge-"],.dLHAq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dLHAq [class*="left-edge-"],.dLHAq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dLHAq [class*="top-edge-"]{top:0;}.dLHAq [class*="bottom-edge-"]{bottom:0;}.dLHAq [class*="left-edge-"]{left:0;}.dLHAq [class*="right-edge-"]{right:0;}.dLHAq .bottom-edge-0{width:35%;height:10%;margin-bottom:150px;background-image:url('../1303611/dividers/divider1.svg');background-size:contain;background-repeat:no-repeat;background-position:center 0;}

.msPbc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.msPbc [class*="-corner-"],.msPbc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.msPbc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.msPbc [class*="bottom-left-corner"],.msPbc [class*="bottom-right-corner"]{bottom:0;}.msPbc [class*="top-left-corner"],.msPbc [class*="top-right-corner"]{top:0;}.msPbc [class*="-left-corner-"]{left:0;}.msPbc [class*="-right-corner-"]{right:0;}.msPbc [class*="top-left-corner-"]{background-position:0 0;}.msPbc [class*="top-right-corner-"]{background-position:100% 0;}.msPbc [class*="bottom-left-corner-"]{background-position:0 100%;}.msPbc [class*="bottom-right-corner-"]{background-position:100% 100%;}.msPbc [class*="top-edge-"],.msPbc [class*="bottom-edge-"],.msPbc [class*="left-edge-"],.msPbc [class*="right-edge-"]{margin:auto;}.msPbc [class*="top-edge-"],.msPbc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.msPbc [class*="left-edge-"],.msPbc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.msPbc [class*="top-edge-"]{top:0;}.msPbc [class*="bottom-edge-"]{bottom:0;}.msPbc [class*="left-edge-"]{left:0;}.msPbc [class*="right-edge-"]{right:0;}.msPbc .bottom-edge-0{width:35%;height:10%;margin-bottom:50px;background-image:url('../1303611/dividers/divider1.svg');background-size:contain;background-repeat:no-repeat;background-position:center 0;}

.SqOzO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.SqOzO [class*="-corner-"],.SqOzO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.SqOzO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.SqOzO [class*="bottom-left-corner"],.SqOzO [class*="bottom-right-corner"]{bottom:0;}.SqOzO [class*="top-left-corner"],.SqOzO [class*="top-right-corner"]{top:0;}.SqOzO [class*="-left-corner-"]{left:0;}.SqOzO [class*="-right-corner-"]{right:0;}.SqOzO [class*="top-left-corner-"]{background-position:0 0;}.SqOzO [class*="top-right-corner-"]{background-position:100% 0;}.SqOzO [class*="bottom-left-corner-"]{background-position:0 100%;}.SqOzO [class*="bottom-right-corner-"]{background-position:100% 100%;}.SqOzO [class*="top-edge-"],.SqOzO [class*="bottom-edge-"],.SqOzO [class*="left-edge-"],.SqOzO [class*="right-edge-"]{margin:auto;}.SqOzO [class*="top-edge-"],.SqOzO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.SqOzO [class*="left-edge-"],.SqOzO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.SqOzO [class*="top-edge-"]{top:0;}.SqOzO [class*="bottom-edge-"]{bottom:0;}.SqOzO [class*="left-edge-"]{left:0;}.SqOzO [class*="right-edge-"]{right:0;}.SqOzO .bottom-edge-0{height:70px;margin-bottom:-63px;background-image:url('https://assets.digital.vistaprint.com/production/0d44e71d-dd01-4c7a-b43f-dd91bec1ab85');background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.SqOzO .bottom-edge-0{margin-bottom:-55px;}}@media (min-width:60em){.SqOzO .bottom-edge-0{margin-bottom:-28px;}}

.cbVIIL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cbVIIL [class*="-corner-"],.cbVIIL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cbVIIL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cbVIIL [class*="bottom-left-corner"],.cbVIIL [class*="bottom-right-corner"]{bottom:0;}.cbVIIL [class*="top-left-corner"],.cbVIIL [class*="top-right-corner"]{top:0;}.cbVIIL [class*="-left-corner-"]{left:0;}.cbVIIL [class*="-right-corner-"]{right:0;}.cbVIIL [class*="top-left-corner-"]{background-position:0 0;}.cbVIIL [class*="top-right-corner-"]{background-position:100% 0;}.cbVIIL [class*="bottom-left-corner-"]{background-position:0 100%;}.cbVIIL [class*="bottom-right-corner-"]{background-position:100% 100%;}.cbVIIL [class*="top-edge-"],.cbVIIL [class*="bottom-edge-"],.cbVIIL [class*="left-edge-"],.cbVIIL [class*="right-edge-"]{margin:auto;}.cbVIIL [class*="top-edge-"],.cbVIIL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cbVIIL [class*="left-edge-"],.cbVIIL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cbVIIL [class*="top-edge-"]{top:0;}.cbVIIL [class*="bottom-edge-"]{bottom:0;}.cbVIIL [class*="left-edge-"]{left:0;}.cbVIIL [class*="right-edge-"]{right:0;}.cbVIIL .bottom-left-corner-0{width:450%;height:100%;margin-bottom:bottom;background-image:url('https://assets.digital.vistaprint.com/production/a903879a-0011-4b15-a6b4-b48cc4a06524');}@media (min-width:30em){.cbVIIL .bottom-left-corner-0{width:250%;height:100%;margin-bottom:bottom;background-image:url('https://assets.digital.vistaprint.com/production/a903879a-0011-4b15-a6b4-b48cc4a06524');}}@media (min-width:60em){.cbVIIL .bottom-left-corner-0{width:1900px;height:10%;margin-bottom:bottom;background-image:url('https://assets.digital.vistaprint.com/production/a903879a-0011-4b15-a6b4-b48cc4a06524');}}

.dIAbpY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dIAbpY [class*="-corner-"],.dIAbpY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dIAbpY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dIAbpY [class*="bottom-left-corner"],.dIAbpY [class*="bottom-right-corner"]{bottom:0;}.dIAbpY [class*="top-left-corner"],.dIAbpY [class*="top-right-corner"]{top:0;}.dIAbpY [class*="-left-corner-"]{left:0;}.dIAbpY [class*="-right-corner-"]{right:0;}.dIAbpY [class*="top-left-corner-"]{background-position:0 0;}.dIAbpY [class*="top-right-corner-"]{background-position:100% 0;}.dIAbpY [class*="bottom-left-corner-"]{background-position:0 100%;}.dIAbpY [class*="bottom-right-corner-"]{background-position:100% 100%;}.dIAbpY [class*="top-edge-"],.dIAbpY [class*="bottom-edge-"],.dIAbpY [class*="left-edge-"],.dIAbpY [class*="right-edge-"]{margin:auto;}.dIAbpY [class*="top-edge-"],.dIAbpY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dIAbpY [class*="left-edge-"],.dIAbpY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dIAbpY [class*="top-edge-"]{top:0;}.dIAbpY [class*="bottom-edge-"]{bottom:0;}.dIAbpY [class*="left-edge-"]{left:0;}.dIAbpY [class*="right-edge-"]{right:0;}.dIAbpY .top-left-corner-0{width:180px;margin-left:-40px;margin-top:-70px;background-image:url('https://assets.digital.vistaprint.com/production/0f75a226-bfd8-4393-85ba-2d58eb7922ce');}@media (min-width:30em){.dIAbpY .top-left-corner-0{width:260px;margin-left:-80px;margin-top:-120px;}}@media (min-width:60em){.dIAbpY .top-left-corner-0{width:500px;margin-left:-80px;margin-top:-120px;}}

.ffGOQY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ffGOQY [class*="-corner-"],.ffGOQY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ffGOQY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ffGOQY [class*="bottom-left-corner"],.ffGOQY [class*="bottom-right-corner"]{bottom:0;}.ffGOQY [class*="top-left-corner"],.ffGOQY [class*="top-right-corner"]{top:0;}.ffGOQY [class*="-left-corner-"]{left:0;}.ffGOQY [class*="-right-corner-"]{right:0;}.ffGOQY [class*="top-left-corner-"]{background-position:0 0;}.ffGOQY [class*="top-right-corner-"]{background-position:100% 0;}.ffGOQY [class*="bottom-left-corner-"]{background-position:0 100%;}.ffGOQY [class*="bottom-right-corner-"]{background-position:100% 100%;}.ffGOQY [class*="top-edge-"],.ffGOQY [class*="bottom-edge-"],.ffGOQY [class*="left-edge-"],.ffGOQY [class*="right-edge-"]{margin:auto;}.ffGOQY [class*="top-edge-"],.ffGOQY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ffGOQY [class*="left-edge-"],.ffGOQY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ffGOQY [class*="top-edge-"]{top:0;}.ffGOQY [class*="bottom-edge-"]{bottom:0;}.ffGOQY [class*="left-edge-"]{left:0;}.ffGOQY [class*="right-edge-"]{right:0;}.ffGOQY .top-right-corner-0{width:200px;margin-right:-100px;margin-top:-100px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}.ffGOQY .bottom-left-corner-0{width:200px;margin-left:-100px;margin-bottom:-100px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}

.iYUpGJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iYUpGJ [class*="-corner-"],.iYUpGJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iYUpGJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iYUpGJ [class*="bottom-left-corner"],.iYUpGJ [class*="bottom-right-corner"]{bottom:0;}.iYUpGJ [class*="top-left-corner"],.iYUpGJ [class*="top-right-corner"]{top:0;}.iYUpGJ [class*="-left-corner-"]{left:0;}.iYUpGJ [class*="-right-corner-"]{right:0;}.iYUpGJ [class*="top-left-corner-"]{background-position:0 0;}.iYUpGJ [class*="top-right-corner-"]{background-position:100% 0;}.iYUpGJ [class*="bottom-left-corner-"]{background-position:0 100%;}.iYUpGJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.iYUpGJ [class*="top-edge-"],.iYUpGJ [class*="bottom-edge-"],.iYUpGJ [class*="left-edge-"],.iYUpGJ [class*="right-edge-"]{margin:auto;}.iYUpGJ [class*="top-edge-"],.iYUpGJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iYUpGJ [class*="left-edge-"],.iYUpGJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iYUpGJ [class*="top-edge-"]{top:0;}.iYUpGJ [class*="bottom-edge-"]{bottom:0;}.iYUpGJ [class*="left-edge-"]{left:0;}.iYUpGJ [class*="right-edge-"]{right:0;}.iYUpGJ .top-edge-0{width:100%;height:100%;z-index:3;opacity:1;background-image:url('http://http:/assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}

.bhKsUU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bhKsUU [class*="-corner-"],.bhKsUU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bhKsUU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bhKsUU [class*="bottom-left-corner"],.bhKsUU [class*="bottom-right-corner"]{bottom:0;}.bhKsUU [class*="top-left-corner"],.bhKsUU [class*="top-right-corner"]{top:0;}.bhKsUU [class*="-left-corner-"]{left:0;}.bhKsUU [class*="-right-corner-"]{right:0;}.bhKsUU [class*="top-left-corner-"]{background-position:0 0;}.bhKsUU [class*="top-right-corner-"]{background-position:100% 0;}.bhKsUU [class*="bottom-left-corner-"]{background-position:0 100%;}.bhKsUU [class*="bottom-right-corner-"]{background-position:100% 100%;}.bhKsUU [class*="top-edge-"],.bhKsUU [class*="bottom-edge-"],.bhKsUU [class*="left-edge-"],.bhKsUU [class*="right-edge-"]{margin:auto;}.bhKsUU [class*="top-edge-"],.bhKsUU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bhKsUU [class*="left-edge-"],.bhKsUU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bhKsUU [class*="top-edge-"]{top:0;}.bhKsUU [class*="bottom-edge-"]{bottom:0;}.bhKsUU [class*="left-edge-"]{left:0;}.bhKsUU [class*="right-edge-"]{right:0;}.bhKsUU .top-edge-0{height:12px;margin-left:0px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/cabfdbf5-fed6-4958-958b-2cef8571087f');background-repeat:repeat-x;}.bhKsUU .left-edge-0{width:12px;margin-left:0px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/cabfdbf5-fed6-4958-958b-2cef8571087f');background-repeat:repeat-y;}.bhKsUU .right-edge-0{width:12px;margin-right:0px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/cabfdbf5-fed6-4958-958b-2cef8571087f');background-repeat:repeat-y;}.bhKsUU .bottom-edge-0{height:12px;margin-left:0px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/cabfdbf5-fed6-4958-958b-2cef8571087f');background-repeat:repeat-x;}

.dSEfgu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dSEfgu [class*="-corner-"],.dSEfgu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dSEfgu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dSEfgu [class*="bottom-left-corner"],.dSEfgu [class*="bottom-right-corner"]{bottom:0;}.dSEfgu [class*="top-left-corner"],.dSEfgu [class*="top-right-corner"]{top:0;}.dSEfgu [class*="-left-corner-"]{left:0;}.dSEfgu [class*="-right-corner-"]{right:0;}.dSEfgu [class*="top-left-corner-"]{background-position:0 0;}.dSEfgu [class*="top-right-corner-"]{background-position:100% 0;}.dSEfgu [class*="bottom-left-corner-"]{background-position:0 100%;}.dSEfgu [class*="bottom-right-corner-"]{background-position:100% 100%;}.dSEfgu [class*="top-edge-"],.dSEfgu [class*="bottom-edge-"],.dSEfgu [class*="left-edge-"],.dSEfgu [class*="right-edge-"]{margin:auto;}.dSEfgu [class*="top-edge-"],.dSEfgu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dSEfgu [class*="left-edge-"],.dSEfgu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dSEfgu [class*="top-edge-"]{top:0;}.dSEfgu [class*="bottom-edge-"]{bottom:0;}.dSEfgu [class*="left-edge-"]{left:0;}.dSEfgu [class*="right-edge-"]{right:0;}.dSEfgu .top-edge-0{width:100%;height:6px;background-color:#cddc29;}.dSEfgu .bottom-edge-0{width:100%;height:6px;background-color:#cddc29;}

.dIwAGs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dIwAGs [class*="-corner-"],.dIwAGs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dIwAGs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dIwAGs [class*="bottom-left-corner"],.dIwAGs [class*="bottom-right-corner"]{bottom:0;}.dIwAGs [class*="top-left-corner"],.dIwAGs [class*="top-right-corner"]{top:0;}.dIwAGs [class*="-left-corner-"]{left:0;}.dIwAGs [class*="-right-corner-"]{right:0;}.dIwAGs [class*="top-left-corner-"]{background-position:0 0;}.dIwAGs [class*="top-right-corner-"]{background-position:100% 0;}.dIwAGs [class*="bottom-left-corner-"]{background-position:0 100%;}.dIwAGs [class*="bottom-right-corner-"]{background-position:100% 100%;}.dIwAGs [class*="top-edge-"],.dIwAGs [class*="bottom-edge-"],.dIwAGs [class*="left-edge-"],.dIwAGs [class*="right-edge-"]{margin:auto;}.dIwAGs [class*="top-edge-"],.dIwAGs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dIwAGs [class*="left-edge-"],.dIwAGs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dIwAGs [class*="top-edge-"]{top:0;}.dIwAGs [class*="bottom-edge-"]{bottom:0;}.dIwAGs [class*="left-edge-"]{left:0;}.dIwAGs [class*="right-edge-"]{right:0;}.dIwAGs .top-edge-0{width:300%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/2b4eae28-0ad6-486c-aedf-2b848c5e799e');background-repeat:no-repeat;}@media (min-width:30em){.dIwAGs .top-edge-0{width:200%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/2b4eae28-0ad6-486c-aedf-2b848c5e799e');background-repeat:no-repeat;}}@media (min-width:60em){.dIwAGs .top-edge-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/2b4eae28-0ad6-486c-aedf-2b848c5e799e');background-repeat:no-repeat;}}

.bhyipp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bhyipp [class*="-corner-"],.bhyipp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bhyipp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bhyipp [class*="bottom-left-corner"],.bhyipp [class*="bottom-right-corner"]{bottom:0;}.bhyipp [class*="top-left-corner"],.bhyipp [class*="top-right-corner"]{top:0;}.bhyipp [class*="-left-corner-"]{left:0;}.bhyipp [class*="-right-corner-"]{right:0;}.bhyipp [class*="top-left-corner-"]{background-position:0 0;}.bhyipp [class*="top-right-corner-"]{background-position:100% 0;}.bhyipp [class*="bottom-left-corner-"]{background-position:0 100%;}.bhyipp [class*="bottom-right-corner-"]{background-position:100% 100%;}.bhyipp [class*="top-edge-"],.bhyipp [class*="bottom-edge-"],.bhyipp [class*="left-edge-"],.bhyipp [class*="right-edge-"]{margin:auto;}.bhyipp [class*="top-edge-"],.bhyipp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bhyipp [class*="left-edge-"],.bhyipp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bhyipp [class*="top-edge-"]{top:0;}.bhyipp [class*="bottom-edge-"]{bottom:0;}.bhyipp [class*="left-edge-"]{left:0;}.bhyipp [class*="right-edge-"]{right:0;}.bhyipp .top-edge-0{width:100%;height:100%;z-index:3;opacity:5;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}.bhyipp .bottom-edge-0{width:100%;height:100%;z-index:3;opacity:5;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.gMaqdu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gMaqdu [class*="-corner-"],.gMaqdu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gMaqdu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gMaqdu [class*="bottom-left-corner"],.gMaqdu [class*="bottom-right-corner"]{bottom:0;}.gMaqdu [class*="top-left-corner"],.gMaqdu [class*="top-right-corner"]{top:0;}.gMaqdu [class*="-left-corner-"]{left:0;}.gMaqdu [class*="-right-corner-"]{right:0;}.gMaqdu [class*="top-left-corner-"]{background-position:0 0;}.gMaqdu [class*="top-right-corner-"]{background-position:100% 0;}.gMaqdu [class*="bottom-left-corner-"]{background-position:0 100%;}.gMaqdu [class*="bottom-right-corner-"]{background-position:100% 100%;}.gMaqdu [class*="top-edge-"],.gMaqdu [class*="bottom-edge-"],.gMaqdu [class*="left-edge-"],.gMaqdu [class*="right-edge-"]{margin:auto;}.gMaqdu [class*="top-edge-"],.gMaqdu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gMaqdu [class*="left-edge-"],.gMaqdu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gMaqdu [class*="top-edge-"]{top:0;}.gMaqdu [class*="bottom-edge-"]{bottom:0;}.gMaqdu [class*="left-edge-"]{left:0;}.gMaqdu [class*="right-edge-"]{right:0;}.gMaqdu .left-edge-0{width:0px;margin-left:20px;margin-top:8px;background-image:url('https://assets.digital.vistaprint.com/production/c9a0e573-5a36-48b7-813a-92866816fa16');background-size:contain;}@media (min-width:30em){.gMaqdu .left-edge-0{width:0px;}}@media (min-width:60em){.gMaqdu .left-edge-0{width:12px;}}.gMaqdu .right-edge-0{width:0px;margin-right:20px;margin-top:8px;background-image:url('https://assets.digital.vistaprint.com/production/c9a0e573-5a36-48b7-813a-92866816fa16');background-size:contain;}@media (min-width:30em){.gMaqdu .right-edge-0{width:0px;}}@media (min-width:60em){.gMaqdu .right-edge-0{width:12px;}}

.byUtjG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.byUtjG [class*="-corner-"],.byUtjG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.byUtjG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.byUtjG [class*="bottom-left-corner"],.byUtjG [class*="bottom-right-corner"]{bottom:0;}.byUtjG [class*="top-left-corner"],.byUtjG [class*="top-right-corner"]{top:0;}.byUtjG [class*="-left-corner-"]{left:0;}.byUtjG [class*="-right-corner-"]{right:0;}.byUtjG [class*="top-left-corner-"]{background-position:0 0;}.byUtjG [class*="top-right-corner-"]{background-position:100% 0;}.byUtjG [class*="bottom-left-corner-"]{background-position:0 100%;}.byUtjG [class*="bottom-right-corner-"]{background-position:100% 100%;}.byUtjG [class*="top-edge-"],.byUtjG [class*="bottom-edge-"],.byUtjG [class*="left-edge-"],.byUtjG [class*="right-edge-"]{margin:auto;}.byUtjG [class*="top-edge-"],.byUtjG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.byUtjG [class*="left-edge-"],.byUtjG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.byUtjG [class*="top-edge-"]{top:0;}.byUtjG [class*="bottom-edge-"]{bottom:0;}.byUtjG [class*="left-edge-"]{left:0;}.byUtjG [class*="right-edge-"]{right:0;}.byUtjG .top-edge-0{width:30%;height:3px;background-color:#2ac5f4;}

.dtFlZc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dtFlZc [class*="-corner-"],.dtFlZc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dtFlZc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dtFlZc [class*="bottom-left-corner"],.dtFlZc [class*="bottom-right-corner"]{bottom:0;}.dtFlZc [class*="top-left-corner"],.dtFlZc [class*="top-right-corner"]{top:0;}.dtFlZc [class*="-left-corner-"]{left:0;}.dtFlZc [class*="-right-corner-"]{right:0;}.dtFlZc [class*="top-left-corner-"]{background-position:0 0;}.dtFlZc [class*="top-right-corner-"]{background-position:100% 0;}.dtFlZc [class*="bottom-left-corner-"]{background-position:0 100%;}.dtFlZc [class*="bottom-right-corner-"]{background-position:100% 100%;}.dtFlZc [class*="top-edge-"],.dtFlZc [class*="bottom-edge-"],.dtFlZc [class*="left-edge-"],.dtFlZc [class*="right-edge-"]{margin:auto;}.dtFlZc [class*="top-edge-"],.dtFlZc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dtFlZc [class*="left-edge-"],.dtFlZc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dtFlZc [class*="top-edge-"]{top:0;}.dtFlZc [class*="bottom-edge-"]{bottom:0;}.dtFlZc [class*="left-edge-"]{left:0;}.dtFlZc [class*="right-edge-"]{right:0;}.dtFlZc .top-edge-0{width:100%;height:2px;margin-top:10px;background-color:#ffffff;}

.gVyRmC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gVyRmC [class*="-corner-"],.gVyRmC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gVyRmC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gVyRmC [class*="bottom-left-corner"],.gVyRmC [class*="bottom-right-corner"]{bottom:0;}.gVyRmC [class*="top-left-corner"],.gVyRmC [class*="top-right-corner"]{top:0;}.gVyRmC [class*="-left-corner-"]{left:0;}.gVyRmC [class*="-right-corner-"]{right:0;}.gVyRmC [class*="top-left-corner-"]{background-position:0 0;}.gVyRmC [class*="top-right-corner-"]{background-position:100% 0;}.gVyRmC [class*="bottom-left-corner-"]{background-position:0 100%;}.gVyRmC [class*="bottom-right-corner-"]{background-position:100% 100%;}.gVyRmC [class*="top-edge-"],.gVyRmC [class*="bottom-edge-"],.gVyRmC [class*="left-edge-"],.gVyRmC [class*="right-edge-"]{margin:auto;}.gVyRmC [class*="top-edge-"],.gVyRmC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gVyRmC [class*="left-edge-"],.gVyRmC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gVyRmC [class*="top-edge-"]{top:0;}.gVyRmC [class*="bottom-edge-"]{bottom:0;}.gVyRmC [class*="left-edge-"]{left:0;}.gVyRmC [class*="right-edge-"]{right:0;}.gVyRmC .bottom-edge-0{width:100%;height:2px;margin-bottom:10px;background-color:#ffffff;}

.gDbrOB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gDbrOB [class*="-corner-"],.gDbrOB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gDbrOB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gDbrOB [class*="bottom-left-corner"],.gDbrOB [class*="bottom-right-corner"]{bottom:0;}.gDbrOB [class*="top-left-corner"],.gDbrOB [class*="top-right-corner"]{top:0;}.gDbrOB [class*="-left-corner-"]{left:0;}.gDbrOB [class*="-right-corner-"]{right:0;}.gDbrOB [class*="top-left-corner-"]{background-position:0 0;}.gDbrOB [class*="top-right-corner-"]{background-position:100% 0;}.gDbrOB [class*="bottom-left-corner-"]{background-position:0 100%;}.gDbrOB [class*="bottom-right-corner-"]{background-position:100% 100%;}.gDbrOB [class*="top-edge-"],.gDbrOB [class*="bottom-edge-"],.gDbrOB [class*="left-edge-"],.gDbrOB [class*="right-edge-"]{margin:auto;}.gDbrOB [class*="top-edge-"],.gDbrOB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gDbrOB [class*="left-edge-"],.gDbrOB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gDbrOB [class*="top-edge-"]{top:0;}.gDbrOB [class*="bottom-edge-"]{bottom:0;}.gDbrOB [class*="left-edge-"]{left:0;}.gDbrOB [class*="right-edge-"]{right:0;}.gDbrOB .top-edge-0{width:100%;height:2px;margin-top:10px;background-color:#001c48;}.gDbrOB .bottom-edge-0{width:100%;height:2px;margin-bottom:10px;background-color:#001c48;}

.fXirsV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fXirsV [class*="-corner-"],.fXirsV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fXirsV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fXirsV [class*="bottom-left-corner"],.fXirsV [class*="bottom-right-corner"]{bottom:0;}.fXirsV [class*="top-left-corner"],.fXirsV [class*="top-right-corner"]{top:0;}.fXirsV [class*="-left-corner-"]{left:0;}.fXirsV [class*="-right-corner-"]{right:0;}.fXirsV [class*="top-left-corner-"]{background-position:0 0;}.fXirsV [class*="top-right-corner-"]{background-position:100% 0;}.fXirsV [class*="bottom-left-corner-"]{background-position:0 100%;}.fXirsV [class*="bottom-right-corner-"]{background-position:100% 100%;}.fXirsV [class*="top-edge-"],.fXirsV [class*="bottom-edge-"],.fXirsV [class*="left-edge-"],.fXirsV [class*="right-edge-"]{margin:auto;}.fXirsV [class*="top-edge-"],.fXirsV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fXirsV [class*="left-edge-"],.fXirsV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fXirsV [class*="top-edge-"]{top:0;}.fXirsV [class*="bottom-edge-"]{bottom:0;}.fXirsV [class*="left-edge-"]{left:0;}.fXirsV [class*="right-edge-"]{right:0;}.fXirsV .top-edge-0{height:40px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/a21ade34-249d-4eba-aa19-e1c6745e5c25');background-repeat:no-repeat;}.fXirsV .bottom-edge-0{height:40px;margin-bottom:-35px;background-image:url('https://assets.digital.vistaprint.com/production/647a60e0-b08e-42c1-8ffe-ea2acafc120e');background-repeat:no-repeat;}@media (min-width:30em){.fXirsV .bottom-edge-0{height:40px;margin-bottom:-28px;background-image:url('https://assets.digital.vistaprint.com/production/647a60e0-b08e-42c1-8ffe-ea2acafc120e');background-repeat:no-repeat;}}@media (min-width:60em){.fXirsV .bottom-edge-0{height:40px;margin-bottom:-9px;background-image:url('https://assets.digital.vistaprint.com/production/647a60e0-b08e-42c1-8ffe-ea2acafc120e');background-repeat:no-repeat;}}

.dNwNal{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dNwNal [class*="-corner-"],.dNwNal [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dNwNal [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dNwNal [class*="bottom-left-corner"],.dNwNal [class*="bottom-right-corner"]{bottom:0;}.dNwNal [class*="top-left-corner"],.dNwNal [class*="top-right-corner"]{top:0;}.dNwNal [class*="-left-corner-"]{left:0;}.dNwNal [class*="-right-corner-"]{right:0;}.dNwNal [class*="top-left-corner-"]{background-position:0 0;}.dNwNal [class*="top-right-corner-"]{background-position:100% 0;}.dNwNal [class*="bottom-left-corner-"]{background-position:0 100%;}.dNwNal [class*="bottom-right-corner-"]{background-position:100% 100%;}.dNwNal [class*="top-edge-"],.dNwNal [class*="bottom-edge-"],.dNwNal [class*="left-edge-"],.dNwNal [class*="right-edge-"]{margin:auto;}.dNwNal [class*="top-edge-"],.dNwNal [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dNwNal [class*="left-edge-"],.dNwNal [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dNwNal [class*="top-edge-"]{top:0;}.dNwNal [class*="bottom-edge-"]{bottom:0;}.dNwNal [class*="left-edge-"]{left:0;}.dNwNal [class*="right-edge-"]{right:0;}.dNwNal .bottom-edge-0{height:5px;background-color:#e52429;}

.eniwrw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eniwrw [class*="-corner-"],.eniwrw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eniwrw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eniwrw [class*="bottom-left-corner"],.eniwrw [class*="bottom-right-corner"]{bottom:0;}.eniwrw [class*="top-left-corner"],.eniwrw [class*="top-right-corner"]{top:0;}.eniwrw [class*="-left-corner-"]{left:0;}.eniwrw [class*="-right-corner-"]{right:0;}.eniwrw [class*="top-left-corner-"]{background-position:0 0;}.eniwrw [class*="top-right-corner-"]{background-position:100% 0;}.eniwrw [class*="bottom-left-corner-"]{background-position:0 100%;}.eniwrw [class*="bottom-right-corner-"]{background-position:100% 100%;}.eniwrw [class*="top-edge-"],.eniwrw [class*="bottom-edge-"],.eniwrw [class*="left-edge-"],.eniwrw [class*="right-edge-"]{margin:auto;}.eniwrw [class*="top-edge-"],.eniwrw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eniwrw [class*="left-edge-"],.eniwrw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eniwrw [class*="top-edge-"]{top:0;}.eniwrw [class*="bottom-edge-"]{bottom:0;}.eniwrw [class*="left-edge-"]{left:0;}.eniwrw [class*="right-edge-"]{right:0;}.eniwrw .bottom-edge-0{width:100%;height:100%;background-color:white;}@media (min-width:30em){.eniwrw .bottom-edge-0{width:100%;height:100%;background-color:white;}}@media (min-width:60em){.eniwrw .bottom-edge-0{width:100%;height:165px;background-color:white;}}

.dtRkIw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dtRkIw [class*="-corner-"],.dtRkIw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dtRkIw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dtRkIw [class*="bottom-left-corner"],.dtRkIw [class*="bottom-right-corner"]{bottom:0;}.dtRkIw [class*="top-left-corner"],.dtRkIw [class*="top-right-corner"]{top:0;}.dtRkIw [class*="-left-corner-"]{left:0;}.dtRkIw [class*="-right-corner-"]{right:0;}.dtRkIw [class*="top-left-corner-"]{background-position:0 0;}.dtRkIw [class*="top-right-corner-"]{background-position:100% 0;}.dtRkIw [class*="bottom-left-corner-"]{background-position:0 100%;}.dtRkIw [class*="bottom-right-corner-"]{background-position:100% 100%;}.dtRkIw [class*="top-edge-"],.dtRkIw [class*="bottom-edge-"],.dtRkIw [class*="left-edge-"],.dtRkIw [class*="right-edge-"]{margin:auto;}.dtRkIw [class*="top-edge-"],.dtRkIw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dtRkIw [class*="left-edge-"],.dtRkIw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dtRkIw [class*="top-edge-"]{top:0;}.dtRkIw [class*="bottom-edge-"]{bottom:0;}.dtRkIw [class*="left-edge-"]{left:0;}.dtRkIw [class*="right-edge-"]{right:0;}.dtRkIw .top-edge-0{width:100%;height:100%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#000000;}@media (min-width:30em){.dtRkIw .top-edge-0{width:0%;height:0%;background-color:#000000;}}@media (min-width:60em){.dtRkIw .top-edge-0{width:0%;height:0%;background-color:#000000;}}.dtRkIw .bottom-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/f36f6064-4b60-42c0-ab74-4ce429d9372a');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.dtRkIw .bottom-left-corner-0{width:100%;height:100%;background-size:contain;background-repeat:no-repeat;}}@media (min-width:60em){.dtRkIw .bottom-left-corner-0{width:100%;height:100%;background-size:contain;background-repeat:no-repeat;}}

.fxwjrL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fxwjrL [class*="-corner-"],.fxwjrL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fxwjrL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fxwjrL [class*="bottom-left-corner"],.fxwjrL [class*="bottom-right-corner"]{bottom:0;}.fxwjrL [class*="top-left-corner"],.fxwjrL [class*="top-right-corner"]{top:0;}.fxwjrL [class*="-left-corner-"]{left:0;}.fxwjrL [class*="-right-corner-"]{right:0;}.fxwjrL [class*="top-left-corner-"]{background-position:0 0;}.fxwjrL [class*="top-right-corner-"]{background-position:100% 0;}.fxwjrL [class*="bottom-left-corner-"]{background-position:0 100%;}.fxwjrL [class*="bottom-right-corner-"]{background-position:100% 100%;}.fxwjrL [class*="top-edge-"],.fxwjrL [class*="bottom-edge-"],.fxwjrL [class*="left-edge-"],.fxwjrL [class*="right-edge-"]{margin:auto;}.fxwjrL [class*="top-edge-"],.fxwjrL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fxwjrL [class*="left-edge-"],.fxwjrL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fxwjrL [class*="top-edge-"]{top:0;}.fxwjrL [class*="bottom-edge-"]{bottom:0;}.fxwjrL [class*="left-edge-"]{left:0;}.fxwjrL [class*="right-edge-"]{right:0;}.fxwjrL .top-edge-0{width:0px;background-image:url('https://assets.digital.vistaprint.com/production/e9c1005c-c3d0-4919-9415-19fe6c32d640');}@media (min-width:30em){.fxwjrL .top-edge-0{width:513px;height:11px;}}@media (min-width:60em){.fxwjrL .top-edge-0{width:513px;height:11px;}}

.buekER{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.buekER [class*="-corner-"],.buekER [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.buekER [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.buekER [class*="bottom-left-corner"],.buekER [class*="bottom-right-corner"]{bottom:0;}.buekER [class*="top-left-corner"],.buekER [class*="top-right-corner"]{top:0;}.buekER [class*="-left-corner-"]{left:0;}.buekER [class*="-right-corner-"]{right:0;}.buekER [class*="top-left-corner-"]{background-position:0 0;}.buekER [class*="top-right-corner-"]{background-position:100% 0;}.buekER [class*="bottom-left-corner-"]{background-position:0 100%;}.buekER [class*="bottom-right-corner-"]{background-position:100% 100%;}.buekER [class*="top-edge-"],.buekER [class*="bottom-edge-"],.buekER [class*="left-edge-"],.buekER [class*="right-edge-"]{margin:auto;}.buekER [class*="top-edge-"],.buekER [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.buekER [class*="left-edge-"],.buekER [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.buekER [class*="top-edge-"]{top:0;}.buekER [class*="bottom-edge-"]{bottom:0;}.buekER [class*="left-edge-"]{left:0;}.buekER [class*="right-edge-"]{right:0;}.buekER .bottom-edge-0{height:5px;background-color:#BFD630;}

.bvIGLO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bvIGLO [class*="-corner-"],.bvIGLO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bvIGLO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bvIGLO [class*="bottom-left-corner"],.bvIGLO [class*="bottom-right-corner"]{bottom:0;}.bvIGLO [class*="top-left-corner"],.bvIGLO [class*="top-right-corner"]{top:0;}.bvIGLO [class*="-left-corner-"]{left:0;}.bvIGLO [class*="-right-corner-"]{right:0;}.bvIGLO [class*="top-left-corner-"]{background-position:0 0;}.bvIGLO [class*="top-right-corner-"]{background-position:100% 0;}.bvIGLO [class*="bottom-left-corner-"]{background-position:0 100%;}.bvIGLO [class*="bottom-right-corner-"]{background-position:100% 100%;}.bvIGLO [class*="top-edge-"],.bvIGLO [class*="bottom-edge-"],.bvIGLO [class*="left-edge-"],.bvIGLO [class*="right-edge-"]{margin:auto;}.bvIGLO [class*="top-edge-"],.bvIGLO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bvIGLO [class*="left-edge-"],.bvIGLO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bvIGLO [class*="top-edge-"]{top:0;}.bvIGLO [class*="bottom-edge-"]{bottom:0;}.bvIGLO [class*="left-edge-"]{left:0;}.bvIGLO [class*="right-edge-"]{right:0;}.bvIGLO .top-edge-0{width:100%;height:2px;background-color:#ffc20e;}.bvIGLO .bottom-edge-0{width:100%;height:2px;background-color:#ffc20e;}

.dbtvcY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dbtvcY [class*="-corner-"],.dbtvcY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dbtvcY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dbtvcY [class*="bottom-left-corner"],.dbtvcY [class*="bottom-right-corner"]{bottom:0;}.dbtvcY [class*="top-left-corner"],.dbtvcY [class*="top-right-corner"]{top:0;}.dbtvcY [class*="-left-corner-"]{left:0;}.dbtvcY [class*="-right-corner-"]{right:0;}.dbtvcY [class*="top-left-corner-"]{background-position:0 0;}.dbtvcY [class*="top-right-corner-"]{background-position:100% 0;}.dbtvcY [class*="bottom-left-corner-"]{background-position:0 100%;}.dbtvcY [class*="bottom-right-corner-"]{background-position:100% 100%;}.dbtvcY [class*="top-edge-"],.dbtvcY [class*="bottom-edge-"],.dbtvcY [class*="left-edge-"],.dbtvcY [class*="right-edge-"]{margin:auto;}.dbtvcY [class*="top-edge-"],.dbtvcY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dbtvcY [class*="left-edge-"],.dbtvcY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dbtvcY [class*="top-edge-"]{top:0;}.dbtvcY [class*="bottom-edge-"]{bottom:0;}.dbtvcY [class*="left-edge-"]{left:0;}.dbtvcY [class*="right-edge-"]{right:0;}.dbtvcY .bottom-edge-0{width:100%;height:30px;background-color:#ecd5e0;}

.dyQXZY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dyQXZY [class*="-corner-"],.dyQXZY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dyQXZY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dyQXZY [class*="bottom-left-corner"],.dyQXZY [class*="bottom-right-corner"]{bottom:0;}.dyQXZY [class*="top-left-corner"],.dyQXZY [class*="top-right-corner"]{top:0;}.dyQXZY [class*="-left-corner-"]{left:0;}.dyQXZY [class*="-right-corner-"]{right:0;}.dyQXZY [class*="top-left-corner-"]{background-position:0 0;}.dyQXZY [class*="top-right-corner-"]{background-position:100% 0;}.dyQXZY [class*="bottom-left-corner-"]{background-position:0 100%;}.dyQXZY [class*="bottom-right-corner-"]{background-position:100% 100%;}.dyQXZY [class*="top-edge-"],.dyQXZY [class*="bottom-edge-"],.dyQXZY [class*="left-edge-"],.dyQXZY [class*="right-edge-"]{margin:auto;}.dyQXZY [class*="top-edge-"],.dyQXZY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dyQXZY [class*="left-edge-"],.dyQXZY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dyQXZY [class*="top-edge-"]{top:0;}.dyQXZY [class*="bottom-edge-"]{bottom:0;}.dyQXZY [class*="left-edge-"]{left:0;}.dyQXZY [class*="right-edge-"]{right:0;}.dyQXZY .bottom-edge-0{width:630px;height:1px;opacity:0.5;background-color:#000000;}

.hLCMFl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hLCMFl [class*="-corner-"],.hLCMFl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hLCMFl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hLCMFl [class*="bottom-left-corner"],.hLCMFl [class*="bottom-right-corner"]{bottom:0;}.hLCMFl [class*="top-left-corner"],.hLCMFl [class*="top-right-corner"]{top:0;}.hLCMFl [class*="-left-corner-"]{left:0;}.hLCMFl [class*="-right-corner-"]{right:0;}.hLCMFl [class*="top-left-corner-"]{background-position:0 0;}.hLCMFl [class*="top-right-corner-"]{background-position:100% 0;}.hLCMFl [class*="bottom-left-corner-"]{background-position:0 100%;}.hLCMFl [class*="bottom-right-corner-"]{background-position:100% 100%;}.hLCMFl [class*="top-edge-"],.hLCMFl [class*="bottom-edge-"],.hLCMFl [class*="left-edge-"],.hLCMFl [class*="right-edge-"]{margin:auto;}.hLCMFl [class*="top-edge-"],.hLCMFl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hLCMFl [class*="left-edge-"],.hLCMFl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hLCMFl [class*="top-edge-"]{top:0;}.hLCMFl [class*="bottom-edge-"]{bottom:0;}.hLCMFl [class*="left-edge-"]{left:0;}.hLCMFl [class*="right-edge-"]{right:0;}.hLCMFl .top-edge-0{width:110%;height:10%;margin-left:-25px;margin-top:15px;background-image:url('https://assets.digital.vistaprint.com/production/51f39b05-1bf8-4b8b-9acd-2e64a9590322');background-repeat:no-repeat;}

.gGrFLa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gGrFLa [class*="-corner-"],.gGrFLa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gGrFLa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gGrFLa [class*="bottom-left-corner"],.gGrFLa [class*="bottom-right-corner"]{bottom:0;}.gGrFLa [class*="top-left-corner"],.gGrFLa [class*="top-right-corner"]{top:0;}.gGrFLa [class*="-left-corner-"]{left:0;}.gGrFLa [class*="-right-corner-"]{right:0;}.gGrFLa [class*="top-left-corner-"]{background-position:0 0;}.gGrFLa [class*="top-right-corner-"]{background-position:100% 0;}.gGrFLa [class*="bottom-left-corner-"]{background-position:0 100%;}.gGrFLa [class*="bottom-right-corner-"]{background-position:100% 100%;}.gGrFLa [class*="top-edge-"],.gGrFLa [class*="bottom-edge-"],.gGrFLa [class*="left-edge-"],.gGrFLa [class*="right-edge-"]{margin:auto;}.gGrFLa [class*="top-edge-"],.gGrFLa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gGrFLa [class*="left-edge-"],.gGrFLa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gGrFLa [class*="top-edge-"]{top:0;}.gGrFLa [class*="bottom-edge-"]{bottom:0;}.gGrFLa [class*="left-edge-"]{left:0;}.gGrFLa [class*="right-edge-"]{right:0;}.gGrFLa .bottom-edge-0{width:110%;height:10%;margin-left:-25px;margin-bottom:57px;background-image:url('https://assets.digital.vistaprint.com/production/51f39b05-1bf8-4b8b-9acd-2e64a9590322');background-repeat:no-repeat;}

.kyIvfP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kyIvfP [class*="-corner-"],.kyIvfP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kyIvfP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kyIvfP [class*="bottom-left-corner"],.kyIvfP [class*="bottom-right-corner"]{bottom:0;}.kyIvfP [class*="top-left-corner"],.kyIvfP [class*="top-right-corner"]{top:0;}.kyIvfP [class*="-left-corner-"]{left:0;}.kyIvfP [class*="-right-corner-"]{right:0;}.kyIvfP [class*="top-left-corner-"]{background-position:0 0;}.kyIvfP [class*="top-right-corner-"]{background-position:100% 0;}.kyIvfP [class*="bottom-left-corner-"]{background-position:0 100%;}.kyIvfP [class*="bottom-right-corner-"]{background-position:100% 100%;}.kyIvfP [class*="top-edge-"],.kyIvfP [class*="bottom-edge-"],.kyIvfP [class*="left-edge-"],.kyIvfP [class*="right-edge-"]{margin:auto;}.kyIvfP [class*="top-edge-"],.kyIvfP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kyIvfP [class*="left-edge-"],.kyIvfP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kyIvfP [class*="top-edge-"]{top:0;}.kyIvfP [class*="bottom-edge-"]{bottom:0;}.kyIvfP [class*="left-edge-"]{left:0;}.kyIvfP [class*="right-edge-"]{right:0;}.kyIvfP .top-edge-0{width:95.5%;height:5px;margin-top:100px;opacity:0.5;background-color:#FFFFFF;}@media (min-width:30em){.kyIvfP .top-edge-0{width:95%;height:6px;}}@media (min-width:60em){.kyIvfP .top-edge-0{width:65%;height:6px;}}.kyIvfP .bottom-edge-0{width:1380px;height:285px;margin-left:-200px;margin-bottom:10px;background-image:url('https://assets.digital.vistaprint.com/production/b7ad3a6c-1d05-4e79-8690-3daa31ab03bd');}@media (min-width:30em){.kyIvfP .bottom-edge-0{width:1380px;height:285px;margin-left:-200px;}}@media (min-width:60em){.kyIvfP .bottom-edge-0{width:100%;height:100%;margin-left:1px;margin-bottom:-50px;background-size:cover;background-repeat:no-repeat;}}.kyIvfP .top-left-corner-0{width:5px;margin-left:2%;margin-top:100px;opacity:0.5;background-color:#FFFFFF;}@media (min-width:30em){.kyIvfP .top-left-corner-0{width:6px;margin-left:2.5%;margin-top:100px;}}@media (min-width:60em){.kyIvfP .top-left-corner-0{width:6px;margin-left:17.5%;margin-top:100px;}}.kyIvfP .top-right-corner-0{width:5px;margin-right:2%;margin-top:100px;opacity:0.5;background-color:#FFFFFF;}@media (min-width:30em){.kyIvfP .top-right-corner-0{width:6px;margin-right:2.5%;margin-top:100px;opacity:0.5;}}@media (min-width:60em){.kyIvfP .top-right-corner-0{width:6px;margin-right:17.5%;margin-top:100px;opacity:0.5;}}

.ezmFaD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ezmFaD [class*="-corner-"],.ezmFaD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ezmFaD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ezmFaD [class*="bottom-left-corner"],.ezmFaD [class*="bottom-right-corner"]{bottom:0;}.ezmFaD [class*="top-left-corner"],.ezmFaD [class*="top-right-corner"]{top:0;}.ezmFaD [class*="-left-corner-"]{left:0;}.ezmFaD [class*="-right-corner-"]{right:0;}.ezmFaD [class*="top-left-corner-"]{background-position:0 0;}.ezmFaD [class*="top-right-corner-"]{background-position:100% 0;}.ezmFaD [class*="bottom-left-corner-"]{background-position:0 100%;}.ezmFaD [class*="bottom-right-corner-"]{background-position:100% 100%;}.ezmFaD [class*="top-edge-"],.ezmFaD [class*="bottom-edge-"],.ezmFaD [class*="left-edge-"],.ezmFaD [class*="right-edge-"]{margin:auto;}.ezmFaD [class*="top-edge-"],.ezmFaD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ezmFaD [class*="left-edge-"],.ezmFaD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ezmFaD [class*="top-edge-"]{top:0;}.ezmFaD [class*="bottom-edge-"]{bottom:0;}.ezmFaD [class*="left-edge-"]{left:0;}.ezmFaD [class*="right-edge-"]{right:0;}.ezmFaD .top-edge-0{width:100%;height:5px;background-color:#ed1c24;}

.dDIGad{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dDIGad [class*="-corner-"],.dDIGad [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dDIGad [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dDIGad [class*="bottom-left-corner"],.dDIGad [class*="bottom-right-corner"]{bottom:0;}.dDIGad [class*="top-left-corner"],.dDIGad [class*="top-right-corner"]{top:0;}.dDIGad [class*="-left-corner-"]{left:0;}.dDIGad [class*="-right-corner-"]{right:0;}.dDIGad [class*="top-left-corner-"]{background-position:0 0;}.dDIGad [class*="top-right-corner-"]{background-position:100% 0;}.dDIGad [class*="bottom-left-corner-"]{background-position:0 100%;}.dDIGad [class*="bottom-right-corner-"]{background-position:100% 100%;}.dDIGad [class*="top-edge-"],.dDIGad [class*="bottom-edge-"],.dDIGad [class*="left-edge-"],.dDIGad [class*="right-edge-"]{margin:auto;}.dDIGad [class*="top-edge-"],.dDIGad [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dDIGad [class*="left-edge-"],.dDIGad [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dDIGad [class*="top-edge-"]{top:0;}.dDIGad [class*="bottom-edge-"]{bottom:0;}.dDIGad [class*="left-edge-"]{left:0;}.dDIGad [class*="right-edge-"]{right:0;}.dDIGad .bottom-edge-0{width:1102px;height:120px;background-image:url('https://assets.digital.vistaprint.com/production/46f7fdb0-4255-4c6d-bb0e-738098a72fbd');}

.cITRri{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cITRri [class*="-corner-"],.cITRri [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cITRri [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cITRri [class*="bottom-left-corner"],.cITRri [class*="bottom-right-corner"]{bottom:0;}.cITRri [class*="top-left-corner"],.cITRri [class*="top-right-corner"]{top:0;}.cITRri [class*="-left-corner-"]{left:0;}.cITRri [class*="-right-corner-"]{right:0;}.cITRri [class*="top-left-corner-"]{background-position:0 0;}.cITRri [class*="top-right-corner-"]{background-position:100% 0;}.cITRri [class*="bottom-left-corner-"]{background-position:0 100%;}.cITRri [class*="bottom-right-corner-"]{background-position:100% 100%;}.cITRri [class*="top-edge-"],.cITRri [class*="bottom-edge-"],.cITRri [class*="left-edge-"],.cITRri [class*="right-edge-"]{margin:auto;}.cITRri [class*="top-edge-"],.cITRri [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cITRri [class*="left-edge-"],.cITRri [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cITRri [class*="top-edge-"]{top:0;}.cITRri [class*="bottom-edge-"]{bottom:0;}.cITRri [class*="left-edge-"]{left:0;}.cITRri [class*="right-edge-"]{right:0;}.cITRri .bottom-edge-0{width:94px;height:10px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/ffb426ca-f2e7-4410-8b18-f7fe856f05cc');background-repeat:no-repeat;}.cITRri .top-right-corner-0{width:200px;height:200px;margin-right:-100px;margin-top:-100px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}

.gsOXIr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gsOXIr [class*="-corner-"],.gsOXIr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gsOXIr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gsOXIr [class*="bottom-left-corner"],.gsOXIr [class*="bottom-right-corner"]{bottom:0;}.gsOXIr [class*="top-left-corner"],.gsOXIr [class*="top-right-corner"]{top:0;}.gsOXIr [class*="-left-corner-"]{left:0;}.gsOXIr [class*="-right-corner-"]{right:0;}.gsOXIr [class*="top-left-corner-"]{background-position:0 0;}.gsOXIr [class*="top-right-corner-"]{background-position:100% 0;}.gsOXIr [class*="bottom-left-corner-"]{background-position:0 100%;}.gsOXIr [class*="bottom-right-corner-"]{background-position:100% 100%;}.gsOXIr [class*="top-edge-"],.gsOXIr [class*="bottom-edge-"],.gsOXIr [class*="left-edge-"],.gsOXIr [class*="right-edge-"]{margin:auto;}.gsOXIr [class*="top-edge-"],.gsOXIr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gsOXIr [class*="left-edge-"],.gsOXIr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gsOXIr [class*="top-edge-"]{top:0;}.gsOXIr [class*="bottom-edge-"]{bottom:0;}.gsOXIr [class*="left-edge-"]{left:0;}.gsOXIr [class*="right-edge-"]{right:0;}.gsOXIr .bottom-left-corner-0{width:200px;height:200px;margin-left:-100px;margin-bottom:-100px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}

.hITjCZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hITjCZ [class*="-corner-"],.hITjCZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hITjCZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hITjCZ [class*="bottom-left-corner"],.hITjCZ [class*="bottom-right-corner"]{bottom:0;}.hITjCZ [class*="top-left-corner"],.hITjCZ [class*="top-right-corner"]{top:0;}.hITjCZ [class*="-left-corner-"]{left:0;}.hITjCZ [class*="-right-corner-"]{right:0;}.hITjCZ [class*="top-left-corner-"]{background-position:0 0;}.hITjCZ [class*="top-right-corner-"]{background-position:100% 0;}.hITjCZ [class*="bottom-left-corner-"]{background-position:0 100%;}.hITjCZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.hITjCZ [class*="top-edge-"],.hITjCZ [class*="bottom-edge-"],.hITjCZ [class*="left-edge-"],.hITjCZ [class*="right-edge-"]{margin:auto;}.hITjCZ [class*="top-edge-"],.hITjCZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hITjCZ [class*="left-edge-"],.hITjCZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hITjCZ [class*="top-edge-"]{top:0;}.hITjCZ [class*="bottom-edge-"]{bottom:0;}.hITjCZ [class*="left-edge-"]{left:0;}.hITjCZ [class*="right-edge-"]{right:0;}.hITjCZ .top-edge-0{width:50%;height:86px;margin-top:50px;background-image:url('https://assets.digital.vistaprint.com/production/17dad7a6-87f6-45f1-986d-dc9a9862fc44');background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.hITjCZ .top-edge-0{width:50%;height:86px;margin-top:50px;background-repeat:no-repeat;background-position:50% 0;}}@media (min-width:60em){.hITjCZ .top-edge-0{width:400px;height:369px;margin-left:7%;margin-top:70px;}}.hITjCZ .top-edge-1{width:100%;height:10px;background-color:#f39b9b;}.hITjCZ .left-edge-0{width:10px;height:100%;background-color:#f39b9b;}.hITjCZ .right-edge-0{width:10px;height:100%;background-color:#f39b9b;}.hITjCZ .bottom-edge-0{width:100%;height:10px;background-color:#f39b9b;}

.jcekTR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jcekTR [class*="-corner-"],.jcekTR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jcekTR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jcekTR [class*="bottom-left-corner"],.jcekTR [class*="bottom-right-corner"]{bottom:0;}.jcekTR [class*="top-left-corner"],.jcekTR [class*="top-right-corner"]{top:0;}.jcekTR [class*="-left-corner-"]{left:0;}.jcekTR [class*="-right-corner-"]{right:0;}.jcekTR [class*="top-left-corner-"]{background-position:0 0;}.jcekTR [class*="top-right-corner-"]{background-position:100% 0;}.jcekTR [class*="bottom-left-corner-"]{background-position:0 100%;}.jcekTR [class*="bottom-right-corner-"]{background-position:100% 100%;}.jcekTR [class*="top-edge-"],.jcekTR [class*="bottom-edge-"],.jcekTR [class*="left-edge-"],.jcekTR [class*="right-edge-"]{margin:auto;}.jcekTR [class*="top-edge-"],.jcekTR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jcekTR [class*="left-edge-"],.jcekTR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jcekTR [class*="top-edge-"]{top:0;}.jcekTR [class*="bottom-edge-"]{bottom:0;}.jcekTR [class*="left-edge-"]{left:0;}.jcekTR [class*="right-edge-"]{right:0;}.jcekTR .top-left-corner-0{width:50px;margin-left:20px;margin-top:20px;opacity:0.3;background-image:url('../1001394/icons/icon1.svg');background-repeat:no-repeat;}.jcekTR .bottom-right-corner-0{width:50px;margin-right:20px;margin-bottom:20px;opacity:0.3;background-image:url('../1001394/icons/icon1.svg');background-repeat:no-repeat;}

.ePeTEy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ePeTEy [class*="-corner-"],.ePeTEy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ePeTEy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ePeTEy [class*="bottom-left-corner"],.ePeTEy [class*="bottom-right-corner"]{bottom:0;}.ePeTEy [class*="top-left-corner"],.ePeTEy [class*="top-right-corner"]{top:0;}.ePeTEy [class*="-left-corner-"]{left:0;}.ePeTEy [class*="-right-corner-"]{right:0;}.ePeTEy [class*="top-left-corner-"]{background-position:0 0;}.ePeTEy [class*="top-right-corner-"]{background-position:100% 0;}.ePeTEy [class*="bottom-left-corner-"]{background-position:0 100%;}.ePeTEy [class*="bottom-right-corner-"]{background-position:100% 100%;}.ePeTEy [class*="top-edge-"],.ePeTEy [class*="bottom-edge-"],.ePeTEy [class*="left-edge-"],.ePeTEy [class*="right-edge-"]{margin:auto;}.ePeTEy [class*="top-edge-"],.ePeTEy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ePeTEy [class*="left-edge-"],.ePeTEy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ePeTEy [class*="top-edge-"]{top:0;}.ePeTEy [class*="bottom-edge-"]{bottom:0;}.ePeTEy [class*="left-edge-"]{left:0;}.ePeTEy [class*="right-edge-"]{right:0;}.ePeTEy .top-edge-0{height:2px;background-color:#648798;}.ePeTEy .right-edge-0{width:0;background-image:url('https://assets.digital.vistaprint.com/production/023126c7-cdf8-450e-86a6-c2886a5a906b');}@media (min-width:30em){.ePeTEy .right-edge-0{width:0px;}}@media (min-width:60em){.ePeTEy .right-edge-0{width:20%;opacity:0.8;background-size:cover;background-repeat:no-repeat;}}

.BlBMs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.BlBMs [class*="-corner-"],.BlBMs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.BlBMs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.BlBMs [class*="bottom-left-corner"],.BlBMs [class*="bottom-right-corner"]{bottom:0;}.BlBMs [class*="top-left-corner"],.BlBMs [class*="top-right-corner"]{top:0;}.BlBMs [class*="-left-corner-"]{left:0;}.BlBMs [class*="-right-corner-"]{right:0;}.BlBMs [class*="top-left-corner-"]{background-position:0 0;}.BlBMs [class*="top-right-corner-"]{background-position:100% 0;}.BlBMs [class*="bottom-left-corner-"]{background-position:0 100%;}.BlBMs [class*="bottom-right-corner-"]{background-position:100% 100%;}.BlBMs [class*="top-edge-"],.BlBMs [class*="bottom-edge-"],.BlBMs [class*="left-edge-"],.BlBMs [class*="right-edge-"]{margin:auto;}.BlBMs [class*="top-edge-"],.BlBMs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.BlBMs [class*="left-edge-"],.BlBMs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.BlBMs [class*="top-edge-"]{top:0;}.BlBMs [class*="bottom-edge-"]{bottom:0;}.BlBMs [class*="left-edge-"]{left:0;}.BlBMs [class*="right-edge-"]{right:0;}.BlBMs .bottom-edge-0{width:100%;height:100%;opacity:0.75;background-image:url('https://assets.digital.vistaprint.com/production/15fb99f9-4545-40d8-9865-faf778205450');background-size:cover;}

.kDhDMY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kDhDMY [class*="-corner-"],.kDhDMY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kDhDMY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kDhDMY [class*="bottom-left-corner"],.kDhDMY [class*="bottom-right-corner"]{bottom:0;}.kDhDMY [class*="top-left-corner"],.kDhDMY [class*="top-right-corner"]{top:0;}.kDhDMY [class*="-left-corner-"]{left:0;}.kDhDMY [class*="-right-corner-"]{right:0;}.kDhDMY [class*="top-left-corner-"]{background-position:0 0;}.kDhDMY [class*="top-right-corner-"]{background-position:100% 0;}.kDhDMY [class*="bottom-left-corner-"]{background-position:0 100%;}.kDhDMY [class*="bottom-right-corner-"]{background-position:100% 100%;}.kDhDMY [class*="top-edge-"],.kDhDMY [class*="bottom-edge-"],.kDhDMY [class*="left-edge-"],.kDhDMY [class*="right-edge-"]{margin:auto;}.kDhDMY [class*="top-edge-"],.kDhDMY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kDhDMY [class*="left-edge-"],.kDhDMY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kDhDMY [class*="top-edge-"]{top:0;}.kDhDMY [class*="bottom-edge-"]{bottom:0;}.kDhDMY [class*="left-edge-"]{left:0;}.kDhDMY [class*="right-edge-"]{right:0;}.kDhDMY .bottom-right-corner-0{width:180px;margin-right:-40px;margin-bottom:10px;background-image:url('https://assets.digital.vistaprint.com/production/b7d39d15-718b-4712-9982-7c09249542a0');}@media (min-width:30em){.kDhDMY .bottom-right-corner-0{width:260px;margin-right:-80px;margin-bottom:10px;}}@media (min-width:60em){.kDhDMY .bottom-right-corner-0{width:500px;margin-right:-80px;margin-bottom:10px;}}

.jvmxtu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jvmxtu [class*="-corner-"],.jvmxtu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jvmxtu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jvmxtu [class*="bottom-left-corner"],.jvmxtu [class*="bottom-right-corner"]{bottom:0;}.jvmxtu [class*="top-left-corner"],.jvmxtu [class*="top-right-corner"]{top:0;}.jvmxtu [class*="-left-corner-"]{left:0;}.jvmxtu [class*="-right-corner-"]{right:0;}.jvmxtu [class*="top-left-corner-"]{background-position:0 0;}.jvmxtu [class*="top-right-corner-"]{background-position:100% 0;}.jvmxtu [class*="bottom-left-corner-"]{background-position:0 100%;}.jvmxtu [class*="bottom-right-corner-"]{background-position:100% 100%;}.jvmxtu [class*="top-edge-"],.jvmxtu [class*="bottom-edge-"],.jvmxtu [class*="left-edge-"],.jvmxtu [class*="right-edge-"]{margin:auto;}.jvmxtu [class*="top-edge-"],.jvmxtu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jvmxtu [class*="left-edge-"],.jvmxtu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jvmxtu [class*="top-edge-"]{top:0;}.jvmxtu [class*="bottom-edge-"]{bottom:0;}.jvmxtu [class*="left-edge-"]{left:0;}.jvmxtu [class*="right-edge-"]{right:0;}.jvmxtu .top-edge-0{width:100%;height:75px;background-image:url('https://assets.digital.vistaprint.com/production/f06cf11f-22dc-4be6-925b-8852e5fc185a');background-size:contain;}

.jhIJlZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jhIJlZ [class*="-corner-"],.jhIJlZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jhIJlZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jhIJlZ [class*="bottom-left-corner"],.jhIJlZ [class*="bottom-right-corner"]{bottom:0;}.jhIJlZ [class*="top-left-corner"],.jhIJlZ [class*="top-right-corner"]{top:0;}.jhIJlZ [class*="-left-corner-"]{left:0;}.jhIJlZ [class*="-right-corner-"]{right:0;}.jhIJlZ [class*="top-left-corner-"]{background-position:0 0;}.jhIJlZ [class*="top-right-corner-"]{background-position:100% 0;}.jhIJlZ [class*="bottom-left-corner-"]{background-position:0 100%;}.jhIJlZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.jhIJlZ [class*="top-edge-"],.jhIJlZ [class*="bottom-edge-"],.jhIJlZ [class*="left-edge-"],.jhIJlZ [class*="right-edge-"]{margin:auto;}.jhIJlZ [class*="top-edge-"],.jhIJlZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jhIJlZ [class*="left-edge-"],.jhIJlZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jhIJlZ [class*="top-edge-"]{top:0;}.jhIJlZ [class*="bottom-edge-"]{bottom:0;}.jhIJlZ [class*="left-edge-"]{left:0;}.jhIJlZ [class*="right-edge-"]{right:0;}.jhIJlZ .top-edge-0{height:0px;background-color:#000;}.jhIJlZ .left-edge-0{width:960px;margin-left:0px;opacity:0.75;background-image:url('https://assets.digital.vistaprint.com/production/8f1f3ddd-480c-4cea-a33b-ed5f244d8567');}.jhIJlZ .left-edge-1{width:0px;background-color:#000;}.jhIJlZ .right-edge-0{width:0px;background-color:#000;}.jhIJlZ .bottom-edge-0{height:0px;background-color:#000;}

.hECVgX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hECVgX [class*="-corner-"],.hECVgX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hECVgX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hECVgX [class*="bottom-left-corner"],.hECVgX [class*="bottom-right-corner"]{bottom:0;}.hECVgX [class*="top-left-corner"],.hECVgX [class*="top-right-corner"]{top:0;}.hECVgX [class*="-left-corner-"]{left:0;}.hECVgX [class*="-right-corner-"]{right:0;}.hECVgX [class*="top-left-corner-"]{background-position:0 0;}.hECVgX [class*="top-right-corner-"]{background-position:100% 0;}.hECVgX [class*="bottom-left-corner-"]{background-position:0 100%;}.hECVgX [class*="bottom-right-corner-"]{background-position:100% 100%;}.hECVgX [class*="top-edge-"],.hECVgX [class*="bottom-edge-"],.hECVgX [class*="left-edge-"],.hECVgX [class*="right-edge-"]{margin:auto;}.hECVgX [class*="top-edge-"],.hECVgX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hECVgX [class*="left-edge-"],.hECVgX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hECVgX [class*="top-edge-"]{top:0;}.hECVgX [class*="bottom-edge-"]{bottom:0;}.hECVgX [class*="left-edge-"]{left:0;}.hECVgX [class*="right-edge-"]{right:0;}.hECVgX .top-edge-0{height:100px;margin-top:-10px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/3d366d7e-f616-4874-a0f4-0f2baf9e0112');}

.uuYWr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.uuYWr [class*="-corner-"],.uuYWr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.uuYWr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.uuYWr [class*="bottom-left-corner"],.uuYWr [class*="bottom-right-corner"]{bottom:0;}.uuYWr [class*="top-left-corner"],.uuYWr [class*="top-right-corner"]{top:0;}.uuYWr [class*="-left-corner-"]{left:0;}.uuYWr [class*="-right-corner-"]{right:0;}.uuYWr [class*="top-left-corner-"]{background-position:0 0;}.uuYWr [class*="top-right-corner-"]{background-position:100% 0;}.uuYWr [class*="bottom-left-corner-"]{background-position:0 100%;}.uuYWr [class*="bottom-right-corner-"]{background-position:100% 100%;}.uuYWr [class*="top-edge-"],.uuYWr [class*="bottom-edge-"],.uuYWr [class*="left-edge-"],.uuYWr [class*="right-edge-"]{margin:auto;}.uuYWr [class*="top-edge-"],.uuYWr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.uuYWr [class*="left-edge-"],.uuYWr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.uuYWr [class*="top-edge-"]{top:0;}.uuYWr [class*="bottom-edge-"]{bottom:0;}.uuYWr [class*="left-edge-"]{left:0;}.uuYWr [class*="right-edge-"]{right:0;}.uuYWr .top-edge-0{height:30px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/eb047ee8-a115-4fed-90a6-12e5bb3f8e24');}

.jmYcyX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jmYcyX [class*="-corner-"],.jmYcyX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jmYcyX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jmYcyX [class*="bottom-left-corner"],.jmYcyX [class*="bottom-right-corner"]{bottom:0;}.jmYcyX [class*="top-left-corner"],.jmYcyX [class*="top-right-corner"]{top:0;}.jmYcyX [class*="-left-corner-"]{left:0;}.jmYcyX [class*="-right-corner-"]{right:0;}.jmYcyX [class*="top-left-corner-"]{background-position:0 0;}.jmYcyX [class*="top-right-corner-"]{background-position:100% 0;}.jmYcyX [class*="bottom-left-corner-"]{background-position:0 100%;}.jmYcyX [class*="bottom-right-corner-"]{background-position:100% 100%;}.jmYcyX [class*="top-edge-"],.jmYcyX [class*="bottom-edge-"],.jmYcyX [class*="left-edge-"],.jmYcyX [class*="right-edge-"]{margin:auto;}.jmYcyX [class*="top-edge-"],.jmYcyX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jmYcyX [class*="left-edge-"],.jmYcyX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jmYcyX [class*="top-edge-"]{top:0;}.jmYcyX [class*="bottom-edge-"]{bottom:0;}.jmYcyX [class*="left-edge-"]{left:0;}.jmYcyX [class*="right-edge-"]{right:0;}.jmYcyX .bottom-edge-0{height:100px;background-color:#F9F8D9;}

.hbmcSs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hbmcSs [class*="-corner-"],.hbmcSs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hbmcSs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hbmcSs [class*="bottom-left-corner"],.hbmcSs [class*="bottom-right-corner"]{bottom:0;}.hbmcSs [class*="top-left-corner"],.hbmcSs [class*="top-right-corner"]{top:0;}.hbmcSs [class*="-left-corner-"]{left:0;}.hbmcSs [class*="-right-corner-"]{right:0;}.hbmcSs [class*="top-left-corner-"]{background-position:0 0;}.hbmcSs [class*="top-right-corner-"]{background-position:100% 0;}.hbmcSs [class*="bottom-left-corner-"]{background-position:0 100%;}.hbmcSs [class*="bottom-right-corner-"]{background-position:100% 100%;}.hbmcSs [class*="top-edge-"],.hbmcSs [class*="bottom-edge-"],.hbmcSs [class*="left-edge-"],.hbmcSs [class*="right-edge-"]{margin:auto;}.hbmcSs [class*="top-edge-"],.hbmcSs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hbmcSs [class*="left-edge-"],.hbmcSs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hbmcSs [class*="top-edge-"]{top:0;}.hbmcSs [class*="bottom-edge-"]{bottom:0;}.hbmcSs [class*="left-edge-"]{left:0;}.hbmcSs [class*="right-edge-"]{right:0;}.hbmcSs .top-edge-0{width:100%;height:4px;background-color:#232023;}

.iUunfo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iUunfo [class*="-corner-"],.iUunfo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iUunfo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iUunfo [class*="bottom-left-corner"],.iUunfo [class*="bottom-right-corner"]{bottom:0;}.iUunfo [class*="top-left-corner"],.iUunfo [class*="top-right-corner"]{top:0;}.iUunfo [class*="-left-corner-"]{left:0;}.iUunfo [class*="-right-corner-"]{right:0;}.iUunfo [class*="top-left-corner-"]{background-position:0 0;}.iUunfo [class*="top-right-corner-"]{background-position:100% 0;}.iUunfo [class*="bottom-left-corner-"]{background-position:0 100%;}.iUunfo [class*="bottom-right-corner-"]{background-position:100% 100%;}.iUunfo [class*="top-edge-"],.iUunfo [class*="bottom-edge-"],.iUunfo [class*="left-edge-"],.iUunfo [class*="right-edge-"]{margin:auto;}.iUunfo [class*="top-edge-"],.iUunfo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iUunfo [class*="left-edge-"],.iUunfo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iUunfo [class*="top-edge-"]{top:0;}.iUunfo [class*="bottom-edge-"]{bottom:0;}.iUunfo [class*="left-edge-"]{left:0;}.iUunfo [class*="right-edge-"]{right:0;}.iUunfo .bottom-left-corner-0{width:100%;height:85px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#0e2842;}@media (min-width:60em){.iUunfo .bottom-left-corner-0{width:100%;height:75px;background-color:#0e2842;}}

.gNCAFl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gNCAFl [class*="-corner-"],.gNCAFl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gNCAFl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gNCAFl [class*="bottom-left-corner"],.gNCAFl [class*="bottom-right-corner"]{bottom:0;}.gNCAFl [class*="top-left-corner"],.gNCAFl [class*="top-right-corner"]{top:0;}.gNCAFl [class*="-left-corner-"]{left:0;}.gNCAFl [class*="-right-corner-"]{right:0;}.gNCAFl [class*="top-left-corner-"]{background-position:0 0;}.gNCAFl [class*="top-right-corner-"]{background-position:100% 0;}.gNCAFl [class*="bottom-left-corner-"]{background-position:0 100%;}.gNCAFl [class*="bottom-right-corner-"]{background-position:100% 100%;}.gNCAFl [class*="top-edge-"],.gNCAFl [class*="bottom-edge-"],.gNCAFl [class*="left-edge-"],.gNCAFl [class*="right-edge-"]{margin:auto;}.gNCAFl [class*="top-edge-"],.gNCAFl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gNCAFl [class*="left-edge-"],.gNCAFl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gNCAFl [class*="top-edge-"]{top:0;}.gNCAFl [class*="bottom-edge-"]{bottom:0;}.gNCAFl [class*="left-edge-"]{left:0;}.gNCAFl [class*="right-edge-"]{right:0;}.gNCAFl .left-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/5e673126-9c59-4c87-bc0b-0b4663d54cf0');}@media (min-width:60em){.gNCAFl .left-edge-0{width:31px;height:100%;background-size:contain;}}.gNCAFl .top-right-corner-0{background-image:url('https://assets.digital.vistaprint.com/production/5e673126-9c59-4c87-bc0b-0b4663d54cf0');}@media (min-width:60em){.gNCAFl .top-right-corner-0{width:31px;height:100%;background-size:contain;}}

.iDMASx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iDMASx [class*="-corner-"],.iDMASx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iDMASx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iDMASx [class*="bottom-left-corner"],.iDMASx [class*="bottom-right-corner"]{bottom:0;}.iDMASx [class*="top-left-corner"],.iDMASx [class*="top-right-corner"]{top:0;}.iDMASx [class*="-left-corner-"]{left:0;}.iDMASx [class*="-right-corner-"]{right:0;}.iDMASx [class*="top-left-corner-"]{background-position:0 0;}.iDMASx [class*="top-right-corner-"]{background-position:100% 0;}.iDMASx [class*="bottom-left-corner-"]{background-position:0 100%;}.iDMASx [class*="bottom-right-corner-"]{background-position:100% 100%;}.iDMASx [class*="top-edge-"],.iDMASx [class*="bottom-edge-"],.iDMASx [class*="left-edge-"],.iDMASx [class*="right-edge-"]{margin:auto;}.iDMASx [class*="top-edge-"],.iDMASx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iDMASx [class*="left-edge-"],.iDMASx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iDMASx [class*="top-edge-"]{top:0;}.iDMASx [class*="bottom-edge-"]{bottom:0;}.iDMASx [class*="left-edge-"]{left:0;}.iDMASx [class*="right-edge-"]{right:0;}.iDMASx .bottom-edge-0{width:300px;height:50px;background-image:url('https://assets.digital.vistaprint.com/production/4e0c5efb-e77b-40be-a16c-971496aa9713');background-size:contain;}

.kZqYha{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kZqYha [class*="-corner-"],.kZqYha [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kZqYha [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kZqYha [class*="bottom-left-corner"],.kZqYha [class*="bottom-right-corner"]{bottom:0;}.kZqYha [class*="top-left-corner"],.kZqYha [class*="top-right-corner"]{top:0;}.kZqYha [class*="-left-corner-"]{left:0;}.kZqYha [class*="-right-corner-"]{right:0;}.kZqYha [class*="top-left-corner-"]{background-position:0 0;}.kZqYha [class*="top-right-corner-"]{background-position:100% 0;}.kZqYha [class*="bottom-left-corner-"]{background-position:0 100%;}.kZqYha [class*="bottom-right-corner-"]{background-position:100% 100%;}.kZqYha [class*="top-edge-"],.kZqYha [class*="bottom-edge-"],.kZqYha [class*="left-edge-"],.kZqYha [class*="right-edge-"]{margin:auto;}.kZqYha [class*="top-edge-"],.kZqYha [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kZqYha [class*="left-edge-"],.kZqYha [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kZqYha [class*="top-edge-"]{top:0;}.kZqYha [class*="bottom-edge-"]{bottom:0;}.kZqYha [class*="left-edge-"]{left:0;}.kZqYha [class*="right-edge-"]{right:0;}.kZqYha .top-edge-0{width:100%;height:10px;background-color:#ED1B2F;}.kZqYha .bottom-edge-0{width:100%;height:10px;background-color:#ED1B2F;}

.fnachV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fnachV [class*="-corner-"],.fnachV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fnachV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fnachV [class*="bottom-left-corner"],.fnachV [class*="bottom-right-corner"]{bottom:0;}.fnachV [class*="top-left-corner"],.fnachV [class*="top-right-corner"]{top:0;}.fnachV [class*="-left-corner-"]{left:0;}.fnachV [class*="-right-corner-"]{right:0;}.fnachV [class*="top-left-corner-"]{background-position:0 0;}.fnachV [class*="top-right-corner-"]{background-position:100% 0;}.fnachV [class*="bottom-left-corner-"]{background-position:0 100%;}.fnachV [class*="bottom-right-corner-"]{background-position:100% 100%;}.fnachV [class*="top-edge-"],.fnachV [class*="bottom-edge-"],.fnachV [class*="left-edge-"],.fnachV [class*="right-edge-"]{margin:auto;}.fnachV [class*="top-edge-"],.fnachV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fnachV [class*="left-edge-"],.fnachV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fnachV [class*="top-edge-"]{top:0;}.fnachV [class*="bottom-edge-"]{bottom:0;}.fnachV [class*="left-edge-"]{left:0;}.fnachV [class*="right-edge-"]{right:0;}.fnachV .top-edge-0{width:100%;height:10px;background-color:#ED1B2F;}

.dPywZZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dPywZZ [class*="-corner-"],.dPywZZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dPywZZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dPywZZ [class*="bottom-left-corner"],.dPywZZ [class*="bottom-right-corner"]{bottom:0;}.dPywZZ [class*="top-left-corner"],.dPywZZ [class*="top-right-corner"]{top:0;}.dPywZZ [class*="-left-corner-"]{left:0;}.dPywZZ [class*="-right-corner-"]{right:0;}.dPywZZ [class*="top-left-corner-"]{background-position:0 0;}.dPywZZ [class*="top-right-corner-"]{background-position:100% 0;}.dPywZZ [class*="bottom-left-corner-"]{background-position:0 100%;}.dPywZZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.dPywZZ [class*="top-edge-"],.dPywZZ [class*="bottom-edge-"],.dPywZZ [class*="left-edge-"],.dPywZZ [class*="right-edge-"]{margin:auto;}.dPywZZ [class*="top-edge-"],.dPywZZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dPywZZ [class*="left-edge-"],.dPywZZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dPywZZ [class*="top-edge-"]{top:0;}.dPywZZ [class*="bottom-edge-"]{bottom:0;}.dPywZZ [class*="left-edge-"]{left:0;}.dPywZZ [class*="right-edge-"]{right:0;}.dPywZZ .bottom-edge-0{width:100%;height:30px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/d73d8e48-15ae-4d09-8bc0-65f6269eaa11');background-size:contain;}.dPywZZ .bottom-edge-1{width:95%;height:3px;background-color:#e77e3e;}

.iYPyYB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iYPyYB [class*="-corner-"],.iYPyYB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iYPyYB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iYPyYB [class*="bottom-left-corner"],.iYPyYB [class*="bottom-right-corner"]{bottom:0;}.iYPyYB [class*="top-left-corner"],.iYPyYB [class*="top-right-corner"]{top:0;}.iYPyYB [class*="-left-corner-"]{left:0;}.iYPyYB [class*="-right-corner-"]{right:0;}.iYPyYB [class*="top-left-corner-"]{background-position:0 0;}.iYPyYB [class*="top-right-corner-"]{background-position:100% 0;}.iYPyYB [class*="bottom-left-corner-"]{background-position:0 100%;}.iYPyYB [class*="bottom-right-corner-"]{background-position:100% 100%;}.iYPyYB [class*="top-edge-"],.iYPyYB [class*="bottom-edge-"],.iYPyYB [class*="left-edge-"],.iYPyYB [class*="right-edge-"]{margin:auto;}.iYPyYB [class*="top-edge-"],.iYPyYB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iYPyYB [class*="left-edge-"],.iYPyYB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iYPyYB [class*="top-edge-"]{top:0;}.iYPyYB [class*="bottom-edge-"]{bottom:0;}.iYPyYB [class*="left-edge-"]{left:0;}.iYPyYB [class*="right-edge-"]{right:0;}.iYPyYB .left-edge-0{width:100%;height:480px;opacity:0.6;background-color:#000;}

.hNztyP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hNztyP [class*="-corner-"],.hNztyP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hNztyP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hNztyP [class*="bottom-left-corner"],.hNztyP [class*="bottom-right-corner"]{bottom:0;}.hNztyP [class*="top-left-corner"],.hNztyP [class*="top-right-corner"]{top:0;}.hNztyP [class*="-left-corner-"]{left:0;}.hNztyP [class*="-right-corner-"]{right:0;}.hNztyP [class*="top-left-corner-"]{background-position:0 0;}.hNztyP [class*="top-right-corner-"]{background-position:100% 0;}.hNztyP [class*="bottom-left-corner-"]{background-position:0 100%;}.hNztyP [class*="bottom-right-corner-"]{background-position:100% 100%;}.hNztyP [class*="top-edge-"],.hNztyP [class*="bottom-edge-"],.hNztyP [class*="left-edge-"],.hNztyP [class*="right-edge-"]{margin:auto;}.hNztyP [class*="top-edge-"],.hNztyP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hNztyP [class*="left-edge-"],.hNztyP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hNztyP [class*="top-edge-"]{top:0;}.hNztyP [class*="bottom-edge-"]{bottom:0;}.hNztyP [class*="left-edge-"]{left:0;}.hNztyP [class*="right-edge-"]{right:0;}.hNztyP .top-edge-0{width:15%;height:3px;background-color:#2E3C8A;}

.dkGblH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dkGblH [class*="-corner-"],.dkGblH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dkGblH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dkGblH [class*="bottom-left-corner"],.dkGblH [class*="bottom-right-corner"]{bottom:0;}.dkGblH [class*="top-left-corner"],.dkGblH [class*="top-right-corner"]{top:0;}.dkGblH [class*="-left-corner-"]{left:0;}.dkGblH [class*="-right-corner-"]{right:0;}.dkGblH [class*="top-left-corner-"]{background-position:0 0;}.dkGblH [class*="top-right-corner-"]{background-position:100% 0;}.dkGblH [class*="bottom-left-corner-"]{background-position:0 100%;}.dkGblH [class*="bottom-right-corner-"]{background-position:100% 100%;}.dkGblH [class*="top-edge-"],.dkGblH [class*="bottom-edge-"],.dkGblH [class*="left-edge-"],.dkGblH [class*="right-edge-"]{margin:auto;}.dkGblH [class*="top-edge-"],.dkGblH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dkGblH [class*="left-edge-"],.dkGblH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dkGblH [class*="top-edge-"]{top:0;}.dkGblH [class*="bottom-edge-"]{bottom:0;}.dkGblH [class*="left-edge-"]{left:0;}.dkGblH [class*="right-edge-"]{right:0;}.dkGblH .top-edge-0{width:200%;height:100%;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/ed27a74e-3b60-486d-ab72-db8b8e24f782');background-size:100%;}

.bWSDvP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bWSDvP [class*="-corner-"],.bWSDvP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bWSDvP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bWSDvP [class*="bottom-left-corner"],.bWSDvP [class*="bottom-right-corner"]{bottom:0;}.bWSDvP [class*="top-left-corner"],.bWSDvP [class*="top-right-corner"]{top:0;}.bWSDvP [class*="-left-corner-"]{left:0;}.bWSDvP [class*="-right-corner-"]{right:0;}.bWSDvP [class*="top-left-corner-"]{background-position:0 0;}.bWSDvP [class*="top-right-corner-"]{background-position:100% 0;}.bWSDvP [class*="bottom-left-corner-"]{background-position:0 100%;}.bWSDvP [class*="bottom-right-corner-"]{background-position:100% 100%;}.bWSDvP [class*="top-edge-"],.bWSDvP [class*="bottom-edge-"],.bWSDvP [class*="left-edge-"],.bWSDvP [class*="right-edge-"]{margin:auto;}.bWSDvP [class*="top-edge-"],.bWSDvP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bWSDvP [class*="left-edge-"],.bWSDvP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bWSDvP [class*="top-edge-"]{top:0;}.bWSDvP [class*="bottom-edge-"]{bottom:0;}.bWSDvP [class*="left-edge-"]{left:0;}.bWSDvP [class*="right-edge-"]{right:0;}.bWSDvP .top-edge-0{width:100%;height:3px;margin-top:8px;opacity:0.8;background-color:#5b87a6;}.bWSDvP .bottom-edge-0{width:100%;height:3px;margin-bottom:8px;opacity:0.8;background-color:#5b87a6;}

.keiNuK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.keiNuK [class*="-corner-"],.keiNuK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.keiNuK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.keiNuK [class*="bottom-left-corner"],.keiNuK [class*="bottom-right-corner"]{bottom:0;}.keiNuK [class*="top-left-corner"],.keiNuK [class*="top-right-corner"]{top:0;}.keiNuK [class*="-left-corner-"]{left:0;}.keiNuK [class*="-right-corner-"]{right:0;}.keiNuK [class*="top-left-corner-"]{background-position:0 0;}.keiNuK [class*="top-right-corner-"]{background-position:100% 0;}.keiNuK [class*="bottom-left-corner-"]{background-position:0 100%;}.keiNuK [class*="bottom-right-corner-"]{background-position:100% 100%;}.keiNuK [class*="top-edge-"],.keiNuK [class*="bottom-edge-"],.keiNuK [class*="left-edge-"],.keiNuK [class*="right-edge-"]{margin:auto;}.keiNuK [class*="top-edge-"],.keiNuK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.keiNuK [class*="left-edge-"],.keiNuK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.keiNuK [class*="top-edge-"]{top:0;}.keiNuK [class*="bottom-edge-"]{bottom:0;}.keiNuK [class*="left-edge-"]{left:0;}.keiNuK [class*="right-edge-"]{right:0;}.keiNuK .bottom-edge-0{width:100%;height:5px;background-color:#674818;}

.isruqO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.isruqO [class*="-corner-"],.isruqO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.isruqO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.isruqO [class*="bottom-left-corner"],.isruqO [class*="bottom-right-corner"]{bottom:0;}.isruqO [class*="top-left-corner"],.isruqO [class*="top-right-corner"]{top:0;}.isruqO [class*="-left-corner-"]{left:0;}.isruqO [class*="-right-corner-"]{right:0;}.isruqO [class*="top-left-corner-"]{background-position:0 0;}.isruqO [class*="top-right-corner-"]{background-position:100% 0;}.isruqO [class*="bottom-left-corner-"]{background-position:0 100%;}.isruqO [class*="bottom-right-corner-"]{background-position:100% 100%;}.isruqO [class*="top-edge-"],.isruqO [class*="bottom-edge-"],.isruqO [class*="left-edge-"],.isruqO [class*="right-edge-"]{margin:auto;}.isruqO [class*="top-edge-"],.isruqO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.isruqO [class*="left-edge-"],.isruqO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.isruqO [class*="top-edge-"]{top:0;}.isruqO [class*="bottom-edge-"]{bottom:0;}.isruqO [class*="left-edge-"]{left:0;}.isruqO [class*="right-edge-"]{right:0;}.isruqO .top-edge-0{width:2400px;height:148px;margin-left:-750%;background-image:url('https://assets.digital.vistaprint.com/production/3b679903-df79-4aef-a46d-61268b021509');}@media (min-width:30em){.isruqO .top-edge-0{margin-left:-230%;}}@media (min-width:60em){.isruqO .top-edge-0{margin-left:-26%;}}.isruqO .bottom-edge-0{width:2400px;height:148px;background-image:url('https://assets.digital.vistaprint.com/production/ee182423-48ab-41f4-9e79-04428935e5f6');}

.wflrd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.wflrd [class*="-corner-"],.wflrd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.wflrd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.wflrd [class*="bottom-left-corner"],.wflrd [class*="bottom-right-corner"]{bottom:0;}.wflrd [class*="top-left-corner"],.wflrd [class*="top-right-corner"]{top:0;}.wflrd [class*="-left-corner-"]{left:0;}.wflrd [class*="-right-corner-"]{right:0;}.wflrd [class*="top-left-corner-"]{background-position:0 0;}.wflrd [class*="top-right-corner-"]{background-position:100% 0;}.wflrd [class*="bottom-left-corner-"]{background-position:0 100%;}.wflrd [class*="bottom-right-corner-"]{background-position:100% 100%;}.wflrd [class*="top-edge-"],.wflrd [class*="bottom-edge-"],.wflrd [class*="left-edge-"],.wflrd [class*="right-edge-"]{margin:auto;}.wflrd [class*="top-edge-"],.wflrd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.wflrd [class*="left-edge-"],.wflrd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.wflrd [class*="top-edge-"]{top:0;}.wflrd [class*="bottom-edge-"]{bottom:0;}.wflrd [class*="left-edge-"]{left:0;}.wflrd [class*="right-edge-"]{right:0;}.wflrd .top-edge-0{height:80%;margin-top:-5px;background-image:url('https://assets.digital.vistaprint.com/production/5f12196d-dee3-4419-a8c7-c9fe9562d11f');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.wflrd .top-edge-0{height:80%;margin-top:-15px;background-image:url('https://assets.digital.vistaprint.com/production/5f12196d-dee3-4419-a8c7-c9fe9562d11f');background-size:cover;background-repeat:no-repeat;}}@media (min-width:60em){.wflrd .top-edge-0{height:80%;margin-top:-20px;background-image:url('https://assets.digital.vistaprint.com/production/5f12196d-dee3-4419-a8c7-c9fe9562d11f');background-size:cover;background-repeat:no-repeat;}}

.hMORvG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hMORvG [class*="-corner-"],.hMORvG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hMORvG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hMORvG [class*="bottom-left-corner"],.hMORvG [class*="bottom-right-corner"]{bottom:0;}.hMORvG [class*="top-left-corner"],.hMORvG [class*="top-right-corner"]{top:0;}.hMORvG [class*="-left-corner-"]{left:0;}.hMORvG [class*="-right-corner-"]{right:0;}.hMORvG [class*="top-left-corner-"]{background-position:0 0;}.hMORvG [class*="top-right-corner-"]{background-position:100% 0;}.hMORvG [class*="bottom-left-corner-"]{background-position:0 100%;}.hMORvG [class*="bottom-right-corner-"]{background-position:100% 100%;}.hMORvG [class*="top-edge-"],.hMORvG [class*="bottom-edge-"],.hMORvG [class*="left-edge-"],.hMORvG [class*="right-edge-"]{margin:auto;}.hMORvG [class*="top-edge-"],.hMORvG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hMORvG [class*="left-edge-"],.hMORvG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hMORvG [class*="top-edge-"]{top:0;}.hMORvG [class*="bottom-edge-"]{bottom:0;}.hMORvG [class*="left-edge-"]{left:0;}.hMORvG [class*="right-edge-"]{right:0;}.hMORvG .top-edge-0{width:120%;height:1000%;margin-left:-10%;background-image:url('https://assets.digital.vistaprint.com/production/3d404df5-2264-47ff-9608-12bf4b01552a');background-position:0 3%;}@media (min-width:30em){.hMORvG .top-edge-0{width:85%;height:320%;margin-left:7.5%;background-image:url('https://assets.digital.vistaprint.com/production/f495057a-8bae-4670-9d77-90d7204a0da6');background-position:0 7.5%;}}@media (min-width:60em){.hMORvG .top-edge-0{width:40%;height:100%;margin-left:30%;background-image:url('https://assets.digital.vistaprint.com/production/f495057a-8bae-4670-9d77-90d7204a0da6');background-position:0 45%;}}

.gOSJKL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gOSJKL [class*="-corner-"],.gOSJKL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gOSJKL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gOSJKL [class*="bottom-left-corner"],.gOSJKL [class*="bottom-right-corner"]{bottom:0;}.gOSJKL [class*="top-left-corner"],.gOSJKL [class*="top-right-corner"]{top:0;}.gOSJKL [class*="-left-corner-"]{left:0;}.gOSJKL [class*="-right-corner-"]{right:0;}.gOSJKL [class*="top-left-corner-"]{background-position:0 0;}.gOSJKL [class*="top-right-corner-"]{background-position:100% 0;}.gOSJKL [class*="bottom-left-corner-"]{background-position:0 100%;}.gOSJKL [class*="bottom-right-corner-"]{background-position:100% 100%;}.gOSJKL [class*="top-edge-"],.gOSJKL [class*="bottom-edge-"],.gOSJKL [class*="left-edge-"],.gOSJKL [class*="right-edge-"]{margin:auto;}.gOSJKL [class*="top-edge-"],.gOSJKL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gOSJKL [class*="left-edge-"],.gOSJKL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gOSJKL [class*="top-edge-"]{top:0;}.gOSJKL [class*="bottom-edge-"]{bottom:0;}.gOSJKL [class*="left-edge-"]{left:0;}.gOSJKL [class*="right-edge-"]{right:0;}.gOSJKL .top-edge-0{width:100%;height:100%;z-index:3;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}

.iUMChm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iUMChm [class*="-corner-"],.iUMChm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iUMChm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iUMChm [class*="bottom-left-corner"],.iUMChm [class*="bottom-right-corner"]{bottom:0;}.iUMChm [class*="top-left-corner"],.iUMChm [class*="top-right-corner"]{top:0;}.iUMChm [class*="-left-corner-"]{left:0;}.iUMChm [class*="-right-corner-"]{right:0;}.iUMChm [class*="top-left-corner-"]{background-position:0 0;}.iUMChm [class*="top-right-corner-"]{background-position:100% 0;}.iUMChm [class*="bottom-left-corner-"]{background-position:0 100%;}.iUMChm [class*="bottom-right-corner-"]{background-position:100% 100%;}.iUMChm [class*="top-edge-"],.iUMChm [class*="bottom-edge-"],.iUMChm [class*="left-edge-"],.iUMChm [class*="right-edge-"]{margin:auto;}.iUMChm [class*="top-edge-"],.iUMChm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iUMChm [class*="left-edge-"],.iUMChm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iUMChm [class*="top-edge-"]{top:0;}.iUMChm [class*="bottom-edge-"]{bottom:0;}.iUMChm [class*="left-edge-"]{left:0;}.iUMChm [class*="right-edge-"]{right:0;}.iUMChm .top-edge-0{height:20px;background-color:#000000;}.iUMChm .left-edge-0{width:35px;background-color:#000000;}.iUMChm .right-edge-0{width:35px;background-color:#000000;}.iUMChm .bottom-edge-0{height:20px;background-color:#000000;}

.ifIQzD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ifIQzD [class*="-corner-"],.ifIQzD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ifIQzD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ifIQzD [class*="bottom-left-corner"],.ifIQzD [class*="bottom-right-corner"]{bottom:0;}.ifIQzD [class*="top-left-corner"],.ifIQzD [class*="top-right-corner"]{top:0;}.ifIQzD [class*="-left-corner-"]{left:0;}.ifIQzD [class*="-right-corner-"]{right:0;}.ifIQzD [class*="top-left-corner-"]{background-position:0 0;}.ifIQzD [class*="top-right-corner-"]{background-position:100% 0;}.ifIQzD [class*="bottom-left-corner-"]{background-position:0 100%;}.ifIQzD [class*="bottom-right-corner-"]{background-position:100% 100%;}.ifIQzD [class*="top-edge-"],.ifIQzD [class*="bottom-edge-"],.ifIQzD [class*="left-edge-"],.ifIQzD [class*="right-edge-"]{margin:auto;}.ifIQzD [class*="top-edge-"],.ifIQzD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ifIQzD [class*="left-edge-"],.ifIQzD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ifIQzD [class*="top-edge-"]{top:0;}.ifIQzD [class*="bottom-edge-"]{bottom:0;}.ifIQzD [class*="left-edge-"]{left:0;}.ifIQzD [class*="right-edge-"]{right:0;}.ifIQzD .bottom-edge-0{width:400;height:15px;margin-bottom:150px;background-image:url('https://assets.digital.vistaprint.com/production/e37e048a-7f7c-4596-a784-6ad6342cb625');background-size:contain;background-repeat:no-repeat;background-position:center 0;}@media (min-width:30em){.ifIQzD .bottom-edge-0{width:400;height:30px;margin-bottom:150px;background-size:contain;background-repeat:no-repeat;background-position:center 0;}}@media (min-width:60em){.ifIQzD .bottom-edge-0{width:400;height:30px;margin-bottom:150px;background-size:contain;background-repeat:no-repeat;background-position:center 0;}}

.FVsGK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.FVsGK [class*="-corner-"],.FVsGK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.FVsGK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.FVsGK [class*="bottom-left-corner"],.FVsGK [class*="bottom-right-corner"]{bottom:0;}.FVsGK [class*="top-left-corner"],.FVsGK [class*="top-right-corner"]{top:0;}.FVsGK [class*="-left-corner-"]{left:0;}.FVsGK [class*="-right-corner-"]{right:0;}.FVsGK [class*="top-left-corner-"]{background-position:0 0;}.FVsGK [class*="top-right-corner-"]{background-position:100% 0;}.FVsGK [class*="bottom-left-corner-"]{background-position:0 100%;}.FVsGK [class*="bottom-right-corner-"]{background-position:100% 100%;}.FVsGK [class*="top-edge-"],.FVsGK [class*="bottom-edge-"],.FVsGK [class*="left-edge-"],.FVsGK [class*="right-edge-"]{margin:auto;}.FVsGK [class*="top-edge-"],.FVsGK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.FVsGK [class*="left-edge-"],.FVsGK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.FVsGK [class*="top-edge-"]{top:0;}.FVsGK [class*="bottom-edge-"]{bottom:0;}.FVsGK [class*="left-edge-"]{left:0;}.FVsGK [class*="right-edge-"]{right:0;}.FVsGK .bottom-right-corner-0{width:500px;height:1px;margin-bottom:10px;opacity:0.3;background-color:white;}

.dwfhbz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dwfhbz [class*="-corner-"],.dwfhbz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dwfhbz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dwfhbz [class*="bottom-left-corner"],.dwfhbz [class*="bottom-right-corner"]{bottom:0;}.dwfhbz [class*="top-left-corner"],.dwfhbz [class*="top-right-corner"]{top:0;}.dwfhbz [class*="-left-corner-"]{left:0;}.dwfhbz [class*="-right-corner-"]{right:0;}.dwfhbz [class*="top-left-corner-"]{background-position:0 0;}.dwfhbz [class*="top-right-corner-"]{background-position:100% 0;}.dwfhbz [class*="bottom-left-corner-"]{background-position:0 100%;}.dwfhbz [class*="bottom-right-corner-"]{background-position:100% 100%;}.dwfhbz [class*="top-edge-"],.dwfhbz [class*="bottom-edge-"],.dwfhbz [class*="left-edge-"],.dwfhbz [class*="right-edge-"]{margin:auto;}.dwfhbz [class*="top-edge-"],.dwfhbz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dwfhbz [class*="left-edge-"],.dwfhbz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dwfhbz [class*="top-edge-"]{top:0;}.dwfhbz [class*="bottom-edge-"]{bottom:0;}.dwfhbz [class*="left-edge-"]{left:0;}.dwfhbz [class*="right-edge-"]{right:0;}.dwfhbz .left-edge-0{width:98px;height:328px;opacity:0;background-image:url('https://assets.digital.vistaprint.com/production/6deed5c0-940d-4e00-96ef-902515d41835');}@media (min-width:60em){.dwfhbz .left-edge-0{width:98px;height:328px;opacity:1;}}.dwfhbz .right-edge-0{width:98px;height:328px;opacity:0;background-image:url('https://assets.digital.vistaprint.com/production/4faf29a6-16ba-477c-8566-8119f4744025');}@media (min-width:60em){.dwfhbz .right-edge-0{width:98px;height:328px;opacity:1;}}

.heBnBo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.heBnBo [class*="-corner-"],.heBnBo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.heBnBo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.heBnBo [class*="bottom-left-corner"],.heBnBo [class*="bottom-right-corner"]{bottom:0;}.heBnBo [class*="top-left-corner"],.heBnBo [class*="top-right-corner"]{top:0;}.heBnBo [class*="-left-corner-"]{left:0;}.heBnBo [class*="-right-corner-"]{right:0;}.heBnBo [class*="top-left-corner-"]{background-position:0 0;}.heBnBo [class*="top-right-corner-"]{background-position:100% 0;}.heBnBo [class*="bottom-left-corner-"]{background-position:0 100%;}.heBnBo [class*="bottom-right-corner-"]{background-position:100% 100%;}.heBnBo [class*="top-edge-"],.heBnBo [class*="bottom-edge-"],.heBnBo [class*="left-edge-"],.heBnBo [class*="right-edge-"]{margin:auto;}.heBnBo [class*="top-edge-"],.heBnBo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.heBnBo [class*="left-edge-"],.heBnBo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.heBnBo [class*="top-edge-"]{top:0;}.heBnBo [class*="bottom-edge-"]{bottom:0;}.heBnBo [class*="left-edge-"]{left:0;}.heBnBo [class*="right-edge-"]{right:0;}.heBnBo .bottom-edge-0{height:5px;background-color:#9db3d9;}

.gVmsVi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gVmsVi [class*="-corner-"],.gVmsVi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gVmsVi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gVmsVi [class*="bottom-left-corner"],.gVmsVi [class*="bottom-right-corner"]{bottom:0;}.gVmsVi [class*="top-left-corner"],.gVmsVi [class*="top-right-corner"]{top:0;}.gVmsVi [class*="-left-corner-"]{left:0;}.gVmsVi [class*="-right-corner-"]{right:0;}.gVmsVi [class*="top-left-corner-"]{background-position:0 0;}.gVmsVi [class*="top-right-corner-"]{background-position:100% 0;}.gVmsVi [class*="bottom-left-corner-"]{background-position:0 100%;}.gVmsVi [class*="bottom-right-corner-"]{background-position:100% 100%;}.gVmsVi [class*="top-edge-"],.gVmsVi [class*="bottom-edge-"],.gVmsVi [class*="left-edge-"],.gVmsVi [class*="right-edge-"]{margin:auto;}.gVmsVi [class*="top-edge-"],.gVmsVi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gVmsVi [class*="left-edge-"],.gVmsVi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gVmsVi [class*="top-edge-"]{top:0;}.gVmsVi [class*="bottom-edge-"]{bottom:0;}.gVmsVi [class*="left-edge-"]{left:0;}.gVmsVi [class*="right-edge-"]{right:0;}.gVmsVi .top-edge-0{width:100%;height:1182px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/1e43937a-7f27-4964-822e-2917ce3db1a2');background-size:contain;background-repeat:no-repeat;}.gVmsVi .bottom-edge-0{background-color:black;}@media (min-width:30em){.gVmsVi .bottom-edge-0{width:600px;height:1px;background-color:black;}}@media (min-width:60em){.gVmsVi .bottom-edge-0{width:600px;height:1px;margin-bottom:20px;background-color:black;}}

.kkevRi{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kkevRi [class*="-corner-"],.kkevRi [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kkevRi [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kkevRi [class*="bottom-left-corner"],.kkevRi [class*="bottom-right-corner"]{bottom:0;}.kkevRi [class*="top-left-corner"],.kkevRi [class*="top-right-corner"]{top:0;}.kkevRi [class*="-left-corner-"]{left:0;}.kkevRi [class*="-right-corner-"]{right:0;}.kkevRi [class*="top-left-corner-"]{background-position:0 0;}.kkevRi [class*="top-right-corner-"]{background-position:100% 0;}.kkevRi [class*="bottom-left-corner-"]{background-position:0 100%;}.kkevRi [class*="bottom-right-corner-"]{background-position:100% 100%;}.kkevRi [class*="top-edge-"],.kkevRi [class*="bottom-edge-"],.kkevRi [class*="left-edge-"],.kkevRi [class*="right-edge-"]{margin:auto;}.kkevRi [class*="top-edge-"],.kkevRi [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kkevRi [class*="left-edge-"],.kkevRi [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kkevRi [class*="top-edge-"]{top:0;}.kkevRi [class*="bottom-edge-"]{bottom:0;}.kkevRi [class*="left-edge-"]{left:0;}.kkevRi [class*="right-edge-"]{right:0;}.kkevRi .bottom-edge-0{width:100%;height:1182px;background-image:url('https://assets.digital.vistaprint.com/production/1e43937a-7f27-4964-822e-2917ce3db1a2');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;}

.hDjSjU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hDjSjU [class*="-corner-"],.hDjSjU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hDjSjU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hDjSjU [class*="bottom-left-corner"],.hDjSjU [class*="bottom-right-corner"]{bottom:0;}.hDjSjU [class*="top-left-corner"],.hDjSjU [class*="top-right-corner"]{top:0;}.hDjSjU [class*="-left-corner-"]{left:0;}.hDjSjU [class*="-right-corner-"]{right:0;}.hDjSjU [class*="top-left-corner-"]{background-position:0 0;}.hDjSjU [class*="top-right-corner-"]{background-position:100% 0;}.hDjSjU [class*="bottom-left-corner-"]{background-position:0 100%;}.hDjSjU [class*="bottom-right-corner-"]{background-position:100% 100%;}.hDjSjU [class*="top-edge-"],.hDjSjU [class*="bottom-edge-"],.hDjSjU [class*="left-edge-"],.hDjSjU [class*="right-edge-"]{margin:auto;}.hDjSjU [class*="top-edge-"],.hDjSjU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hDjSjU [class*="left-edge-"],.hDjSjU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hDjSjU [class*="top-edge-"]{top:0;}.hDjSjU [class*="bottom-edge-"]{bottom:0;}.hDjSjU [class*="left-edge-"]{left:0;}.hDjSjU [class*="right-edge-"]{right:0;}.hDjSjU .top-edge-0{width:100%;height:30px;background-color:#ffffff;}.hDjSjU .left-edge-0{width:30px;height:100%;background-color:#ffffff;}.hDjSjU .right-edge-0{width:30px;height:100%;background-color:#ffffff;}

.jdbVAt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jdbVAt [class*="-corner-"],.jdbVAt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jdbVAt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jdbVAt [class*="bottom-left-corner"],.jdbVAt [class*="bottom-right-corner"]{bottom:0;}.jdbVAt [class*="top-left-corner"],.jdbVAt [class*="top-right-corner"]{top:0;}.jdbVAt [class*="-left-corner-"]{left:0;}.jdbVAt [class*="-right-corner-"]{right:0;}.jdbVAt [class*="top-left-corner-"]{background-position:0 0;}.jdbVAt [class*="top-right-corner-"]{background-position:100% 0;}.jdbVAt [class*="bottom-left-corner-"]{background-position:0 100%;}.jdbVAt [class*="bottom-right-corner-"]{background-position:100% 100%;}.jdbVAt [class*="top-edge-"],.jdbVAt [class*="bottom-edge-"],.jdbVAt [class*="left-edge-"],.jdbVAt [class*="right-edge-"]{margin:auto;}.jdbVAt [class*="top-edge-"],.jdbVAt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jdbVAt [class*="left-edge-"],.jdbVAt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jdbVAt [class*="top-edge-"]{top:0;}.jdbVAt [class*="bottom-edge-"]{bottom:0;}.jdbVAt [class*="left-edge-"]{left:0;}.jdbVAt [class*="right-edge-"]{right:0;}.jdbVAt .top-edge-0{width:90%;height:4px;background-color:#ffffff;}@media (min-width:30em){.jdbVAt .top-edge-0{width:98%;}}@media (min-width:60em){.jdbVAt .top-edge-0{width:94%;}}.jdbVAt .top-left-corner-0{width:4px;height:100%;margin-left:5%;background-color:#ffffff;}@media (min-width:30em){.jdbVAt .top-left-corner-0{margin-left:1%;}}@media (min-width:60em){.jdbVAt .top-left-corner-0{margin-left:3%;}}.jdbVAt .top-right-corner-0{width:4px;height:100%;margin-right:5%;background-color:#ffffff;}@media (min-width:30em){.jdbVAt .top-right-corner-0{margin-right:1%;}}@media (min-width:60em){.jdbVAt .top-right-corner-0{margin-right:3%;}}

.fcdkmp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fcdkmp [class*="-corner-"],.fcdkmp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fcdkmp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fcdkmp [class*="bottom-left-corner"],.fcdkmp [class*="bottom-right-corner"]{bottom:0;}.fcdkmp [class*="top-left-corner"],.fcdkmp [class*="top-right-corner"]{top:0;}.fcdkmp [class*="-left-corner-"]{left:0;}.fcdkmp [class*="-right-corner-"]{right:0;}.fcdkmp [class*="top-left-corner-"]{background-position:0 0;}.fcdkmp [class*="top-right-corner-"]{background-position:100% 0;}.fcdkmp [class*="bottom-left-corner-"]{background-position:0 100%;}.fcdkmp [class*="bottom-right-corner-"]{background-position:100% 100%;}.fcdkmp [class*="top-edge-"],.fcdkmp [class*="bottom-edge-"],.fcdkmp [class*="left-edge-"],.fcdkmp [class*="right-edge-"]{margin:auto;}.fcdkmp [class*="top-edge-"],.fcdkmp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fcdkmp [class*="left-edge-"],.fcdkmp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fcdkmp [class*="top-edge-"]{top:0;}.fcdkmp [class*="bottom-edge-"]{bottom:0;}.fcdkmp [class*="left-edge-"]{left:0;}.fcdkmp [class*="right-edge-"]{right:0;}.fcdkmp .bottom-edge-0{width:90%;height:4px;background-color:#ffffff;}@media (min-width:30em){.fcdkmp .bottom-edge-0{width:98%;}}@media (min-width:60em){.fcdkmp .bottom-edge-0{width:94%;}}.fcdkmp .top-left-corner-0{width:4px;height:100%;margin-left:5%;background-color:#ffffff;}@media (min-width:30em){.fcdkmp .top-left-corner-0{margin-left:1%;}}@media (min-width:60em){.fcdkmp .top-left-corner-0{margin-left:3%;}}.fcdkmp .top-right-corner-0{width:4px;height:100%;margin-right:5%;background-color:#ffffff;}@media (min-width:30em){.fcdkmp .top-right-corner-0{margin-right:1%;}}@media (min-width:60em){.fcdkmp .top-right-corner-0{margin-right:3%;}}

.bJcFYI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bJcFYI [class*="-corner-"],.bJcFYI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bJcFYI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bJcFYI [class*="bottom-left-corner"],.bJcFYI [class*="bottom-right-corner"]{bottom:0;}.bJcFYI [class*="top-left-corner"],.bJcFYI [class*="top-right-corner"]{top:0;}.bJcFYI [class*="-left-corner-"]{left:0;}.bJcFYI [class*="-right-corner-"]{right:0;}.bJcFYI [class*="top-left-corner-"]{background-position:0 0;}.bJcFYI [class*="top-right-corner-"]{background-position:100% 0;}.bJcFYI [class*="bottom-left-corner-"]{background-position:0 100%;}.bJcFYI [class*="bottom-right-corner-"]{background-position:100% 100%;}.bJcFYI [class*="top-edge-"],.bJcFYI [class*="bottom-edge-"],.bJcFYI [class*="left-edge-"],.bJcFYI [class*="right-edge-"]{margin:auto;}.bJcFYI [class*="top-edge-"],.bJcFYI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bJcFYI [class*="left-edge-"],.bJcFYI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bJcFYI [class*="top-edge-"]{top:0;}.bJcFYI [class*="bottom-edge-"]{bottom:0;}.bJcFYI [class*="left-edge-"]{left:0;}.bJcFYI [class*="right-edge-"]{right:0;}.bJcFYI .top-edge-0{height:100px;margin-top:-40px;background-image:url('https://assets.digital.vistaprint.com/production/02885bf7-3626-4fce-9075-cc7d26b6c90c');}.bJcFYI .top-left-corner-0{width:150px;margin-left:10px;margin-top:10px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.bJcFYI .top-right-corner-0{width:150px;margin-right:10px;margin-top:10px;background-image:url('../1206792/icons/icon7.svg');}.bJcFYI .bottom-left-corner-0{width:150px;margin-left:10px;margin-bottom:10px;background-image:url('../1206792/icons/icon8.svg');}.bJcFYI .bottom-right-corner-0{width:150px;margin-right:10px;margin-bottom:10px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}

.iopOyx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iopOyx [class*="-corner-"],.iopOyx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iopOyx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iopOyx [class*="bottom-left-corner"],.iopOyx [class*="bottom-right-corner"]{bottom:0;}.iopOyx [class*="top-left-corner"],.iopOyx [class*="top-right-corner"]{top:0;}.iopOyx [class*="-left-corner-"]{left:0;}.iopOyx [class*="-right-corner-"]{right:0;}.iopOyx [class*="top-left-corner-"]{background-position:0 0;}.iopOyx [class*="top-right-corner-"]{background-position:100% 0;}.iopOyx [class*="bottom-left-corner-"]{background-position:0 100%;}.iopOyx [class*="bottom-right-corner-"]{background-position:100% 100%;}.iopOyx [class*="top-edge-"],.iopOyx [class*="bottom-edge-"],.iopOyx [class*="left-edge-"],.iopOyx [class*="right-edge-"]{margin:auto;}.iopOyx [class*="top-edge-"],.iopOyx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iopOyx [class*="left-edge-"],.iopOyx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iopOyx [class*="top-edge-"]{top:0;}.iopOyx [class*="bottom-edge-"]{bottom:0;}.iopOyx [class*="left-edge-"]{left:0;}.iopOyx [class*="right-edge-"]{right:0;}.iopOyx .bottom-edge-0{width:0px;height:0px;margin-bottom:0px;background-color:#545921;}@media (min-width:30em){.iopOyx .bottom-edge-0{width:100%;height:50px;margin-bottom:100px;}}@media (min-width:60em){.iopOyx .bottom-edge-0{width:100%;height:80px;margin-bottom:0px;}}

.gbbekG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gbbekG [class*="-corner-"],.gbbekG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gbbekG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gbbekG [class*="bottom-left-corner"],.gbbekG [class*="bottom-right-corner"]{bottom:0;}.gbbekG [class*="top-left-corner"],.gbbekG [class*="top-right-corner"]{top:0;}.gbbekG [class*="-left-corner-"]{left:0;}.gbbekG [class*="-right-corner-"]{right:0;}.gbbekG [class*="top-left-corner-"]{background-position:0 0;}.gbbekG [class*="top-right-corner-"]{background-position:100% 0;}.gbbekG [class*="bottom-left-corner-"]{background-position:0 100%;}.gbbekG [class*="bottom-right-corner-"]{background-position:100% 100%;}.gbbekG [class*="top-edge-"],.gbbekG [class*="bottom-edge-"],.gbbekG [class*="left-edge-"],.gbbekG [class*="right-edge-"]{margin:auto;}.gbbekG [class*="top-edge-"],.gbbekG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gbbekG [class*="left-edge-"],.gbbekG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gbbekG [class*="top-edge-"]{top:0;}.gbbekG [class*="bottom-edge-"]{bottom:0;}.gbbekG [class*="left-edge-"]{left:0;}.gbbekG [class*="right-edge-"]{right:0;}.gbbekG .bottom-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.gbbekG .bottom-edge-0{width:94.4%;height:5px;margin-bottom:0px;background-color:#B4AA92;}}@media (min-width:60em){.gbbekG .bottom-edge-0{width:96.2%;height:5px;margin-bottom:0px;background-color:#B4AA92;}}

.chclFV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.chclFV [class*="-corner-"],.chclFV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.chclFV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.chclFV [class*="bottom-left-corner"],.chclFV [class*="bottom-right-corner"]{bottom:0;}.chclFV [class*="top-left-corner"],.chclFV [class*="top-right-corner"]{top:0;}.chclFV [class*="-left-corner-"]{left:0;}.chclFV [class*="-right-corner-"]{right:0;}.chclFV [class*="top-left-corner-"]{background-position:0 0;}.chclFV [class*="top-right-corner-"]{background-position:100% 0;}.chclFV [class*="bottom-left-corner-"]{background-position:0 100%;}.chclFV [class*="bottom-right-corner-"]{background-position:100% 100%;}.chclFV [class*="top-edge-"],.chclFV [class*="bottom-edge-"],.chclFV [class*="left-edge-"],.chclFV [class*="right-edge-"]{margin:auto;}.chclFV [class*="top-edge-"],.chclFV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.chclFV [class*="left-edge-"],.chclFV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.chclFV [class*="top-edge-"]{top:0;}.chclFV [class*="bottom-edge-"]{bottom:0;}.chclFV [class*="left-edge-"]{left:0;}.chclFV [class*="right-edge-"]{right:0;}.chclFV .left-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.chclFV .left-edge-0{width:5px;height:100%;margin-left:20.1px;background-color:#B4A792;}}@media (min-width:60em){.chclFV .left-edge-0{width:5px;height:100%;margin-left:20px;background-color:#B4A792;}}.chclFV .right-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.chclFV .right-edge-0{width:5px;height:100%;margin-right:20.1px;background-color:#B4A792;}}@media (min-width:60em){.chclFV .right-edge-0{width:5px;height:100%;margin-right:21px;background-color:#B4A792;}}

.eNmcwv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eNmcwv [class*="-corner-"],.eNmcwv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eNmcwv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eNmcwv [class*="bottom-left-corner"],.eNmcwv [class*="bottom-right-corner"]{bottom:0;}.eNmcwv [class*="top-left-corner"],.eNmcwv [class*="top-right-corner"]{top:0;}.eNmcwv [class*="-left-corner-"]{left:0;}.eNmcwv [class*="-right-corner-"]{right:0;}.eNmcwv [class*="top-left-corner-"]{background-position:0 0;}.eNmcwv [class*="top-right-corner-"]{background-position:100% 0;}.eNmcwv [class*="bottom-left-corner-"]{background-position:0 100%;}.eNmcwv [class*="bottom-right-corner-"]{background-position:100% 100%;}.eNmcwv [class*="top-edge-"],.eNmcwv [class*="bottom-edge-"],.eNmcwv [class*="left-edge-"],.eNmcwv [class*="right-edge-"]{margin:auto;}.eNmcwv [class*="top-edge-"],.eNmcwv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eNmcwv [class*="left-edge-"],.eNmcwv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eNmcwv [class*="top-edge-"]{top:0;}.eNmcwv [class*="bottom-edge-"]{bottom:0;}.eNmcwv [class*="left-edge-"]{left:0;}.eNmcwv [class*="right-edge-"]{right:0;}.eNmcwv .top-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.eNmcwv .top-edge-0{width:94.4%;height:5px;margin-top:0px;background-color:#B4AA92;}}@media (min-width:60em){.eNmcwv .top-edge-0{width:96.2%;height:5px;margin-top:0px;background-color:#B4AA92;}}

.kDNQek{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kDNQek [class*="-corner-"],.kDNQek [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kDNQek [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kDNQek [class*="bottom-left-corner"],.kDNQek [class*="bottom-right-corner"]{bottom:0;}.kDNQek [class*="top-left-corner"],.kDNQek [class*="top-right-corner"]{top:0;}.kDNQek [class*="-left-corner-"]{left:0;}.kDNQek [class*="-right-corner-"]{right:0;}.kDNQek [class*="top-left-corner-"]{background-position:0 0;}.kDNQek [class*="top-right-corner-"]{background-position:100% 0;}.kDNQek [class*="bottom-left-corner-"]{background-position:0 100%;}.kDNQek [class*="bottom-right-corner-"]{background-position:100% 100%;}.kDNQek [class*="top-edge-"],.kDNQek [class*="bottom-edge-"],.kDNQek [class*="left-edge-"],.kDNQek [class*="right-edge-"]{margin:auto;}.kDNQek [class*="top-edge-"],.kDNQek [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kDNQek [class*="left-edge-"],.kDNQek [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kDNQek [class*="top-edge-"]{top:0;}.kDNQek [class*="bottom-edge-"]{bottom:0;}.kDNQek [class*="left-edge-"]{left:0;}.kDNQek [class*="right-edge-"]{right:0;}.kDNQek .top-left-corner-0{width:170px;margin-left:-80px;margin-top:-110px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/dcba8244-d877-490f-aa30-f43bef5c6c33');background-repeat:no-repeat;}.kDNQek .bottom-right-corner-0{width:170px;margin-right:-80px;margin-bottom:-110px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/dcba8244-d877-490f-aa30-f43bef5c6c33');background-repeat:no-repeat;}

.iGMxJq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iGMxJq [class*="-corner-"],.iGMxJq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iGMxJq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iGMxJq [class*="bottom-left-corner"],.iGMxJq [class*="bottom-right-corner"]{bottom:0;}.iGMxJq [class*="top-left-corner"],.iGMxJq [class*="top-right-corner"]{top:0;}.iGMxJq [class*="-left-corner-"]{left:0;}.iGMxJq [class*="-right-corner-"]{right:0;}.iGMxJq [class*="top-left-corner-"]{background-position:0 0;}.iGMxJq [class*="top-right-corner-"]{background-position:100% 0;}.iGMxJq [class*="bottom-left-corner-"]{background-position:0 100%;}.iGMxJq [class*="bottom-right-corner-"]{background-position:100% 100%;}.iGMxJq [class*="top-edge-"],.iGMxJq [class*="bottom-edge-"],.iGMxJq [class*="left-edge-"],.iGMxJq [class*="right-edge-"]{margin:auto;}.iGMxJq [class*="top-edge-"],.iGMxJq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iGMxJq [class*="left-edge-"],.iGMxJq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iGMxJq [class*="top-edge-"]{top:0;}.iGMxJq [class*="bottom-edge-"]{bottom:0;}.iGMxJq [class*="left-edge-"]{left:0;}.iGMxJq [class*="right-edge-"]{right:0;}.iGMxJq .top-edge-0{width:90%;height:2.5px;background-color:#ffffff;}

.fJdHcf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fJdHcf [class*="-corner-"],.fJdHcf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fJdHcf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fJdHcf [class*="bottom-left-corner"],.fJdHcf [class*="bottom-right-corner"]{bottom:0;}.fJdHcf [class*="top-left-corner"],.fJdHcf [class*="top-right-corner"]{top:0;}.fJdHcf [class*="-left-corner-"]{left:0;}.fJdHcf [class*="-right-corner-"]{right:0;}.fJdHcf [class*="top-left-corner-"]{background-position:0 0;}.fJdHcf [class*="top-right-corner-"]{background-position:100% 0;}.fJdHcf [class*="bottom-left-corner-"]{background-position:0 100%;}.fJdHcf [class*="bottom-right-corner-"]{background-position:100% 100%;}.fJdHcf [class*="top-edge-"],.fJdHcf [class*="bottom-edge-"],.fJdHcf [class*="left-edge-"],.fJdHcf [class*="right-edge-"]{margin:auto;}.fJdHcf [class*="top-edge-"],.fJdHcf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fJdHcf [class*="left-edge-"],.fJdHcf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fJdHcf [class*="top-edge-"]{top:0;}.fJdHcf [class*="bottom-edge-"]{bottom:0;}.fJdHcf [class*="left-edge-"]{left:0;}.fJdHcf [class*="right-edge-"]{right:0;}.fJdHcf .top-edge-0{width:75%;height:50%;background-image:url('https://assets.digital.vistaprint.com/production/72d4c552-dee3-4e3e-b2c5-ef0ab371ba43');background-size:contain;}

.cffwax{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cffwax [class*="-corner-"],.cffwax [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cffwax [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cffwax [class*="bottom-left-corner"],.cffwax [class*="bottom-right-corner"]{bottom:0;}.cffwax [class*="top-left-corner"],.cffwax [class*="top-right-corner"]{top:0;}.cffwax [class*="-left-corner-"]{left:0;}.cffwax [class*="-right-corner-"]{right:0;}.cffwax [class*="top-left-corner-"]{background-position:0 0;}.cffwax [class*="top-right-corner-"]{background-position:100% 0;}.cffwax [class*="bottom-left-corner-"]{background-position:0 100%;}.cffwax [class*="bottom-right-corner-"]{background-position:100% 100%;}.cffwax [class*="top-edge-"],.cffwax [class*="bottom-edge-"],.cffwax [class*="left-edge-"],.cffwax [class*="right-edge-"]{margin:auto;}.cffwax [class*="top-edge-"],.cffwax [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cffwax [class*="left-edge-"],.cffwax [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cffwax [class*="top-edge-"]{top:0;}.cffwax [class*="bottom-edge-"]{bottom:0;}.cffwax [class*="left-edge-"]{left:0;}.cffwax [class*="right-edge-"]{right:0;}.cffwax .top-edge-0{width:100%;height:2px;background-color:#58595b;}.cffwax .bottom-edge-0{width:100%;height:2px;background-color:#58595b;}

.lhoEUD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lhoEUD [class*="-corner-"],.lhoEUD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lhoEUD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lhoEUD [class*="bottom-left-corner"],.lhoEUD [class*="bottom-right-corner"]{bottom:0;}.lhoEUD [class*="top-left-corner"],.lhoEUD [class*="top-right-corner"]{top:0;}.lhoEUD [class*="-left-corner-"]{left:0;}.lhoEUD [class*="-right-corner-"]{right:0;}.lhoEUD [class*="top-left-corner-"]{background-position:0 0;}.lhoEUD [class*="top-right-corner-"]{background-position:100% 0;}.lhoEUD [class*="bottom-left-corner-"]{background-position:0 100%;}.lhoEUD [class*="bottom-right-corner-"]{background-position:100% 100%;}.lhoEUD [class*="top-edge-"],.lhoEUD [class*="bottom-edge-"],.lhoEUD [class*="left-edge-"],.lhoEUD [class*="right-edge-"]{margin:auto;}.lhoEUD [class*="top-edge-"],.lhoEUD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lhoEUD [class*="left-edge-"],.lhoEUD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lhoEUD [class*="top-edge-"]{top:0;}.lhoEUD [class*="bottom-edge-"]{bottom:0;}.lhoEUD [class*="left-edge-"]{left:0;}.lhoEUD [class*="right-edge-"]{right:0;}.lhoEUD .top-edge-0{width:100%;height:2px;background-color:#05b1bf;}.lhoEUD .bottom-edge-0{width:100%;height:2px;background-color:#05b1bf;}

.lfiifx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lfiifx [class*="-corner-"],.lfiifx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lfiifx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lfiifx [class*="bottom-left-corner"],.lfiifx [class*="bottom-right-corner"]{bottom:0;}.lfiifx [class*="top-left-corner"],.lfiifx [class*="top-right-corner"]{top:0;}.lfiifx [class*="-left-corner-"]{left:0;}.lfiifx [class*="-right-corner-"]{right:0;}.lfiifx [class*="top-left-corner-"]{background-position:0 0;}.lfiifx [class*="top-right-corner-"]{background-position:100% 0;}.lfiifx [class*="bottom-left-corner-"]{background-position:0 100%;}.lfiifx [class*="bottom-right-corner-"]{background-position:100% 100%;}.lfiifx [class*="top-edge-"],.lfiifx [class*="bottom-edge-"],.lfiifx [class*="left-edge-"],.lfiifx [class*="right-edge-"]{margin:auto;}.lfiifx [class*="top-edge-"],.lfiifx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lfiifx [class*="left-edge-"],.lfiifx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lfiifx [class*="top-edge-"]{top:0;}.lfiifx [class*="bottom-edge-"]{bottom:0;}.lfiifx [class*="left-edge-"]{left:0;}.lfiifx [class*="right-edge-"]{right:0;}.lfiifx .top-edge-0{width:100%;height:5px;margin-top:0%;background-color:#E1C18E;}@media (min-width:30em){.lfiifx .top-edge-0{margin-top:0%;}}@media (min-width:60em){.lfiifx .top-edge-0{margin-top:3%;}}.lfiifx .left-edge-0{width:5px;height:100%;margin-top:0%;background-color:#E1C18E;}@media (min-width:30em){.lfiifx .left-edge-0{margin-top:0%;}}@media (min-width:60em){.lfiifx .left-edge-0{margin-top:3%;}}.lfiifx .right-edge-0{width:5px;height:100%;margin-top:0%;background-color:#E1C18E;}@media (min-width:30em){.lfiifx .right-edge-0{margin-top:0%;}}@media (min-width:60em){.lfiifx .right-edge-0{margin-top:3%;}}

.pBeHV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.pBeHV [class*="-corner-"],.pBeHV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.pBeHV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.pBeHV [class*="bottom-left-corner"],.pBeHV [class*="bottom-right-corner"]{bottom:0;}.pBeHV [class*="top-left-corner"],.pBeHV [class*="top-right-corner"]{top:0;}.pBeHV [class*="-left-corner-"]{left:0;}.pBeHV [class*="-right-corner-"]{right:0;}.pBeHV [class*="top-left-corner-"]{background-position:0 0;}.pBeHV [class*="top-right-corner-"]{background-position:100% 0;}.pBeHV [class*="bottom-left-corner-"]{background-position:0 100%;}.pBeHV [class*="bottom-right-corner-"]{background-position:100% 100%;}.pBeHV [class*="top-edge-"],.pBeHV [class*="bottom-edge-"],.pBeHV [class*="left-edge-"],.pBeHV [class*="right-edge-"]{margin:auto;}.pBeHV [class*="top-edge-"],.pBeHV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.pBeHV [class*="left-edge-"],.pBeHV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.pBeHV [class*="top-edge-"]{top:0;}.pBeHV [class*="bottom-edge-"]{bottom:0;}.pBeHV [class*="left-edge-"]{left:0;}.pBeHV [class*="right-edge-"]{right:0;}.pBeHV .left-edge-0{width:5px;height:100%;background-color:#E1C18E;}.pBeHV .right-edge-0{width:5px;height:100%;background-color:#E1C18E;}

.cmIgbN{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cmIgbN [class*="-corner-"],.cmIgbN [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cmIgbN [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cmIgbN [class*="bottom-left-corner"],.cmIgbN [class*="bottom-right-corner"]{bottom:0;}.cmIgbN [class*="top-left-corner"],.cmIgbN [class*="top-right-corner"]{top:0;}.cmIgbN [class*="-left-corner-"]{left:0;}.cmIgbN [class*="-right-corner-"]{right:0;}.cmIgbN [class*="top-left-corner-"]{background-position:0 0;}.cmIgbN [class*="top-right-corner-"]{background-position:100% 0;}.cmIgbN [class*="bottom-left-corner-"]{background-position:0 100%;}.cmIgbN [class*="bottom-right-corner-"]{background-position:100% 100%;}.cmIgbN [class*="top-edge-"],.cmIgbN [class*="bottom-edge-"],.cmIgbN [class*="left-edge-"],.cmIgbN [class*="right-edge-"]{margin:auto;}.cmIgbN [class*="top-edge-"],.cmIgbN [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cmIgbN [class*="left-edge-"],.cmIgbN [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cmIgbN [class*="top-edge-"]{top:0;}.cmIgbN [class*="bottom-edge-"]{bottom:0;}.cmIgbN [class*="left-edge-"]{left:0;}.cmIgbN [class*="right-edge-"]{right:0;}.cmIgbN .top-edge-0{width:100%;height:30px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/a866ed47-12c1-44e3-9c0b-6c4de6bc63f8');background-size:contain;}.cmIgbN .top-edge-1{width:95%;height:3px;background-color:#e77e3e;}

.iJgYnx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iJgYnx [class*="-corner-"],.iJgYnx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iJgYnx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iJgYnx [class*="bottom-left-corner"],.iJgYnx [class*="bottom-right-corner"]{bottom:0;}.iJgYnx [class*="top-left-corner"],.iJgYnx [class*="top-right-corner"]{top:0;}.iJgYnx [class*="-left-corner-"]{left:0;}.iJgYnx [class*="-right-corner-"]{right:0;}.iJgYnx [class*="top-left-corner-"]{background-position:0 0;}.iJgYnx [class*="top-right-corner-"]{background-position:100% 0;}.iJgYnx [class*="bottom-left-corner-"]{background-position:0 100%;}.iJgYnx [class*="bottom-right-corner-"]{background-position:100% 100%;}.iJgYnx [class*="top-edge-"],.iJgYnx [class*="bottom-edge-"],.iJgYnx [class*="left-edge-"],.iJgYnx [class*="right-edge-"]{margin:auto;}.iJgYnx [class*="top-edge-"],.iJgYnx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iJgYnx [class*="left-edge-"],.iJgYnx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iJgYnx [class*="top-edge-"]{top:0;}.iJgYnx [class*="bottom-edge-"]{bottom:0;}.iJgYnx [class*="left-edge-"]{left:0;}.iJgYnx [class*="right-edge-"]{right:0;}.iJgYnx .top-edge-0{width:100%;height:5px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#f59c00;}

.kRehhH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kRehhH [class*="-corner-"],.kRehhH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kRehhH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kRehhH [class*="bottom-left-corner"],.kRehhH [class*="bottom-right-corner"]{bottom:0;}.kRehhH [class*="top-left-corner"],.kRehhH [class*="top-right-corner"]{top:0;}.kRehhH [class*="-left-corner-"]{left:0;}.kRehhH [class*="-right-corner-"]{right:0;}.kRehhH [class*="top-left-corner-"]{background-position:0 0;}.kRehhH [class*="top-right-corner-"]{background-position:100% 0;}.kRehhH [class*="bottom-left-corner-"]{background-position:0 100%;}.kRehhH [class*="bottom-right-corner-"]{background-position:100% 100%;}.kRehhH [class*="top-edge-"],.kRehhH [class*="bottom-edge-"],.kRehhH [class*="left-edge-"],.kRehhH [class*="right-edge-"]{margin:auto;}.kRehhH [class*="top-edge-"],.kRehhH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kRehhH [class*="left-edge-"],.kRehhH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kRehhH [class*="top-edge-"]{top:0;}.kRehhH [class*="bottom-edge-"]{bottom:0;}.kRehhH [class*="left-edge-"]{left:0;}.kRehhH [class*="right-edge-"]{right:0;}.kRehhH .bottom-edge-0{width:2000px;height:102px;margin-bottom:-30px;background-image:url('https://assets.digital.vistaprint.com/production/415c70eb-18ce-47ef-842d-833416663f76');background-size:contain;}

.jlkgGX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jlkgGX [class*="-corner-"],.jlkgGX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jlkgGX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jlkgGX [class*="bottom-left-corner"],.jlkgGX [class*="bottom-right-corner"]{bottom:0;}.jlkgGX [class*="top-left-corner"],.jlkgGX [class*="top-right-corner"]{top:0;}.jlkgGX [class*="-left-corner-"]{left:0;}.jlkgGX [class*="-right-corner-"]{right:0;}.jlkgGX [class*="top-left-corner-"]{background-position:0 0;}.jlkgGX [class*="top-right-corner-"]{background-position:100% 0;}.jlkgGX [class*="bottom-left-corner-"]{background-position:0 100%;}.jlkgGX [class*="bottom-right-corner-"]{background-position:100% 100%;}.jlkgGX [class*="top-edge-"],.jlkgGX [class*="bottom-edge-"],.jlkgGX [class*="left-edge-"],.jlkgGX [class*="right-edge-"]{margin:auto;}.jlkgGX [class*="top-edge-"],.jlkgGX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jlkgGX [class*="left-edge-"],.jlkgGX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jlkgGX [class*="top-edge-"]{top:0;}.jlkgGX [class*="bottom-edge-"]{bottom:0;}.jlkgGX [class*="left-edge-"]{left:0;}.jlkgGX [class*="right-edge-"]{right:0;}.jlkgGX .top-edge-0{width:100%;height:2px;background-color:#FFD602;}

.jAASTN{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jAASTN [class*="-corner-"],.jAASTN [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jAASTN [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jAASTN [class*="bottom-left-corner"],.jAASTN [class*="bottom-right-corner"]{bottom:0;}.jAASTN [class*="top-left-corner"],.jAASTN [class*="top-right-corner"]{top:0;}.jAASTN [class*="-left-corner-"]{left:0;}.jAASTN [class*="-right-corner-"]{right:0;}.jAASTN [class*="top-left-corner-"]{background-position:0 0;}.jAASTN [class*="top-right-corner-"]{background-position:100% 0;}.jAASTN [class*="bottom-left-corner-"]{background-position:0 100%;}.jAASTN [class*="bottom-right-corner-"]{background-position:100% 100%;}.jAASTN [class*="top-edge-"],.jAASTN [class*="bottom-edge-"],.jAASTN [class*="left-edge-"],.jAASTN [class*="right-edge-"]{margin:auto;}.jAASTN [class*="top-edge-"],.jAASTN [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jAASTN [class*="left-edge-"],.jAASTN [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jAASTN [class*="top-edge-"]{top:0;}.jAASTN [class*="bottom-edge-"]{bottom:0;}.jAASTN [class*="left-edge-"]{left:0;}.jAASTN [class*="right-edge-"]{right:0;}.jAASTN .bottom-edge-0{width:60%;height:80px;background-image:url('https://assets.digital.vistaprint.com/production/56e4adaa-4837-429d-b86d-d4e93d0aa302');}@media (min-width:30em){.jAASTN .bottom-edge-0{width:76%;}}@media (min-width:60em){.jAASTN .bottom-edge-0{width:84%;}}.jAASTN .bottom-left-corner-0{width:120px;height:80px;background-image:url('https://assets.digital.vistaprint.com/production/041d79c2-ffc2-48c5-8e8e-04cd21cc5c69');}.jAASTN .bottom-right-corner-0{width:120px;height:80px;background-image:url('https://assets.digital.vistaprint.com/production/fac1a823-78fb-4f37-965f-a0bb142cc50e');}

.bAtupO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bAtupO [class*="-corner-"],.bAtupO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bAtupO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bAtupO [class*="bottom-left-corner"],.bAtupO [class*="bottom-right-corner"]{bottom:0;}.bAtupO [class*="top-left-corner"],.bAtupO [class*="top-right-corner"]{top:0;}.bAtupO [class*="-left-corner-"]{left:0;}.bAtupO [class*="-right-corner-"]{right:0;}.bAtupO [class*="top-left-corner-"]{background-position:0 0;}.bAtupO [class*="top-right-corner-"]{background-position:100% 0;}.bAtupO [class*="bottom-left-corner-"]{background-position:0 100%;}.bAtupO [class*="bottom-right-corner-"]{background-position:100% 100%;}.bAtupO [class*="top-edge-"],.bAtupO [class*="bottom-edge-"],.bAtupO [class*="left-edge-"],.bAtupO [class*="right-edge-"]{margin:auto;}.bAtupO [class*="top-edge-"],.bAtupO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bAtupO [class*="left-edge-"],.bAtupO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bAtupO [class*="top-edge-"]{top:0;}.bAtupO [class*="bottom-edge-"]{bottom:0;}.bAtupO [class*="left-edge-"]{left:0;}.bAtupO [class*="right-edge-"]{right:0;}.bAtupO .left-edge-0{width:80px;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/ebc7d257-9478-4951-8318-63f6b3c83b49');}.bAtupO .right-edge-0{width:80px;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/61881f5a-a47b-4c90-841c-0aa83ea4e1e7');}.bAtupO .bottom-edge-0{width:92%;height:100%;background-color:#3c281d;}

.izOGgv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.izOGgv [class*="-corner-"],.izOGgv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.izOGgv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.izOGgv [class*="bottom-left-corner"],.izOGgv [class*="bottom-right-corner"]{bottom:0;}.izOGgv [class*="top-left-corner"],.izOGgv [class*="top-right-corner"]{top:0;}.izOGgv [class*="-left-corner-"]{left:0;}.izOGgv [class*="-right-corner-"]{right:0;}.izOGgv [class*="top-left-corner-"]{background-position:0 0;}.izOGgv [class*="top-right-corner-"]{background-position:100% 0;}.izOGgv [class*="bottom-left-corner-"]{background-position:0 100%;}.izOGgv [class*="bottom-right-corner-"]{background-position:100% 100%;}.izOGgv [class*="top-edge-"],.izOGgv [class*="bottom-edge-"],.izOGgv [class*="left-edge-"],.izOGgv [class*="right-edge-"]{margin:auto;}.izOGgv [class*="top-edge-"],.izOGgv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.izOGgv [class*="left-edge-"],.izOGgv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.izOGgv [class*="top-edge-"]{top:0;}.izOGgv [class*="bottom-edge-"]{bottom:0;}.izOGgv [class*="left-edge-"]{left:0;}.izOGgv [class*="right-edge-"]{right:0;}.izOGgv .top-edge-0{width:60%;height:80px;background-image:url('https://assets.digital.vistaprint.com/production/14c5e8ba-38b8-455d-b289-61ed1893aa21');}@media (min-width:30em){.izOGgv .top-edge-0{width:76%;}}@media (min-width:60em){.izOGgv .top-edge-0{width:84%;}}.izOGgv .top-left-corner-0{width:120px;height:80px;background-image:url('https://assets.digital.vistaprint.com/production/8431f25a-6087-4747-8bd8-ff7fbddf6034');}.izOGgv .top-right-corner-0{width:120px;height:80px;background-image:url('https://assets.digital.vistaprint.com/production/cc91b070-cc79-4e44-a635-18ee9fdcd9f2');}

.bTTgcl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bTTgcl [class*="-corner-"],.bTTgcl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bTTgcl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bTTgcl [class*="bottom-left-corner"],.bTTgcl [class*="bottom-right-corner"]{bottom:0;}.bTTgcl [class*="top-left-corner"],.bTTgcl [class*="top-right-corner"]{top:0;}.bTTgcl [class*="-left-corner-"]{left:0;}.bTTgcl [class*="-right-corner-"]{right:0;}.bTTgcl [class*="top-left-corner-"]{background-position:0 0;}.bTTgcl [class*="top-right-corner-"]{background-position:100% 0;}.bTTgcl [class*="bottom-left-corner-"]{background-position:0 100%;}.bTTgcl [class*="bottom-right-corner-"]{background-position:100% 100%;}.bTTgcl [class*="top-edge-"],.bTTgcl [class*="bottom-edge-"],.bTTgcl [class*="left-edge-"],.bTTgcl [class*="right-edge-"]{margin:auto;}.bTTgcl [class*="top-edge-"],.bTTgcl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bTTgcl [class*="left-edge-"],.bTTgcl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bTTgcl [class*="top-edge-"]{top:0;}.bTTgcl [class*="bottom-edge-"]{bottom:0;}.bTTgcl [class*="left-edge-"]{left:0;}.bTTgcl [class*="right-edge-"]{right:0;}.bTTgcl .top-edge-0{height:960px;margin-top:-860px;background-image:url('https://assets.digital.vistaprint.com/production/7b0cea9f-75c0-4cc5-bdc7-44afc50ef095');}.bTTgcl .top-left-corner-0{width:200px;margin-left:-100px;margin-top:-50px;opacity:0.25;background-image:url('../1241548/icons/icon1.svg');}

.dXaSxB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dXaSxB [class*="-corner-"],.dXaSxB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dXaSxB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dXaSxB [class*="bottom-left-corner"],.dXaSxB [class*="bottom-right-corner"]{bottom:0;}.dXaSxB [class*="top-left-corner"],.dXaSxB [class*="top-right-corner"]{top:0;}.dXaSxB [class*="-left-corner-"]{left:0;}.dXaSxB [class*="-right-corner-"]{right:0;}.dXaSxB [class*="top-left-corner-"]{background-position:0 0;}.dXaSxB [class*="top-right-corner-"]{background-position:100% 0;}.dXaSxB [class*="bottom-left-corner-"]{background-position:0 100%;}.dXaSxB [class*="bottom-right-corner-"]{background-position:100% 100%;}.dXaSxB [class*="top-edge-"],.dXaSxB [class*="bottom-edge-"],.dXaSxB [class*="left-edge-"],.dXaSxB [class*="right-edge-"]{margin:auto;}.dXaSxB [class*="top-edge-"],.dXaSxB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dXaSxB [class*="left-edge-"],.dXaSxB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dXaSxB [class*="top-edge-"]{top:0;}.dXaSxB [class*="bottom-edge-"]{bottom:0;}.dXaSxB [class*="left-edge-"]{left:0;}.dXaSxB [class*="right-edge-"]{right:0;}.dXaSxB .bottom-right-corner-0{width:200px;margin-right:-100px;margin-bottom:-50px;opacity:0.25;background-image:url('../1241548/icons/icon1.svg');}

.iFGBAf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iFGBAf [class*="-corner-"],.iFGBAf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iFGBAf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iFGBAf [class*="bottom-left-corner"],.iFGBAf [class*="bottom-right-corner"]{bottom:0;}.iFGBAf [class*="top-left-corner"],.iFGBAf [class*="top-right-corner"]{top:0;}.iFGBAf [class*="-left-corner-"]{left:0;}.iFGBAf [class*="-right-corner-"]{right:0;}.iFGBAf [class*="top-left-corner-"]{background-position:0 0;}.iFGBAf [class*="top-right-corner-"]{background-position:100% 0;}.iFGBAf [class*="bottom-left-corner-"]{background-position:0 100%;}.iFGBAf [class*="bottom-right-corner-"]{background-position:100% 100%;}.iFGBAf [class*="top-edge-"],.iFGBAf [class*="bottom-edge-"],.iFGBAf [class*="left-edge-"],.iFGBAf [class*="right-edge-"]{margin:auto;}.iFGBAf [class*="top-edge-"],.iFGBAf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iFGBAf [class*="left-edge-"],.iFGBAf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iFGBAf [class*="top-edge-"]{top:0;}.iFGBAf [class*="bottom-edge-"]{bottom:0;}.iFGBAf [class*="left-edge-"]{left:0;}.iFGBAf [class*="right-edge-"]{right:0;}.iFGBAf .bottom-edge-0{width:600px;height:1px;background-color:black;}

.jradOS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jradOS [class*="-corner-"],.jradOS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jradOS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jradOS [class*="bottom-left-corner"],.jradOS [class*="bottom-right-corner"]{bottom:0;}.jradOS [class*="top-left-corner"],.jradOS [class*="top-right-corner"]{top:0;}.jradOS [class*="-left-corner-"]{left:0;}.jradOS [class*="-right-corner-"]{right:0;}.jradOS [class*="top-left-corner-"]{background-position:0 0;}.jradOS [class*="top-right-corner-"]{background-position:100% 0;}.jradOS [class*="bottom-left-corner-"]{background-position:0 100%;}.jradOS [class*="bottom-right-corner-"]{background-position:100% 100%;}.jradOS [class*="top-edge-"],.jradOS [class*="bottom-edge-"],.jradOS [class*="left-edge-"],.jradOS [class*="right-edge-"]{margin:auto;}.jradOS [class*="top-edge-"],.jradOS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jradOS [class*="left-edge-"],.jradOS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jradOS [class*="top-edge-"]{top:0;}.jradOS [class*="bottom-edge-"]{bottom:0;}.jradOS [class*="left-edge-"]{left:0;}.jradOS [class*="right-edge-"]{right:0;}.jradOS .bottom-edge-0{width:80%;height:10px;margin-bottom:110px;background-image:url('https://assets.digital.vistaprint.com/production/4c9c9195-1dfc-4779-8019-0c1f90188571');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.jradOS .bottom-edge-0{width:393px;height:10px;margin-bottom:120px;}}@media (min-width:60em){.jradOS .bottom-edge-0{width:393px;height:10px;margin-bottom:120px;}}

.yCpvQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.yCpvQ [class*="-corner-"],.yCpvQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.yCpvQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.yCpvQ [class*="bottom-left-corner"],.yCpvQ [class*="bottom-right-corner"]{bottom:0;}.yCpvQ [class*="top-left-corner"],.yCpvQ [class*="top-right-corner"]{top:0;}.yCpvQ [class*="-left-corner-"]{left:0;}.yCpvQ [class*="-right-corner-"]{right:0;}.yCpvQ [class*="top-left-corner-"]{background-position:0 0;}.yCpvQ [class*="top-right-corner-"]{background-position:100% 0;}.yCpvQ [class*="bottom-left-corner-"]{background-position:0 100%;}.yCpvQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.yCpvQ [class*="top-edge-"],.yCpvQ [class*="bottom-edge-"],.yCpvQ [class*="left-edge-"],.yCpvQ [class*="right-edge-"]{margin:auto;}.yCpvQ [class*="top-edge-"],.yCpvQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.yCpvQ [class*="left-edge-"],.yCpvQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.yCpvQ [class*="top-edge-"]{top:0;}.yCpvQ [class*="bottom-edge-"]{bottom:0;}.yCpvQ [class*="left-edge-"]{left:0;}.yCpvQ [class*="right-edge-"]{right:0;}.yCpvQ .bottom-edge-0{height:7px;background-color:#00a651;}

.hDDUjw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hDDUjw [class*="-corner-"],.hDDUjw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hDDUjw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hDDUjw [class*="bottom-left-corner"],.hDDUjw [class*="bottom-right-corner"]{bottom:0;}.hDDUjw [class*="top-left-corner"],.hDDUjw [class*="top-right-corner"]{top:0;}.hDDUjw [class*="-left-corner-"]{left:0;}.hDDUjw [class*="-right-corner-"]{right:0;}.hDDUjw [class*="top-left-corner-"]{background-position:0 0;}.hDDUjw [class*="top-right-corner-"]{background-position:100% 0;}.hDDUjw [class*="bottom-left-corner-"]{background-position:0 100%;}.hDDUjw [class*="bottom-right-corner-"]{background-position:100% 100%;}.hDDUjw [class*="top-edge-"],.hDDUjw [class*="bottom-edge-"],.hDDUjw [class*="left-edge-"],.hDDUjw [class*="right-edge-"]{margin:auto;}.hDDUjw [class*="top-edge-"],.hDDUjw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hDDUjw [class*="left-edge-"],.hDDUjw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hDDUjw [class*="top-edge-"]{top:0;}.hDDUjw [class*="bottom-edge-"]{bottom:0;}.hDDUjw [class*="left-edge-"]{left:0;}.hDDUjw [class*="right-edge-"]{right:0;}.hDDUjw .top-edge-0{background-image:url('../864953/patterns/pattern1.svg');}@media (min-width:60em){.hDDUjw .top-edge-0{width:100%;height:100%;margin-top:225px;background-size:contain;background-repeat:no-repeat;}}.hDDUjw .bottom-edge-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:60em){.hDDUjw .bottom-edge-0{width:1080px;height:500px;margin-bottom:185px;background-color:#FFFFFF;}}

.eCLoQw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eCLoQw [class*="-corner-"],.eCLoQw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eCLoQw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eCLoQw [class*="bottom-left-corner"],.eCLoQw [class*="bottom-right-corner"]{bottom:0;}.eCLoQw [class*="top-left-corner"],.eCLoQw [class*="top-right-corner"]{top:0;}.eCLoQw [class*="-left-corner-"]{left:0;}.eCLoQw [class*="-right-corner-"]{right:0;}.eCLoQw [class*="top-left-corner-"]{background-position:0 0;}.eCLoQw [class*="top-right-corner-"]{background-position:100% 0;}.eCLoQw [class*="bottom-left-corner-"]{background-position:0 100%;}.eCLoQw [class*="bottom-right-corner-"]{background-position:100% 100%;}.eCLoQw [class*="top-edge-"],.eCLoQw [class*="bottom-edge-"],.eCLoQw [class*="left-edge-"],.eCLoQw [class*="right-edge-"]{margin:auto;}.eCLoQw [class*="top-edge-"],.eCLoQw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eCLoQw [class*="left-edge-"],.eCLoQw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eCLoQw [class*="top-edge-"]{top:0;}.eCLoQw [class*="bottom-edge-"]{bottom:0;}.eCLoQw [class*="left-edge-"]{left:0;}.eCLoQw [class*="right-edge-"]{right:0;}.eCLoQw .bottom-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/864929fd-00dd-4486-9faf-371ae133c2fd');background-size:contain;}

.dIoOKQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dIoOKQ [class*="-corner-"],.dIoOKQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dIoOKQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dIoOKQ [class*="bottom-left-corner"],.dIoOKQ [class*="bottom-right-corner"]{bottom:0;}.dIoOKQ [class*="top-left-corner"],.dIoOKQ [class*="top-right-corner"]{top:0;}.dIoOKQ [class*="-left-corner-"]{left:0;}.dIoOKQ [class*="-right-corner-"]{right:0;}.dIoOKQ [class*="top-left-corner-"]{background-position:0 0;}.dIoOKQ [class*="top-right-corner-"]{background-position:100% 0;}.dIoOKQ [class*="bottom-left-corner-"]{background-position:0 100%;}.dIoOKQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.dIoOKQ [class*="top-edge-"],.dIoOKQ [class*="bottom-edge-"],.dIoOKQ [class*="left-edge-"],.dIoOKQ [class*="right-edge-"]{margin:auto;}.dIoOKQ [class*="top-edge-"],.dIoOKQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dIoOKQ [class*="left-edge-"],.dIoOKQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dIoOKQ [class*="top-edge-"]{top:0;}.dIoOKQ [class*="bottom-edge-"]{bottom:0;}.dIoOKQ [class*="left-edge-"]{left:0;}.dIoOKQ [class*="right-edge-"]{right:0;}.dIoOKQ .bottom-edge-0{width:100%;height:60px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}.dIoOKQ .top-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/ef031db8-d80f-4cc9-910b-668b1700769d');background-size:contain;}

.czrVKZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.czrVKZ [class*="-corner-"],.czrVKZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.czrVKZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.czrVKZ [class*="bottom-left-corner"],.czrVKZ [class*="bottom-right-corner"]{bottom:0;}.czrVKZ [class*="top-left-corner"],.czrVKZ [class*="top-right-corner"]{top:0;}.czrVKZ [class*="-left-corner-"]{left:0;}.czrVKZ [class*="-right-corner-"]{right:0;}.czrVKZ [class*="top-left-corner-"]{background-position:0 0;}.czrVKZ [class*="top-right-corner-"]{background-position:100% 0;}.czrVKZ [class*="bottom-left-corner-"]{background-position:0 100%;}.czrVKZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.czrVKZ [class*="top-edge-"],.czrVKZ [class*="bottom-edge-"],.czrVKZ [class*="left-edge-"],.czrVKZ [class*="right-edge-"]{margin:auto;}.czrVKZ [class*="top-edge-"],.czrVKZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.czrVKZ [class*="left-edge-"],.czrVKZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.czrVKZ [class*="top-edge-"]{top:0;}.czrVKZ [class*="bottom-edge-"]{bottom:0;}.czrVKZ [class*="left-edge-"]{left:0;}.czrVKZ [class*="right-edge-"]{right:0;}.czrVKZ .bottom-right-corner-0{width:40px;margin-right:5px;margin-bottom:5px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}@media (min-width:30em){.czrVKZ .bottom-right-corner-0{width:70px;margin-right:10px;margin-bottom:10px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}}@media (min-width:60em){.czrVKZ .bottom-right-corner-0{width:100px;margin-right:20px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/bd0605d7-0e5f-4e83-99b1-02e464b2a2d7');}}

.bgtooJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bgtooJ [class*="-corner-"],.bgtooJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bgtooJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bgtooJ [class*="bottom-left-corner"],.bgtooJ [class*="bottom-right-corner"]{bottom:0;}.bgtooJ [class*="top-left-corner"],.bgtooJ [class*="top-right-corner"]{top:0;}.bgtooJ [class*="-left-corner-"]{left:0;}.bgtooJ [class*="-right-corner-"]{right:0;}.bgtooJ [class*="top-left-corner-"]{background-position:0 0;}.bgtooJ [class*="top-right-corner-"]{background-position:100% 0;}.bgtooJ [class*="bottom-left-corner-"]{background-position:0 100%;}.bgtooJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.bgtooJ [class*="top-edge-"],.bgtooJ [class*="bottom-edge-"],.bgtooJ [class*="left-edge-"],.bgtooJ [class*="right-edge-"]{margin:auto;}.bgtooJ [class*="top-edge-"],.bgtooJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bgtooJ [class*="left-edge-"],.bgtooJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bgtooJ [class*="top-edge-"]{top:0;}.bgtooJ [class*="bottom-edge-"]{bottom:0;}.bgtooJ [class*="left-edge-"]{left:0;}.bgtooJ [class*="right-edge-"]{right:0;}.bgtooJ .top-edge-0{width:100%;height:25%;background-color:#000000;}.bgtooJ .bottom-edge-0{width:100%;height:25%;background-color:#000000;}

.dXpNnV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dXpNnV [class*="-corner-"],.dXpNnV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dXpNnV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dXpNnV [class*="bottom-left-corner"],.dXpNnV [class*="bottom-right-corner"]{bottom:0;}.dXpNnV [class*="top-left-corner"],.dXpNnV [class*="top-right-corner"]{top:0;}.dXpNnV [class*="-left-corner-"]{left:0;}.dXpNnV [class*="-right-corner-"]{right:0;}.dXpNnV [class*="top-left-corner-"]{background-position:0 0;}.dXpNnV [class*="top-right-corner-"]{background-position:100% 0;}.dXpNnV [class*="bottom-left-corner-"]{background-position:0 100%;}.dXpNnV [class*="bottom-right-corner-"]{background-position:100% 100%;}.dXpNnV [class*="top-edge-"],.dXpNnV [class*="bottom-edge-"],.dXpNnV [class*="left-edge-"],.dXpNnV [class*="right-edge-"]{margin:auto;}.dXpNnV [class*="top-edge-"],.dXpNnV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dXpNnV [class*="left-edge-"],.dXpNnV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dXpNnV [class*="top-edge-"]{top:0;}.dXpNnV [class*="bottom-edge-"]{bottom:0;}.dXpNnV [class*="left-edge-"]{left:0;}.dXpNnV [class*="right-edge-"]{right:0;}.dXpNnV .bottom-edge-0{width:100%;height:50%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}

.bHDAOo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bHDAOo [class*="-corner-"],.bHDAOo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bHDAOo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bHDAOo [class*="bottom-left-corner"],.bHDAOo [class*="bottom-right-corner"]{bottom:0;}.bHDAOo [class*="top-left-corner"],.bHDAOo [class*="top-right-corner"]{top:0;}.bHDAOo [class*="-left-corner-"]{left:0;}.bHDAOo [class*="-right-corner-"]{right:0;}.bHDAOo [class*="top-left-corner-"]{background-position:0 0;}.bHDAOo [class*="top-right-corner-"]{background-position:100% 0;}.bHDAOo [class*="bottom-left-corner-"]{background-position:0 100%;}.bHDAOo [class*="bottom-right-corner-"]{background-position:100% 100%;}.bHDAOo [class*="top-edge-"],.bHDAOo [class*="bottom-edge-"],.bHDAOo [class*="left-edge-"],.bHDAOo [class*="right-edge-"]{margin:auto;}.bHDAOo [class*="top-edge-"],.bHDAOo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bHDAOo [class*="left-edge-"],.bHDAOo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bHDAOo [class*="top-edge-"]{top:0;}.bHDAOo [class*="bottom-edge-"]{bottom:0;}.bHDAOo [class*="left-edge-"]{left:0;}.bHDAOo [class*="right-edge-"]{right:0;}.bHDAOo .bottom-edge-0{width:100%;height:100%;z-index:3;background-image:url('http://http:/assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.wdJuc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.wdJuc [class*="-corner-"],.wdJuc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.wdJuc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.wdJuc [class*="bottom-left-corner"],.wdJuc [class*="bottom-right-corner"]{bottom:0;}.wdJuc [class*="top-left-corner"],.wdJuc [class*="top-right-corner"]{top:0;}.wdJuc [class*="-left-corner-"]{left:0;}.wdJuc [class*="-right-corner-"]{right:0;}.wdJuc [class*="top-left-corner-"]{background-position:0 0;}.wdJuc [class*="top-right-corner-"]{background-position:100% 0;}.wdJuc [class*="bottom-left-corner-"]{background-position:0 100%;}.wdJuc [class*="bottom-right-corner-"]{background-position:100% 100%;}.wdJuc [class*="top-edge-"],.wdJuc [class*="bottom-edge-"],.wdJuc [class*="left-edge-"],.wdJuc [class*="right-edge-"]{margin:auto;}.wdJuc [class*="top-edge-"],.wdJuc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.wdJuc [class*="left-edge-"],.wdJuc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.wdJuc [class*="top-edge-"]{top:0;}.wdJuc [class*="bottom-edge-"]{bottom:0;}.wdJuc [class*="left-edge-"]{left:0;}.wdJuc [class*="right-edge-"]{right:0;}.wdJuc .top-left-corner-0{width:100px;margin-left:20px;margin-top:20px;background-image:url('https://assets.digital.vistaprint.com/production/541fb6b3-9495-4b1e-b417-a5263f37ad93');}@media (min-width:30em){.wdJuc .top-left-corner-0{width:125px;}}.wdJuc .top-right-corner-0{width:125px;margin-right:20px;margin-top:20px;background-image:url('https://assets.digital.vistaprint.com/production/88264ab9-1e23-453e-a884-d4b774dfed5b');}@media (min-width:30em){.wdJuc .top-right-corner-0{width:125px;}}.wdJuc .bottom-left-corner-0{width:100px;margin-left:20px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/751cab8d-8b15-4475-bd5f-286e2a41198d');}@media (min-width:60em){.wdJuc .bottom-left-corner-0{width:125px;}}.wdJuc .bottom-right-corner-0{width:100px;margin-right:20px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/ed4b08ff-6344-4b9a-930d-6db57d52bb97');}@media (min-width:60em){.wdJuc .bottom-right-corner-0{width:125px;}}

.pjEpY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.pjEpY [class*="-corner-"],.pjEpY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.pjEpY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.pjEpY [class*="bottom-left-corner"],.pjEpY [class*="bottom-right-corner"]{bottom:0;}.pjEpY [class*="top-left-corner"],.pjEpY [class*="top-right-corner"]{top:0;}.pjEpY [class*="-left-corner-"]{left:0;}.pjEpY [class*="-right-corner-"]{right:0;}.pjEpY [class*="top-left-corner-"]{background-position:0 0;}.pjEpY [class*="top-right-corner-"]{background-position:100% 0;}.pjEpY [class*="bottom-left-corner-"]{background-position:0 100%;}.pjEpY [class*="bottom-right-corner-"]{background-position:100% 100%;}.pjEpY [class*="top-edge-"],.pjEpY [class*="bottom-edge-"],.pjEpY [class*="left-edge-"],.pjEpY [class*="right-edge-"]{margin:auto;}.pjEpY [class*="top-edge-"],.pjEpY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.pjEpY [class*="left-edge-"],.pjEpY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.pjEpY [class*="top-edge-"]{top:0;}.pjEpY [class*="bottom-edge-"]{bottom:0;}.pjEpY [class*="left-edge-"]{left:0;}.pjEpY [class*="right-edge-"]{right:0;}.pjEpY .top-edge-0{height:960px;margin-top:-860px;background-image:url('https://assets.digital.vistaprint.com/production/7b0cea9f-75c0-4cc5-bdc7-44afc50ef095');}.pjEpY .top-left-corner-0{width:200px;margin-left:-100px;margin-top:-50px;opacity:0.25;background-image:url('../1241548/icons/icon1.svg');}.pjEpY .bottom-right-corner-0{width:200px;margin-right:-100px;margin-bottom:-50px;opacity:0.25;background-image:url('../1241548/icons/icon1.svg');}

.dsIPDn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dsIPDn [class*="-corner-"],.dsIPDn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dsIPDn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dsIPDn [class*="bottom-left-corner"],.dsIPDn [class*="bottom-right-corner"]{bottom:0;}.dsIPDn [class*="top-left-corner"],.dsIPDn [class*="top-right-corner"]{top:0;}.dsIPDn [class*="-left-corner-"]{left:0;}.dsIPDn [class*="-right-corner-"]{right:0;}.dsIPDn [class*="top-left-corner-"]{background-position:0 0;}.dsIPDn [class*="top-right-corner-"]{background-position:100% 0;}.dsIPDn [class*="bottom-left-corner-"]{background-position:0 100%;}.dsIPDn [class*="bottom-right-corner-"]{background-position:100% 100%;}.dsIPDn [class*="top-edge-"],.dsIPDn [class*="bottom-edge-"],.dsIPDn [class*="left-edge-"],.dsIPDn [class*="right-edge-"]{margin:auto;}.dsIPDn [class*="top-edge-"],.dsIPDn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dsIPDn [class*="left-edge-"],.dsIPDn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dsIPDn [class*="top-edge-"]{top:0;}.dsIPDn [class*="bottom-edge-"]{bottom:0;}.dsIPDn [class*="left-edge-"]{left:0;}.dsIPDn [class*="right-edge-"]{right:0;}.dsIPDn .top-edge-0{width:100%;height:2px;background-color:#b1b3b6;}.dsIPDn .bottom-edge-0{width:100%;height:2px;background-color:#b1b3b6;}

.jpsYDe{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jpsYDe [class*="-corner-"],.jpsYDe [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jpsYDe [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jpsYDe [class*="bottom-left-corner"],.jpsYDe [class*="bottom-right-corner"]{bottom:0;}.jpsYDe [class*="top-left-corner"],.jpsYDe [class*="top-right-corner"]{top:0;}.jpsYDe [class*="-left-corner-"]{left:0;}.jpsYDe [class*="-right-corner-"]{right:0;}.jpsYDe [class*="top-left-corner-"]{background-position:0 0;}.jpsYDe [class*="top-right-corner-"]{background-position:100% 0;}.jpsYDe [class*="bottom-left-corner-"]{background-position:0 100%;}.jpsYDe [class*="bottom-right-corner-"]{background-position:100% 100%;}.jpsYDe [class*="top-edge-"],.jpsYDe [class*="bottom-edge-"],.jpsYDe [class*="left-edge-"],.jpsYDe [class*="right-edge-"]{margin:auto;}.jpsYDe [class*="top-edge-"],.jpsYDe [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jpsYDe [class*="left-edge-"],.jpsYDe [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jpsYDe [class*="top-edge-"]{top:0;}.jpsYDe [class*="bottom-edge-"]{bottom:0;}.jpsYDe [class*="left-edge-"]{left:0;}.jpsYDe [class*="right-edge-"]{right:0;}.jpsYDe .bottom-edge-0{width:100%;height:1px;background-color:#4b4644;}

.fHeEKE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fHeEKE [class*="-corner-"],.fHeEKE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fHeEKE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fHeEKE [class*="bottom-left-corner"],.fHeEKE [class*="bottom-right-corner"]{bottom:0;}.fHeEKE [class*="top-left-corner"],.fHeEKE [class*="top-right-corner"]{top:0;}.fHeEKE [class*="-left-corner-"]{left:0;}.fHeEKE [class*="-right-corner-"]{right:0;}.fHeEKE [class*="top-left-corner-"]{background-position:0 0;}.fHeEKE [class*="top-right-corner-"]{background-position:100% 0;}.fHeEKE [class*="bottom-left-corner-"]{background-position:0 100%;}.fHeEKE [class*="bottom-right-corner-"]{background-position:100% 100%;}.fHeEKE [class*="top-edge-"],.fHeEKE [class*="bottom-edge-"],.fHeEKE [class*="left-edge-"],.fHeEKE [class*="right-edge-"]{margin:auto;}.fHeEKE [class*="top-edge-"],.fHeEKE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fHeEKE [class*="left-edge-"],.fHeEKE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fHeEKE [class*="top-edge-"]{top:0;}.fHeEKE [class*="bottom-edge-"]{bottom:0;}.fHeEKE [class*="left-edge-"]{left:0;}.fHeEKE [class*="right-edge-"]{right:0;}.fHeEKE .top-edge-0{height:3px;background-image:url('https://assets.digital.vistaprint.com/production/41de11a3-986b-4e92-a2c3-c4a82490d6da');background-size:contain;}

.ipFZAA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ipFZAA [class*="-corner-"],.ipFZAA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ipFZAA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ipFZAA [class*="bottom-left-corner"],.ipFZAA [class*="bottom-right-corner"]{bottom:0;}.ipFZAA [class*="top-left-corner"],.ipFZAA [class*="top-right-corner"]{top:0;}.ipFZAA [class*="-left-corner-"]{left:0;}.ipFZAA [class*="-right-corner-"]{right:0;}.ipFZAA [class*="top-left-corner-"]{background-position:0 0;}.ipFZAA [class*="top-right-corner-"]{background-position:100% 0;}.ipFZAA [class*="bottom-left-corner-"]{background-position:0 100%;}.ipFZAA [class*="bottom-right-corner-"]{background-position:100% 100%;}.ipFZAA [class*="top-edge-"],.ipFZAA [class*="bottom-edge-"],.ipFZAA [class*="left-edge-"],.ipFZAA [class*="right-edge-"]{margin:auto;}.ipFZAA [class*="top-edge-"],.ipFZAA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ipFZAA [class*="left-edge-"],.ipFZAA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ipFZAA [class*="top-edge-"]{top:0;}.ipFZAA [class*="bottom-edge-"]{bottom:0;}.ipFZAA [class*="left-edge-"]{left:0;}.ipFZAA [class*="right-edge-"]{right:0;}.ipFZAA .top-edge-0{width:100%;height:8px;background-color:#666666;}.ipFZAA .left-edge-0{width:8px;height:100%;background-color:#666666;}.ipFZAA .right-edge-0{width:8px;height:100%;background-color:#666666;}.ipFZAA .bottom-edge-0{width:100%;height:8px;background-color:#666666;}

.ebPmtX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ebPmtX [class*="-corner-"],.ebPmtX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ebPmtX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ebPmtX [class*="bottom-left-corner"],.ebPmtX [class*="bottom-right-corner"]{bottom:0;}.ebPmtX [class*="top-left-corner"],.ebPmtX [class*="top-right-corner"]{top:0;}.ebPmtX [class*="-left-corner-"]{left:0;}.ebPmtX [class*="-right-corner-"]{right:0;}.ebPmtX [class*="top-left-corner-"]{background-position:0 0;}.ebPmtX [class*="top-right-corner-"]{background-position:100% 0;}.ebPmtX [class*="bottom-left-corner-"]{background-position:0 100%;}.ebPmtX [class*="bottom-right-corner-"]{background-position:100% 100%;}.ebPmtX [class*="top-edge-"],.ebPmtX [class*="bottom-edge-"],.ebPmtX [class*="left-edge-"],.ebPmtX [class*="right-edge-"]{margin:auto;}.ebPmtX [class*="top-edge-"],.ebPmtX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ebPmtX [class*="left-edge-"],.ebPmtX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ebPmtX [class*="top-edge-"]{top:0;}.ebPmtX [class*="bottom-edge-"]{bottom:0;}.ebPmtX [class*="left-edge-"]{left:0;}.ebPmtX [class*="right-edge-"]{right:0;}.ebPmtX .top-edge-0{width:100%;height:3px;background-color:#8c9d82;}.ebPmtX .bottom-edge-0{width:100%;height:3px;background-color:#eaf3d5;}

.hwgHoH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hwgHoH [class*="-corner-"],.hwgHoH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hwgHoH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hwgHoH [class*="bottom-left-corner"],.hwgHoH [class*="bottom-right-corner"]{bottom:0;}.hwgHoH [class*="top-left-corner"],.hwgHoH [class*="top-right-corner"]{top:0;}.hwgHoH [class*="-left-corner-"]{left:0;}.hwgHoH [class*="-right-corner-"]{right:0;}.hwgHoH [class*="top-left-corner-"]{background-position:0 0;}.hwgHoH [class*="top-right-corner-"]{background-position:100% 0;}.hwgHoH [class*="bottom-left-corner-"]{background-position:0 100%;}.hwgHoH [class*="bottom-right-corner-"]{background-position:100% 100%;}.hwgHoH [class*="top-edge-"],.hwgHoH [class*="bottom-edge-"],.hwgHoH [class*="left-edge-"],.hwgHoH [class*="right-edge-"]{margin:auto;}.hwgHoH [class*="top-edge-"],.hwgHoH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hwgHoH [class*="left-edge-"],.hwgHoH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hwgHoH [class*="top-edge-"]{top:0;}.hwgHoH [class*="bottom-edge-"]{bottom:0;}.hwgHoH [class*="left-edge-"]{left:0;}.hwgHoH [class*="right-edge-"]{right:0;}.hwgHoH .top-edge-0{width:100%;height:100%;opacity:0.95;background-image:url('https://assets.digital.vistaprint.com/production/465e68e9-5638-4f83-acdd-b73b8a66cb7b');background-size:cover;}

.jSYGCW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jSYGCW [class*="-corner-"],.jSYGCW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jSYGCW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jSYGCW [class*="bottom-left-corner"],.jSYGCW [class*="bottom-right-corner"]{bottom:0;}.jSYGCW [class*="top-left-corner"],.jSYGCW [class*="top-right-corner"]{top:0;}.jSYGCW [class*="-left-corner-"]{left:0;}.jSYGCW [class*="-right-corner-"]{right:0;}.jSYGCW [class*="top-left-corner-"]{background-position:0 0;}.jSYGCW [class*="top-right-corner-"]{background-position:100% 0;}.jSYGCW [class*="bottom-left-corner-"]{background-position:0 100%;}.jSYGCW [class*="bottom-right-corner-"]{background-position:100% 100%;}.jSYGCW [class*="top-edge-"],.jSYGCW [class*="bottom-edge-"],.jSYGCW [class*="left-edge-"],.jSYGCW [class*="right-edge-"]{margin:auto;}.jSYGCW [class*="top-edge-"],.jSYGCW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jSYGCW [class*="left-edge-"],.jSYGCW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jSYGCW [class*="top-edge-"]{top:0;}.jSYGCW [class*="bottom-edge-"]{bottom:0;}.jSYGCW [class*="left-edge-"]{left:0;}.jSYGCW [class*="right-edge-"]{right:0;}.jSYGCW .top-edge-0{height:31px;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,8,3500x54/maxWidth/2000/https://assets.digital.vistaprint.com/production/bd36f5cf-22a2-4ed7-ace4-e0b918b09049');}

.gmWBFh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gmWBFh [class*="-corner-"],.gmWBFh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gmWBFh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gmWBFh [class*="bottom-left-corner"],.gmWBFh [class*="bottom-right-corner"]{bottom:0;}.gmWBFh [class*="top-left-corner"],.gmWBFh [class*="top-right-corner"]{top:0;}.gmWBFh [class*="-left-corner-"]{left:0;}.gmWBFh [class*="-right-corner-"]{right:0;}.gmWBFh [class*="top-left-corner-"]{background-position:0 0;}.gmWBFh [class*="top-right-corner-"]{background-position:100% 0;}.gmWBFh [class*="bottom-left-corner-"]{background-position:0 100%;}.gmWBFh [class*="bottom-right-corner-"]{background-position:100% 100%;}.gmWBFh [class*="top-edge-"],.gmWBFh [class*="bottom-edge-"],.gmWBFh [class*="left-edge-"],.gmWBFh [class*="right-edge-"]{margin:auto;}.gmWBFh [class*="top-edge-"],.gmWBFh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gmWBFh [class*="left-edge-"],.gmWBFh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gmWBFh [class*="top-edge-"]{top:0;}.gmWBFh [class*="bottom-edge-"]{bottom:0;}.gmWBFh [class*="left-edge-"]{left:0;}.gmWBFh [class*="right-edge-"]{right:0;}.gmWBFh .bottom-edge-0{width:2000px;height:111px;background-image:url('https://assets.digital.vistaprint.com/production/745ca6c1-5dbe-49a8-a4f2-259a9fb02411');}

.ciicUu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ciicUu [class*="-corner-"],.ciicUu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ciicUu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ciicUu [class*="bottom-left-corner"],.ciicUu [class*="bottom-right-corner"]{bottom:0;}.ciicUu [class*="top-left-corner"],.ciicUu [class*="top-right-corner"]{top:0;}.ciicUu [class*="-left-corner-"]{left:0;}.ciicUu [class*="-right-corner-"]{right:0;}.ciicUu [class*="top-left-corner-"]{background-position:0 0;}.ciicUu [class*="top-right-corner-"]{background-position:100% 0;}.ciicUu [class*="bottom-left-corner-"]{background-position:0 100%;}.ciicUu [class*="bottom-right-corner-"]{background-position:100% 100%;}.ciicUu [class*="top-edge-"],.ciicUu [class*="bottom-edge-"],.ciicUu [class*="left-edge-"],.ciicUu [class*="right-edge-"]{margin:auto;}.ciicUu [class*="top-edge-"],.ciicUu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ciicUu [class*="left-edge-"],.ciicUu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ciicUu [class*="top-edge-"]{top:0;}.ciicUu [class*="bottom-edge-"]{bottom:0;}.ciicUu [class*="left-edge-"]{left:0;}.ciicUu [class*="right-edge-"]{right:0;}.ciicUu .top-edge-0{width:95%;height:1px;background-color:#3a3a3a;}.ciicUu .top-edge-1{width:95%;height:1px;margin-top:1px;background-color:#2e2e2e;}.ciicUu .bottom-edge-0{width:95%;height:1px;margin-bottom:1px;background-color:#2e2e2e;}.ciicUu .bottom-edge-1{width:95%;height:1px;background-color:#3a3a3a;}

.iyzHGc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iyzHGc [class*="-corner-"],.iyzHGc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iyzHGc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iyzHGc [class*="bottom-left-corner"],.iyzHGc [class*="bottom-right-corner"]{bottom:0;}.iyzHGc [class*="top-left-corner"],.iyzHGc [class*="top-right-corner"]{top:0;}.iyzHGc [class*="-left-corner-"]{left:0;}.iyzHGc [class*="-right-corner-"]{right:0;}.iyzHGc [class*="top-left-corner-"]{background-position:0 0;}.iyzHGc [class*="top-right-corner-"]{background-position:100% 0;}.iyzHGc [class*="bottom-left-corner-"]{background-position:0 100%;}.iyzHGc [class*="bottom-right-corner-"]{background-position:100% 100%;}.iyzHGc [class*="top-edge-"],.iyzHGc [class*="bottom-edge-"],.iyzHGc [class*="left-edge-"],.iyzHGc [class*="right-edge-"]{margin:auto;}.iyzHGc [class*="top-edge-"],.iyzHGc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iyzHGc [class*="left-edge-"],.iyzHGc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iyzHGc [class*="top-edge-"]{top:0;}.iyzHGc [class*="bottom-edge-"]{bottom:0;}.iyzHGc [class*="left-edge-"]{left:0;}.iyzHGc [class*="right-edge-"]{right:0;}.iyzHGc .top-left-corner-0{width:350px;height:350px;margin-left:-200px;margin-top:-200px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#4c516a;}.iyzHGc .bottom-right-corner-0{width:350px;height:350px;margin-right:-200px;margin-bottom:-200px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#4c516a;}

.eGvmZD{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eGvmZD [class*="-corner-"],.eGvmZD [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eGvmZD [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eGvmZD [class*="bottom-left-corner"],.eGvmZD [class*="bottom-right-corner"]{bottom:0;}.eGvmZD [class*="top-left-corner"],.eGvmZD [class*="top-right-corner"]{top:0;}.eGvmZD [class*="-left-corner-"]{left:0;}.eGvmZD [class*="-right-corner-"]{right:0;}.eGvmZD [class*="top-left-corner-"]{background-position:0 0;}.eGvmZD [class*="top-right-corner-"]{background-position:100% 0;}.eGvmZD [class*="bottom-left-corner-"]{background-position:0 100%;}.eGvmZD [class*="bottom-right-corner-"]{background-position:100% 100%;}.eGvmZD [class*="top-edge-"],.eGvmZD [class*="bottom-edge-"],.eGvmZD [class*="left-edge-"],.eGvmZD [class*="right-edge-"]{margin:auto;}.eGvmZD [class*="top-edge-"],.eGvmZD [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eGvmZD [class*="left-edge-"],.eGvmZD [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eGvmZD [class*="top-edge-"]{top:0;}.eGvmZD [class*="bottom-edge-"]{bottom:0;}.eGvmZD [class*="left-edge-"]{left:0;}.eGvmZD [class*="right-edge-"]{right:0;}.eGvmZD .top-edge-0{height:10px;margin-top:0px;opacity:1;background-color:#fff;}@media (min-width:60em){.eGvmZD .top-edge-0{height:30px;margin-top:0px;opacity:1;background-color:#fff;}}.eGvmZD .left-edge-0{width:10px;margin-left:0px;opacity:1;background-color:#fff;}@media (min-width:60em){.eGvmZD .left-edge-0{width:30px;margin-left:0px;opacity:1;background-color:#fff;}}.eGvmZD .right-edge-0{width:10px;margin-right:0px;opacity:1;background-color:#fff;}@media (min-width:60em){.eGvmZD .right-edge-0{width:30px;margin-right:0px;opacity:1;background-color:#fff;}}.eGvmZD .bottom-edge-0{height:10px;margin-bottom:0px;opacity:1;background-color:#fff;}@media (min-width:60em){.eGvmZD .bottom-edge-0{height:30px;margin-bottom:0px;opacity:1;background-color:#fff;}}

.RCluT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.RCluT [class*="-corner-"],.RCluT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.RCluT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.RCluT [class*="bottom-left-corner"],.RCluT [class*="bottom-right-corner"]{bottom:0;}.RCluT [class*="top-left-corner"],.RCluT [class*="top-right-corner"]{top:0;}.RCluT [class*="-left-corner-"]{left:0;}.RCluT [class*="-right-corner-"]{right:0;}.RCluT [class*="top-left-corner-"]{background-position:0 0;}.RCluT [class*="top-right-corner-"]{background-position:100% 0;}.RCluT [class*="bottom-left-corner-"]{background-position:0 100%;}.RCluT [class*="bottom-right-corner-"]{background-position:100% 100%;}.RCluT [class*="top-edge-"],.RCluT [class*="bottom-edge-"],.RCluT [class*="left-edge-"],.RCluT [class*="right-edge-"]{margin:auto;}.RCluT [class*="top-edge-"],.RCluT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.RCluT [class*="left-edge-"],.RCluT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.RCluT [class*="top-edge-"]{top:0;}.RCluT [class*="bottom-edge-"]{bottom:0;}.RCluT [class*="left-edge-"]{left:0;}.RCluT [class*="right-edge-"]{right:0;}.RCluT .top-edge-0{width:100%;height:2px;background-color:#587abc;}

.pdwVP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.pdwVP [class*="-corner-"],.pdwVP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.pdwVP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.pdwVP [class*="bottom-left-corner"],.pdwVP [class*="bottom-right-corner"]{bottom:0;}.pdwVP [class*="top-left-corner"],.pdwVP [class*="top-right-corner"]{top:0;}.pdwVP [class*="-left-corner-"]{left:0;}.pdwVP [class*="-right-corner-"]{right:0;}.pdwVP [class*="top-left-corner-"]{background-position:0 0;}.pdwVP [class*="top-right-corner-"]{background-position:100% 0;}.pdwVP [class*="bottom-left-corner-"]{background-position:0 100%;}.pdwVP [class*="bottom-right-corner-"]{background-position:100% 100%;}.pdwVP [class*="top-edge-"],.pdwVP [class*="bottom-edge-"],.pdwVP [class*="left-edge-"],.pdwVP [class*="right-edge-"]{margin:auto;}.pdwVP [class*="top-edge-"],.pdwVP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.pdwVP [class*="left-edge-"],.pdwVP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.pdwVP [class*="top-edge-"]{top:0;}.pdwVP [class*="bottom-edge-"]{bottom:0;}.pdwVP [class*="left-edge-"]{left:0;}.pdwVP [class*="right-edge-"]{right:0;}.pdwVP .top-edge-0{width:58%;height:200%;margin-left:center;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/0ee31716-bd1c-4c90-9a68-6c04afca48d7');background-repeat:no-repeat;}@media (min-width:30em){.pdwVP .top-edge-0{width:50%;height:150%;margin-left:center;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/0ee31716-bd1c-4c90-9a68-6c04afca48d7');background-repeat:no-repeat;}}@media (min-width:60em){.pdwVP .top-edge-0{width:30%;height:100%;margin-left:center;margin-top:5px;background-image:url('https://assets.digital.vistaprint.com/production/0ee31716-bd1c-4c90-9a68-6c04afca48d7');background-repeat:no-repeat;}}

.zSTSO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.zSTSO [class*="-corner-"],.zSTSO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.zSTSO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.zSTSO [class*="bottom-left-corner"],.zSTSO [class*="bottom-right-corner"]{bottom:0;}.zSTSO [class*="top-left-corner"],.zSTSO [class*="top-right-corner"]{top:0;}.zSTSO [class*="-left-corner-"]{left:0;}.zSTSO [class*="-right-corner-"]{right:0;}.zSTSO [class*="top-left-corner-"]{background-position:0 0;}.zSTSO [class*="top-right-corner-"]{background-position:100% 0;}.zSTSO [class*="bottom-left-corner-"]{background-position:0 100%;}.zSTSO [class*="bottom-right-corner-"]{background-position:100% 100%;}.zSTSO [class*="top-edge-"],.zSTSO [class*="bottom-edge-"],.zSTSO [class*="left-edge-"],.zSTSO [class*="right-edge-"]{margin:auto;}.zSTSO [class*="top-edge-"],.zSTSO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.zSTSO [class*="left-edge-"],.zSTSO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.zSTSO [class*="top-edge-"]{top:0;}.zSTSO [class*="bottom-edge-"]{bottom:0;}.zSTSO [class*="left-edge-"]{left:0;}.zSTSO [class*="right-edge-"]{right:0;}.zSTSO .top-edge-0{width:100%;height:100%;margin-top:-1px;background-image:url('https://assets.digital.vistaprint.com/production/19b4247d-e81f-48a1-ab92-5f7a6f695845');background-size:contain;background-repeat:no-repeat;}.zSTSO .bottom-edge-0{width:100%;height:100%;margin-bottom:-1px;background-image:url('https://assets.digital.vistaprint.com/production/19b4247d-e81f-48a1-ab92-5f7a6f695845');-webkit-transform:scaleY(-1) scaleX(-1);-ms-transform:scaleY(-1) scaleX(-1);transform:scaleY(-1) scaleX(-1);background-size:contain;background-repeat:no-repeat;}

.cZrJVv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cZrJVv [class*="-corner-"],.cZrJVv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cZrJVv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cZrJVv [class*="bottom-left-corner"],.cZrJVv [class*="bottom-right-corner"]{bottom:0;}.cZrJVv [class*="top-left-corner"],.cZrJVv [class*="top-right-corner"]{top:0;}.cZrJVv [class*="-left-corner-"]{left:0;}.cZrJVv [class*="-right-corner-"]{right:0;}.cZrJVv [class*="top-left-corner-"]{background-position:0 0;}.cZrJVv [class*="top-right-corner-"]{background-position:100% 0;}.cZrJVv [class*="bottom-left-corner-"]{background-position:0 100%;}.cZrJVv [class*="bottom-right-corner-"]{background-position:100% 100%;}.cZrJVv [class*="top-edge-"],.cZrJVv [class*="bottom-edge-"],.cZrJVv [class*="left-edge-"],.cZrJVv [class*="right-edge-"]{margin:auto;}.cZrJVv [class*="top-edge-"],.cZrJVv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cZrJVv [class*="left-edge-"],.cZrJVv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cZrJVv [class*="top-edge-"]{top:0;}.cZrJVv [class*="bottom-edge-"]{bottom:0;}.cZrJVv [class*="left-edge-"]{left:0;}.cZrJVv [class*="right-edge-"]{right:0;}.cZrJVv .bottom-left-corner-0{width:100%;height:10%;margin-bottom:5px;background-image:url('https://assets.digital.vistaprint.com/production/34978169-6740-4cd7-bbf9-580b74b4d29c');background-repeat:no-repeat;background-position:0% 100%;}

.eiScme{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eiScme [class*="-corner-"],.eiScme [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eiScme [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eiScme [class*="bottom-left-corner"],.eiScme [class*="bottom-right-corner"]{bottom:0;}.eiScme [class*="top-left-corner"],.eiScme [class*="top-right-corner"]{top:0;}.eiScme [class*="-left-corner-"]{left:0;}.eiScme [class*="-right-corner-"]{right:0;}.eiScme [class*="top-left-corner-"]{background-position:0 0;}.eiScme [class*="top-right-corner-"]{background-position:100% 0;}.eiScme [class*="bottom-left-corner-"]{background-position:0 100%;}.eiScme [class*="bottom-right-corner-"]{background-position:100% 100%;}.eiScme [class*="top-edge-"],.eiScme [class*="bottom-edge-"],.eiScme [class*="left-edge-"],.eiScme [class*="right-edge-"]{margin:auto;}.eiScme [class*="top-edge-"],.eiScme [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eiScme [class*="left-edge-"],.eiScme [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eiScme [class*="top-edge-"]{top:0;}.eiScme [class*="bottom-edge-"]{bottom:0;}.eiScme [class*="left-edge-"]{left:0;}.eiScme [class*="right-edge-"]{right:0;}.eiScme .top-left-corner-0{width:200px;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/082297de-6096-4ff9-8086-81aabe6ee17c');}@media (min-width:30em){.eiScme .top-left-corner-0{width:300px;margin-left:0px;margin-top:0px;}}@media (min-width:60em){.eiScme .top-left-corner-0{width:400px;margin-left:0px;margin-top:0px;}}.eiScme .top-right-corner-0{width:50px;margin-right:20px;margin-top:20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.eiScme .bottom-left-corner-0{width:50px;margin-left:20px;margin-bottom:20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.eiScme .bottom-right-corner-0{width:200px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/7a14465e-cb9f-440d-9111-a3a71e2e87f6');}@media (min-width:30em){.eiScme .bottom-right-corner-0{width:300px;margin-right:0px;margin-bottom:0px;}}@media (min-width:60em){.eiScme .bottom-right-corner-0{width:400px;margin-right:0px;margin-bottom:0px;}}

.cChdZZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cChdZZ [class*="-corner-"],.cChdZZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cChdZZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cChdZZ [class*="bottom-left-corner"],.cChdZZ [class*="bottom-right-corner"]{bottom:0;}.cChdZZ [class*="top-left-corner"],.cChdZZ [class*="top-right-corner"]{top:0;}.cChdZZ [class*="-left-corner-"]{left:0;}.cChdZZ [class*="-right-corner-"]{right:0;}.cChdZZ [class*="top-left-corner-"]{background-position:0 0;}.cChdZZ [class*="top-right-corner-"]{background-position:100% 0;}.cChdZZ [class*="bottom-left-corner-"]{background-position:0 100%;}.cChdZZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.cChdZZ [class*="top-edge-"],.cChdZZ [class*="bottom-edge-"],.cChdZZ [class*="left-edge-"],.cChdZZ [class*="right-edge-"]{margin:auto;}.cChdZZ [class*="top-edge-"],.cChdZZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cChdZZ [class*="left-edge-"],.cChdZZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cChdZZ [class*="top-edge-"]{top:0;}.cChdZZ [class*="bottom-edge-"]{bottom:0;}.cChdZZ [class*="left-edge-"]{left:0;}.cChdZZ [class*="right-edge-"]{right:0;}.cChdZZ .top-left-corner-0{width:100px;margin-left:0px;margin-top:0px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}@media (min-width:30em){.cChdZZ .top-left-corner-0{width:200px;margin-left:0px;margin-top:0px;}}@media (min-width:60em){.cChdZZ .top-left-corner-0{width:300px;margin-left:0px;margin-top:0px;}}.cChdZZ .top-right-corner-0{width:50px;margin-right:20px;margin-top:20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.cChdZZ .bottom-left-corner-0{width:50px;margin-left:20px;margin-bottom:20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}.cChdZZ .bottom-right-corner-0{width:100px;margin-right:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/7a14465e-cb9f-440d-9111-a3a71e2e87f6');}@media (min-width:30em){.cChdZZ .bottom-right-corner-0{width:200px;margin-right:0px;margin-bottom:0px;}}@media (min-width:60em){.cChdZZ .bottom-right-corner-0{width:300px;margin-right:0px;margin-bottom:0px;}}

.fexNMA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fexNMA [class*="-corner-"],.fexNMA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fexNMA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fexNMA [class*="bottom-left-corner"],.fexNMA [class*="bottom-right-corner"]{bottom:0;}.fexNMA [class*="top-left-corner"],.fexNMA [class*="top-right-corner"]{top:0;}.fexNMA [class*="-left-corner-"]{left:0;}.fexNMA [class*="-right-corner-"]{right:0;}.fexNMA [class*="top-left-corner-"]{background-position:0 0;}.fexNMA [class*="top-right-corner-"]{background-position:100% 0;}.fexNMA [class*="bottom-left-corner-"]{background-position:0 100%;}.fexNMA [class*="bottom-right-corner-"]{background-position:100% 100%;}.fexNMA [class*="top-edge-"],.fexNMA [class*="bottom-edge-"],.fexNMA [class*="left-edge-"],.fexNMA [class*="right-edge-"]{margin:auto;}.fexNMA [class*="top-edge-"],.fexNMA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fexNMA [class*="left-edge-"],.fexNMA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fexNMA [class*="top-edge-"]{top:0;}.fexNMA [class*="bottom-edge-"]{bottom:0;}.fexNMA [class*="left-edge-"]{left:0;}.fexNMA [class*="right-edge-"]{right:0;}.fexNMA .bottom-edge-0{width:250px;height:2px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/53f23a69-318b-4fbc-aace-0f90f2a60528');background-repeat:no-repeat;}

.crVUiB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.crVUiB [class*="-corner-"],.crVUiB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.crVUiB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.crVUiB [class*="bottom-left-corner"],.crVUiB [class*="bottom-right-corner"]{bottom:0;}.crVUiB [class*="top-left-corner"],.crVUiB [class*="top-right-corner"]{top:0;}.crVUiB [class*="-left-corner-"]{left:0;}.crVUiB [class*="-right-corner-"]{right:0;}.crVUiB [class*="top-left-corner-"]{background-position:0 0;}.crVUiB [class*="top-right-corner-"]{background-position:100% 0;}.crVUiB [class*="bottom-left-corner-"]{background-position:0 100%;}.crVUiB [class*="bottom-right-corner-"]{background-position:100% 100%;}.crVUiB [class*="top-edge-"],.crVUiB [class*="bottom-edge-"],.crVUiB [class*="left-edge-"],.crVUiB [class*="right-edge-"]{margin:auto;}.crVUiB [class*="top-edge-"],.crVUiB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.crVUiB [class*="left-edge-"],.crVUiB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.crVUiB [class*="top-edge-"]{top:0;}.crVUiB [class*="bottom-edge-"]{bottom:0;}.crVUiB [class*="left-edge-"]{left:0;}.crVUiB [class*="right-edge-"]{right:0;}.crVUiB .bottom-left-corner-0{width:200px;height:200px;margin-bottom:0px;opacity:0.3;background-image:url('../2516071/icons/icon2.svg');background-repeat:no-repeat;}

.icNuzB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.icNuzB [class*="-corner-"],.icNuzB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.icNuzB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.icNuzB [class*="bottom-left-corner"],.icNuzB [class*="bottom-right-corner"]{bottom:0;}.icNuzB [class*="top-left-corner"],.icNuzB [class*="top-right-corner"]{top:0;}.icNuzB [class*="-left-corner-"]{left:0;}.icNuzB [class*="-right-corner-"]{right:0;}.icNuzB [class*="top-left-corner-"]{background-position:0 0;}.icNuzB [class*="top-right-corner-"]{background-position:100% 0;}.icNuzB [class*="bottom-left-corner-"]{background-position:0 100%;}.icNuzB [class*="bottom-right-corner-"]{background-position:100% 100%;}.icNuzB [class*="top-edge-"],.icNuzB [class*="bottom-edge-"],.icNuzB [class*="left-edge-"],.icNuzB [class*="right-edge-"]{margin:auto;}.icNuzB [class*="top-edge-"],.icNuzB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.icNuzB [class*="left-edge-"],.icNuzB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.icNuzB [class*="top-edge-"]{top:0;}.icNuzB [class*="bottom-edge-"]{bottom:0;}.icNuzB [class*="left-edge-"]{left:0;}.icNuzB [class*="right-edge-"]{right:0;}.icNuzB .top-edge-0{width:100%;height:2px;background-color:#f2f2f2;}.icNuzB .bottom-edge-0{width:100%;height:2px;background-color:#f2f2f2;}

.foXGdA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.foXGdA [class*="-corner-"],.foXGdA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.foXGdA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.foXGdA [class*="bottom-left-corner"],.foXGdA [class*="bottom-right-corner"]{bottom:0;}.foXGdA [class*="top-left-corner"],.foXGdA [class*="top-right-corner"]{top:0;}.foXGdA [class*="-left-corner-"]{left:0;}.foXGdA [class*="-right-corner-"]{right:0;}.foXGdA [class*="top-left-corner-"]{background-position:0 0;}.foXGdA [class*="top-right-corner-"]{background-position:100% 0;}.foXGdA [class*="bottom-left-corner-"]{background-position:0 100%;}.foXGdA [class*="bottom-right-corner-"]{background-position:100% 100%;}.foXGdA [class*="top-edge-"],.foXGdA [class*="bottom-edge-"],.foXGdA [class*="left-edge-"],.foXGdA [class*="right-edge-"]{margin:auto;}.foXGdA [class*="top-edge-"],.foXGdA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.foXGdA [class*="left-edge-"],.foXGdA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.foXGdA [class*="top-edge-"]{top:0;}.foXGdA [class*="bottom-edge-"]{bottom:0;}.foXGdA [class*="left-edge-"]{left:0;}.foXGdA [class*="right-edge-"]{right:0;}.foXGdA .top-edge-0{width:40%;height:20%;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/b0b28705-4f1e-4ff2-b1a6-007a80541fa6');background-size:contain;background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.foXGdA .top-edge-0{width:35%;height:20%;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/b0b28705-4f1e-4ff2-b1a6-007a80541fa6');background-size:contain;background-repeat:no-repeat;background-position:50% 0;}}@media (min-width:60em){.foXGdA .top-edge-0{width:30%;height:20%;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/b0b28705-4f1e-4ff2-b1a6-007a80541fa6');background-size:contain;background-repeat:no-repeat;background-position:50% 0;}}

.htlsMc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.htlsMc [class*="-corner-"],.htlsMc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.htlsMc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.htlsMc [class*="bottom-left-corner"],.htlsMc [class*="bottom-right-corner"]{bottom:0;}.htlsMc [class*="top-left-corner"],.htlsMc [class*="top-right-corner"]{top:0;}.htlsMc [class*="-left-corner-"]{left:0;}.htlsMc [class*="-right-corner-"]{right:0;}.htlsMc [class*="top-left-corner-"]{background-position:0 0;}.htlsMc [class*="top-right-corner-"]{background-position:100% 0;}.htlsMc [class*="bottom-left-corner-"]{background-position:0 100%;}.htlsMc [class*="bottom-right-corner-"]{background-position:100% 100%;}.htlsMc [class*="top-edge-"],.htlsMc [class*="bottom-edge-"],.htlsMc [class*="left-edge-"],.htlsMc [class*="right-edge-"]{margin:auto;}.htlsMc [class*="top-edge-"],.htlsMc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.htlsMc [class*="left-edge-"],.htlsMc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.htlsMc [class*="top-edge-"]{top:0;}.htlsMc [class*="bottom-edge-"]{bottom:0;}.htlsMc [class*="left-edge-"]{left:0;}.htlsMc [class*="right-edge-"]{right:0;}.htlsMc .bottom-edge-0{height:4px;background-color:#5db5e6;}

.ixzigI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ixzigI [class*="-corner-"],.ixzigI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ixzigI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ixzigI [class*="bottom-left-corner"],.ixzigI [class*="bottom-right-corner"]{bottom:0;}.ixzigI [class*="top-left-corner"],.ixzigI [class*="top-right-corner"]{top:0;}.ixzigI [class*="-left-corner-"]{left:0;}.ixzigI [class*="-right-corner-"]{right:0;}.ixzigI [class*="top-left-corner-"]{background-position:0 0;}.ixzigI [class*="top-right-corner-"]{background-position:100% 0;}.ixzigI [class*="bottom-left-corner-"]{background-position:0 100%;}.ixzigI [class*="bottom-right-corner-"]{background-position:100% 100%;}.ixzigI [class*="top-edge-"],.ixzigI [class*="bottom-edge-"],.ixzigI [class*="left-edge-"],.ixzigI [class*="right-edge-"]{margin:auto;}.ixzigI [class*="top-edge-"],.ixzigI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ixzigI [class*="left-edge-"],.ixzigI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ixzigI [class*="top-edge-"]{top:0;}.ixzigI [class*="bottom-edge-"]{bottom:0;}.ixzigI [class*="left-edge-"]{left:0;}.ixzigI [class*="right-edge-"]{right:0;}.ixzigI .top-edge-0{height:100%;opacity:0.5;background-color:#fff;}@media (min-width:30em){.ixzigI .top-edge-0{height:100%;opacity:0.5;background-color:#fff;}}@media (min-width:60em){.ixzigI .top-edge-0{height:100%;opacity:0;background-color:#fff;}}

.ekekep{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ekekep [class*="-corner-"],.ekekep [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ekekep [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ekekep [class*="bottom-left-corner"],.ekekep [class*="bottom-right-corner"]{bottom:0;}.ekekep [class*="top-left-corner"],.ekekep [class*="top-right-corner"]{top:0;}.ekekep [class*="-left-corner-"]{left:0;}.ekekep [class*="-right-corner-"]{right:0;}.ekekep [class*="top-left-corner-"]{background-position:0 0;}.ekekep [class*="top-right-corner-"]{background-position:100% 0;}.ekekep [class*="bottom-left-corner-"]{background-position:0 100%;}.ekekep [class*="bottom-right-corner-"]{background-position:100% 100%;}.ekekep [class*="top-edge-"],.ekekep [class*="bottom-edge-"],.ekekep [class*="left-edge-"],.ekekep [class*="right-edge-"]{margin:auto;}.ekekep [class*="top-edge-"],.ekekep [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ekekep [class*="left-edge-"],.ekekep [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ekekep [class*="top-edge-"]{top:0;}.ekekep [class*="bottom-edge-"]{bottom:0;}.ekekep [class*="left-edge-"]{left:0;}.ekekep [class*="right-edge-"]{right:0;}.ekekep .bottom-left-corner-0{width:700px;margin-left:-200px;background-image:url('https://assets.digital.vistaprint.com/production/b87ff286-ca3e-43ef-ac75-033bc7739471');background-size:contain;}@media (min-width:30em){.ekekep .bottom-left-corner-0{width:500px;margin-left:0px;}}@media (min-width:60em){.ekekep .bottom-left-corner-0{width:700px;margin-left:0px;}}

.gpucHx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gpucHx [class*="-corner-"],.gpucHx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gpucHx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gpucHx [class*="bottom-left-corner"],.gpucHx [class*="bottom-right-corner"]{bottom:0;}.gpucHx [class*="top-left-corner"],.gpucHx [class*="top-right-corner"]{top:0;}.gpucHx [class*="-left-corner-"]{left:0;}.gpucHx [class*="-right-corner-"]{right:0;}.gpucHx [class*="top-left-corner-"]{background-position:0 0;}.gpucHx [class*="top-right-corner-"]{background-position:100% 0;}.gpucHx [class*="bottom-left-corner-"]{background-position:0 100%;}.gpucHx [class*="bottom-right-corner-"]{background-position:100% 100%;}.gpucHx [class*="top-edge-"],.gpucHx [class*="bottom-edge-"],.gpucHx [class*="left-edge-"],.gpucHx [class*="right-edge-"]{margin:auto;}.gpucHx [class*="top-edge-"],.gpucHx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gpucHx [class*="left-edge-"],.gpucHx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gpucHx [class*="top-edge-"]{top:0;}.gpucHx [class*="bottom-edge-"]{bottom:0;}.gpucHx [class*="left-edge-"]{left:0;}.gpucHx [class*="right-edge-"]{right:0;}.gpucHx .bottom-edge-0{width:100%;height:5px;z-index:25;background-color:#d99f11;}

.cnNGzt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cnNGzt [class*="-corner-"],.cnNGzt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cnNGzt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cnNGzt [class*="bottom-left-corner"],.cnNGzt [class*="bottom-right-corner"]{bottom:0;}.cnNGzt [class*="top-left-corner"],.cnNGzt [class*="top-right-corner"]{top:0;}.cnNGzt [class*="-left-corner-"]{left:0;}.cnNGzt [class*="-right-corner-"]{right:0;}.cnNGzt [class*="top-left-corner-"]{background-position:0 0;}.cnNGzt [class*="top-right-corner-"]{background-position:100% 0;}.cnNGzt [class*="bottom-left-corner-"]{background-position:0 100%;}.cnNGzt [class*="bottom-right-corner-"]{background-position:100% 100%;}.cnNGzt [class*="top-edge-"],.cnNGzt [class*="bottom-edge-"],.cnNGzt [class*="left-edge-"],.cnNGzt [class*="right-edge-"]{margin:auto;}.cnNGzt [class*="top-edge-"],.cnNGzt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cnNGzt [class*="left-edge-"],.cnNGzt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cnNGzt [class*="top-edge-"]{top:0;}.cnNGzt [class*="bottom-edge-"]{bottom:0;}.cnNGzt [class*="left-edge-"]{left:0;}.cnNGzt [class*="right-edge-"]{right:0;}.cnNGzt .bottom-edge-0{width:100%;height:75px;background-color:#231F20;}.cnNGzt .bottom-right-corner-0{width:150px;height:106px;background-image:url('https://assets.digital.vistaprint.com/production/98171f85-4cbe-481a-b8e5-5a163e767433');background-size:contain;}@media (min-width:30em){.cnNGzt .bottom-right-corner-0{width:250px;height:176px;}}@media (min-width:60em){.cnNGzt .bottom-right-corner-0{width:300px;height:211px;}}

.jRPMFg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jRPMFg [class*="-corner-"],.jRPMFg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jRPMFg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jRPMFg [class*="bottom-left-corner"],.jRPMFg [class*="bottom-right-corner"]{bottom:0;}.jRPMFg [class*="top-left-corner"],.jRPMFg [class*="top-right-corner"]{top:0;}.jRPMFg [class*="-left-corner-"]{left:0;}.jRPMFg [class*="-right-corner-"]{right:0;}.jRPMFg [class*="top-left-corner-"]{background-position:0 0;}.jRPMFg [class*="top-right-corner-"]{background-position:100% 0;}.jRPMFg [class*="bottom-left-corner-"]{background-position:0 100%;}.jRPMFg [class*="bottom-right-corner-"]{background-position:100% 100%;}.jRPMFg [class*="top-edge-"],.jRPMFg [class*="bottom-edge-"],.jRPMFg [class*="left-edge-"],.jRPMFg [class*="right-edge-"]{margin:auto;}.jRPMFg [class*="top-edge-"],.jRPMFg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jRPMFg [class*="left-edge-"],.jRPMFg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jRPMFg [class*="top-edge-"]{top:0;}.jRPMFg [class*="bottom-edge-"]{bottom:0;}.jRPMFg [class*="left-edge-"]{left:0;}.jRPMFg [class*="right-edge-"]{right:0;}.jRPMFg .top-edge-0{width:100%;height:5%;z-index:2;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#000000;}.jRPMFg .bottom-edge-0{width:100%;height:5%;z-index:2;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#000000;}.jRPMFg .top-left-corner-0{width:100%;height:10%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#739D4C;}.jRPMFg .bottom-left-corner-0{width:100%;height:10%;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#739D4C;}

.hloPbo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hloPbo [class*="-corner-"],.hloPbo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hloPbo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hloPbo [class*="bottom-left-corner"],.hloPbo [class*="bottom-right-corner"]{bottom:0;}.hloPbo [class*="top-left-corner"],.hloPbo [class*="top-right-corner"]{top:0;}.hloPbo [class*="-left-corner-"]{left:0;}.hloPbo [class*="-right-corner-"]{right:0;}.hloPbo [class*="top-left-corner-"]{background-position:0 0;}.hloPbo [class*="top-right-corner-"]{background-position:100% 0;}.hloPbo [class*="bottom-left-corner-"]{background-position:0 100%;}.hloPbo [class*="bottom-right-corner-"]{background-position:100% 100%;}.hloPbo [class*="top-edge-"],.hloPbo [class*="bottom-edge-"],.hloPbo [class*="left-edge-"],.hloPbo [class*="right-edge-"]{margin:auto;}.hloPbo [class*="top-edge-"],.hloPbo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hloPbo [class*="left-edge-"],.hloPbo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hloPbo [class*="top-edge-"]{top:0;}.hloPbo [class*="bottom-edge-"]{bottom:0;}.hloPbo [class*="left-edge-"]{left:0;}.hloPbo [class*="right-edge-"]{right:0;}.hloPbo .top-edge-0{width:100%;height:8px;background-color:#3350a2;}.hloPbo .bottom-edge-0{width:100%;height:8px;background-color:#3350a2;}

.flDIoh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.flDIoh [class*="-corner-"],.flDIoh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.flDIoh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.flDIoh [class*="bottom-left-corner"],.flDIoh [class*="bottom-right-corner"]{bottom:0;}.flDIoh [class*="top-left-corner"],.flDIoh [class*="top-right-corner"]{top:0;}.flDIoh [class*="-left-corner-"]{left:0;}.flDIoh [class*="-right-corner-"]{right:0;}.flDIoh [class*="top-left-corner-"]{background-position:0 0;}.flDIoh [class*="top-right-corner-"]{background-position:100% 0;}.flDIoh [class*="bottom-left-corner-"]{background-position:0 100%;}.flDIoh [class*="bottom-right-corner-"]{background-position:100% 100%;}.flDIoh [class*="top-edge-"],.flDIoh [class*="bottom-edge-"],.flDIoh [class*="left-edge-"],.flDIoh [class*="right-edge-"]{margin:auto;}.flDIoh [class*="top-edge-"],.flDIoh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.flDIoh [class*="left-edge-"],.flDIoh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.flDIoh [class*="top-edge-"]{top:0;}.flDIoh [class*="bottom-edge-"]{bottom:0;}.flDIoh [class*="left-edge-"]{left:0;}.flDIoh [class*="right-edge-"]{right:0;}.flDIoh .top-edge-0{width:100%;height:100%;margin-top:-100px;background-image:url('https://assets.digital.vistaprint.com/production/246b85d1-378c-452e-8f56-6d54caa4d165');background-repeat:no-repeat;}@media (min-width:30em){.flDIoh .top-edge-0{width:100%;height:100%;margin-top:-50px;background-image:url('https://assets.digital.vistaprint.com/production/246b85d1-378c-452e-8f56-6d54caa4d165');background-repeat:no-repeat;}}@media (min-width:60em){.flDIoh .top-edge-0{width:100%;height:100%;margin-top:-100px;background-image:url('https://assets.digital.vistaprint.com/production/246b85d1-378c-452e-8f56-6d54caa4d165');background-repeat:no-repeat;}}.flDIoh .bottom-edge-0{width:100%;height:100%;margin-bottom:-750px;background-image:url('https://assets.digital.vistaprint.com/production/e2485cfc-0a2e-4a82-8dad-93d9fbff5f15');background-repeat:no-repeat;}@media (min-width:30em){.flDIoh .bottom-edge-0{width:100%;height:100%;margin-bottom:-1110px;background-image:url('https://assets.digital.vistaprint.com/production/e2485cfc-0a2e-4a82-8dad-93d9fbff5f15');background-repeat:no-repeat;}}@media (min-width:60em){.flDIoh .bottom-edge-0{width:100%;height:100%;margin-bottom:-750px;background-image:url('https://assets.digital.vistaprint.com/production/e2485cfc-0a2e-4a82-8dad-93d9fbff5f15');background-repeat:no-repeat;}}

.kjwtNO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kjwtNO [class*="-corner-"],.kjwtNO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kjwtNO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kjwtNO [class*="bottom-left-corner"],.kjwtNO [class*="bottom-right-corner"]{bottom:0;}.kjwtNO [class*="top-left-corner"],.kjwtNO [class*="top-right-corner"]{top:0;}.kjwtNO [class*="-left-corner-"]{left:0;}.kjwtNO [class*="-right-corner-"]{right:0;}.kjwtNO [class*="top-left-corner-"]{background-position:0 0;}.kjwtNO [class*="top-right-corner-"]{background-position:100% 0;}.kjwtNO [class*="bottom-left-corner-"]{background-position:0 100%;}.kjwtNO [class*="bottom-right-corner-"]{background-position:100% 100%;}.kjwtNO [class*="top-edge-"],.kjwtNO [class*="bottom-edge-"],.kjwtNO [class*="left-edge-"],.kjwtNO [class*="right-edge-"]{margin:auto;}.kjwtNO [class*="top-edge-"],.kjwtNO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kjwtNO [class*="left-edge-"],.kjwtNO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kjwtNO [class*="top-edge-"]{top:0;}.kjwtNO [class*="bottom-edge-"]{bottom:0;}.kjwtNO [class*="left-edge-"]{left:0;}.kjwtNO [class*="right-edge-"]{right:0;}.kjwtNO .top-edge-0{width:100%;height:100%;margin-top:-100px;background-image:url('https://assets.digital.vistaprint.com/production/246b85d1-378c-452e-8f56-6d54caa4d165');background-repeat:no-repeat;}@media (min-width:30em){.kjwtNO .top-edge-0{width:100%;height:100%;margin-top:-50px;background-image:url('https://assets.digital.vistaprint.com/production/246b85d1-378c-452e-8f56-6d54caa4d165');background-repeat:no-repeat;}}@media (min-width:60em){.kjwtNO .top-edge-0{width:100%;height:100%;margin-top:-100px;background-image:url('https://assets.digital.vistaprint.com/production/246b85d1-378c-452e-8f56-6d54caa4d165');background-repeat:no-repeat;}}

.jMFRLv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jMFRLv [class*="-corner-"],.jMFRLv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jMFRLv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jMFRLv [class*="bottom-left-corner"],.jMFRLv [class*="bottom-right-corner"]{bottom:0;}.jMFRLv [class*="top-left-corner"],.jMFRLv [class*="top-right-corner"]{top:0;}.jMFRLv [class*="-left-corner-"]{left:0;}.jMFRLv [class*="-right-corner-"]{right:0;}.jMFRLv [class*="top-left-corner-"]{background-position:0 0;}.jMFRLv [class*="top-right-corner-"]{background-position:100% 0;}.jMFRLv [class*="bottom-left-corner-"]{background-position:0 100%;}.jMFRLv [class*="bottom-right-corner-"]{background-position:100% 100%;}.jMFRLv [class*="top-edge-"],.jMFRLv [class*="bottom-edge-"],.jMFRLv [class*="left-edge-"],.jMFRLv [class*="right-edge-"]{margin:auto;}.jMFRLv [class*="top-edge-"],.jMFRLv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jMFRLv [class*="left-edge-"],.jMFRLv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jMFRLv [class*="top-edge-"]{top:0;}.jMFRLv [class*="bottom-edge-"]{bottom:0;}.jMFRLv [class*="left-edge-"]{left:0;}.jMFRLv [class*="right-edge-"]{right:0;}.jMFRLv .left-edge-0{width:100%;height:100%;background-color:#bd1f38;}@media (min-width:30em){.jMFRLv .left-edge-0{width:100%;height:100%;}}@media (min-width:60em){.jMFRLv .left-edge-0{width:400px;height:1000px;-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg);}}

.kjDSdJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kjDSdJ [class*="-corner-"],.kjDSdJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kjDSdJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kjDSdJ [class*="bottom-left-corner"],.kjDSdJ [class*="bottom-right-corner"]{bottom:0;}.kjDSdJ [class*="top-left-corner"],.kjDSdJ [class*="top-right-corner"]{top:0;}.kjDSdJ [class*="-left-corner-"]{left:0;}.kjDSdJ [class*="-right-corner-"]{right:0;}.kjDSdJ [class*="top-left-corner-"]{background-position:0 0;}.kjDSdJ [class*="top-right-corner-"]{background-position:100% 0;}.kjDSdJ [class*="bottom-left-corner-"]{background-position:0 100%;}.kjDSdJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.kjDSdJ [class*="top-edge-"],.kjDSdJ [class*="bottom-edge-"],.kjDSdJ [class*="left-edge-"],.kjDSdJ [class*="right-edge-"]{margin:auto;}.kjDSdJ [class*="top-edge-"],.kjDSdJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kjDSdJ [class*="left-edge-"],.kjDSdJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kjDSdJ [class*="top-edge-"]{top:0;}.kjDSdJ [class*="bottom-edge-"]{bottom:0;}.kjDSdJ [class*="left-edge-"]{left:0;}.kjDSdJ [class*="right-edge-"]{right:0;}.kjDSdJ .bottom-edge-0{width:100%;height:4%;background-image:url('https://assets.digital.vistaprint.com/production/f0f898cd-1c70-45a1-bd08-1b1eb6202107');background-size:contain;}

.gEtoHg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gEtoHg [class*="-corner-"],.gEtoHg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gEtoHg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gEtoHg [class*="bottom-left-corner"],.gEtoHg [class*="bottom-right-corner"]{bottom:0;}.gEtoHg [class*="top-left-corner"],.gEtoHg [class*="top-right-corner"]{top:0;}.gEtoHg [class*="-left-corner-"]{left:0;}.gEtoHg [class*="-right-corner-"]{right:0;}.gEtoHg [class*="top-left-corner-"]{background-position:0 0;}.gEtoHg [class*="top-right-corner-"]{background-position:100% 0;}.gEtoHg [class*="bottom-left-corner-"]{background-position:0 100%;}.gEtoHg [class*="bottom-right-corner-"]{background-position:100% 100%;}.gEtoHg [class*="top-edge-"],.gEtoHg [class*="bottom-edge-"],.gEtoHg [class*="left-edge-"],.gEtoHg [class*="right-edge-"]{margin:auto;}.gEtoHg [class*="top-edge-"],.gEtoHg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gEtoHg [class*="left-edge-"],.gEtoHg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gEtoHg [class*="top-edge-"]{top:0;}.gEtoHg [class*="bottom-edge-"]{bottom:0;}.gEtoHg [class*="left-edge-"]{left:0;}.gEtoHg [class*="right-edge-"]{right:0;}.gEtoHg .top-edge-0{width:100%;height:2px;background-color:#FFFFFF;}

.HUiCS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.HUiCS [class*="-corner-"],.HUiCS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.HUiCS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.HUiCS [class*="bottom-left-corner"],.HUiCS [class*="bottom-right-corner"]{bottom:0;}.HUiCS [class*="top-left-corner"],.HUiCS [class*="top-right-corner"]{top:0;}.HUiCS [class*="-left-corner-"]{left:0;}.HUiCS [class*="-right-corner-"]{right:0;}.HUiCS [class*="top-left-corner-"]{background-position:0 0;}.HUiCS [class*="top-right-corner-"]{background-position:100% 0;}.HUiCS [class*="bottom-left-corner-"]{background-position:0 100%;}.HUiCS [class*="bottom-right-corner-"]{background-position:100% 100%;}.HUiCS [class*="top-edge-"],.HUiCS [class*="bottom-edge-"],.HUiCS [class*="left-edge-"],.HUiCS [class*="right-edge-"]{margin:auto;}.HUiCS [class*="top-edge-"],.HUiCS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.HUiCS [class*="left-edge-"],.HUiCS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.HUiCS [class*="top-edge-"]{top:0;}.HUiCS [class*="bottom-edge-"]{bottom:0;}.HUiCS [class*="left-edge-"]{left:0;}.HUiCS [class*="right-edge-"]{right:0;}.HUiCS .bottom-edge-0{width:500px;height:1px;margin-bottom:30px;background-color:white;}.HUiCS .top-left-corner-0{width:150px;height:142px;margin-top:10px;background-image:url('https://assets.digital.vistaprint.com/production/ab75959b-3160-4467-8efb-2cfb7d94ffdf');}.HUiCS .top-right-corner-0{width:150px;height:142px;margin-top:10px;background-image:url('https://assets.digital.vistaprint.com/production/ab75959b-3160-4467-8efb-2cfb7d94ffdf');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}

.jOrfcx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jOrfcx [class*="-corner-"],.jOrfcx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jOrfcx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jOrfcx [class*="bottom-left-corner"],.jOrfcx [class*="bottom-right-corner"]{bottom:0;}.jOrfcx [class*="top-left-corner"],.jOrfcx [class*="top-right-corner"]{top:0;}.jOrfcx [class*="-left-corner-"]{left:0;}.jOrfcx [class*="-right-corner-"]{right:0;}.jOrfcx [class*="top-left-corner-"]{background-position:0 0;}.jOrfcx [class*="top-right-corner-"]{background-position:100% 0;}.jOrfcx [class*="bottom-left-corner-"]{background-position:0 100%;}.jOrfcx [class*="bottom-right-corner-"]{background-position:100% 100%;}.jOrfcx [class*="top-edge-"],.jOrfcx [class*="bottom-edge-"],.jOrfcx [class*="left-edge-"],.jOrfcx [class*="right-edge-"]{margin:auto;}.jOrfcx [class*="top-edge-"],.jOrfcx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jOrfcx [class*="left-edge-"],.jOrfcx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jOrfcx [class*="top-edge-"]{top:0;}.jOrfcx [class*="bottom-edge-"]{bottom:0;}.jOrfcx [class*="left-edge-"]{left:0;}.jOrfcx [class*="right-edge-"]{right:0;}.jOrfcx .bottom-left-corner-0{width:150px;height:153px;background-image:url('https://assets.digital.vistaprint.com/production/e01367e5-a0a5-405d-9f9a-9d84cda2fe44');-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}.jOrfcx .bottom-right-corner-0{width:150px;height:153px;background-image:url('https://assets.digital.vistaprint.com/production/e01367e5-a0a5-405d-9f9a-9d84cda2fe44');}

.iYjPYu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iYjPYu [class*="-corner-"],.iYjPYu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iYjPYu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iYjPYu [class*="bottom-left-corner"],.iYjPYu [class*="bottom-right-corner"]{bottom:0;}.iYjPYu [class*="top-left-corner"],.iYjPYu [class*="top-right-corner"]{top:0;}.iYjPYu [class*="-left-corner-"]{left:0;}.iYjPYu [class*="-right-corner-"]{right:0;}.iYjPYu [class*="top-left-corner-"]{background-position:0 0;}.iYjPYu [class*="top-right-corner-"]{background-position:100% 0;}.iYjPYu [class*="bottom-left-corner-"]{background-position:0 100%;}.iYjPYu [class*="bottom-right-corner-"]{background-position:100% 100%;}.iYjPYu [class*="top-edge-"],.iYjPYu [class*="bottom-edge-"],.iYjPYu [class*="left-edge-"],.iYjPYu [class*="right-edge-"]{margin:auto;}.iYjPYu [class*="top-edge-"],.iYjPYu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iYjPYu [class*="left-edge-"],.iYjPYu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iYjPYu [class*="top-edge-"]{top:0;}.iYjPYu [class*="bottom-edge-"]{bottom:0;}.iYjPYu [class*="left-edge-"]{left:0;}.iYjPYu [class*="right-edge-"]{right:0;}.iYjPYu .top-edge-0{width:1904px;height:10px;margin-left:-1000px;background-image:url('https://assets.digital.vistaprint.com/production/126940a4-193b-423c-babc-a22a4112a8b3');background-position:center 0;}@media (min-width:30em){.iYjPYu .top-edge-0{width:1904px;height:10px;margin-left:-700px;}}@media (min-width:60em){.iYjPYu .top-edge-0{width:1904px;height:10px;margin-left:0px;}}

.iXAnle{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iXAnle [class*="-corner-"],.iXAnle [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iXAnle [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iXAnle [class*="bottom-left-corner"],.iXAnle [class*="bottom-right-corner"]{bottom:0;}.iXAnle [class*="top-left-corner"],.iXAnle [class*="top-right-corner"]{top:0;}.iXAnle [class*="-left-corner-"]{left:0;}.iXAnle [class*="-right-corner-"]{right:0;}.iXAnle [class*="top-left-corner-"]{background-position:0 0;}.iXAnle [class*="top-right-corner-"]{background-position:100% 0;}.iXAnle [class*="bottom-left-corner-"]{background-position:0 100%;}.iXAnle [class*="bottom-right-corner-"]{background-position:100% 100%;}.iXAnle [class*="top-edge-"],.iXAnle [class*="bottom-edge-"],.iXAnle [class*="left-edge-"],.iXAnle [class*="right-edge-"]{margin:auto;}.iXAnle [class*="top-edge-"],.iXAnle [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iXAnle [class*="left-edge-"],.iXAnle [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iXAnle [class*="top-edge-"]{top:0;}.iXAnle [class*="bottom-edge-"]{bottom:0;}.iXAnle [class*="left-edge-"]{left:0;}.iXAnle [class*="right-edge-"]{right:0;}.iXAnle .top-edge-0{width:100%;height:5px;background-color:#009ada;}

.lgdOMA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lgdOMA [class*="-corner-"],.lgdOMA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lgdOMA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lgdOMA [class*="bottom-left-corner"],.lgdOMA [class*="bottom-right-corner"]{bottom:0;}.lgdOMA [class*="top-left-corner"],.lgdOMA [class*="top-right-corner"]{top:0;}.lgdOMA [class*="-left-corner-"]{left:0;}.lgdOMA [class*="-right-corner-"]{right:0;}.lgdOMA [class*="top-left-corner-"]{background-position:0 0;}.lgdOMA [class*="top-right-corner-"]{background-position:100% 0;}.lgdOMA [class*="bottom-left-corner-"]{background-position:0 100%;}.lgdOMA [class*="bottom-right-corner-"]{background-position:100% 100%;}.lgdOMA [class*="top-edge-"],.lgdOMA [class*="bottom-edge-"],.lgdOMA [class*="left-edge-"],.lgdOMA [class*="right-edge-"]{margin:auto;}.lgdOMA [class*="top-edge-"],.lgdOMA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lgdOMA [class*="left-edge-"],.lgdOMA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lgdOMA [class*="top-edge-"]{top:0;}.lgdOMA [class*="bottom-edge-"]{bottom:0;}.lgdOMA [class*="left-edge-"]{left:0;}.lgdOMA [class*="right-edge-"]{right:0;}.lgdOMA .top-edge-0{width:100%;height:5px;background-color:#FFFFFF;}

.dcElrX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dcElrX [class*="-corner-"],.dcElrX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dcElrX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dcElrX [class*="bottom-left-corner"],.dcElrX [class*="bottom-right-corner"]{bottom:0;}.dcElrX [class*="top-left-corner"],.dcElrX [class*="top-right-corner"]{top:0;}.dcElrX [class*="-left-corner-"]{left:0;}.dcElrX [class*="-right-corner-"]{right:0;}.dcElrX [class*="top-left-corner-"]{background-position:0 0;}.dcElrX [class*="top-right-corner-"]{background-position:100% 0;}.dcElrX [class*="bottom-left-corner-"]{background-position:0 100%;}.dcElrX [class*="bottom-right-corner-"]{background-position:100% 100%;}.dcElrX [class*="top-edge-"],.dcElrX [class*="bottom-edge-"],.dcElrX [class*="left-edge-"],.dcElrX [class*="right-edge-"]{margin:auto;}.dcElrX [class*="top-edge-"],.dcElrX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dcElrX [class*="left-edge-"],.dcElrX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dcElrX [class*="top-edge-"]{top:0;}.dcElrX [class*="bottom-edge-"]{bottom:0;}.dcElrX [class*="left-edge-"]{left:0;}.dcElrX [class*="right-edge-"]{right:0;}.dcElrX .left-edge-0{width:100%;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/650ef053-48ca-426d-bca9-83478a5d810e');background-size:cover;background-repeat:no-repeat;}@media (min-width:30em){.dcElrX .left-edge-0{width:100%;opacity:0.2;background-size:cover;background-repeat:no-repeat;}}@media (min-width:60em){.dcElrX .left-edge-0{width:40%;opacity:0.2;background-size:contain;background-repeat:no-repeat;}}

.enrXuY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.enrXuY [class*="-corner-"],.enrXuY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.enrXuY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.enrXuY [class*="bottom-left-corner"],.enrXuY [class*="bottom-right-corner"]{bottom:0;}.enrXuY [class*="top-left-corner"],.enrXuY [class*="top-right-corner"]{top:0;}.enrXuY [class*="-left-corner-"]{left:0;}.enrXuY [class*="-right-corner-"]{right:0;}.enrXuY [class*="top-left-corner-"]{background-position:0 0;}.enrXuY [class*="top-right-corner-"]{background-position:100% 0;}.enrXuY [class*="bottom-left-corner-"]{background-position:0 100%;}.enrXuY [class*="bottom-right-corner-"]{background-position:100% 100%;}.enrXuY [class*="top-edge-"],.enrXuY [class*="bottom-edge-"],.enrXuY [class*="left-edge-"],.enrXuY [class*="right-edge-"]{margin:auto;}.enrXuY [class*="top-edge-"],.enrXuY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.enrXuY [class*="left-edge-"],.enrXuY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.enrXuY [class*="top-edge-"]{top:0;}.enrXuY [class*="bottom-edge-"]{bottom:0;}.enrXuY [class*="left-edge-"]{left:0;}.enrXuY [class*="right-edge-"]{right:0;}.enrXuY .bottom-edge-0{height:101px;background-image:url('https://assets.digital.vistaprint.com/production/67e573b4-8580-4747-937e-59d56cd229eb');}

.eHSqxv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eHSqxv [class*="-corner-"],.eHSqxv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eHSqxv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eHSqxv [class*="bottom-left-corner"],.eHSqxv [class*="bottom-right-corner"]{bottom:0;}.eHSqxv [class*="top-left-corner"],.eHSqxv [class*="top-right-corner"]{top:0;}.eHSqxv [class*="-left-corner-"]{left:0;}.eHSqxv [class*="-right-corner-"]{right:0;}.eHSqxv [class*="top-left-corner-"]{background-position:0 0;}.eHSqxv [class*="top-right-corner-"]{background-position:100% 0;}.eHSqxv [class*="bottom-left-corner-"]{background-position:0 100%;}.eHSqxv [class*="bottom-right-corner-"]{background-position:100% 100%;}.eHSqxv [class*="top-edge-"],.eHSqxv [class*="bottom-edge-"],.eHSqxv [class*="left-edge-"],.eHSqxv [class*="right-edge-"]{margin:auto;}.eHSqxv [class*="top-edge-"],.eHSqxv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eHSqxv [class*="left-edge-"],.eHSqxv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eHSqxv [class*="top-edge-"]{top:0;}.eHSqxv [class*="bottom-edge-"]{bottom:0;}.eHSqxv [class*="left-edge-"]{left:0;}.eHSqxv [class*="right-edge-"]{right:0;}.eHSqxv .top-edge-0{width:100%;height:2px;margin-top:10px;background-color:#ffffff;}.eHSqxv .bottom-edge-0{width:100%;height:2px;margin-bottom:10px;background-color:#ffffff;}

.bjVwhE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bjVwhE [class*="-corner-"],.bjVwhE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bjVwhE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bjVwhE [class*="bottom-left-corner"],.bjVwhE [class*="bottom-right-corner"]{bottom:0;}.bjVwhE [class*="top-left-corner"],.bjVwhE [class*="top-right-corner"]{top:0;}.bjVwhE [class*="-left-corner-"]{left:0;}.bjVwhE [class*="-right-corner-"]{right:0;}.bjVwhE [class*="top-left-corner-"]{background-position:0 0;}.bjVwhE [class*="top-right-corner-"]{background-position:100% 0;}.bjVwhE [class*="bottom-left-corner-"]{background-position:0 100%;}.bjVwhE [class*="bottom-right-corner-"]{background-position:100% 100%;}.bjVwhE [class*="top-edge-"],.bjVwhE [class*="bottom-edge-"],.bjVwhE [class*="left-edge-"],.bjVwhE [class*="right-edge-"]{margin:auto;}.bjVwhE [class*="top-edge-"],.bjVwhE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bjVwhE [class*="left-edge-"],.bjVwhE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bjVwhE [class*="top-edge-"]{top:0;}.bjVwhE [class*="bottom-edge-"]{bottom:0;}.bjVwhE [class*="left-edge-"]{left:0;}.bjVwhE [class*="right-edge-"]{right:0;}.bjVwhE .top-edge-0{width:80%;height:2px;background-color:#fdb913;}

.bIFeEB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bIFeEB [class*="-corner-"],.bIFeEB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bIFeEB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bIFeEB [class*="bottom-left-corner"],.bIFeEB [class*="bottom-right-corner"]{bottom:0;}.bIFeEB [class*="top-left-corner"],.bIFeEB [class*="top-right-corner"]{top:0;}.bIFeEB [class*="-left-corner-"]{left:0;}.bIFeEB [class*="-right-corner-"]{right:0;}.bIFeEB [class*="top-left-corner-"]{background-position:0 0;}.bIFeEB [class*="top-right-corner-"]{background-position:100% 0;}.bIFeEB [class*="bottom-left-corner-"]{background-position:0 100%;}.bIFeEB [class*="bottom-right-corner-"]{background-position:100% 100%;}.bIFeEB [class*="top-edge-"],.bIFeEB [class*="bottom-edge-"],.bIFeEB [class*="left-edge-"],.bIFeEB [class*="right-edge-"]{margin:auto;}.bIFeEB [class*="top-edge-"],.bIFeEB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bIFeEB [class*="left-edge-"],.bIFeEB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bIFeEB [class*="top-edge-"]{top:0;}.bIFeEB [class*="bottom-edge-"]{bottom:0;}.bIFeEB [class*="left-edge-"]{left:0;}.bIFeEB [class*="right-edge-"]{right:0;}.bIFeEB .top-edge-0{width:2000px;height:14px;background-color:#3d3d3d;}.bIFeEB .left-edge-0{width:14px;height:2000px;background-color:#3d3d3d;}.bIFeEB .right-edge-0{width:14px;height:2000px;background-color:#3d3d3d;}.bIFeEB .bottom-edge-0{width:2000px;height:14px;background-color:#3d3d3d;}

.hzPhxl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hzPhxl [class*="-corner-"],.hzPhxl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hzPhxl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hzPhxl [class*="bottom-left-corner"],.hzPhxl [class*="bottom-right-corner"]{bottom:0;}.hzPhxl [class*="top-left-corner"],.hzPhxl [class*="top-right-corner"]{top:0;}.hzPhxl [class*="-left-corner-"]{left:0;}.hzPhxl [class*="-right-corner-"]{right:0;}.hzPhxl [class*="top-left-corner-"]{background-position:0 0;}.hzPhxl [class*="top-right-corner-"]{background-position:100% 0;}.hzPhxl [class*="bottom-left-corner-"]{background-position:0 100%;}.hzPhxl [class*="bottom-right-corner-"]{background-position:100% 100%;}.hzPhxl [class*="top-edge-"],.hzPhxl [class*="bottom-edge-"],.hzPhxl [class*="left-edge-"],.hzPhxl [class*="right-edge-"]{margin:auto;}.hzPhxl [class*="top-edge-"],.hzPhxl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hzPhxl [class*="left-edge-"],.hzPhxl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hzPhxl [class*="top-edge-"]{top:0;}.hzPhxl [class*="bottom-edge-"]{bottom:0;}.hzPhxl [class*="left-edge-"]{left:0;}.hzPhxl [class*="right-edge-"]{right:0;}.hzPhxl .bottom-right-corner-0{width:400%;height:400%;margin-right:-950px;background-image:url('https://assets.digital.vistaprint.com/production/1e2dfc10-e1af-4837-8ed5-d487196332e1');}@media (min-width:30em){.hzPhxl .bottom-right-corner-0{width:200%;height:200%;margin-right:-900px;}}@media (min-width:60em){.hzPhxl .bottom-right-corner-0{width:696px;height:100%;margin-right:0%;}}

.leGSdh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.leGSdh [class*="-corner-"],.leGSdh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.leGSdh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.leGSdh [class*="bottom-left-corner"],.leGSdh [class*="bottom-right-corner"]{bottom:0;}.leGSdh [class*="top-left-corner"],.leGSdh [class*="top-right-corner"]{top:0;}.leGSdh [class*="-left-corner-"]{left:0;}.leGSdh [class*="-right-corner-"]{right:0;}.leGSdh [class*="top-left-corner-"]{background-position:0 0;}.leGSdh [class*="top-right-corner-"]{background-position:100% 0;}.leGSdh [class*="bottom-left-corner-"]{background-position:0 100%;}.leGSdh [class*="bottom-right-corner-"]{background-position:100% 100%;}.leGSdh [class*="top-edge-"],.leGSdh [class*="bottom-edge-"],.leGSdh [class*="left-edge-"],.leGSdh [class*="right-edge-"]{margin:auto;}.leGSdh [class*="top-edge-"],.leGSdh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.leGSdh [class*="left-edge-"],.leGSdh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.leGSdh [class*="top-edge-"]{top:0;}.leGSdh [class*="bottom-edge-"]{bottom:0;}.leGSdh [class*="left-edge-"]{left:0;}.leGSdh [class*="right-edge-"]{right:0;}.leGSdh .right-edge-0{width:0px;height:0px;opacity:0;background-color:#293855;}@media (min-width:30em){.leGSdh .right-edge-0{width:0px;height:0px;}}@media (min-width:60em){.leGSdh .right-edge-0{width:60%;height:60%;opacity:0.7;}}

.ddANHQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ddANHQ [class*="-corner-"],.ddANHQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ddANHQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ddANHQ [class*="bottom-left-corner"],.ddANHQ [class*="bottom-right-corner"]{bottom:0;}.ddANHQ [class*="top-left-corner"],.ddANHQ [class*="top-right-corner"]{top:0;}.ddANHQ [class*="-left-corner-"]{left:0;}.ddANHQ [class*="-right-corner-"]{right:0;}.ddANHQ [class*="top-left-corner-"]{background-position:0 0;}.ddANHQ [class*="top-right-corner-"]{background-position:100% 0;}.ddANHQ [class*="bottom-left-corner-"]{background-position:0 100%;}.ddANHQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.ddANHQ [class*="top-edge-"],.ddANHQ [class*="bottom-edge-"],.ddANHQ [class*="left-edge-"],.ddANHQ [class*="right-edge-"]{margin:auto;}.ddANHQ [class*="top-edge-"],.ddANHQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ddANHQ [class*="left-edge-"],.ddANHQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ddANHQ [class*="top-edge-"]{top:0;}.ddANHQ [class*="bottom-edge-"]{bottom:0;}.ddANHQ [class*="left-edge-"]{left:0;}.ddANHQ [class*="right-edge-"]{right:0;}.ddANHQ .bottom-edge-0{width:100%;height:2px;background-color:#414042;}

.kaSejW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kaSejW [class*="-corner-"],.kaSejW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kaSejW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kaSejW [class*="bottom-left-corner"],.kaSejW [class*="bottom-right-corner"]{bottom:0;}.kaSejW [class*="top-left-corner"],.kaSejW [class*="top-right-corner"]{top:0;}.kaSejW [class*="-left-corner-"]{left:0;}.kaSejW [class*="-right-corner-"]{right:0;}.kaSejW [class*="top-left-corner-"]{background-position:0 0;}.kaSejW [class*="top-right-corner-"]{background-position:100% 0;}.kaSejW [class*="bottom-left-corner-"]{background-position:0 100%;}.kaSejW [class*="bottom-right-corner-"]{background-position:100% 100%;}.kaSejW [class*="top-edge-"],.kaSejW [class*="bottom-edge-"],.kaSejW [class*="left-edge-"],.kaSejW [class*="right-edge-"]{margin:auto;}.kaSejW [class*="top-edge-"],.kaSejW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kaSejW [class*="left-edge-"],.kaSejW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kaSejW [class*="top-edge-"]{top:0;}.kaSejW [class*="bottom-edge-"]{bottom:0;}.kaSejW [class*="left-edge-"]{left:0;}.kaSejW [class*="right-edge-"]{right:0;}.kaSejW .top-edge-0{width:110%;height:10%;margin-left:-25px;margin-top:60px;background-image:url('https://assets.digital.vistaprint.com/production/51f39b05-1bf8-4b8b-9acd-2e64a9590322');background-repeat:no-repeat;}

.icFyzL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.icFyzL [class*="-corner-"],.icFyzL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.icFyzL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.icFyzL [class*="bottom-left-corner"],.icFyzL [class*="bottom-right-corner"]{bottom:0;}.icFyzL [class*="top-left-corner"],.icFyzL [class*="top-right-corner"]{top:0;}.icFyzL [class*="-left-corner-"]{left:0;}.icFyzL [class*="-right-corner-"]{right:0;}.icFyzL [class*="top-left-corner-"]{background-position:0 0;}.icFyzL [class*="top-right-corner-"]{background-position:100% 0;}.icFyzL [class*="bottom-left-corner-"]{background-position:0 100%;}.icFyzL [class*="bottom-right-corner-"]{background-position:100% 100%;}.icFyzL [class*="top-edge-"],.icFyzL [class*="bottom-edge-"],.icFyzL [class*="left-edge-"],.icFyzL [class*="right-edge-"]{margin:auto;}.icFyzL [class*="top-edge-"],.icFyzL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.icFyzL [class*="left-edge-"],.icFyzL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.icFyzL [class*="top-edge-"]{top:0;}.icFyzL [class*="bottom-edge-"]{bottom:0;}.icFyzL [class*="left-edge-"]{left:0;}.icFyzL [class*="right-edge-"]{right:0;}.icFyzL .top-edge-0{width:1700px;height:320px;margin-left:-800px;margin-top:330px;background-image:url('https://assets.digital.vistaprint.com/production/d9bc9d62-3bed-495f-82ce-293a1343ae29');background-repeat:no-repeat;}@media (min-width:30em){.icFyzL .top-edge-0{width:1700px;height:320px;margin-left:-1100px;margin-top:215px;}}@media (min-width:60em){.icFyzL .top-edge-0{width:1700px;height:320px;margin-left:-800px;margin-top:215px;}}

.dFsvXh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dFsvXh [class*="-corner-"],.dFsvXh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dFsvXh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dFsvXh [class*="bottom-left-corner"],.dFsvXh [class*="bottom-right-corner"]{bottom:0;}.dFsvXh [class*="top-left-corner"],.dFsvXh [class*="top-right-corner"]{top:0;}.dFsvXh [class*="-left-corner-"]{left:0;}.dFsvXh [class*="-right-corner-"]{right:0;}.dFsvXh [class*="top-left-corner-"]{background-position:0 0;}.dFsvXh [class*="top-right-corner-"]{background-position:100% 0;}.dFsvXh [class*="bottom-left-corner-"]{background-position:0 100%;}.dFsvXh [class*="bottom-right-corner-"]{background-position:100% 100%;}.dFsvXh [class*="top-edge-"],.dFsvXh [class*="bottom-edge-"],.dFsvXh [class*="left-edge-"],.dFsvXh [class*="right-edge-"]{margin:auto;}.dFsvXh [class*="top-edge-"],.dFsvXh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dFsvXh [class*="left-edge-"],.dFsvXh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dFsvXh [class*="top-edge-"]{top:0;}.dFsvXh [class*="bottom-edge-"]{bottom:0;}.dFsvXh [class*="left-edge-"]{left:0;}.dFsvXh [class*="right-edge-"]{right:0;}.dFsvXh .top-edge-0{width:50%;height:100%;margin-left:27%;margin-top:15%;background-image:url('https://assets.digital.vistaprint.com/production/bbe940c8-e426-40ae-83c6-9f58de8d398e');background-repeat:no-repeat;background-position:0 0;}@media (min-width:30em){.dFsvXh .top-edge-0{width:50%;height:100%;margin-left:27%;margin-top:4%;}}@media (min-width:60em){.dFsvXh .top-edge-0{width:50%;height:100%;margin-left:27%;margin-top:4%;}}

.dommiv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dommiv [class*="-corner-"],.dommiv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dommiv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dommiv [class*="bottom-left-corner"],.dommiv [class*="bottom-right-corner"]{bottom:0;}.dommiv [class*="top-left-corner"],.dommiv [class*="top-right-corner"]{top:0;}.dommiv [class*="-left-corner-"]{left:0;}.dommiv [class*="-right-corner-"]{right:0;}.dommiv [class*="top-left-corner-"]{background-position:0 0;}.dommiv [class*="top-right-corner-"]{background-position:100% 0;}.dommiv [class*="bottom-left-corner-"]{background-position:0 100%;}.dommiv [class*="bottom-right-corner-"]{background-position:100% 100%;}.dommiv [class*="top-edge-"],.dommiv [class*="bottom-edge-"],.dommiv [class*="left-edge-"],.dommiv [class*="right-edge-"]{margin:auto;}.dommiv [class*="top-edge-"],.dommiv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dommiv [class*="left-edge-"],.dommiv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dommiv [class*="top-edge-"]{top:0;}.dommiv [class*="bottom-edge-"]{bottom:0;}.dommiv [class*="left-edge-"]{left:0;}.dommiv [class*="right-edge-"]{right:0;}.dommiv .top-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/008193a6-0bc0-4a9d-bf56-85b6a13a207e');background-size:contain;background-repeat:no-repeat;}.dommiv .bottom-left-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/30108f9e-16a4-4852-9443-885a4082cf95');background-size:contain;background-repeat:no-repeat;}

.gaPeaz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gaPeaz [class*="-corner-"],.gaPeaz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gaPeaz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gaPeaz [class*="bottom-left-corner"],.gaPeaz [class*="bottom-right-corner"]{bottom:0;}.gaPeaz [class*="top-left-corner"],.gaPeaz [class*="top-right-corner"]{top:0;}.gaPeaz [class*="-left-corner-"]{left:0;}.gaPeaz [class*="-right-corner-"]{right:0;}.gaPeaz [class*="top-left-corner-"]{background-position:0 0;}.gaPeaz [class*="top-right-corner-"]{background-position:100% 0;}.gaPeaz [class*="bottom-left-corner-"]{background-position:0 100%;}.gaPeaz [class*="bottom-right-corner-"]{background-position:100% 100%;}.gaPeaz [class*="top-edge-"],.gaPeaz [class*="bottom-edge-"],.gaPeaz [class*="left-edge-"],.gaPeaz [class*="right-edge-"]{margin:auto;}.gaPeaz [class*="top-edge-"],.gaPeaz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gaPeaz [class*="left-edge-"],.gaPeaz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gaPeaz [class*="top-edge-"]{top:0;}.gaPeaz [class*="bottom-edge-"]{bottom:0;}.gaPeaz [class*="left-edge-"]{left:0;}.gaPeaz [class*="right-edge-"]{right:0;}.gaPeaz .bottom-edge-0{width:100%;height:15px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}.gaPeaz .bottom-left-corner-0{width:100%;height:4px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#000000;}

.jnXwSc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jnXwSc [class*="-corner-"],.jnXwSc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jnXwSc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jnXwSc [class*="bottom-left-corner"],.jnXwSc [class*="bottom-right-corner"]{bottom:0;}.jnXwSc [class*="top-left-corner"],.jnXwSc [class*="top-right-corner"]{top:0;}.jnXwSc [class*="-left-corner-"]{left:0;}.jnXwSc [class*="-right-corner-"]{right:0;}.jnXwSc [class*="top-left-corner-"]{background-position:0 0;}.jnXwSc [class*="top-right-corner-"]{background-position:100% 0;}.jnXwSc [class*="bottom-left-corner-"]{background-position:0 100%;}.jnXwSc [class*="bottom-right-corner-"]{background-position:100% 100%;}.jnXwSc [class*="top-edge-"],.jnXwSc [class*="bottom-edge-"],.jnXwSc [class*="left-edge-"],.jnXwSc [class*="right-edge-"]{margin:auto;}.jnXwSc [class*="top-edge-"],.jnXwSc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jnXwSc [class*="left-edge-"],.jnXwSc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jnXwSc [class*="top-edge-"]{top:0;}.jnXwSc [class*="bottom-edge-"]{bottom:0;}.jnXwSc [class*="left-edge-"]{left:0;}.jnXwSc [class*="right-edge-"]{right:0;}.jnXwSc .bottom-edge-0{width:100%;height:2px;background-color:#05b1bf;}

.eWLAfm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eWLAfm [class*="-corner-"],.eWLAfm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eWLAfm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eWLAfm [class*="bottom-left-corner"],.eWLAfm [class*="bottom-right-corner"]{bottom:0;}.eWLAfm [class*="top-left-corner"],.eWLAfm [class*="top-right-corner"]{top:0;}.eWLAfm [class*="-left-corner-"]{left:0;}.eWLAfm [class*="-right-corner-"]{right:0;}.eWLAfm [class*="top-left-corner-"]{background-position:0 0;}.eWLAfm [class*="top-right-corner-"]{background-position:100% 0;}.eWLAfm [class*="bottom-left-corner-"]{background-position:0 100%;}.eWLAfm [class*="bottom-right-corner-"]{background-position:100% 100%;}.eWLAfm [class*="top-edge-"],.eWLAfm [class*="bottom-edge-"],.eWLAfm [class*="left-edge-"],.eWLAfm [class*="right-edge-"]{margin:auto;}.eWLAfm [class*="top-edge-"],.eWLAfm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eWLAfm [class*="left-edge-"],.eWLAfm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eWLAfm [class*="top-edge-"]{top:0;}.eWLAfm [class*="bottom-edge-"]{bottom:0;}.eWLAfm [class*="left-edge-"]{left:0;}.eWLAfm [class*="right-edge-"]{right:0;}.eWLAfm .top-edge-0{height:20px;background-color:#fff;}

.fXCLnR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fXCLnR [class*="-corner-"],.fXCLnR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fXCLnR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fXCLnR [class*="bottom-left-corner"],.fXCLnR [class*="bottom-right-corner"]{bottom:0;}.fXCLnR [class*="top-left-corner"],.fXCLnR [class*="top-right-corner"]{top:0;}.fXCLnR [class*="-left-corner-"]{left:0;}.fXCLnR [class*="-right-corner-"]{right:0;}.fXCLnR [class*="top-left-corner-"]{background-position:0 0;}.fXCLnR [class*="top-right-corner-"]{background-position:100% 0;}.fXCLnR [class*="bottom-left-corner-"]{background-position:0 100%;}.fXCLnR [class*="bottom-right-corner-"]{background-position:100% 100%;}.fXCLnR [class*="top-edge-"],.fXCLnR [class*="bottom-edge-"],.fXCLnR [class*="left-edge-"],.fXCLnR [class*="right-edge-"]{margin:auto;}.fXCLnR [class*="top-edge-"],.fXCLnR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fXCLnR [class*="left-edge-"],.fXCLnR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fXCLnR [class*="top-edge-"]{top:0;}.fXCLnR [class*="bottom-edge-"]{bottom:0;}.fXCLnR [class*="left-edge-"]{left:0;}.fXCLnR [class*="right-edge-"]{right:0;}.fXCLnR .top-edge-0{width:100%;height:18px;z-index:7;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}.fXCLnR .left-edge-0{width:18px;height:100%;z-index:7;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}.fXCLnR .right-edge-0{width:18px;height:100%;z-index:7;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}

.kvUmov{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kvUmov [class*="-corner-"],.kvUmov [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kvUmov [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kvUmov [class*="bottom-left-corner"],.kvUmov [class*="bottom-right-corner"]{bottom:0;}.kvUmov [class*="top-left-corner"],.kvUmov [class*="top-right-corner"]{top:0;}.kvUmov [class*="-left-corner-"]{left:0;}.kvUmov [class*="-right-corner-"]{right:0;}.kvUmov [class*="top-left-corner-"]{background-position:0 0;}.kvUmov [class*="top-right-corner-"]{background-position:100% 0;}.kvUmov [class*="bottom-left-corner-"]{background-position:0 100%;}.kvUmov [class*="bottom-right-corner-"]{background-position:100% 100%;}.kvUmov [class*="top-edge-"],.kvUmov [class*="bottom-edge-"],.kvUmov [class*="left-edge-"],.kvUmov [class*="right-edge-"]{margin:auto;}.kvUmov [class*="top-edge-"],.kvUmov [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kvUmov [class*="left-edge-"],.kvUmov [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kvUmov [class*="top-edge-"]{top:0;}.kvUmov [class*="bottom-edge-"]{bottom:0;}.kvUmov [class*="left-edge-"]{left:0;}.kvUmov [class*="right-edge-"]{right:0;}.kvUmov .top-edge-0{width:100%;height:100%;opacity:0.5;background-color:#000000;}@media (min-width:30em){.kvUmov .top-edge-0{width:100%;height:100%;opacity:0.5;}}@media (min-width:60em){.kvUmov .top-edge-0{width:0px;height:0px;opacity:0;}}

.bfMGAu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bfMGAu [class*="-corner-"],.bfMGAu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bfMGAu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bfMGAu [class*="bottom-left-corner"],.bfMGAu [class*="bottom-right-corner"]{bottom:0;}.bfMGAu [class*="top-left-corner"],.bfMGAu [class*="top-right-corner"]{top:0;}.bfMGAu [class*="-left-corner-"]{left:0;}.bfMGAu [class*="-right-corner-"]{right:0;}.bfMGAu [class*="top-left-corner-"]{background-position:0 0;}.bfMGAu [class*="top-right-corner-"]{background-position:100% 0;}.bfMGAu [class*="bottom-left-corner-"]{background-position:0 100%;}.bfMGAu [class*="bottom-right-corner-"]{background-position:100% 100%;}.bfMGAu [class*="top-edge-"],.bfMGAu [class*="bottom-edge-"],.bfMGAu [class*="left-edge-"],.bfMGAu [class*="right-edge-"]{margin:auto;}.bfMGAu [class*="top-edge-"],.bfMGAu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bfMGAu [class*="left-edge-"],.bfMGAu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bfMGAu [class*="top-edge-"]{top:0;}.bfMGAu [class*="bottom-edge-"]{bottom:0;}.bfMGAu [class*="left-edge-"]{left:0;}.bfMGAu [class*="right-edge-"]{right:0;}.bfMGAu .top-edge-0{width:100%;height:100%;margin-top:-10px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/c5ec700d-27b4-47ca-b3bd-ec6604b9160e');}.bfMGAu .bottom-edge-0{width:100%;height:100%;margin-bottom:-8px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/c5ec700d-27b4-47ca-b3bd-ec6604b9160e');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.hVqAmj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hVqAmj [class*="-corner-"],.hVqAmj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hVqAmj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hVqAmj [class*="bottom-left-corner"],.hVqAmj [class*="bottom-right-corner"]{bottom:0;}.hVqAmj [class*="top-left-corner"],.hVqAmj [class*="top-right-corner"]{top:0;}.hVqAmj [class*="-left-corner-"]{left:0;}.hVqAmj [class*="-right-corner-"]{right:0;}.hVqAmj [class*="top-left-corner-"]{background-position:0 0;}.hVqAmj [class*="top-right-corner-"]{background-position:100% 0;}.hVqAmj [class*="bottom-left-corner-"]{background-position:0 100%;}.hVqAmj [class*="bottom-right-corner-"]{background-position:100% 100%;}.hVqAmj [class*="top-edge-"],.hVqAmj [class*="bottom-edge-"],.hVqAmj [class*="left-edge-"],.hVqAmj [class*="right-edge-"]{margin:auto;}.hVqAmj [class*="top-edge-"],.hVqAmj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hVqAmj [class*="left-edge-"],.hVqAmj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hVqAmj [class*="top-edge-"]{top:0;}.hVqAmj [class*="bottom-edge-"]{bottom:0;}.hVqAmj [class*="left-edge-"]{left:0;}.hVqAmj [class*="right-edge-"]{right:0;}.hVqAmj .right-edge-0{background-color:#005e90;}@media (min-width:30em){.hVqAmj .right-edge-0{width:0px;height:0px;}}@media (min-width:60em){.hVqAmj .right-edge-0{width:370px;height:100%;}}.hVqAmj .bottom-edge-0{height:300px;background-color:#005e90;}@media (min-width:30em){.hVqAmj .bottom-edge-0{height:335px;}}@media (min-width:60em){.hVqAmj .bottom-edge-0{width:0px;height:0px;}}

.cmhVxn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cmhVxn [class*="-corner-"],.cmhVxn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cmhVxn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cmhVxn [class*="bottom-left-corner"],.cmhVxn [class*="bottom-right-corner"]{bottom:0;}.cmhVxn [class*="top-left-corner"],.cmhVxn [class*="top-right-corner"]{top:0;}.cmhVxn [class*="-left-corner-"]{left:0;}.cmhVxn [class*="-right-corner-"]{right:0;}.cmhVxn [class*="top-left-corner-"]{background-position:0 0;}.cmhVxn [class*="top-right-corner-"]{background-position:100% 0;}.cmhVxn [class*="bottom-left-corner-"]{background-position:0 100%;}.cmhVxn [class*="bottom-right-corner-"]{background-position:100% 100%;}.cmhVxn [class*="top-edge-"],.cmhVxn [class*="bottom-edge-"],.cmhVxn [class*="left-edge-"],.cmhVxn [class*="right-edge-"]{margin:auto;}.cmhVxn [class*="top-edge-"],.cmhVxn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cmhVxn [class*="left-edge-"],.cmhVxn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cmhVxn [class*="top-edge-"]{top:0;}.cmhVxn [class*="bottom-edge-"]{bottom:0;}.cmhVxn [class*="left-edge-"]{left:0;}.cmhVxn [class*="right-edge-"]{right:0;}.cmhVxn .top-edge-0{width:98.2%;height:3px;margin-top:13px;background-color:#fff;}.cmhVxn .left-edge-0{width:3px;margin-left:0.9%;margin-top:13px;background-color:#fff;}.cmhVxn .right-edge-0{width:3px;margin-right:0.9%;margin-top:13px;background-color:#fff;}

.cUzbTU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cUzbTU [class*="-corner-"],.cUzbTU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cUzbTU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cUzbTU [class*="bottom-left-corner"],.cUzbTU [class*="bottom-right-corner"]{bottom:0;}.cUzbTU [class*="top-left-corner"],.cUzbTU [class*="top-right-corner"]{top:0;}.cUzbTU [class*="-left-corner-"]{left:0;}.cUzbTU [class*="-right-corner-"]{right:0;}.cUzbTU [class*="top-left-corner-"]{background-position:0 0;}.cUzbTU [class*="top-right-corner-"]{background-position:100% 0;}.cUzbTU [class*="bottom-left-corner-"]{background-position:0 100%;}.cUzbTU [class*="bottom-right-corner-"]{background-position:100% 100%;}.cUzbTU [class*="top-edge-"],.cUzbTU [class*="bottom-edge-"],.cUzbTU [class*="left-edge-"],.cUzbTU [class*="right-edge-"]{margin:auto;}.cUzbTU [class*="top-edge-"],.cUzbTU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cUzbTU [class*="left-edge-"],.cUzbTU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cUzbTU [class*="top-edge-"]{top:0;}.cUzbTU [class*="bottom-edge-"]{bottom:0;}.cUzbTU [class*="left-edge-"]{left:0;}.cUzbTU [class*="right-edge-"]{right:0;}.cUzbTU .left-edge-0{width:3px;margin-left:0.9%;margin-top:0px;background-color:#fff;}.cUzbTU .right-edge-0{width:3px;margin-right:0.9%;margin-top:0px;background-color:#fff;}

.cwGNcH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cwGNcH [class*="-corner-"],.cwGNcH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cwGNcH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cwGNcH [class*="bottom-left-corner"],.cwGNcH [class*="bottom-right-corner"]{bottom:0;}.cwGNcH [class*="top-left-corner"],.cwGNcH [class*="top-right-corner"]{top:0;}.cwGNcH [class*="-left-corner-"]{left:0;}.cwGNcH [class*="-right-corner-"]{right:0;}.cwGNcH [class*="top-left-corner-"]{background-position:0 0;}.cwGNcH [class*="top-right-corner-"]{background-position:100% 0;}.cwGNcH [class*="bottom-left-corner-"]{background-position:0 100%;}.cwGNcH [class*="bottom-right-corner-"]{background-position:100% 100%;}.cwGNcH [class*="top-edge-"],.cwGNcH [class*="bottom-edge-"],.cwGNcH [class*="left-edge-"],.cwGNcH [class*="right-edge-"]{margin:auto;}.cwGNcH [class*="top-edge-"],.cwGNcH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cwGNcH [class*="left-edge-"],.cwGNcH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cwGNcH [class*="top-edge-"]{top:0;}.cwGNcH [class*="bottom-edge-"]{bottom:0;}.cwGNcH [class*="left-edge-"]{left:0;}.cwGNcH [class*="right-edge-"]{right:0;}.cwGNcH .top-edge-0{width:20%;height:2px;background-color:white;}.cwGNcH .left-edge-0{width:3px;margin-left:0.9%;margin-top:0px;background-color:#fff;}.cwGNcH .right-edge-0{width:3px;margin-right:0.9%;margin-top:0px;background-color:#fff;}.cwGNcH .bottom-edge-0{width:20%;height:2px;background-color:white;}

.bVLvTy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bVLvTy [class*="-corner-"],.bVLvTy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bVLvTy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bVLvTy [class*="bottom-left-corner"],.bVLvTy [class*="bottom-right-corner"]{bottom:0;}.bVLvTy [class*="top-left-corner"],.bVLvTy [class*="top-right-corner"]{top:0;}.bVLvTy [class*="-left-corner-"]{left:0;}.bVLvTy [class*="-right-corner-"]{right:0;}.bVLvTy [class*="top-left-corner-"]{background-position:0 0;}.bVLvTy [class*="top-right-corner-"]{background-position:100% 0;}.bVLvTy [class*="bottom-left-corner-"]{background-position:0 100%;}.bVLvTy [class*="bottom-right-corner-"]{background-position:100% 100%;}.bVLvTy [class*="top-edge-"],.bVLvTy [class*="bottom-edge-"],.bVLvTy [class*="left-edge-"],.bVLvTy [class*="right-edge-"]{margin:auto;}.bVLvTy [class*="top-edge-"],.bVLvTy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bVLvTy [class*="left-edge-"],.bVLvTy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bVLvTy [class*="top-edge-"]{top:0;}.bVLvTy [class*="bottom-edge-"]{bottom:0;}.bVLvTy [class*="left-edge-"]{left:0;}.bVLvTy [class*="right-edge-"]{right:0;}.bVLvTy .bottom-edge-0{width:98.2%;height:1.2px;margin-bottom:13px;background-color:#ffffff;}@media (min-width:30em){.bVLvTy .bottom-edge-0{width:98.2%;height:3px;margin-bottom:13px;}}@media (min-width:60em){.bVLvTy .bottom-edge-0{width:98.2%;height:3px;margin-bottom:13px;}}.bVLvTy .bottom-left-corner-0{width:1.2px;margin-left:0.8%;margin-bottom:13px;background-color:#ffffff;}@media (min-width:30em){.bVLvTy .bottom-left-corner-0{width:2.5px;margin-left:0.9%;}}@media (min-width:60em){.bVLvTy .bottom-left-corner-0{width:3px;margin-left:0.9%;}}.bVLvTy .bottom-right-corner-0{width:1.2px;margin-right:1%;margin-bottom:13px;background-color:#ffffff;}@media (min-width:30em){.bVLvTy .bottom-right-corner-0{width:2.5px;margin-right:0.9%;}}@media (min-width:60em){.bVLvTy .bottom-right-corner-0{width:3px;margin-right:0.9%;}}

.bDxIDc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bDxIDc [class*="-corner-"],.bDxIDc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bDxIDc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bDxIDc [class*="bottom-left-corner"],.bDxIDc [class*="bottom-right-corner"]{bottom:0;}.bDxIDc [class*="top-left-corner"],.bDxIDc [class*="top-right-corner"]{top:0;}.bDxIDc [class*="-left-corner-"]{left:0;}.bDxIDc [class*="-right-corner-"]{right:0;}.bDxIDc [class*="top-left-corner-"]{background-position:0 0;}.bDxIDc [class*="top-right-corner-"]{background-position:100% 0;}.bDxIDc [class*="bottom-left-corner-"]{background-position:0 100%;}.bDxIDc [class*="bottom-right-corner-"]{background-position:100% 100%;}.bDxIDc [class*="top-edge-"],.bDxIDc [class*="bottom-edge-"],.bDxIDc [class*="left-edge-"],.bDxIDc [class*="right-edge-"]{margin:auto;}.bDxIDc [class*="top-edge-"],.bDxIDc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bDxIDc [class*="left-edge-"],.bDxIDc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bDxIDc [class*="top-edge-"]{top:0;}.bDxIDc [class*="bottom-edge-"]{bottom:0;}.bDxIDc [class*="left-edge-"]{left:0;}.bDxIDc [class*="right-edge-"]{right:0;}.bDxIDc .bottom-edge-0{width:100%;height:10px;background-color:#43c4d9;}

.hZdaYB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hZdaYB [class*="-corner-"],.hZdaYB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hZdaYB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hZdaYB [class*="bottom-left-corner"],.hZdaYB [class*="bottom-right-corner"]{bottom:0;}.hZdaYB [class*="top-left-corner"],.hZdaYB [class*="top-right-corner"]{top:0;}.hZdaYB [class*="-left-corner-"]{left:0;}.hZdaYB [class*="-right-corner-"]{right:0;}.hZdaYB [class*="top-left-corner-"]{background-position:0 0;}.hZdaYB [class*="top-right-corner-"]{background-position:100% 0;}.hZdaYB [class*="bottom-left-corner-"]{background-position:0 100%;}.hZdaYB [class*="bottom-right-corner-"]{background-position:100% 100%;}.hZdaYB [class*="top-edge-"],.hZdaYB [class*="bottom-edge-"],.hZdaYB [class*="left-edge-"],.hZdaYB [class*="right-edge-"]{margin:auto;}.hZdaYB [class*="top-edge-"],.hZdaYB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hZdaYB [class*="left-edge-"],.hZdaYB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hZdaYB [class*="top-edge-"]{top:0;}.hZdaYB [class*="bottom-edge-"]{bottom:0;}.hZdaYB [class*="left-edge-"]{left:0;}.hZdaYB [class*="right-edge-"]{right:0;}.hZdaYB .bottom-left-corner-0{width:100%;height:100%;margin-bottom:-6%;background-image:url('https://assets.digital.vistaprint.com/production/c1730fd9-b8be-48d4-806e-18311474f4b5');background-size:contain;background-repeat:no-repeat;}

.jZHCsB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jZHCsB [class*="-corner-"],.jZHCsB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jZHCsB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jZHCsB [class*="bottom-left-corner"],.jZHCsB [class*="bottom-right-corner"]{bottom:0;}.jZHCsB [class*="top-left-corner"],.jZHCsB [class*="top-right-corner"]{top:0;}.jZHCsB [class*="-left-corner-"]{left:0;}.jZHCsB [class*="-right-corner-"]{right:0;}.jZHCsB [class*="top-left-corner-"]{background-position:0 0;}.jZHCsB [class*="top-right-corner-"]{background-position:100% 0;}.jZHCsB [class*="bottom-left-corner-"]{background-position:0 100%;}.jZHCsB [class*="bottom-right-corner-"]{background-position:100% 100%;}.jZHCsB [class*="top-edge-"],.jZHCsB [class*="bottom-edge-"],.jZHCsB [class*="left-edge-"],.jZHCsB [class*="right-edge-"]{margin:auto;}.jZHCsB [class*="top-edge-"],.jZHCsB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jZHCsB [class*="left-edge-"],.jZHCsB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jZHCsB [class*="top-edge-"]{top:0;}.jZHCsB [class*="bottom-edge-"]{bottom:0;}.jZHCsB [class*="left-edge-"]{left:0;}.jZHCsB [class*="right-edge-"]{right:0;}.jZHCsB .top-edge-0{width:100%;height:100%;margin-top:10px;background-image:url('https://assets.digital.vistaprint.com/production/42fa8ffc-a21c-475f-b0ec-a42f9994679d');background-size:contain;}@media (min-width:30em){.jZHCsB .top-edge-0{margin-top:-10px;}}@media (min-width:60em){.jZHCsB .top-edge-0{margin-top:-10px;}}

.rQChu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.rQChu [class*="-corner-"],.rQChu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.rQChu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.rQChu [class*="bottom-left-corner"],.rQChu [class*="bottom-right-corner"]{bottom:0;}.rQChu [class*="top-left-corner"],.rQChu [class*="top-right-corner"]{top:0;}.rQChu [class*="-left-corner-"]{left:0;}.rQChu [class*="-right-corner-"]{right:0;}.rQChu [class*="top-left-corner-"]{background-position:0 0;}.rQChu [class*="top-right-corner-"]{background-position:100% 0;}.rQChu [class*="bottom-left-corner-"]{background-position:0 100%;}.rQChu [class*="bottom-right-corner-"]{background-position:100% 100%;}.rQChu [class*="top-edge-"],.rQChu [class*="bottom-edge-"],.rQChu [class*="left-edge-"],.rQChu [class*="right-edge-"]{margin:auto;}.rQChu [class*="top-edge-"],.rQChu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.rQChu [class*="left-edge-"],.rQChu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.rQChu [class*="top-edge-"]{top:0;}.rQChu [class*="bottom-edge-"]{bottom:0;}.rQChu [class*="left-edge-"]{left:0;}.rQChu [class*="right-edge-"]{right:0;}.rQChu .top-edge-0{width:100%;height:8px;background-image:url('https://assets.digital.vistaprint.com/production/970054d4-44de-4d2a-b339-980aace47a95');background-size:contain;}.rQChu .bottom-edge-0{width:100%;height:8px;background-image:url('https://assets.digital.vistaprint.com/production/970054d4-44de-4d2a-b339-980aace47a95');background-size:contain;}

.iHsMRx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iHsMRx [class*="-corner-"],.iHsMRx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iHsMRx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iHsMRx [class*="bottom-left-corner"],.iHsMRx [class*="bottom-right-corner"]{bottom:0;}.iHsMRx [class*="top-left-corner"],.iHsMRx [class*="top-right-corner"]{top:0;}.iHsMRx [class*="-left-corner-"]{left:0;}.iHsMRx [class*="-right-corner-"]{right:0;}.iHsMRx [class*="top-left-corner-"]{background-position:0 0;}.iHsMRx [class*="top-right-corner-"]{background-position:100% 0;}.iHsMRx [class*="bottom-left-corner-"]{background-position:0 100%;}.iHsMRx [class*="bottom-right-corner-"]{background-position:100% 100%;}.iHsMRx [class*="top-edge-"],.iHsMRx [class*="bottom-edge-"],.iHsMRx [class*="left-edge-"],.iHsMRx [class*="right-edge-"]{margin:auto;}.iHsMRx [class*="top-edge-"],.iHsMRx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iHsMRx [class*="left-edge-"],.iHsMRx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iHsMRx [class*="top-edge-"]{top:0;}.iHsMRx [class*="bottom-edge-"]{bottom:0;}.iHsMRx [class*="left-edge-"]{left:0;}.iHsMRx [class*="right-edge-"]{right:0;}.iHsMRx .top-edge-0{width:100%;height:5px;background-color:#ed1c24;}.iHsMRx .bottom-edge-0{width:100%;height:5px;background-color:#ed1c24;}

.jsiHfT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jsiHfT [class*="-corner-"],.jsiHfT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jsiHfT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jsiHfT [class*="bottom-left-corner"],.jsiHfT [class*="bottom-right-corner"]{bottom:0;}.jsiHfT [class*="top-left-corner"],.jsiHfT [class*="top-right-corner"]{top:0;}.jsiHfT [class*="-left-corner-"]{left:0;}.jsiHfT [class*="-right-corner-"]{right:0;}.jsiHfT [class*="top-left-corner-"]{background-position:0 0;}.jsiHfT [class*="top-right-corner-"]{background-position:100% 0;}.jsiHfT [class*="bottom-left-corner-"]{background-position:0 100%;}.jsiHfT [class*="bottom-right-corner-"]{background-position:100% 100%;}.jsiHfT [class*="top-edge-"],.jsiHfT [class*="bottom-edge-"],.jsiHfT [class*="left-edge-"],.jsiHfT [class*="right-edge-"]{margin:auto;}.jsiHfT [class*="top-edge-"],.jsiHfT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jsiHfT [class*="left-edge-"],.jsiHfT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jsiHfT [class*="top-edge-"]{top:0;}.jsiHfT [class*="bottom-edge-"]{bottom:0;}.jsiHfT [class*="left-edge-"]{left:0;}.jsiHfT [class*="right-edge-"]{right:0;}@media (min-width:60em){.jsiHfT .right-edge-0{width:100px;height:1000px;opacity:0.8;-webkit-transform:rotate(33deg);-ms-transform:rotate(33deg);transform:rotate(33deg);background-color:#F4643E;}}@media (min-width:60em){.jsiHfT .right-edge-1{width:150px;height:1000px;margin-right:-174px;opacity:0.8;-webkit-transform:rotate(33deg);-ms-transform:rotate(33deg);transform:rotate(33deg);background-color:#FFFFFF;}}

.hgYIQu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hgYIQu [class*="-corner-"],.hgYIQu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hgYIQu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hgYIQu [class*="bottom-left-corner"],.hgYIQu [class*="bottom-right-corner"]{bottom:0;}.hgYIQu [class*="top-left-corner"],.hgYIQu [class*="top-right-corner"]{top:0;}.hgYIQu [class*="-left-corner-"]{left:0;}.hgYIQu [class*="-right-corner-"]{right:0;}.hgYIQu [class*="top-left-corner-"]{background-position:0 0;}.hgYIQu [class*="top-right-corner-"]{background-position:100% 0;}.hgYIQu [class*="bottom-left-corner-"]{background-position:0 100%;}.hgYIQu [class*="bottom-right-corner-"]{background-position:100% 100%;}.hgYIQu [class*="top-edge-"],.hgYIQu [class*="bottom-edge-"],.hgYIQu [class*="left-edge-"],.hgYIQu [class*="right-edge-"]{margin:auto;}.hgYIQu [class*="top-edge-"],.hgYIQu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hgYIQu [class*="left-edge-"],.hgYIQu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hgYIQu [class*="top-edge-"]{top:0;}.hgYIQu [class*="bottom-edge-"]{bottom:0;}.hgYIQu [class*="left-edge-"]{left:0;}.hgYIQu [class*="right-edge-"]{right:0;}.hgYIQu .top-edge-0{width:100%;height:2px;background-color:#d51920;}.hgYIQu .bottom-edge-0{width:100%;height:2px;background-color:#d51920;}

.bZRzix{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bZRzix [class*="-corner-"],.bZRzix [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bZRzix [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bZRzix [class*="bottom-left-corner"],.bZRzix [class*="bottom-right-corner"]{bottom:0;}.bZRzix [class*="top-left-corner"],.bZRzix [class*="top-right-corner"]{top:0;}.bZRzix [class*="-left-corner-"]{left:0;}.bZRzix [class*="-right-corner-"]{right:0;}.bZRzix [class*="top-left-corner-"]{background-position:0 0;}.bZRzix [class*="top-right-corner-"]{background-position:100% 0;}.bZRzix [class*="bottom-left-corner-"]{background-position:0 100%;}.bZRzix [class*="bottom-right-corner-"]{background-position:100% 100%;}.bZRzix [class*="top-edge-"],.bZRzix [class*="bottom-edge-"],.bZRzix [class*="left-edge-"],.bZRzix [class*="right-edge-"]{margin:auto;}.bZRzix [class*="top-edge-"],.bZRzix [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bZRzix [class*="left-edge-"],.bZRzix [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bZRzix [class*="top-edge-"]{top:0;}.bZRzix [class*="bottom-edge-"]{bottom:0;}.bZRzix [class*="left-edge-"]{left:0;}.bZRzix [class*="right-edge-"]{right:0;}.bZRzix .top-left-corner-0{width:250px;height:250px;margin-left:-125px;margin-top:20px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/88b1f068-5615-4a14-b4b9-74307dacc899');background-repeat:no-repeat;}.bZRzix .top-right-corner-0{width:250px;height:250px;margin-right:-125px;margin-top:20px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/88b1f068-5615-4a14-b4b9-74307dacc899');background-repeat:no-repeat;}

.bxHZlb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bxHZlb [class*="-corner-"],.bxHZlb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bxHZlb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bxHZlb [class*="bottom-left-corner"],.bxHZlb [class*="bottom-right-corner"]{bottom:0;}.bxHZlb [class*="top-left-corner"],.bxHZlb [class*="top-right-corner"]{top:0;}.bxHZlb [class*="-left-corner-"]{left:0;}.bxHZlb [class*="-right-corner-"]{right:0;}.bxHZlb [class*="top-left-corner-"]{background-position:0 0;}.bxHZlb [class*="top-right-corner-"]{background-position:100% 0;}.bxHZlb [class*="bottom-left-corner-"]{background-position:0 100%;}.bxHZlb [class*="bottom-right-corner-"]{background-position:100% 100%;}.bxHZlb [class*="top-edge-"],.bxHZlb [class*="bottom-edge-"],.bxHZlb [class*="left-edge-"],.bxHZlb [class*="right-edge-"]{margin:auto;}.bxHZlb [class*="top-edge-"],.bxHZlb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bxHZlb [class*="left-edge-"],.bxHZlb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bxHZlb [class*="top-edge-"]{top:0;}.bxHZlb [class*="bottom-edge-"]{bottom:0;}.bxHZlb [class*="left-edge-"]{left:0;}.bxHZlb [class*="right-edge-"]{right:0;}.bxHZlb .top-edge-0{width:100%;height:1px;opacity:0.1;background-color:#BCBEC0;}

.gDfcYd{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gDfcYd [class*="-corner-"],.gDfcYd [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gDfcYd [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gDfcYd [class*="bottom-left-corner"],.gDfcYd [class*="bottom-right-corner"]{bottom:0;}.gDfcYd [class*="top-left-corner"],.gDfcYd [class*="top-right-corner"]{top:0;}.gDfcYd [class*="-left-corner-"]{left:0;}.gDfcYd [class*="-right-corner-"]{right:0;}.gDfcYd [class*="top-left-corner-"]{background-position:0 0;}.gDfcYd [class*="top-right-corner-"]{background-position:100% 0;}.gDfcYd [class*="bottom-left-corner-"]{background-position:0 100%;}.gDfcYd [class*="bottom-right-corner-"]{background-position:100% 100%;}.gDfcYd [class*="top-edge-"],.gDfcYd [class*="bottom-edge-"],.gDfcYd [class*="left-edge-"],.gDfcYd [class*="right-edge-"]{margin:auto;}.gDfcYd [class*="top-edge-"],.gDfcYd [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gDfcYd [class*="left-edge-"],.gDfcYd [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gDfcYd [class*="top-edge-"]{top:0;}.gDfcYd [class*="bottom-edge-"]{bottom:0;}.gDfcYd [class*="left-edge-"]{left:0;}.gDfcYd [class*="right-edge-"]{right:0;}.gDfcYd .top-edge-0{width:900px;height:1px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#463f35;}

.gNnYjW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gNnYjW [class*="-corner-"],.gNnYjW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gNnYjW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gNnYjW [class*="bottom-left-corner"],.gNnYjW [class*="bottom-right-corner"]{bottom:0;}.gNnYjW [class*="top-left-corner"],.gNnYjW [class*="top-right-corner"]{top:0;}.gNnYjW [class*="-left-corner-"]{left:0;}.gNnYjW [class*="-right-corner-"]{right:0;}.gNnYjW [class*="top-left-corner-"]{background-position:0 0;}.gNnYjW [class*="top-right-corner-"]{background-position:100% 0;}.gNnYjW [class*="bottom-left-corner-"]{background-position:0 100%;}.gNnYjW [class*="bottom-right-corner-"]{background-position:100% 100%;}.gNnYjW [class*="top-edge-"],.gNnYjW [class*="bottom-edge-"],.gNnYjW [class*="left-edge-"],.gNnYjW [class*="right-edge-"]{margin:auto;}.gNnYjW [class*="top-edge-"],.gNnYjW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gNnYjW [class*="left-edge-"],.gNnYjW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gNnYjW [class*="top-edge-"]{top:0;}.gNnYjW [class*="bottom-edge-"]{bottom:0;}.gNnYjW [class*="left-edge-"]{left:0;}.gNnYjW [class*="right-edge-"]{right:0;}.gNnYjW .top-edge-0{width:100%;height:183px;background-image:url('https://assets.digital.vistaprint.com/production/57e5bd23-8d06-47d3-9162-b1909a458924');background-size:contain;}

.hmcJrI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hmcJrI [class*="-corner-"],.hmcJrI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hmcJrI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hmcJrI [class*="bottom-left-corner"],.hmcJrI [class*="bottom-right-corner"]{bottom:0;}.hmcJrI [class*="top-left-corner"],.hmcJrI [class*="top-right-corner"]{top:0;}.hmcJrI [class*="-left-corner-"]{left:0;}.hmcJrI [class*="-right-corner-"]{right:0;}.hmcJrI [class*="top-left-corner-"]{background-position:0 0;}.hmcJrI [class*="top-right-corner-"]{background-position:100% 0;}.hmcJrI [class*="bottom-left-corner-"]{background-position:0 100%;}.hmcJrI [class*="bottom-right-corner-"]{background-position:100% 100%;}.hmcJrI [class*="top-edge-"],.hmcJrI [class*="bottom-edge-"],.hmcJrI [class*="left-edge-"],.hmcJrI [class*="right-edge-"]{margin:auto;}.hmcJrI [class*="top-edge-"],.hmcJrI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hmcJrI [class*="left-edge-"],.hmcJrI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hmcJrI [class*="top-edge-"]{top:0;}.hmcJrI [class*="bottom-edge-"]{bottom:0;}.hmcJrI [class*="left-edge-"]{left:0;}.hmcJrI [class*="right-edge-"]{right:0;}.hmcJrI .bottom-edge-0{width:25%;height:1.5px;background-color:#333b4f;}

.gEprNU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gEprNU [class*="-corner-"],.gEprNU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gEprNU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gEprNU [class*="bottom-left-corner"],.gEprNU [class*="bottom-right-corner"]{bottom:0;}.gEprNU [class*="top-left-corner"],.gEprNU [class*="top-right-corner"]{top:0;}.gEprNU [class*="-left-corner-"]{left:0;}.gEprNU [class*="-right-corner-"]{right:0;}.gEprNU [class*="top-left-corner-"]{background-position:0 0;}.gEprNU [class*="top-right-corner-"]{background-position:100% 0;}.gEprNU [class*="bottom-left-corner-"]{background-position:0 100%;}.gEprNU [class*="bottom-right-corner-"]{background-position:100% 100%;}.gEprNU [class*="top-edge-"],.gEprNU [class*="bottom-edge-"],.gEprNU [class*="left-edge-"],.gEprNU [class*="right-edge-"]{margin:auto;}.gEprNU [class*="top-edge-"],.gEprNU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gEprNU [class*="left-edge-"],.gEprNU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gEprNU [class*="top-edge-"]{top:0;}.gEprNU [class*="bottom-edge-"]{bottom:0;}.gEprNU [class*="left-edge-"]{left:0;}.gEprNU [class*="right-edge-"]{right:0;}.gEprNU .left-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/878518a6-6abf-42e6-985c-c4ac9860ebcf');}@media (min-width:60em){.gEprNU .left-edge-0{width:100%;height:100%;z-index:2;background-size:contain;background-repeat:no-repeat;}}.gEprNU .top-left-corner-0{width:100%;height:50%;margin-top:-1px;background-image:url('https://assets.digital.vistaprint.com/production/fa98b24e-825a-410e-9c77-d4ecfd145d44');background-size:contain;}@media (min-width:30em){.gEprNU .top-left-corner-0{width:100%;height:50%;margin-top:-3px;background-size:contain;}}@media (min-width:60em){.gEprNU .top-left-corner-0{width:100%;height:40%;margin-top:-20px;background-size:contain;}}.gEprNU .bottom-left-corner-0{width:100%;height:50%;background-image:url('https://assets.digital.vistaprint.com/production/f35c6fcd-ea10-41a1-a7ad-7dec61e0298b');}

.hrzLLS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hrzLLS [class*="-corner-"],.hrzLLS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hrzLLS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hrzLLS [class*="bottom-left-corner"],.hrzLLS [class*="bottom-right-corner"]{bottom:0;}.hrzLLS [class*="top-left-corner"],.hrzLLS [class*="top-right-corner"]{top:0;}.hrzLLS [class*="-left-corner-"]{left:0;}.hrzLLS [class*="-right-corner-"]{right:0;}.hrzLLS [class*="top-left-corner-"]{background-position:0 0;}.hrzLLS [class*="top-right-corner-"]{background-position:100% 0;}.hrzLLS [class*="bottom-left-corner-"]{background-position:0 100%;}.hrzLLS [class*="bottom-right-corner-"]{background-position:100% 100%;}.hrzLLS [class*="top-edge-"],.hrzLLS [class*="bottom-edge-"],.hrzLLS [class*="left-edge-"],.hrzLLS [class*="right-edge-"]{margin:auto;}.hrzLLS [class*="top-edge-"],.hrzLLS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hrzLLS [class*="left-edge-"],.hrzLLS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hrzLLS [class*="top-edge-"]{top:0;}.hrzLLS [class*="bottom-edge-"]{bottom:0;}.hrzLLS [class*="left-edge-"]{left:0;}.hrzLLS [class*="right-edge-"]{right:0;}.hrzLLS .bottom-edge-0{width:100%;height:7%;margin-bottom:-10px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/f0f898cd-1c70-45a1-bd08-1b1eb6202107');background-size:contain;}@media (min-width:30em){.hrzLLS .bottom-edge-0{width:100%;height:12%;}}@media (min-width:60em){.hrzLLS .bottom-edge-0{width:100%;height:17%;}}

.ggliEe{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ggliEe [class*="-corner-"],.ggliEe [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ggliEe [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ggliEe [class*="bottom-left-corner"],.ggliEe [class*="bottom-right-corner"]{bottom:0;}.ggliEe [class*="top-left-corner"],.ggliEe [class*="top-right-corner"]{top:0;}.ggliEe [class*="-left-corner-"]{left:0;}.ggliEe [class*="-right-corner-"]{right:0;}.ggliEe [class*="top-left-corner-"]{background-position:0 0;}.ggliEe [class*="top-right-corner-"]{background-position:100% 0;}.ggliEe [class*="bottom-left-corner-"]{background-position:0 100%;}.ggliEe [class*="bottom-right-corner-"]{background-position:100% 100%;}.ggliEe [class*="top-edge-"],.ggliEe [class*="bottom-edge-"],.ggliEe [class*="left-edge-"],.ggliEe [class*="right-edge-"]{margin:auto;}.ggliEe [class*="top-edge-"],.ggliEe [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ggliEe [class*="left-edge-"],.ggliEe [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ggliEe [class*="top-edge-"]{top:0;}.ggliEe [class*="bottom-edge-"]{bottom:0;}.ggliEe [class*="left-edge-"]{left:0;}.ggliEe [class*="right-edge-"]{right:0;}.ggliEe .bottom-edge-0{height:12px;margin-left:0px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/cabfdbf5-fed6-4958-958b-2cef8571087f');background-repeat:repeat-x;}

.jMFeXk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jMFeXk [class*="-corner-"],.jMFeXk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jMFeXk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jMFeXk [class*="bottom-left-corner"],.jMFeXk [class*="bottom-right-corner"]{bottom:0;}.jMFeXk [class*="top-left-corner"],.jMFeXk [class*="top-right-corner"]{top:0;}.jMFeXk [class*="-left-corner-"]{left:0;}.jMFeXk [class*="-right-corner-"]{right:0;}.jMFeXk [class*="top-left-corner-"]{background-position:0 0;}.jMFeXk [class*="top-right-corner-"]{background-position:100% 0;}.jMFeXk [class*="bottom-left-corner-"]{background-position:0 100%;}.jMFeXk [class*="bottom-right-corner-"]{background-position:100% 100%;}.jMFeXk [class*="top-edge-"],.jMFeXk [class*="bottom-edge-"],.jMFeXk [class*="left-edge-"],.jMFeXk [class*="right-edge-"]{margin:auto;}.jMFeXk [class*="top-edge-"],.jMFeXk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jMFeXk [class*="left-edge-"],.jMFeXk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jMFeXk [class*="top-edge-"]{top:0;}.jMFeXk [class*="bottom-edge-"]{bottom:0;}.jMFeXk [class*="left-edge-"]{left:0;}.jMFeXk [class*="right-edge-"]{right:0;}.jMFeXk .top-left-corner-0{width:150px;margin-top:-70px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/941bf731-34f4-4053-aaa6-3e145bd3cada');background-repeat:no-repeat;}.jMFeXk .bottom-right-corner-0{width:150px;margin-bottom:-70px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/2a8c24f8-5a9a-4d1b-a224-82302c80cff2');background-repeat:no-repeat;}

.hYwLoJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hYwLoJ [class*="-corner-"],.hYwLoJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hYwLoJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hYwLoJ [class*="bottom-left-corner"],.hYwLoJ [class*="bottom-right-corner"]{bottom:0;}.hYwLoJ [class*="top-left-corner"],.hYwLoJ [class*="top-right-corner"]{top:0;}.hYwLoJ [class*="-left-corner-"]{left:0;}.hYwLoJ [class*="-right-corner-"]{right:0;}.hYwLoJ [class*="top-left-corner-"]{background-position:0 0;}.hYwLoJ [class*="top-right-corner-"]{background-position:100% 0;}.hYwLoJ [class*="bottom-left-corner-"]{background-position:0 100%;}.hYwLoJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.hYwLoJ [class*="top-edge-"],.hYwLoJ [class*="bottom-edge-"],.hYwLoJ [class*="left-edge-"],.hYwLoJ [class*="right-edge-"]{margin:auto;}.hYwLoJ [class*="top-edge-"],.hYwLoJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hYwLoJ [class*="left-edge-"],.hYwLoJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hYwLoJ [class*="top-edge-"]{top:0;}.hYwLoJ [class*="bottom-edge-"]{bottom:0;}.hYwLoJ [class*="left-edge-"]{left:0;}.hYwLoJ [class*="right-edge-"]{right:0;}.hYwLoJ .bottom-edge-0{width:100%;height:5px;background-color:#2d7d2f;}

.dwsxBC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dwsxBC [class*="-corner-"],.dwsxBC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dwsxBC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dwsxBC [class*="bottom-left-corner"],.dwsxBC [class*="bottom-right-corner"]{bottom:0;}.dwsxBC [class*="top-left-corner"],.dwsxBC [class*="top-right-corner"]{top:0;}.dwsxBC [class*="-left-corner-"]{left:0;}.dwsxBC [class*="-right-corner-"]{right:0;}.dwsxBC [class*="top-left-corner-"]{background-position:0 0;}.dwsxBC [class*="top-right-corner-"]{background-position:100% 0;}.dwsxBC [class*="bottom-left-corner-"]{background-position:0 100%;}.dwsxBC [class*="bottom-right-corner-"]{background-position:100% 100%;}.dwsxBC [class*="top-edge-"],.dwsxBC [class*="bottom-edge-"],.dwsxBC [class*="left-edge-"],.dwsxBC [class*="right-edge-"]{margin:auto;}.dwsxBC [class*="top-edge-"],.dwsxBC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dwsxBC [class*="left-edge-"],.dwsxBC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dwsxBC [class*="top-edge-"]{top:0;}.dwsxBC [class*="bottom-edge-"]{bottom:0;}.dwsxBC [class*="left-edge-"]{left:0;}.dwsxBC [class*="right-edge-"]{right:0;}.dwsxBC .top-left-corner-0{width:0px;background-image:url('https://assets.digital.vistaprint.com/production/8ffe08ac-a89f-4f41-8819-bf63ac8dcb69');}@media (min-width:30em){.dwsxBC .top-left-corner-0{width:0px;}}@media (min-width:60em){.dwsxBC .top-left-corner-0{width:102px;height:67px;}}.dwsxBC .top-right-corner-0{width:0px;background-image:url('https://assets.digital.vistaprint.com/production/eb1aca16-257c-49c8-b65a-909df3f092c2');}@media (min-width:30em){.dwsxBC .top-right-corner-0{width:0px;}}@media (min-width:60em){.dwsxBC .top-right-corner-0{width:127px;height:32px;}}.dwsxBC .bottom-left-corner-0{width:0px;background-image:url('https://assets.digital.vistaprint.com/production/d677d9c1-af96-4816-bbe1-d2577c66e213');}@media (min-width:30em){.dwsxBC .bottom-left-corner-0{width:0px;}}@media (min-width:60em){.dwsxBC .bottom-left-corner-0{width:127px;height:32px;}}.dwsxBC .bottom-right-corner-0{width:0px;background-image:url('https://assets.digital.vistaprint.com/production/dc8c3f21-0392-4df9-bef3-e514df16db7a');}@media (min-width:30em){.dwsxBC .bottom-right-corner-0{width:0px;}}@media (min-width:60em){.dwsxBC .bottom-right-corner-0{width:102px;height:67px;}}

.iLnyZB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iLnyZB [class*="-corner-"],.iLnyZB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iLnyZB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iLnyZB [class*="bottom-left-corner"],.iLnyZB [class*="bottom-right-corner"]{bottom:0;}.iLnyZB [class*="top-left-corner"],.iLnyZB [class*="top-right-corner"]{top:0;}.iLnyZB [class*="-left-corner-"]{left:0;}.iLnyZB [class*="-right-corner-"]{right:0;}.iLnyZB [class*="top-left-corner-"]{background-position:0 0;}.iLnyZB [class*="top-right-corner-"]{background-position:100% 0;}.iLnyZB [class*="bottom-left-corner-"]{background-position:0 100%;}.iLnyZB [class*="bottom-right-corner-"]{background-position:100% 100%;}.iLnyZB [class*="top-edge-"],.iLnyZB [class*="bottom-edge-"],.iLnyZB [class*="left-edge-"],.iLnyZB [class*="right-edge-"]{margin:auto;}.iLnyZB [class*="top-edge-"],.iLnyZB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iLnyZB [class*="left-edge-"],.iLnyZB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iLnyZB [class*="top-edge-"]{top:0;}.iLnyZB [class*="bottom-edge-"]{bottom:0;}.iLnyZB [class*="left-edge-"]{left:0;}.iLnyZB [class*="right-edge-"]{right:0;}.iLnyZB .top-left-corner-0{width:300px;margin-left:10px;margin-top:-50px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/feab827a-ec72-4980-8ec4-0af0b54338ba');}.iLnyZB .top-right-corner-0{width:300px;margin-right:10px;margin-top:-50px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/fd0e8d70-b932-452e-bd81-43bf1539df40');}.iLnyZB .bottom-left-corner-0{width:300px;margin-left:-170px;margin-bottom:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/fd0e8d70-b932-452e-bd81-43bf1539df40');}.iLnyZB .bottom-right-corner-0{width:300px;margin-right:-120px;margin-bottom:-50px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/feab827a-ec72-4980-8ec4-0af0b54338ba');}

.cUiLOX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cUiLOX [class*="-corner-"],.cUiLOX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cUiLOX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cUiLOX [class*="bottom-left-corner"],.cUiLOX [class*="bottom-right-corner"]{bottom:0;}.cUiLOX [class*="top-left-corner"],.cUiLOX [class*="top-right-corner"]{top:0;}.cUiLOX [class*="-left-corner-"]{left:0;}.cUiLOX [class*="-right-corner-"]{right:0;}.cUiLOX [class*="top-left-corner-"]{background-position:0 0;}.cUiLOX [class*="top-right-corner-"]{background-position:100% 0;}.cUiLOX [class*="bottom-left-corner-"]{background-position:0 100%;}.cUiLOX [class*="bottom-right-corner-"]{background-position:100% 100%;}.cUiLOX [class*="top-edge-"],.cUiLOX [class*="bottom-edge-"],.cUiLOX [class*="left-edge-"],.cUiLOX [class*="right-edge-"]{margin:auto;}.cUiLOX [class*="top-edge-"],.cUiLOX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cUiLOX [class*="left-edge-"],.cUiLOX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cUiLOX [class*="top-edge-"]{top:0;}.cUiLOX [class*="bottom-edge-"]{bottom:0;}.cUiLOX [class*="left-edge-"]{left:0;}.cUiLOX [class*="right-edge-"]{right:0;}.cUiLOX .bottom-edge-0{width:100%;height:10px;background-color:#a6ce39;}

.dCVWYB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dCVWYB [class*="-corner-"],.dCVWYB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dCVWYB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dCVWYB [class*="bottom-left-corner"],.dCVWYB [class*="bottom-right-corner"]{bottom:0;}.dCVWYB [class*="top-left-corner"],.dCVWYB [class*="top-right-corner"]{top:0;}.dCVWYB [class*="-left-corner-"]{left:0;}.dCVWYB [class*="-right-corner-"]{right:0;}.dCVWYB [class*="top-left-corner-"]{background-position:0 0;}.dCVWYB [class*="top-right-corner-"]{background-position:100% 0;}.dCVWYB [class*="bottom-left-corner-"]{background-position:0 100%;}.dCVWYB [class*="bottom-right-corner-"]{background-position:100% 100%;}.dCVWYB [class*="top-edge-"],.dCVWYB [class*="bottom-edge-"],.dCVWYB [class*="left-edge-"],.dCVWYB [class*="right-edge-"]{margin:auto;}.dCVWYB [class*="top-edge-"],.dCVWYB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dCVWYB [class*="left-edge-"],.dCVWYB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dCVWYB [class*="top-edge-"]{top:0;}.dCVWYB [class*="bottom-edge-"]{bottom:0;}.dCVWYB [class*="left-edge-"]{left:0;}.dCVWYB [class*="right-edge-"]{right:0;}.dCVWYB .top-edge-0{width:100%;height:4px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}

.kcakUt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kcakUt [class*="-corner-"],.kcakUt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kcakUt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kcakUt [class*="bottom-left-corner"],.kcakUt [class*="bottom-right-corner"]{bottom:0;}.kcakUt [class*="top-left-corner"],.kcakUt [class*="top-right-corner"]{top:0;}.kcakUt [class*="-left-corner-"]{left:0;}.kcakUt [class*="-right-corner-"]{right:0;}.kcakUt [class*="top-left-corner-"]{background-position:0 0;}.kcakUt [class*="top-right-corner-"]{background-position:100% 0;}.kcakUt [class*="bottom-left-corner-"]{background-position:0 100%;}.kcakUt [class*="bottom-right-corner-"]{background-position:100% 100%;}.kcakUt [class*="top-edge-"],.kcakUt [class*="bottom-edge-"],.kcakUt [class*="left-edge-"],.kcakUt [class*="right-edge-"]{margin:auto;}.kcakUt [class*="top-edge-"],.kcakUt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kcakUt [class*="left-edge-"],.kcakUt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kcakUt [class*="top-edge-"]{top:0;}.kcakUt [class*="bottom-edge-"]{bottom:0;}.kcakUt [class*="left-edge-"]{left:0;}.kcakUt [class*="right-edge-"]{right:0;}.kcakUt .top-edge-0{width:100%;height:1px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}

.bENxGq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bENxGq [class*="-corner-"],.bENxGq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bENxGq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bENxGq [class*="bottom-left-corner"],.bENxGq [class*="bottom-right-corner"]{bottom:0;}.bENxGq [class*="top-left-corner"],.bENxGq [class*="top-right-corner"]{top:0;}.bENxGq [class*="-left-corner-"]{left:0;}.bENxGq [class*="-right-corner-"]{right:0;}.bENxGq [class*="top-left-corner-"]{background-position:0 0;}.bENxGq [class*="top-right-corner-"]{background-position:100% 0;}.bENxGq [class*="bottom-left-corner-"]{background-position:0 100%;}.bENxGq [class*="bottom-right-corner-"]{background-position:100% 100%;}.bENxGq [class*="top-edge-"],.bENxGq [class*="bottom-edge-"],.bENxGq [class*="left-edge-"],.bENxGq [class*="right-edge-"]{margin:auto;}.bENxGq [class*="top-edge-"],.bENxGq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bENxGq [class*="left-edge-"],.bENxGq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bENxGq [class*="top-edge-"]{top:0;}.bENxGq [class*="bottom-edge-"]{bottom:0;}.bENxGq [class*="left-edge-"]{left:0;}.bENxGq [class*="right-edge-"]{right:0;}.bENxGq .bottom-edge-0{width:50%;height:3px;background-color:#474746;}

.jogzCQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jogzCQ [class*="-corner-"],.jogzCQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jogzCQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jogzCQ [class*="bottom-left-corner"],.jogzCQ [class*="bottom-right-corner"]{bottom:0;}.jogzCQ [class*="top-left-corner"],.jogzCQ [class*="top-right-corner"]{top:0;}.jogzCQ [class*="-left-corner-"]{left:0;}.jogzCQ [class*="-right-corner-"]{right:0;}.jogzCQ [class*="top-left-corner-"]{background-position:0 0;}.jogzCQ [class*="top-right-corner-"]{background-position:100% 0;}.jogzCQ [class*="bottom-left-corner-"]{background-position:0 100%;}.jogzCQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.jogzCQ [class*="top-edge-"],.jogzCQ [class*="bottom-edge-"],.jogzCQ [class*="left-edge-"],.jogzCQ [class*="right-edge-"]{margin:auto;}.jogzCQ [class*="top-edge-"],.jogzCQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jogzCQ [class*="left-edge-"],.jogzCQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jogzCQ [class*="top-edge-"]{top:0;}.jogzCQ [class*="bottom-edge-"]{bottom:0;}.jogzCQ [class*="left-edge-"]{left:0;}.jogzCQ [class*="right-edge-"]{right:0;}.jogzCQ .bottom-edge-0{width:100%;height:100%;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/47d91451-5adb-462b-a34e-df9b16af5a85');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-repeat:no-repeat;background-position:center 19.5%;}@media (min-width:30em){.jogzCQ .bottom-edge-0{width:100%;height:100%;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/47d91451-5adb-462b-a34e-df9b16af5a85');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-repeat:no-repeat;background-position:center 20%;}}@media (min-width:60em){.jogzCQ .bottom-edge-0{width:100%;height:100%;margin-left:0px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/47d91451-5adb-462b-a34e-df9b16af5a85');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-repeat:no-repeat;background-position:center 18%;}}

.xWyJx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.xWyJx [class*="-corner-"],.xWyJx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.xWyJx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.xWyJx [class*="bottom-left-corner"],.xWyJx [class*="bottom-right-corner"]{bottom:0;}.xWyJx [class*="top-left-corner"],.xWyJx [class*="top-right-corner"]{top:0;}.xWyJx [class*="-left-corner-"]{left:0;}.xWyJx [class*="-right-corner-"]{right:0;}.xWyJx [class*="top-left-corner-"]{background-position:0 0;}.xWyJx [class*="top-right-corner-"]{background-position:100% 0;}.xWyJx [class*="bottom-left-corner-"]{background-position:0 100%;}.xWyJx [class*="bottom-right-corner-"]{background-position:100% 100%;}.xWyJx [class*="top-edge-"],.xWyJx [class*="bottom-edge-"],.xWyJx [class*="left-edge-"],.xWyJx [class*="right-edge-"]{margin:auto;}.xWyJx [class*="top-edge-"],.xWyJx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.xWyJx [class*="left-edge-"],.xWyJx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.xWyJx [class*="top-edge-"]{top:0;}.xWyJx [class*="bottom-edge-"]{bottom:0;}.xWyJx [class*="left-edge-"]{left:0;}.xWyJx [class*="right-edge-"]{right:0;}.xWyJx .top-edge-0{width:100%;height:3px;background-color:white;}@media (min-width:30em){.xWyJx .top-edge-0{width:100%;height:3px;background-color:whitw;}}@media (min-width:60em){.xWyJx .top-edge-0{width:100%;height:4px;background-color:white;}}

.dBzjll{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dBzjll [class*="-corner-"],.dBzjll [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dBzjll [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dBzjll [class*="bottom-left-corner"],.dBzjll [class*="bottom-right-corner"]{bottom:0;}.dBzjll [class*="top-left-corner"],.dBzjll [class*="top-right-corner"]{top:0;}.dBzjll [class*="-left-corner-"]{left:0;}.dBzjll [class*="-right-corner-"]{right:0;}.dBzjll [class*="top-left-corner-"]{background-position:0 0;}.dBzjll [class*="top-right-corner-"]{background-position:100% 0;}.dBzjll [class*="bottom-left-corner-"]{background-position:0 100%;}.dBzjll [class*="bottom-right-corner-"]{background-position:100% 100%;}.dBzjll [class*="top-edge-"],.dBzjll [class*="bottom-edge-"],.dBzjll [class*="left-edge-"],.dBzjll [class*="right-edge-"]{margin:auto;}.dBzjll [class*="top-edge-"],.dBzjll [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dBzjll [class*="left-edge-"],.dBzjll [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dBzjll [class*="top-edge-"]{top:0;}.dBzjll [class*="bottom-edge-"]{bottom:0;}.dBzjll [class*="left-edge-"]{left:0;}.dBzjll [class*="right-edge-"]{right:0;}.dBzjll .bottom-right-corner-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/2576fec5-ad89-4d16-89ae-a15678f5aa3c');background-size:contain;background-repeat:no-repeat;background-position:center 100%;}

.hMLDVz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hMLDVz [class*="-corner-"],.hMLDVz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hMLDVz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hMLDVz [class*="bottom-left-corner"],.hMLDVz [class*="bottom-right-corner"]{bottom:0;}.hMLDVz [class*="top-left-corner"],.hMLDVz [class*="top-right-corner"]{top:0;}.hMLDVz [class*="-left-corner-"]{left:0;}.hMLDVz [class*="-right-corner-"]{right:0;}.hMLDVz [class*="top-left-corner-"]{background-position:0 0;}.hMLDVz [class*="top-right-corner-"]{background-position:100% 0;}.hMLDVz [class*="bottom-left-corner-"]{background-position:0 100%;}.hMLDVz [class*="bottom-right-corner-"]{background-position:100% 100%;}.hMLDVz [class*="top-edge-"],.hMLDVz [class*="bottom-edge-"],.hMLDVz [class*="left-edge-"],.hMLDVz [class*="right-edge-"]{margin:auto;}.hMLDVz [class*="top-edge-"],.hMLDVz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hMLDVz [class*="left-edge-"],.hMLDVz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hMLDVz [class*="top-edge-"]{top:0;}.hMLDVz [class*="bottom-edge-"]{bottom:0;}.hMLDVz [class*="left-edge-"]{left:0;}.hMLDVz [class*="right-edge-"]{right:0;}.hMLDVz .bottom-edge-0{width:100%;height:8px;background-color:#262524;}

.bWPnFm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bWPnFm [class*="-corner-"],.bWPnFm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bWPnFm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bWPnFm [class*="bottom-left-corner"],.bWPnFm [class*="bottom-right-corner"]{bottom:0;}.bWPnFm [class*="top-left-corner"],.bWPnFm [class*="top-right-corner"]{top:0;}.bWPnFm [class*="-left-corner-"]{left:0;}.bWPnFm [class*="-right-corner-"]{right:0;}.bWPnFm [class*="top-left-corner-"]{background-position:0 0;}.bWPnFm [class*="top-right-corner-"]{background-position:100% 0;}.bWPnFm [class*="bottom-left-corner-"]{background-position:0 100%;}.bWPnFm [class*="bottom-right-corner-"]{background-position:100% 100%;}.bWPnFm [class*="top-edge-"],.bWPnFm [class*="bottom-edge-"],.bWPnFm [class*="left-edge-"],.bWPnFm [class*="right-edge-"]{margin:auto;}.bWPnFm [class*="top-edge-"],.bWPnFm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bWPnFm [class*="left-edge-"],.bWPnFm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bWPnFm [class*="top-edge-"]{top:0;}.bWPnFm [class*="bottom-edge-"]{bottom:0;}.bWPnFm [class*="left-edge-"]{left:0;}.bWPnFm [class*="right-edge-"]{right:0;}.bWPnFm .bottom-edge-0{width:100%;height:3px;background-color:#3a89a8;}

.jjZKEO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jjZKEO [class*="-corner-"],.jjZKEO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jjZKEO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jjZKEO [class*="bottom-left-corner"],.jjZKEO [class*="bottom-right-corner"]{bottom:0;}.jjZKEO [class*="top-left-corner"],.jjZKEO [class*="top-right-corner"]{top:0;}.jjZKEO [class*="-left-corner-"]{left:0;}.jjZKEO [class*="-right-corner-"]{right:0;}.jjZKEO [class*="top-left-corner-"]{background-position:0 0;}.jjZKEO [class*="top-right-corner-"]{background-position:100% 0;}.jjZKEO [class*="bottom-left-corner-"]{background-position:0 100%;}.jjZKEO [class*="bottom-right-corner-"]{background-position:100% 100%;}.jjZKEO [class*="top-edge-"],.jjZKEO [class*="bottom-edge-"],.jjZKEO [class*="left-edge-"],.jjZKEO [class*="right-edge-"]{margin:auto;}.jjZKEO [class*="top-edge-"],.jjZKEO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jjZKEO [class*="left-edge-"],.jjZKEO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jjZKEO [class*="top-edge-"]{top:0;}.jjZKEO [class*="bottom-edge-"]{bottom:0;}.jjZKEO [class*="left-edge-"]{left:0;}.jjZKEO [class*="right-edge-"]{right:0;}.jjZKEO .top-edge-0{width:1200px;height:100%;opacity:0.8;background-color:#FAE3B1;}

.hCTJDq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hCTJDq [class*="-corner-"],.hCTJDq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hCTJDq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hCTJDq [class*="bottom-left-corner"],.hCTJDq [class*="bottom-right-corner"]{bottom:0;}.hCTJDq [class*="top-left-corner"],.hCTJDq [class*="top-right-corner"]{top:0;}.hCTJDq [class*="-left-corner-"]{left:0;}.hCTJDq [class*="-right-corner-"]{right:0;}.hCTJDq [class*="top-left-corner-"]{background-position:0 0;}.hCTJDq [class*="top-right-corner-"]{background-position:100% 0;}.hCTJDq [class*="bottom-left-corner-"]{background-position:0 100%;}.hCTJDq [class*="bottom-right-corner-"]{background-position:100% 100%;}.hCTJDq [class*="top-edge-"],.hCTJDq [class*="bottom-edge-"],.hCTJDq [class*="left-edge-"],.hCTJDq [class*="right-edge-"]{margin:auto;}.hCTJDq [class*="top-edge-"],.hCTJDq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hCTJDq [class*="left-edge-"],.hCTJDq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hCTJDq [class*="top-edge-"]{top:0;}.hCTJDq [class*="bottom-edge-"]{bottom:0;}.hCTJDq [class*="left-edge-"]{left:0;}.hCTJDq [class*="right-edge-"]{right:0;}.hCTJDq .bottom-edge-0{width:100%;height:1px;background-color:#8C9698;}

.iFUsrA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iFUsrA [class*="-corner-"],.iFUsrA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iFUsrA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iFUsrA [class*="bottom-left-corner"],.iFUsrA [class*="bottom-right-corner"]{bottom:0;}.iFUsrA [class*="top-left-corner"],.iFUsrA [class*="top-right-corner"]{top:0;}.iFUsrA [class*="-left-corner-"]{left:0;}.iFUsrA [class*="-right-corner-"]{right:0;}.iFUsrA [class*="top-left-corner-"]{background-position:0 0;}.iFUsrA [class*="top-right-corner-"]{background-position:100% 0;}.iFUsrA [class*="bottom-left-corner-"]{background-position:0 100%;}.iFUsrA [class*="bottom-right-corner-"]{background-position:100% 100%;}.iFUsrA [class*="top-edge-"],.iFUsrA [class*="bottom-edge-"],.iFUsrA [class*="left-edge-"],.iFUsrA [class*="right-edge-"]{margin:auto;}.iFUsrA [class*="top-edge-"],.iFUsrA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iFUsrA [class*="left-edge-"],.iFUsrA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iFUsrA [class*="top-edge-"]{top:0;}.iFUsrA [class*="bottom-edge-"]{bottom:0;}.iFUsrA [class*="left-edge-"]{left:0;}.iFUsrA [class*="right-edge-"]{right:0;}.iFUsrA .bottom-edge-0{height:90px;margin-bottom:-83px;background-image:url('https://assets.digital.vistaprint.com/production/0d44e71d-dd01-4c7a-b43f-dd91bec1ab85');background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.iFUsrA .bottom-edge-0{margin-bottom:-71px;}}@media (min-width:60em){.iFUsrA .bottom-edge-0{margin-bottom:-50px;}}

.iyObbb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iyObbb [class*="-corner-"],.iyObbb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iyObbb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iyObbb [class*="bottom-left-corner"],.iyObbb [class*="bottom-right-corner"]{bottom:0;}.iyObbb [class*="top-left-corner"],.iyObbb [class*="top-right-corner"]{top:0;}.iyObbb [class*="-left-corner-"]{left:0;}.iyObbb [class*="-right-corner-"]{right:0;}.iyObbb [class*="top-left-corner-"]{background-position:0 0;}.iyObbb [class*="top-right-corner-"]{background-position:100% 0;}.iyObbb [class*="bottom-left-corner-"]{background-position:0 100%;}.iyObbb [class*="bottom-right-corner-"]{background-position:100% 100%;}.iyObbb [class*="top-edge-"],.iyObbb [class*="bottom-edge-"],.iyObbb [class*="left-edge-"],.iyObbb [class*="right-edge-"]{margin:auto;}.iyObbb [class*="top-edge-"],.iyObbb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iyObbb [class*="left-edge-"],.iyObbb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iyObbb [class*="top-edge-"]{top:0;}.iyObbb [class*="bottom-edge-"]{bottom:0;}.iyObbb [class*="left-edge-"]{left:0;}.iyObbb [class*="right-edge-"]{right:0;}.iyObbb .left-edge-0{width:200px;margin-left:30px;opacity:0.3;background-image:url('../1126933/icons/icon2.svg');background-repeat:no-repeat;background-position:0 50%;}

.eZzvlU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eZzvlU [class*="-corner-"],.eZzvlU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eZzvlU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eZzvlU [class*="bottom-left-corner"],.eZzvlU [class*="bottom-right-corner"]{bottom:0;}.eZzvlU [class*="top-left-corner"],.eZzvlU [class*="top-right-corner"]{top:0;}.eZzvlU [class*="-left-corner-"]{left:0;}.eZzvlU [class*="-right-corner-"]{right:0;}.eZzvlU [class*="top-left-corner-"]{background-position:0 0;}.eZzvlU [class*="top-right-corner-"]{background-position:100% 0;}.eZzvlU [class*="bottom-left-corner-"]{background-position:0 100%;}.eZzvlU [class*="bottom-right-corner-"]{background-position:100% 100%;}.eZzvlU [class*="top-edge-"],.eZzvlU [class*="bottom-edge-"],.eZzvlU [class*="left-edge-"],.eZzvlU [class*="right-edge-"]{margin:auto;}.eZzvlU [class*="top-edge-"],.eZzvlU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eZzvlU [class*="left-edge-"],.eZzvlU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eZzvlU [class*="top-edge-"]{top:0;}.eZzvlU [class*="bottom-edge-"]{bottom:0;}.eZzvlU [class*="left-edge-"]{left:0;}.eZzvlU [class*="right-edge-"]{right:0;}.eZzvlU .top-edge-0{width:200px;height:3px;background-color:#1463a7;}

.dhNOsA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dhNOsA [class*="-corner-"],.dhNOsA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dhNOsA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dhNOsA [class*="bottom-left-corner"],.dhNOsA [class*="bottom-right-corner"]{bottom:0;}.dhNOsA [class*="top-left-corner"],.dhNOsA [class*="top-right-corner"]{top:0;}.dhNOsA [class*="-left-corner-"]{left:0;}.dhNOsA [class*="-right-corner-"]{right:0;}.dhNOsA [class*="top-left-corner-"]{background-position:0 0;}.dhNOsA [class*="top-right-corner-"]{background-position:100% 0;}.dhNOsA [class*="bottom-left-corner-"]{background-position:0 100%;}.dhNOsA [class*="bottom-right-corner-"]{background-position:100% 100%;}.dhNOsA [class*="top-edge-"],.dhNOsA [class*="bottom-edge-"],.dhNOsA [class*="left-edge-"],.dhNOsA [class*="right-edge-"]{margin:auto;}.dhNOsA [class*="top-edge-"],.dhNOsA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dhNOsA [class*="left-edge-"],.dhNOsA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dhNOsA [class*="top-edge-"]{top:0;}.dhNOsA [class*="bottom-edge-"]{bottom:0;}.dhNOsA [class*="left-edge-"]{left:0;}.dhNOsA [class*="right-edge-"]{right:0;}.dhNOsA .top-edge-0{width:100%;height:4px;background-color:#c9ae62;}.dhNOsA .bottom-edge-0{height:46px;background-image:url('https://assets.digital.vistaprint.com/production/4d1d5e7f-6a4f-45f8-affa-7b47ffee5638');}.dhNOsA .bottom-edge-1{width:100%;height:4px;background-color:#c9ae62;}

.iVPVUw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iVPVUw [class*="-corner-"],.iVPVUw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iVPVUw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iVPVUw [class*="bottom-left-corner"],.iVPVUw [class*="bottom-right-corner"]{bottom:0;}.iVPVUw [class*="top-left-corner"],.iVPVUw [class*="top-right-corner"]{top:0;}.iVPVUw [class*="-left-corner-"]{left:0;}.iVPVUw [class*="-right-corner-"]{right:0;}.iVPVUw [class*="top-left-corner-"]{background-position:0 0;}.iVPVUw [class*="top-right-corner-"]{background-position:100% 0;}.iVPVUw [class*="bottom-left-corner-"]{background-position:0 100%;}.iVPVUw [class*="bottom-right-corner-"]{background-position:100% 100%;}.iVPVUw [class*="top-edge-"],.iVPVUw [class*="bottom-edge-"],.iVPVUw [class*="left-edge-"],.iVPVUw [class*="right-edge-"]{margin:auto;}.iVPVUw [class*="top-edge-"],.iVPVUw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iVPVUw [class*="left-edge-"],.iVPVUw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iVPVUw [class*="top-edge-"]{top:0;}.iVPVUw [class*="bottom-edge-"]{bottom:0;}.iVPVUw [class*="left-edge-"]{left:0;}.iVPVUw [class*="right-edge-"]{right:0;}.iVPVUw .bottom-edge-0{width:400px;height:11px;background-image:url('https://assets.digital.vistaprint.com/production/a29d89e1-4912-4a85-934d-d128ac5c7aad');background-size:contain;}@media (min-width:30em){.iVPVUw .bottom-edge-0{width:750px;height:20px;}}@media (min-width:60em){.iVPVUw .bottom-edge-0{width:1124px;height:30px;}}

.gKrbMP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gKrbMP [class*="-corner-"],.gKrbMP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gKrbMP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gKrbMP [class*="bottom-left-corner"],.gKrbMP [class*="bottom-right-corner"]{bottom:0;}.gKrbMP [class*="top-left-corner"],.gKrbMP [class*="top-right-corner"]{top:0;}.gKrbMP [class*="-left-corner-"]{left:0;}.gKrbMP [class*="-right-corner-"]{right:0;}.gKrbMP [class*="top-left-corner-"]{background-position:0 0;}.gKrbMP [class*="top-right-corner-"]{background-position:100% 0;}.gKrbMP [class*="bottom-left-corner-"]{background-position:0 100%;}.gKrbMP [class*="bottom-right-corner-"]{background-position:100% 100%;}.gKrbMP [class*="top-edge-"],.gKrbMP [class*="bottom-edge-"],.gKrbMP [class*="left-edge-"],.gKrbMP [class*="right-edge-"]{margin:auto;}.gKrbMP [class*="top-edge-"],.gKrbMP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gKrbMP [class*="left-edge-"],.gKrbMP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gKrbMP [class*="top-edge-"]{top:0;}.gKrbMP [class*="bottom-edge-"]{bottom:0;}.gKrbMP [class*="left-edge-"]{left:0;}.gKrbMP [class*="right-edge-"]{right:0;}.gKrbMP .bottom-edge-0{height:46px;background-image:url('https://assets.digital.vistaprint.com/production/4d1d5e7f-6a4f-45f8-affa-7b47ffee5638');}

.ixPHkr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ixPHkr [class*="-corner-"],.ixPHkr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ixPHkr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ixPHkr [class*="bottom-left-corner"],.ixPHkr [class*="bottom-right-corner"]{bottom:0;}.ixPHkr [class*="top-left-corner"],.ixPHkr [class*="top-right-corner"]{top:0;}.ixPHkr [class*="-left-corner-"]{left:0;}.ixPHkr [class*="-right-corner-"]{right:0;}.ixPHkr [class*="top-left-corner-"]{background-position:0 0;}.ixPHkr [class*="top-right-corner-"]{background-position:100% 0;}.ixPHkr [class*="bottom-left-corner-"]{background-position:0 100%;}.ixPHkr [class*="bottom-right-corner-"]{background-position:100% 100%;}.ixPHkr [class*="top-edge-"],.ixPHkr [class*="bottom-edge-"],.ixPHkr [class*="left-edge-"],.ixPHkr [class*="right-edge-"]{margin:auto;}.ixPHkr [class*="top-edge-"],.ixPHkr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ixPHkr [class*="left-edge-"],.ixPHkr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ixPHkr [class*="top-edge-"]{top:0;}.ixPHkr [class*="bottom-edge-"]{bottom:0;}.ixPHkr [class*="left-edge-"]{left:0;}.ixPHkr [class*="right-edge-"]{right:0;}.ixPHkr .bottom-edge-0{width:100%;height:10px;background-color:#e6dfcc;}

.huISgZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.huISgZ [class*="-corner-"],.huISgZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.huISgZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.huISgZ [class*="bottom-left-corner"],.huISgZ [class*="bottom-right-corner"]{bottom:0;}.huISgZ [class*="top-left-corner"],.huISgZ [class*="top-right-corner"]{top:0;}.huISgZ [class*="-left-corner-"]{left:0;}.huISgZ [class*="-right-corner-"]{right:0;}.huISgZ [class*="top-left-corner-"]{background-position:0 0;}.huISgZ [class*="top-right-corner-"]{background-position:100% 0;}.huISgZ [class*="bottom-left-corner-"]{background-position:0 100%;}.huISgZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.huISgZ [class*="top-edge-"],.huISgZ [class*="bottom-edge-"],.huISgZ [class*="left-edge-"],.huISgZ [class*="right-edge-"]{margin:auto;}.huISgZ [class*="top-edge-"],.huISgZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.huISgZ [class*="left-edge-"],.huISgZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.huISgZ [class*="top-edge-"]{top:0;}.huISgZ [class*="bottom-edge-"]{bottom:0;}.huISgZ [class*="left-edge-"]{left:0;}.huISgZ [class*="right-edge-"]{right:0;}.huISgZ .bottom-edge-0{width:100%;height:20%;background-color:#4c7447;}

.dvWEtO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dvWEtO [class*="-corner-"],.dvWEtO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dvWEtO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dvWEtO [class*="bottom-left-corner"],.dvWEtO [class*="bottom-right-corner"]{bottom:0;}.dvWEtO [class*="top-left-corner"],.dvWEtO [class*="top-right-corner"]{top:0;}.dvWEtO [class*="-left-corner-"]{left:0;}.dvWEtO [class*="-right-corner-"]{right:0;}.dvWEtO [class*="top-left-corner-"]{background-position:0 0;}.dvWEtO [class*="top-right-corner-"]{background-position:100% 0;}.dvWEtO [class*="bottom-left-corner-"]{background-position:0 100%;}.dvWEtO [class*="bottom-right-corner-"]{background-position:100% 100%;}.dvWEtO [class*="top-edge-"],.dvWEtO [class*="bottom-edge-"],.dvWEtO [class*="left-edge-"],.dvWEtO [class*="right-edge-"]{margin:auto;}.dvWEtO [class*="top-edge-"],.dvWEtO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dvWEtO [class*="left-edge-"],.dvWEtO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dvWEtO [class*="top-edge-"]{top:0;}.dvWEtO [class*="bottom-edge-"]{bottom:0;}.dvWEtO [class*="left-edge-"]{left:0;}.dvWEtO [class*="right-edge-"]{right:0;}.dvWEtO .top-edge-0{width:80%;height:2px;margin-top:10px;background-color:#EEEEEE;}.dvWEtO .bottom-edge-0{width:80%;height:0px;margin-bottom:10px;background-color:#EEEEEE;}

.iKHlTr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iKHlTr [class*="-corner-"],.iKHlTr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iKHlTr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iKHlTr [class*="bottom-left-corner"],.iKHlTr [class*="bottom-right-corner"]{bottom:0;}.iKHlTr [class*="top-left-corner"],.iKHlTr [class*="top-right-corner"]{top:0;}.iKHlTr [class*="-left-corner-"]{left:0;}.iKHlTr [class*="-right-corner-"]{right:0;}.iKHlTr [class*="top-left-corner-"]{background-position:0 0;}.iKHlTr [class*="top-right-corner-"]{background-position:100% 0;}.iKHlTr [class*="bottom-left-corner-"]{background-position:0 100%;}.iKHlTr [class*="bottom-right-corner-"]{background-position:100% 100%;}.iKHlTr [class*="top-edge-"],.iKHlTr [class*="bottom-edge-"],.iKHlTr [class*="left-edge-"],.iKHlTr [class*="right-edge-"]{margin:auto;}.iKHlTr [class*="top-edge-"],.iKHlTr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iKHlTr [class*="left-edge-"],.iKHlTr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iKHlTr [class*="top-edge-"]{top:0;}.iKHlTr [class*="bottom-edge-"]{bottom:0;}.iKHlTr [class*="left-edge-"]{left:0;}.iKHlTr [class*="right-edge-"]{right:0;}.iKHlTr .bottom-edge-0{width:0px;background-image:url('https://assets.digital.vistaprint.com/production/ba44967e-3bb1-4027-985c-cbed977f347c');}@media (min-width:30em){.iKHlTr .bottom-edge-0{width:0;}}@media (min-width:60em){.iKHlTr .bottom-edge-0{width:506px;height:333px;margin-left:440px;margin-bottom:-150px;background-size:contain;}}

.kJhCfO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kJhCfO [class*="-corner-"],.kJhCfO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kJhCfO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kJhCfO [class*="bottom-left-corner"],.kJhCfO [class*="bottom-right-corner"]{bottom:0;}.kJhCfO [class*="top-left-corner"],.kJhCfO [class*="top-right-corner"]{top:0;}.kJhCfO [class*="-left-corner-"]{left:0;}.kJhCfO [class*="-right-corner-"]{right:0;}.kJhCfO [class*="top-left-corner-"]{background-position:0 0;}.kJhCfO [class*="top-right-corner-"]{background-position:100% 0;}.kJhCfO [class*="bottom-left-corner-"]{background-position:0 100%;}.kJhCfO [class*="bottom-right-corner-"]{background-position:100% 100%;}.kJhCfO [class*="top-edge-"],.kJhCfO [class*="bottom-edge-"],.kJhCfO [class*="left-edge-"],.kJhCfO [class*="right-edge-"]{margin:auto;}.kJhCfO [class*="top-edge-"],.kJhCfO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kJhCfO [class*="left-edge-"],.kJhCfO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kJhCfO [class*="top-edge-"]{top:0;}.kJhCfO [class*="bottom-edge-"]{bottom:0;}.kJhCfO [class*="left-edge-"]{left:0;}.kJhCfO [class*="right-edge-"]{right:0;}.kJhCfO .top-edge-0{width:2000px;height:102px;margin-top:-30px;background-image:url('https://assets.digital.vistaprint.com/production/b1b3ebc7-babe-4560-80cb-0f5926e1bddc');background-size:contain;}

.hGXrn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hGXrn [class*="-corner-"],.hGXrn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hGXrn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hGXrn [class*="bottom-left-corner"],.hGXrn [class*="bottom-right-corner"]{bottom:0;}.hGXrn [class*="top-left-corner"],.hGXrn [class*="top-right-corner"]{top:0;}.hGXrn [class*="-left-corner-"]{left:0;}.hGXrn [class*="-right-corner-"]{right:0;}.hGXrn [class*="top-left-corner-"]{background-position:0 0;}.hGXrn [class*="top-right-corner-"]{background-position:100% 0;}.hGXrn [class*="bottom-left-corner-"]{background-position:0 100%;}.hGXrn [class*="bottom-right-corner-"]{background-position:100% 100%;}.hGXrn [class*="top-edge-"],.hGXrn [class*="bottom-edge-"],.hGXrn [class*="left-edge-"],.hGXrn [class*="right-edge-"]{margin:auto;}.hGXrn [class*="top-edge-"],.hGXrn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hGXrn [class*="left-edge-"],.hGXrn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hGXrn [class*="top-edge-"]{top:0;}.hGXrn [class*="bottom-edge-"]{bottom:0;}.hGXrn [class*="left-edge-"]{left:0;}.hGXrn [class*="right-edge-"]{right:0;}.hGXrn .top-edge-0{height:800px;opacity:0.5;background-color:#fff;}@media (min-width:60em){.hGXrn .top-edge-0{opacity:0;}}

.gaFMRK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gaFMRK [class*="-corner-"],.gaFMRK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gaFMRK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gaFMRK [class*="bottom-left-corner"],.gaFMRK [class*="bottom-right-corner"]{bottom:0;}.gaFMRK [class*="top-left-corner"],.gaFMRK [class*="top-right-corner"]{top:0;}.gaFMRK [class*="-left-corner-"]{left:0;}.gaFMRK [class*="-right-corner-"]{right:0;}.gaFMRK [class*="top-left-corner-"]{background-position:0 0;}.gaFMRK [class*="top-right-corner-"]{background-position:100% 0;}.gaFMRK [class*="bottom-left-corner-"]{background-position:0 100%;}.gaFMRK [class*="bottom-right-corner-"]{background-position:100% 100%;}.gaFMRK [class*="top-edge-"],.gaFMRK [class*="bottom-edge-"],.gaFMRK [class*="left-edge-"],.gaFMRK [class*="right-edge-"]{margin:auto;}.gaFMRK [class*="top-edge-"],.gaFMRK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gaFMRK [class*="left-edge-"],.gaFMRK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gaFMRK [class*="top-edge-"]{top:0;}.gaFMRK [class*="bottom-edge-"]{bottom:0;}.gaFMRK [class*="left-edge-"]{left:0;}.gaFMRK [class*="right-edge-"]{right:0;}.gaFMRK .top-edge-0{width:50px;height:50px;margin-top:-32px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#1D4042;}

.ejzwDX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ejzwDX [class*="-corner-"],.ejzwDX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ejzwDX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ejzwDX [class*="bottom-left-corner"],.ejzwDX [class*="bottom-right-corner"]{bottom:0;}.ejzwDX [class*="top-left-corner"],.ejzwDX [class*="top-right-corner"]{top:0;}.ejzwDX [class*="-left-corner-"]{left:0;}.ejzwDX [class*="-right-corner-"]{right:0;}.ejzwDX [class*="top-left-corner-"]{background-position:0 0;}.ejzwDX [class*="top-right-corner-"]{background-position:100% 0;}.ejzwDX [class*="bottom-left-corner-"]{background-position:0 100%;}.ejzwDX [class*="bottom-right-corner-"]{background-position:100% 100%;}.ejzwDX [class*="top-edge-"],.ejzwDX [class*="bottom-edge-"],.ejzwDX [class*="left-edge-"],.ejzwDX [class*="right-edge-"]{margin:auto;}.ejzwDX [class*="top-edge-"],.ejzwDX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ejzwDX [class*="left-edge-"],.ejzwDX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ejzwDX [class*="top-edge-"]{top:0;}.ejzwDX [class*="bottom-edge-"]{bottom:0;}.ejzwDX [class*="left-edge-"]{left:0;}.ejzwDX [class*="right-edge-"]{right:0;}.ejzwDX .bottom-edge-0{width:100%;height:65px;background-image:url('https://assets.digital.vistaprint.com/production/9ae61640-b92a-4b8e-ad79-ecb71154c0b5');background-size:cover;}

.kgPHrB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kgPHrB [class*="-corner-"],.kgPHrB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kgPHrB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kgPHrB [class*="bottom-left-corner"],.kgPHrB [class*="bottom-right-corner"]{bottom:0;}.kgPHrB [class*="top-left-corner"],.kgPHrB [class*="top-right-corner"]{top:0;}.kgPHrB [class*="-left-corner-"]{left:0;}.kgPHrB [class*="-right-corner-"]{right:0;}.kgPHrB [class*="top-left-corner-"]{background-position:0 0;}.kgPHrB [class*="top-right-corner-"]{background-position:100% 0;}.kgPHrB [class*="bottom-left-corner-"]{background-position:0 100%;}.kgPHrB [class*="bottom-right-corner-"]{background-position:100% 100%;}.kgPHrB [class*="top-edge-"],.kgPHrB [class*="bottom-edge-"],.kgPHrB [class*="left-edge-"],.kgPHrB [class*="right-edge-"]{margin:auto;}.kgPHrB [class*="top-edge-"],.kgPHrB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kgPHrB [class*="left-edge-"],.kgPHrB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kgPHrB [class*="top-edge-"]{top:0;}.kgPHrB [class*="bottom-edge-"]{bottom:0;}.kgPHrB [class*="left-edge-"]{left:0;}.kgPHrB [class*="right-edge-"]{right:0;}.kgPHrB .top-edge-0{width:100%;height:65px;background-image:url('https://assets.digital.vistaprint.com/production/9ae61640-b92a-4b8e-ad79-ecb71154c0b5');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:cover;}

.ckecCz{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ckecCz [class*="-corner-"],.ckecCz [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ckecCz [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ckecCz [class*="bottom-left-corner"],.ckecCz [class*="bottom-right-corner"]{bottom:0;}.ckecCz [class*="top-left-corner"],.ckecCz [class*="top-right-corner"]{top:0;}.ckecCz [class*="-left-corner-"]{left:0;}.ckecCz [class*="-right-corner-"]{right:0;}.ckecCz [class*="top-left-corner-"]{background-position:0 0;}.ckecCz [class*="top-right-corner-"]{background-position:100% 0;}.ckecCz [class*="bottom-left-corner-"]{background-position:0 100%;}.ckecCz [class*="bottom-right-corner-"]{background-position:100% 100%;}.ckecCz [class*="top-edge-"],.ckecCz [class*="bottom-edge-"],.ckecCz [class*="left-edge-"],.ckecCz [class*="right-edge-"]{margin:auto;}.ckecCz [class*="top-edge-"],.ckecCz [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ckecCz [class*="left-edge-"],.ckecCz [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ckecCz [class*="top-edge-"]{top:0;}.ckecCz [class*="bottom-edge-"]{bottom:0;}.ckecCz [class*="left-edge-"]{left:0;}.ckecCz [class*="right-edge-"]{right:0;}.ckecCz .top-edge-0{width:30%;height:3px;background-color:#b1b3b6;}

.hcpCJU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hcpCJU [class*="-corner-"],.hcpCJU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hcpCJU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hcpCJU [class*="bottom-left-corner"],.hcpCJU [class*="bottom-right-corner"]{bottom:0;}.hcpCJU [class*="top-left-corner"],.hcpCJU [class*="top-right-corner"]{top:0;}.hcpCJU [class*="-left-corner-"]{left:0;}.hcpCJU [class*="-right-corner-"]{right:0;}.hcpCJU [class*="top-left-corner-"]{background-position:0 0;}.hcpCJU [class*="top-right-corner-"]{background-position:100% 0;}.hcpCJU [class*="bottom-left-corner-"]{background-position:0 100%;}.hcpCJU [class*="bottom-right-corner-"]{background-position:100% 100%;}.hcpCJU [class*="top-edge-"],.hcpCJU [class*="bottom-edge-"],.hcpCJU [class*="left-edge-"],.hcpCJU [class*="right-edge-"]{margin:auto;}.hcpCJU [class*="top-edge-"],.hcpCJU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hcpCJU [class*="left-edge-"],.hcpCJU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hcpCJU [class*="top-edge-"]{top:0;}.hcpCJU [class*="bottom-edge-"]{bottom:0;}.hcpCJU [class*="left-edge-"]{left:0;}.hcpCJU [class*="right-edge-"]{right:0;}.hcpCJU .top-edge-0{width:100%;height:2px;background-color:#a4ce4c;}

.jiFxiu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jiFxiu [class*="-corner-"],.jiFxiu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jiFxiu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jiFxiu [class*="bottom-left-corner"],.jiFxiu [class*="bottom-right-corner"]{bottom:0;}.jiFxiu [class*="top-left-corner"],.jiFxiu [class*="top-right-corner"]{top:0;}.jiFxiu [class*="-left-corner-"]{left:0;}.jiFxiu [class*="-right-corner-"]{right:0;}.jiFxiu [class*="top-left-corner-"]{background-position:0 0;}.jiFxiu [class*="top-right-corner-"]{background-position:100% 0;}.jiFxiu [class*="bottom-left-corner-"]{background-position:0 100%;}.jiFxiu [class*="bottom-right-corner-"]{background-position:100% 100%;}.jiFxiu [class*="top-edge-"],.jiFxiu [class*="bottom-edge-"],.jiFxiu [class*="left-edge-"],.jiFxiu [class*="right-edge-"]{margin:auto;}.jiFxiu [class*="top-edge-"],.jiFxiu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jiFxiu [class*="left-edge-"],.jiFxiu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jiFxiu [class*="top-edge-"]{top:0;}.jiFxiu [class*="bottom-edge-"]{bottom:0;}.jiFxiu [class*="left-edge-"]{left:0;}.jiFxiu [class*="right-edge-"]{right:0;}.jiFxiu .top-edge-0{width:100%;height:100%;margin-top:-10px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/c5ec700d-27b4-47ca-b3bd-ec6604b9160e');}

.iKCVfI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iKCVfI [class*="-corner-"],.iKCVfI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iKCVfI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iKCVfI [class*="bottom-left-corner"],.iKCVfI [class*="bottom-right-corner"]{bottom:0;}.iKCVfI [class*="top-left-corner"],.iKCVfI [class*="top-right-corner"]{top:0;}.iKCVfI [class*="-left-corner-"]{left:0;}.iKCVfI [class*="-right-corner-"]{right:0;}.iKCVfI [class*="top-left-corner-"]{background-position:0 0;}.iKCVfI [class*="top-right-corner-"]{background-position:100% 0;}.iKCVfI [class*="bottom-left-corner-"]{background-position:0 100%;}.iKCVfI [class*="bottom-right-corner-"]{background-position:100% 100%;}.iKCVfI [class*="top-edge-"],.iKCVfI [class*="bottom-edge-"],.iKCVfI [class*="left-edge-"],.iKCVfI [class*="right-edge-"]{margin:auto;}.iKCVfI [class*="top-edge-"],.iKCVfI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iKCVfI [class*="left-edge-"],.iKCVfI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iKCVfI [class*="top-edge-"]{top:0;}.iKCVfI [class*="bottom-edge-"]{bottom:0;}.iKCVfI [class*="left-edge-"]{left:0;}.iKCVfI [class*="right-edge-"]{right:0;}.iKCVfI .bottom-edge-0{width:100%;height:100%;margin-bottom:-8px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/c5ec700d-27b4-47ca-b3bd-ec6604b9160e');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.gKBsIQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gKBsIQ [class*="-corner-"],.gKBsIQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gKBsIQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gKBsIQ [class*="bottom-left-corner"],.gKBsIQ [class*="bottom-right-corner"]{bottom:0;}.gKBsIQ [class*="top-left-corner"],.gKBsIQ [class*="top-right-corner"]{top:0;}.gKBsIQ [class*="-left-corner-"]{left:0;}.gKBsIQ [class*="-right-corner-"]{right:0;}.gKBsIQ [class*="top-left-corner-"]{background-position:0 0;}.gKBsIQ [class*="top-right-corner-"]{background-position:100% 0;}.gKBsIQ [class*="bottom-left-corner-"]{background-position:0 100%;}.gKBsIQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.gKBsIQ [class*="top-edge-"],.gKBsIQ [class*="bottom-edge-"],.gKBsIQ [class*="left-edge-"],.gKBsIQ [class*="right-edge-"]{margin:auto;}.gKBsIQ [class*="top-edge-"],.gKBsIQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gKBsIQ [class*="left-edge-"],.gKBsIQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gKBsIQ [class*="top-edge-"]{top:0;}.gKBsIQ [class*="bottom-edge-"]{bottom:0;}.gKBsIQ [class*="left-edge-"]{left:0;}.gKBsIQ [class*="right-edge-"]{right:0;}.gKBsIQ .bottom-right-corner-0{width:65%;height:100%;margin-bottom:475px;background-image:url('https://assets.digital.vistaprint.com/production/9d919074-b458-4156-ae48-6557767ec6ff');}@media (min-width:30em){.gKBsIQ .bottom-right-corner-0{width:65%;height:100%;margin-bottom:500px;background-image:url('https://assets.digital.vistaprint.com/production/9d919074-b458-4156-ae48-6557767ec6ff');}}@media (min-width:60em){.gKBsIQ .bottom-right-corner-0{width:25%;height:100%;margin-bottom:125px;background-image:url('https://assets.digital.vistaprint.com/production/9d919074-b458-4156-ae48-6557767ec6ff');}}

.ipZiwb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ipZiwb [class*="-corner-"],.ipZiwb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ipZiwb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ipZiwb [class*="bottom-left-corner"],.ipZiwb [class*="bottom-right-corner"]{bottom:0;}.ipZiwb [class*="top-left-corner"],.ipZiwb [class*="top-right-corner"]{top:0;}.ipZiwb [class*="-left-corner-"]{left:0;}.ipZiwb [class*="-right-corner-"]{right:0;}.ipZiwb [class*="top-left-corner-"]{background-position:0 0;}.ipZiwb [class*="top-right-corner-"]{background-position:100% 0;}.ipZiwb [class*="bottom-left-corner-"]{background-position:0 100%;}.ipZiwb [class*="bottom-right-corner-"]{background-position:100% 100%;}.ipZiwb [class*="top-edge-"],.ipZiwb [class*="bottom-edge-"],.ipZiwb [class*="left-edge-"],.ipZiwb [class*="right-edge-"]{margin:auto;}.ipZiwb [class*="top-edge-"],.ipZiwb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ipZiwb [class*="left-edge-"],.ipZiwb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ipZiwb [class*="top-edge-"]{top:0;}.ipZiwb [class*="bottom-edge-"]{bottom:0;}.ipZiwb [class*="left-edge-"]{left:0;}.ipZiwb [class*="right-edge-"]{right:0;}.ipZiwb .right-edge-0{width:200%;height:50%;margin-right:-300px;margin-top:50%;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/65be7b4d-6076-45a5-bbdd-23b30a2906fe');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.ipZiwb .right-edge-0{width:100%;height:50%;margin-right:-450px;margin-top:50%;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/65be7b4d-6076-45a5-bbdd-23b30a2906fe');background-size:contain;background-repeat:no-repeat;}}@media (min-width:60em){.ipZiwb .right-edge-0{width:40%;height:100%;margin-right:-327px;margin-top:50px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/65be7b4d-6076-45a5-bbdd-23b30a2906fe');background-size:contain;background-repeat:no-repeat;}}

.kgLSuS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kgLSuS [class*="-corner-"],.kgLSuS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kgLSuS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kgLSuS [class*="bottom-left-corner"],.kgLSuS [class*="bottom-right-corner"]{bottom:0;}.kgLSuS [class*="top-left-corner"],.kgLSuS [class*="top-right-corner"]{top:0;}.kgLSuS [class*="-left-corner-"]{left:0;}.kgLSuS [class*="-right-corner-"]{right:0;}.kgLSuS [class*="top-left-corner-"]{background-position:0 0;}.kgLSuS [class*="top-right-corner-"]{background-position:100% 0;}.kgLSuS [class*="bottom-left-corner-"]{background-position:0 100%;}.kgLSuS [class*="bottom-right-corner-"]{background-position:100% 100%;}.kgLSuS [class*="top-edge-"],.kgLSuS [class*="bottom-edge-"],.kgLSuS [class*="left-edge-"],.kgLSuS [class*="right-edge-"]{margin:auto;}.kgLSuS [class*="top-edge-"],.kgLSuS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kgLSuS [class*="left-edge-"],.kgLSuS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kgLSuS [class*="top-edge-"]{top:0;}.kgLSuS [class*="bottom-edge-"]{bottom:0;}.kgLSuS [class*="left-edge-"]{left:0;}.kgLSuS [class*="right-edge-"]{right:0;}.kgLSuS .left-edge-0{width:100%;height:50%;margin-left:-150px;margin-top:50%;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/a5562440-a549-439e-84f6-ad81c96581b9');background-size:contain;background-repeat:no-repeat;}@media (min-width:30em){.kgLSuS .left-edge-0{width:100%;height:50%;margin-left:-175px;margin-top:20%;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/a5562440-a549-439e-84f6-ad81c96581b9');background-size:contain;background-repeat:no-repeat;}}@media (min-width:60em){.kgLSuS .left-edge-0{width:30%;height:100%;margin-left:-275px;margin-top:0px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/a5562440-a549-439e-84f6-ad81c96581b9');background-size:contain;background-repeat:no-repeat;}}

.emmoUS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.emmoUS [class*="-corner-"],.emmoUS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.emmoUS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.emmoUS [class*="bottom-left-corner"],.emmoUS [class*="bottom-right-corner"]{bottom:0;}.emmoUS [class*="top-left-corner"],.emmoUS [class*="top-right-corner"]{top:0;}.emmoUS [class*="-left-corner-"]{left:0;}.emmoUS [class*="-right-corner-"]{right:0;}.emmoUS [class*="top-left-corner-"]{background-position:0 0;}.emmoUS [class*="top-right-corner-"]{background-position:100% 0;}.emmoUS [class*="bottom-left-corner-"]{background-position:0 100%;}.emmoUS [class*="bottom-right-corner-"]{background-position:100% 100%;}.emmoUS [class*="top-edge-"],.emmoUS [class*="bottom-edge-"],.emmoUS [class*="left-edge-"],.emmoUS [class*="right-edge-"]{margin:auto;}.emmoUS [class*="top-edge-"],.emmoUS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.emmoUS [class*="left-edge-"],.emmoUS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.emmoUS [class*="top-edge-"]{top:0;}.emmoUS [class*="bottom-edge-"]{bottom:0;}.emmoUS [class*="left-edge-"]{left:0;}.emmoUS [class*="right-edge-"]{right:0;}.emmoUS .top-edge-0{width:250px;height:7px;background-image:url('https://assets.digital.vistaprint.com/production/f629fa0c-c143-4aaa-bca0-972f7318d8da');background-size:contain;}@media (min-width:30em){.emmoUS .top-edge-0{width:621px;height:18px;}}@media (min-width:60em){.emmoUS .top-edge-0{width:621px;height:18px;}}.emmoUS .bottom-edge-0{width:250px;height:7px;background-image:url('https://assets.digital.vistaprint.com/production/01159146-ce78-47cc-84d8-4238dba77c52');background-size:contain;}@media (min-width:30em){.emmoUS .bottom-edge-0{width:621px;height:18px;}}@media (min-width:60em){.emmoUS .bottom-edge-0{width:621px;height:18px;}}

.lpsUlf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lpsUlf [class*="-corner-"],.lpsUlf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lpsUlf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lpsUlf [class*="bottom-left-corner"],.lpsUlf [class*="bottom-right-corner"]{bottom:0;}.lpsUlf [class*="top-left-corner"],.lpsUlf [class*="top-right-corner"]{top:0;}.lpsUlf [class*="-left-corner-"]{left:0;}.lpsUlf [class*="-right-corner-"]{right:0;}.lpsUlf [class*="top-left-corner-"]{background-position:0 0;}.lpsUlf [class*="top-right-corner-"]{background-position:100% 0;}.lpsUlf [class*="bottom-left-corner-"]{background-position:0 100%;}.lpsUlf [class*="bottom-right-corner-"]{background-position:100% 100%;}.lpsUlf [class*="top-edge-"],.lpsUlf [class*="bottom-edge-"],.lpsUlf [class*="left-edge-"],.lpsUlf [class*="right-edge-"]{margin:auto;}.lpsUlf [class*="top-edge-"],.lpsUlf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lpsUlf [class*="left-edge-"],.lpsUlf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lpsUlf [class*="top-edge-"]{top:0;}.lpsUlf [class*="bottom-edge-"]{bottom:0;}.lpsUlf [class*="left-edge-"]{left:0;}.lpsUlf [class*="right-edge-"]{right:0;}.lpsUlf .top-edge-0{width:70%;height:1px;margin-top:50px;background-color:#ffffff;}

.gLDxYm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gLDxYm [class*="-corner-"],.gLDxYm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gLDxYm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gLDxYm [class*="bottom-left-corner"],.gLDxYm [class*="bottom-right-corner"]{bottom:0;}.gLDxYm [class*="top-left-corner"],.gLDxYm [class*="top-right-corner"]{top:0;}.gLDxYm [class*="-left-corner-"]{left:0;}.gLDxYm [class*="-right-corner-"]{right:0;}.gLDxYm [class*="top-left-corner-"]{background-position:0 0;}.gLDxYm [class*="top-right-corner-"]{background-position:100% 0;}.gLDxYm [class*="bottom-left-corner-"]{background-position:0 100%;}.gLDxYm [class*="bottom-right-corner-"]{background-position:100% 100%;}.gLDxYm [class*="top-edge-"],.gLDxYm [class*="bottom-edge-"],.gLDxYm [class*="left-edge-"],.gLDxYm [class*="right-edge-"]{margin:auto;}.gLDxYm [class*="top-edge-"],.gLDxYm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gLDxYm [class*="left-edge-"],.gLDxYm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gLDxYm [class*="top-edge-"]{top:0;}.gLDxYm [class*="bottom-edge-"]{bottom:0;}.gLDxYm [class*="left-edge-"]{left:0;}.gLDxYm [class*="right-edge-"]{right:0;}.gLDxYm .bottom-edge-0{width:98%;height:1px;opacity:0.5;background-color:#ffffff;}

.hsXEhf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hsXEhf [class*="-corner-"],.hsXEhf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hsXEhf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hsXEhf [class*="bottom-left-corner"],.hsXEhf [class*="bottom-right-corner"]{bottom:0;}.hsXEhf [class*="top-left-corner"],.hsXEhf [class*="top-right-corner"]{top:0;}.hsXEhf [class*="-left-corner-"]{left:0;}.hsXEhf [class*="-right-corner-"]{right:0;}.hsXEhf [class*="top-left-corner-"]{background-position:0 0;}.hsXEhf [class*="top-right-corner-"]{background-position:100% 0;}.hsXEhf [class*="bottom-left-corner-"]{background-position:0 100%;}.hsXEhf [class*="bottom-right-corner-"]{background-position:100% 100%;}.hsXEhf [class*="top-edge-"],.hsXEhf [class*="bottom-edge-"],.hsXEhf [class*="left-edge-"],.hsXEhf [class*="right-edge-"]{margin:auto;}.hsXEhf [class*="top-edge-"],.hsXEhf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hsXEhf [class*="left-edge-"],.hsXEhf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hsXEhf [class*="top-edge-"]{top:0;}.hsXEhf [class*="bottom-edge-"]{bottom:0;}.hsXEhf [class*="left-edge-"]{left:0;}.hsXEhf [class*="right-edge-"]{right:0;}.hsXEhf .left-edge-0{width:3px;height:100px;margin-left:5px;margin-top:5px;background-color:white;}.hsXEhf .right-edge-0{width:3px;height:100px;margin-right:5px;margin-top:5px;background-color:white;}.hsXEhf .bottom-edge-0{width:900px;height:3px;margin-bottom:5px;background-color:white;}.hsXEhf .top-left-corner-0{width:100px;height:3px;margin-left:5px;margin-top:5px;background-color:white;}.hsXEhf .top-right-corner-0{width:100px;height:3px;margin-right:5px;margin-top:5px;background-color:white;}

.epHAbg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.epHAbg [class*="-corner-"],.epHAbg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.epHAbg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.epHAbg [class*="bottom-left-corner"],.epHAbg [class*="bottom-right-corner"]{bottom:0;}.epHAbg [class*="top-left-corner"],.epHAbg [class*="top-right-corner"]{top:0;}.epHAbg [class*="-left-corner-"]{left:0;}.epHAbg [class*="-right-corner-"]{right:0;}.epHAbg [class*="top-left-corner-"]{background-position:0 0;}.epHAbg [class*="top-right-corner-"]{background-position:100% 0;}.epHAbg [class*="bottom-left-corner-"]{background-position:0 100%;}.epHAbg [class*="bottom-right-corner-"]{background-position:100% 100%;}.epHAbg [class*="top-edge-"],.epHAbg [class*="bottom-edge-"],.epHAbg [class*="left-edge-"],.epHAbg [class*="right-edge-"]{margin:auto;}.epHAbg [class*="top-edge-"],.epHAbg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.epHAbg [class*="left-edge-"],.epHAbg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.epHAbg [class*="top-edge-"]{top:0;}.epHAbg [class*="bottom-edge-"]{bottom:0;}.epHAbg [class*="left-edge-"]{left:0;}.epHAbg [class*="right-edge-"]{right:0;}.epHAbg .top-edge-0{width:600px;height:2px;background-color:#ce6828;}

.cCAvER{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cCAvER [class*="-corner-"],.cCAvER [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cCAvER [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cCAvER [class*="bottom-left-corner"],.cCAvER [class*="bottom-right-corner"]{bottom:0;}.cCAvER [class*="top-left-corner"],.cCAvER [class*="top-right-corner"]{top:0;}.cCAvER [class*="-left-corner-"]{left:0;}.cCAvER [class*="-right-corner-"]{right:0;}.cCAvER [class*="top-left-corner-"]{background-position:0 0;}.cCAvER [class*="top-right-corner-"]{background-position:100% 0;}.cCAvER [class*="bottom-left-corner-"]{background-position:0 100%;}.cCAvER [class*="bottom-right-corner-"]{background-position:100% 100%;}.cCAvER [class*="top-edge-"],.cCAvER [class*="bottom-edge-"],.cCAvER [class*="left-edge-"],.cCAvER [class*="right-edge-"]{margin:auto;}.cCAvER [class*="top-edge-"],.cCAvER [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cCAvER [class*="left-edge-"],.cCAvER [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cCAvER [class*="top-edge-"]{top:0;}.cCAvER [class*="bottom-edge-"]{bottom:0;}.cCAvER [class*="left-edge-"]{left:0;}.cCAvER [class*="right-edge-"]{right:0;}.cCAvER .bottom-edge-0{height:100px;margin-bottom:0px;opacity:0.5;background-image:url('https://imageprocessor.digital.vistaprint.com/width/200/http://assets.digital.vistaprint.com/production/7de797fe-8883-4fc6-bdbb-775b323115c3');background-repeat:repeat-x;}

.iZPkaZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iZPkaZ [class*="-corner-"],.iZPkaZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iZPkaZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iZPkaZ [class*="bottom-left-corner"],.iZPkaZ [class*="bottom-right-corner"]{bottom:0;}.iZPkaZ [class*="top-left-corner"],.iZPkaZ [class*="top-right-corner"]{top:0;}.iZPkaZ [class*="-left-corner-"]{left:0;}.iZPkaZ [class*="-right-corner-"]{right:0;}.iZPkaZ [class*="top-left-corner-"]{background-position:0 0;}.iZPkaZ [class*="top-right-corner-"]{background-position:100% 0;}.iZPkaZ [class*="bottom-left-corner-"]{background-position:0 100%;}.iZPkaZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.iZPkaZ [class*="top-edge-"],.iZPkaZ [class*="bottom-edge-"],.iZPkaZ [class*="left-edge-"],.iZPkaZ [class*="right-edge-"]{margin:auto;}.iZPkaZ [class*="top-edge-"],.iZPkaZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iZPkaZ [class*="left-edge-"],.iZPkaZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iZPkaZ [class*="top-edge-"]{top:0;}.iZPkaZ [class*="bottom-edge-"]{bottom:0;}.iZPkaZ [class*="left-edge-"]{left:0;}.iZPkaZ [class*="right-edge-"]{right:0;}.iZPkaZ .top-edge-0{width:90%;height:1px;background-color:#6d6e71;}

.hwTiNR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hwTiNR [class*="-corner-"],.hwTiNR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hwTiNR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hwTiNR [class*="bottom-left-corner"],.hwTiNR [class*="bottom-right-corner"]{bottom:0;}.hwTiNR [class*="top-left-corner"],.hwTiNR [class*="top-right-corner"]{top:0;}.hwTiNR [class*="-left-corner-"]{left:0;}.hwTiNR [class*="-right-corner-"]{right:0;}.hwTiNR [class*="top-left-corner-"]{background-position:0 0;}.hwTiNR [class*="top-right-corner-"]{background-position:100% 0;}.hwTiNR [class*="bottom-left-corner-"]{background-position:0 100%;}.hwTiNR [class*="bottom-right-corner-"]{background-position:100% 100%;}.hwTiNR [class*="top-edge-"],.hwTiNR [class*="bottom-edge-"],.hwTiNR [class*="left-edge-"],.hwTiNR [class*="right-edge-"]{margin:auto;}.hwTiNR [class*="top-edge-"],.hwTiNR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hwTiNR [class*="left-edge-"],.hwTiNR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hwTiNR [class*="top-edge-"]{top:0;}.hwTiNR [class*="bottom-edge-"]{bottom:0;}.hwTiNR [class*="left-edge-"]{left:0;}.hwTiNR [class*="right-edge-"]{right:0;}.hwTiNR .bottom-right-corner-0{width:100%;height:100%;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/2008375f-c4ff-4bbb-830c-e75a801a47ce');background-size:contain;}@media (min-width:30em){.hwTiNR .bottom-right-corner-0{margin-bottom:-10px;}}@media (min-width:60em){.hwTiNR .bottom-right-corner-0{width:100%;height:100%;margin-bottom:-30px;background-size:contain;}}

.iDOZfh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iDOZfh [class*="-corner-"],.iDOZfh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iDOZfh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iDOZfh [class*="bottom-left-corner"],.iDOZfh [class*="bottom-right-corner"]{bottom:0;}.iDOZfh [class*="top-left-corner"],.iDOZfh [class*="top-right-corner"]{top:0;}.iDOZfh [class*="-left-corner-"]{left:0;}.iDOZfh [class*="-right-corner-"]{right:0;}.iDOZfh [class*="top-left-corner-"]{background-position:0 0;}.iDOZfh [class*="top-right-corner-"]{background-position:100% 0;}.iDOZfh [class*="bottom-left-corner-"]{background-position:0 100%;}.iDOZfh [class*="bottom-right-corner-"]{background-position:100% 100%;}.iDOZfh [class*="top-edge-"],.iDOZfh [class*="bottom-edge-"],.iDOZfh [class*="left-edge-"],.iDOZfh [class*="right-edge-"]{margin:auto;}.iDOZfh [class*="top-edge-"],.iDOZfh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iDOZfh [class*="left-edge-"],.iDOZfh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iDOZfh [class*="top-edge-"]{top:0;}.iDOZfh [class*="bottom-edge-"]{bottom:0;}.iDOZfh [class*="left-edge-"]{left:0;}.iDOZfh [class*="right-edge-"]{right:0;}.iDOZfh .top-edge-0{height:30px;margin-top:-1px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');}

.eIpFHY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eIpFHY [class*="-corner-"],.eIpFHY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eIpFHY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eIpFHY [class*="bottom-left-corner"],.eIpFHY [class*="bottom-right-corner"]{bottom:0;}.eIpFHY [class*="top-left-corner"],.eIpFHY [class*="top-right-corner"]{top:0;}.eIpFHY [class*="-left-corner-"]{left:0;}.eIpFHY [class*="-right-corner-"]{right:0;}.eIpFHY [class*="top-left-corner-"]{background-position:0 0;}.eIpFHY [class*="top-right-corner-"]{background-position:100% 0;}.eIpFHY [class*="bottom-left-corner-"]{background-position:0 100%;}.eIpFHY [class*="bottom-right-corner-"]{background-position:100% 100%;}.eIpFHY [class*="top-edge-"],.eIpFHY [class*="bottom-edge-"],.eIpFHY [class*="left-edge-"],.eIpFHY [class*="right-edge-"]{margin:auto;}.eIpFHY [class*="top-edge-"],.eIpFHY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eIpFHY [class*="left-edge-"],.eIpFHY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eIpFHY [class*="top-edge-"]{top:0;}.eIpFHY [class*="bottom-edge-"]{bottom:0;}.eIpFHY [class*="left-edge-"]{left:0;}.eIpFHY [class*="right-edge-"]{right:0;}.eIpFHY .top-edge-0{width:70%;height:3px;background-color:#e6e7e8;}

.efqHLE{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.efqHLE [class*="-corner-"],.efqHLE [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.efqHLE [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.efqHLE [class*="bottom-left-corner"],.efqHLE [class*="bottom-right-corner"]{bottom:0;}.efqHLE [class*="top-left-corner"],.efqHLE [class*="top-right-corner"]{top:0;}.efqHLE [class*="-left-corner-"]{left:0;}.efqHLE [class*="-right-corner-"]{right:0;}.efqHLE [class*="top-left-corner-"]{background-position:0 0;}.efqHLE [class*="top-right-corner-"]{background-position:100% 0;}.efqHLE [class*="bottom-left-corner-"]{background-position:0 100%;}.efqHLE [class*="bottom-right-corner-"]{background-position:100% 100%;}.efqHLE [class*="top-edge-"],.efqHLE [class*="bottom-edge-"],.efqHLE [class*="left-edge-"],.efqHLE [class*="right-edge-"]{margin:auto;}.efqHLE [class*="top-edge-"],.efqHLE [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.efqHLE [class*="left-edge-"],.efqHLE [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.efqHLE [class*="top-edge-"]{top:0;}.efqHLE [class*="bottom-edge-"]{bottom:0;}.efqHLE [class*="left-edge-"]{left:0;}.efqHLE [class*="right-edge-"]{right:0;}.efqHLE .bottom-left-corner-0{width:50px;margin-left:-200px;margin-bottom:-100px;background-image:url('https://assets.digital.vistaprint.com/production/fdee4bbd-5a37-4d44-95eb-c8bbc870b551');}@media (min-width:30em){.efqHLE .bottom-left-corner-0{width:450px;margin-left:-270px;}}@media (min-width:60em){.efqHLE .bottom-left-corner-0{margin-left:-200px;}}.efqHLE .bottom-right-corner-0{width:300px;margin-right:-35px;margin-bottom:-20px;background-image:url('https://assets.digital.vistaprint.com/production/111e4cbf-c90f-477b-a6c3-4e07f34d7e8a');}@media (min-width:30em){.efqHLE .bottom-right-corner-0{margin-right:-100px;}}@media (min-width:60em){.efqHLE .bottom-right-corner-0{margin-right:-35px;}}

.gtwRvY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gtwRvY [class*="-corner-"],.gtwRvY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gtwRvY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gtwRvY [class*="bottom-left-corner"],.gtwRvY [class*="bottom-right-corner"]{bottom:0;}.gtwRvY [class*="top-left-corner"],.gtwRvY [class*="top-right-corner"]{top:0;}.gtwRvY [class*="-left-corner-"]{left:0;}.gtwRvY [class*="-right-corner-"]{right:0;}.gtwRvY [class*="top-left-corner-"]{background-position:0 0;}.gtwRvY [class*="top-right-corner-"]{background-position:100% 0;}.gtwRvY [class*="bottom-left-corner-"]{background-position:0 100%;}.gtwRvY [class*="bottom-right-corner-"]{background-position:100% 100%;}.gtwRvY [class*="top-edge-"],.gtwRvY [class*="bottom-edge-"],.gtwRvY [class*="left-edge-"],.gtwRvY [class*="right-edge-"]{margin:auto;}.gtwRvY [class*="top-edge-"],.gtwRvY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gtwRvY [class*="left-edge-"],.gtwRvY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gtwRvY [class*="top-edge-"]{top:0;}.gtwRvY [class*="bottom-edge-"]{bottom:0;}.gtwRvY [class*="left-edge-"]{left:0;}.gtwRvY [class*="right-edge-"]{right:0;}.gtwRvY .top-edge-0{height:100px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/9a0e3e72-165b-40a3-9408-76b32c1aa924');}

.cpTZcs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cpTZcs [class*="-corner-"],.cpTZcs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cpTZcs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cpTZcs [class*="bottom-left-corner"],.cpTZcs [class*="bottom-right-corner"]{bottom:0;}.cpTZcs [class*="top-left-corner"],.cpTZcs [class*="top-right-corner"]{top:0;}.cpTZcs [class*="-left-corner-"]{left:0;}.cpTZcs [class*="-right-corner-"]{right:0;}.cpTZcs [class*="top-left-corner-"]{background-position:0 0;}.cpTZcs [class*="top-right-corner-"]{background-position:100% 0;}.cpTZcs [class*="bottom-left-corner-"]{background-position:0 100%;}.cpTZcs [class*="bottom-right-corner-"]{background-position:100% 100%;}.cpTZcs [class*="top-edge-"],.cpTZcs [class*="bottom-edge-"],.cpTZcs [class*="left-edge-"],.cpTZcs [class*="right-edge-"]{margin:auto;}.cpTZcs [class*="top-edge-"],.cpTZcs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cpTZcs [class*="left-edge-"],.cpTZcs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cpTZcs [class*="top-edge-"]{top:0;}.cpTZcs [class*="bottom-edge-"]{bottom:0;}.cpTZcs [class*="left-edge-"]{left:0;}.cpTZcs [class*="right-edge-"]{right:0;}.cpTZcs .bottom-edge-0{height:100px;margin-bottom:-93.5px;background-image:url('https://assets.digital.vistaprint.com/production/9a0e3e72-165b-40a3-9408-76b32c1aa924');}

.lqHFc{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lqHFc [class*="-corner-"],.lqHFc [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lqHFc [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lqHFc [class*="bottom-left-corner"],.lqHFc [class*="bottom-right-corner"]{bottom:0;}.lqHFc [class*="top-left-corner"],.lqHFc [class*="top-right-corner"]{top:0;}.lqHFc [class*="-left-corner-"]{left:0;}.lqHFc [class*="-right-corner-"]{right:0;}.lqHFc [class*="top-left-corner-"]{background-position:0 0;}.lqHFc [class*="top-right-corner-"]{background-position:100% 0;}.lqHFc [class*="bottom-left-corner-"]{background-position:0 100%;}.lqHFc [class*="bottom-right-corner-"]{background-position:100% 100%;}.lqHFc [class*="top-edge-"],.lqHFc [class*="bottom-edge-"],.lqHFc [class*="left-edge-"],.lqHFc [class*="right-edge-"]{margin:auto;}.lqHFc [class*="top-edge-"],.lqHFc [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lqHFc [class*="left-edge-"],.lqHFc [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lqHFc [class*="top-edge-"]{top:0;}.lqHFc [class*="bottom-edge-"]{bottom:0;}.lqHFc [class*="left-edge-"]{left:0;}.lqHFc [class*="right-edge-"]{right:0;}.lqHFc .top-edge-0{width:100%;height:10px;background-color:#8b267d;}

.bqEExM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bqEExM [class*="-corner-"],.bqEExM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bqEExM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bqEExM [class*="bottom-left-corner"],.bqEExM [class*="bottom-right-corner"]{bottom:0;}.bqEExM [class*="top-left-corner"],.bqEExM [class*="top-right-corner"]{top:0;}.bqEExM [class*="-left-corner-"]{left:0;}.bqEExM [class*="-right-corner-"]{right:0;}.bqEExM [class*="top-left-corner-"]{background-position:0 0;}.bqEExM [class*="top-right-corner-"]{background-position:100% 0;}.bqEExM [class*="bottom-left-corner-"]{background-position:0 100%;}.bqEExM [class*="bottom-right-corner-"]{background-position:100% 100%;}.bqEExM [class*="top-edge-"],.bqEExM [class*="bottom-edge-"],.bqEExM [class*="left-edge-"],.bqEExM [class*="right-edge-"]{margin:auto;}.bqEExM [class*="top-edge-"],.bqEExM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bqEExM [class*="left-edge-"],.bqEExM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bqEExM [class*="top-edge-"]{top:0;}.bqEExM [class*="bottom-edge-"]{bottom:0;}.bqEExM [class*="left-edge-"]{left:0;}.bqEExM [class*="right-edge-"]{right:0;}.bqEExM .bottom-edge-0{width:278px;height:7px;background-image:url('https://assets.digital.vistaprint.com/production/ef0da14c-2774-406d-9581-a7a3372a0877');background-size:contain;}

.iwbUB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iwbUB [class*="-corner-"],.iwbUB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iwbUB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iwbUB [class*="bottom-left-corner"],.iwbUB [class*="bottom-right-corner"]{bottom:0;}.iwbUB [class*="top-left-corner"],.iwbUB [class*="top-right-corner"]{top:0;}.iwbUB [class*="-left-corner-"]{left:0;}.iwbUB [class*="-right-corner-"]{right:0;}.iwbUB [class*="top-left-corner-"]{background-position:0 0;}.iwbUB [class*="top-right-corner-"]{background-position:100% 0;}.iwbUB [class*="bottom-left-corner-"]{background-position:0 100%;}.iwbUB [class*="bottom-right-corner-"]{background-position:100% 100%;}.iwbUB [class*="top-edge-"],.iwbUB [class*="bottom-edge-"],.iwbUB [class*="left-edge-"],.iwbUB [class*="right-edge-"]{margin:auto;}.iwbUB [class*="top-edge-"],.iwbUB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iwbUB [class*="left-edge-"],.iwbUB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iwbUB [class*="top-edge-"]{top:0;}.iwbUB [class*="bottom-edge-"]{bottom:0;}.iwbUB [class*="left-edge-"]{left:0;}.iwbUB [class*="right-edge-"]{right:0;}.iwbUB .bottom-edge-0{width:100%;height:8px;background-color:#71196f;}

.hYInPW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hYInPW [class*="-corner-"],.hYInPW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hYInPW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hYInPW [class*="bottom-left-corner"],.hYInPW [class*="bottom-right-corner"]{bottom:0;}.hYInPW [class*="top-left-corner"],.hYInPW [class*="top-right-corner"]{top:0;}.hYInPW [class*="-left-corner-"]{left:0;}.hYInPW [class*="-right-corner-"]{right:0;}.hYInPW [class*="top-left-corner-"]{background-position:0 0;}.hYInPW [class*="top-right-corner-"]{background-position:100% 0;}.hYInPW [class*="bottom-left-corner-"]{background-position:0 100%;}.hYInPW [class*="bottom-right-corner-"]{background-position:100% 100%;}.hYInPW [class*="top-edge-"],.hYInPW [class*="bottom-edge-"],.hYInPW [class*="left-edge-"],.hYInPW [class*="right-edge-"]{margin:auto;}.hYInPW [class*="top-edge-"],.hYInPW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hYInPW [class*="left-edge-"],.hYInPW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hYInPW [class*="top-edge-"]{top:0;}.hYInPW [class*="bottom-edge-"]{bottom:0;}.hYInPW [class*="left-edge-"]{left:0;}.hYInPW [class*="right-edge-"]{right:0;}.hYInPW .bottom-edge-0{background-color:#DDDDDD;}@media (min-width:60em){.hYInPW .bottom-edge-0{width:500px;height:2px;margin-bottom:25px;background-color:#DDDDDD;}}

.geRDHC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.geRDHC [class*="-corner-"],.geRDHC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.geRDHC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.geRDHC [class*="bottom-left-corner"],.geRDHC [class*="bottom-right-corner"]{bottom:0;}.geRDHC [class*="top-left-corner"],.geRDHC [class*="top-right-corner"]{top:0;}.geRDHC [class*="-left-corner-"]{left:0;}.geRDHC [class*="-right-corner-"]{right:0;}.geRDHC [class*="top-left-corner-"]{background-position:0 0;}.geRDHC [class*="top-right-corner-"]{background-position:100% 0;}.geRDHC [class*="bottom-left-corner-"]{background-position:0 100%;}.geRDHC [class*="bottom-right-corner-"]{background-position:100% 100%;}.geRDHC [class*="top-edge-"],.geRDHC [class*="bottom-edge-"],.geRDHC [class*="left-edge-"],.geRDHC [class*="right-edge-"]{margin:auto;}.geRDHC [class*="top-edge-"],.geRDHC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.geRDHC [class*="left-edge-"],.geRDHC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.geRDHC [class*="top-edge-"]{top:0;}.geRDHC [class*="bottom-edge-"]{bottom:0;}.geRDHC [class*="left-edge-"]{left:0;}.geRDHC [class*="right-edge-"]{right:0;}.geRDHC .bottom-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/b9d66a30-a1f2-4418-9d59-73ad188134b7');}@media (min-width:60em){.geRDHC .bottom-edge-0{width:5%;height:30px;background-size:contain;background-repeat:no-repeat;}}

.kUrRJx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kUrRJx [class*="-corner-"],.kUrRJx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kUrRJx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kUrRJx [class*="bottom-left-corner"],.kUrRJx [class*="bottom-right-corner"]{bottom:0;}.kUrRJx [class*="top-left-corner"],.kUrRJx [class*="top-right-corner"]{top:0;}.kUrRJx [class*="-left-corner-"]{left:0;}.kUrRJx [class*="-right-corner-"]{right:0;}.kUrRJx [class*="top-left-corner-"]{background-position:0 0;}.kUrRJx [class*="top-right-corner-"]{background-position:100% 0;}.kUrRJx [class*="bottom-left-corner-"]{background-position:0 100%;}.kUrRJx [class*="bottom-right-corner-"]{background-position:100% 100%;}.kUrRJx [class*="top-edge-"],.kUrRJx [class*="bottom-edge-"],.kUrRJx [class*="left-edge-"],.kUrRJx [class*="right-edge-"]{margin:auto;}.kUrRJx [class*="top-edge-"],.kUrRJx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kUrRJx [class*="left-edge-"],.kUrRJx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kUrRJx [class*="top-edge-"]{top:0;}.kUrRJx [class*="bottom-edge-"]{bottom:0;}.kUrRJx [class*="left-edge-"]{left:0;}.kUrRJx [class*="right-edge-"]{right:0;}.kUrRJx .top-edge-0{width:100%;height:1px;opacity:0.5;background-color:white;}

.beNKYx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.beNKYx [class*="-corner-"],.beNKYx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.beNKYx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.beNKYx [class*="bottom-left-corner"],.beNKYx [class*="bottom-right-corner"]{bottom:0;}.beNKYx [class*="top-left-corner"],.beNKYx [class*="top-right-corner"]{top:0;}.beNKYx [class*="-left-corner-"]{left:0;}.beNKYx [class*="-right-corner-"]{right:0;}.beNKYx [class*="top-left-corner-"]{background-position:0 0;}.beNKYx [class*="top-right-corner-"]{background-position:100% 0;}.beNKYx [class*="bottom-left-corner-"]{background-position:0 100%;}.beNKYx [class*="bottom-right-corner-"]{background-position:100% 100%;}.beNKYx [class*="top-edge-"],.beNKYx [class*="bottom-edge-"],.beNKYx [class*="left-edge-"],.beNKYx [class*="right-edge-"]{margin:auto;}.beNKYx [class*="top-edge-"],.beNKYx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.beNKYx [class*="left-edge-"],.beNKYx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.beNKYx [class*="top-edge-"]{top:0;}.beNKYx [class*="bottom-edge-"]{bottom:0;}.beNKYx [class*="left-edge-"]{left:0;}.beNKYx [class*="right-edge-"]{right:0;}.beNKYx .bottom-edge-0{width:100%;height:5%;background-color:#006390;}@media (min-width:60em){.beNKYx .bottom-edge-0{width:70%;height:5%;background-color:#006390;}}

.dZGPDH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dZGPDH [class*="-corner-"],.dZGPDH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dZGPDH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dZGPDH [class*="bottom-left-corner"],.dZGPDH [class*="bottom-right-corner"]{bottom:0;}.dZGPDH [class*="top-left-corner"],.dZGPDH [class*="top-right-corner"]{top:0;}.dZGPDH [class*="-left-corner-"]{left:0;}.dZGPDH [class*="-right-corner-"]{right:0;}.dZGPDH [class*="top-left-corner-"]{background-position:0 0;}.dZGPDH [class*="top-right-corner-"]{background-position:100% 0;}.dZGPDH [class*="bottom-left-corner-"]{background-position:0 100%;}.dZGPDH [class*="bottom-right-corner-"]{background-position:100% 100%;}.dZGPDH [class*="top-edge-"],.dZGPDH [class*="bottom-edge-"],.dZGPDH [class*="left-edge-"],.dZGPDH [class*="right-edge-"]{margin:auto;}.dZGPDH [class*="top-edge-"],.dZGPDH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dZGPDH [class*="left-edge-"],.dZGPDH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dZGPDH [class*="top-edge-"]{top:0;}.dZGPDH [class*="bottom-edge-"]{bottom:0;}.dZGPDH [class*="left-edge-"]{left:0;}.dZGPDH [class*="right-edge-"]{right:0;}.dZGPDH .top-edge-0{width:100%;height:100%;background-color:#006390;}@media (min-width:60em){.dZGPDH .top-edge-0{width:70%;height:100%;background-color:#006390;}}.dZGPDH .bottom-edge-0{width:100%;height:10px;background-color:#85bed1;}@media (min-width:60em){.dZGPDH .bottom-edge-0{width:70%;height:10%;background-color:#85bed1;}}

.iITYZq{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iITYZq [class*="-corner-"],.iITYZq [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iITYZq [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iITYZq [class*="bottom-left-corner"],.iITYZq [class*="bottom-right-corner"]{bottom:0;}.iITYZq [class*="top-left-corner"],.iITYZq [class*="top-right-corner"]{top:0;}.iITYZq [class*="-left-corner-"]{left:0;}.iITYZq [class*="-right-corner-"]{right:0;}.iITYZq [class*="top-left-corner-"]{background-position:0 0;}.iITYZq [class*="top-right-corner-"]{background-position:100% 0;}.iITYZq [class*="bottom-left-corner-"]{background-position:0 100%;}.iITYZq [class*="bottom-right-corner-"]{background-position:100% 100%;}.iITYZq [class*="top-edge-"],.iITYZq [class*="bottom-edge-"],.iITYZq [class*="left-edge-"],.iITYZq [class*="right-edge-"]{margin:auto;}.iITYZq [class*="top-edge-"],.iITYZq [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iITYZq [class*="left-edge-"],.iITYZq [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iITYZq [class*="top-edge-"]{top:0;}.iITYZq [class*="bottom-edge-"]{bottom:0;}.iITYZq [class*="left-edge-"]{left:0;}.iITYZq [class*="right-edge-"]{right:0;}.iITYZq .bottom-edge-0{height:3px;background-color:white;}

.kSAYRR{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kSAYRR [class*="-corner-"],.kSAYRR [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kSAYRR [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kSAYRR [class*="bottom-left-corner"],.kSAYRR [class*="bottom-right-corner"]{bottom:0;}.kSAYRR [class*="top-left-corner"],.kSAYRR [class*="top-right-corner"]{top:0;}.kSAYRR [class*="-left-corner-"]{left:0;}.kSAYRR [class*="-right-corner-"]{right:0;}.kSAYRR [class*="top-left-corner-"]{background-position:0 0;}.kSAYRR [class*="top-right-corner-"]{background-position:100% 0;}.kSAYRR [class*="bottom-left-corner-"]{background-position:0 100%;}.kSAYRR [class*="bottom-right-corner-"]{background-position:100% 100%;}.kSAYRR [class*="top-edge-"],.kSAYRR [class*="bottom-edge-"],.kSAYRR [class*="left-edge-"],.kSAYRR [class*="right-edge-"]{margin:auto;}.kSAYRR [class*="top-edge-"],.kSAYRR [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kSAYRR [class*="left-edge-"],.kSAYRR [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kSAYRR [class*="top-edge-"]{top:0;}.kSAYRR [class*="bottom-edge-"]{bottom:0;}.kSAYRR [class*="left-edge-"]{left:0;}.kSAYRR [class*="right-edge-"]{right:0;}.kSAYRR .top-edge-0{height:3px;background-color:#f05b83;}

.eCZJKr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eCZJKr [class*="-corner-"],.eCZJKr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eCZJKr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eCZJKr [class*="bottom-left-corner"],.eCZJKr [class*="bottom-right-corner"]{bottom:0;}.eCZJKr [class*="top-left-corner"],.eCZJKr [class*="top-right-corner"]{top:0;}.eCZJKr [class*="-left-corner-"]{left:0;}.eCZJKr [class*="-right-corner-"]{right:0;}.eCZJKr [class*="top-left-corner-"]{background-position:0 0;}.eCZJKr [class*="top-right-corner-"]{background-position:100% 0;}.eCZJKr [class*="bottom-left-corner-"]{background-position:0 100%;}.eCZJKr [class*="bottom-right-corner-"]{background-position:100% 100%;}.eCZJKr [class*="top-edge-"],.eCZJKr [class*="bottom-edge-"],.eCZJKr [class*="left-edge-"],.eCZJKr [class*="right-edge-"]{margin:auto;}.eCZJKr [class*="top-edge-"],.eCZJKr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eCZJKr [class*="left-edge-"],.eCZJKr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eCZJKr [class*="top-edge-"]{top:0;}.eCZJKr [class*="bottom-edge-"]{bottom:0;}.eCZJKr [class*="left-edge-"]{left:0;}.eCZJKr [class*="right-edge-"]{right:0;}.eCZJKr .top-edge-0{width:100%;height:1px;background-color:#ddbc7e;}

.iiCmm{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iiCmm [class*="-corner-"],.iiCmm [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iiCmm [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iiCmm [class*="bottom-left-corner"],.iiCmm [class*="bottom-right-corner"]{bottom:0;}.iiCmm [class*="top-left-corner"],.iiCmm [class*="top-right-corner"]{top:0;}.iiCmm [class*="-left-corner-"]{left:0;}.iiCmm [class*="-right-corner-"]{right:0;}.iiCmm [class*="top-left-corner-"]{background-position:0 0;}.iiCmm [class*="top-right-corner-"]{background-position:100% 0;}.iiCmm [class*="bottom-left-corner-"]{background-position:0 100%;}.iiCmm [class*="bottom-right-corner-"]{background-position:100% 100%;}.iiCmm [class*="top-edge-"],.iiCmm [class*="bottom-edge-"],.iiCmm [class*="left-edge-"],.iiCmm [class*="right-edge-"]{margin:auto;}.iiCmm [class*="top-edge-"],.iiCmm [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iiCmm [class*="left-edge-"],.iiCmm [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iiCmm [class*="top-edge-"]{top:0;}.iiCmm [class*="bottom-edge-"]{bottom:0;}.iiCmm [class*="left-edge-"]{left:0;}.iiCmm [class*="right-edge-"]{right:0;}.iiCmm .top-edge-0{width:100%;height:3px;background-color:#81c5e2;}

.eCQwvr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eCQwvr [class*="-corner-"],.eCQwvr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eCQwvr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eCQwvr [class*="bottom-left-corner"],.eCQwvr [class*="bottom-right-corner"]{bottom:0;}.eCQwvr [class*="top-left-corner"],.eCQwvr [class*="top-right-corner"]{top:0;}.eCQwvr [class*="-left-corner-"]{left:0;}.eCQwvr [class*="-right-corner-"]{right:0;}.eCQwvr [class*="top-left-corner-"]{background-position:0 0;}.eCQwvr [class*="top-right-corner-"]{background-position:100% 0;}.eCQwvr [class*="bottom-left-corner-"]{background-position:0 100%;}.eCQwvr [class*="bottom-right-corner-"]{background-position:100% 100%;}.eCQwvr [class*="top-edge-"],.eCQwvr [class*="bottom-edge-"],.eCQwvr [class*="left-edge-"],.eCQwvr [class*="right-edge-"]{margin:auto;}.eCQwvr [class*="top-edge-"],.eCQwvr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eCQwvr [class*="left-edge-"],.eCQwvr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eCQwvr [class*="top-edge-"]{top:0;}.eCQwvr [class*="bottom-edge-"]{bottom:0;}.eCQwvr [class*="left-edge-"]{left:0;}.eCQwvr [class*="right-edge-"]{right:0;}.eCQwvr .left-edge-0{margin-left:30px;background-image:url('https://assets.digital.vistaprint.com/production/64d48d04-f629-4c71-b39e-e23f21aa5821');background-size:contain;}@media (min-width:60em){.eCQwvr .left-edge-0{width:293px;height:400px;}}.eCQwvr .right-edge-0{margin-right:30px;background-image:url('https://assets.digital.vistaprint.com/production/e79b721f-9324-4190-95fb-7ab941ddd1eb');background-size:contain;}@media (min-width:60em){.eCQwvr .right-edge-0{width:264px;height:370px;}}

.beYKtt{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.beYKtt [class*="-corner-"],.beYKtt [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.beYKtt [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.beYKtt [class*="bottom-left-corner"],.beYKtt [class*="bottom-right-corner"]{bottom:0;}.beYKtt [class*="top-left-corner"],.beYKtt [class*="top-right-corner"]{top:0;}.beYKtt [class*="-left-corner-"]{left:0;}.beYKtt [class*="-right-corner-"]{right:0;}.beYKtt [class*="top-left-corner-"]{background-position:0 0;}.beYKtt [class*="top-right-corner-"]{background-position:100% 0;}.beYKtt [class*="bottom-left-corner-"]{background-position:0 100%;}.beYKtt [class*="bottom-right-corner-"]{background-position:100% 100%;}.beYKtt [class*="top-edge-"],.beYKtt [class*="bottom-edge-"],.beYKtt [class*="left-edge-"],.beYKtt [class*="right-edge-"]{margin:auto;}.beYKtt [class*="top-edge-"],.beYKtt [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.beYKtt [class*="left-edge-"],.beYKtt [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.beYKtt [class*="top-edge-"]{top:0;}.beYKtt [class*="bottom-edge-"]{bottom:0;}.beYKtt [class*="left-edge-"]{left:0;}.beYKtt [class*="right-edge-"]{right:0;}.beYKtt .bottom-edge-0{width:100%;height:2px;background-color:#0092c1;}

.cOjgzv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cOjgzv [class*="-corner-"],.cOjgzv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cOjgzv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cOjgzv [class*="bottom-left-corner"],.cOjgzv [class*="bottom-right-corner"]{bottom:0;}.cOjgzv [class*="top-left-corner"],.cOjgzv [class*="top-right-corner"]{top:0;}.cOjgzv [class*="-left-corner-"]{left:0;}.cOjgzv [class*="-right-corner-"]{right:0;}.cOjgzv [class*="top-left-corner-"]{background-position:0 0;}.cOjgzv [class*="top-right-corner-"]{background-position:100% 0;}.cOjgzv [class*="bottom-left-corner-"]{background-position:0 100%;}.cOjgzv [class*="bottom-right-corner-"]{background-position:100% 100%;}.cOjgzv [class*="top-edge-"],.cOjgzv [class*="bottom-edge-"],.cOjgzv [class*="left-edge-"],.cOjgzv [class*="right-edge-"]{margin:auto;}.cOjgzv [class*="top-edge-"],.cOjgzv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cOjgzv [class*="left-edge-"],.cOjgzv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cOjgzv [class*="top-edge-"]{top:0;}.cOjgzv [class*="bottom-edge-"]{bottom:0;}.cOjgzv [class*="left-edge-"]{left:0;}.cOjgzv [class*="right-edge-"]{right:0;}.cOjgzv .bottom-edge-0{width:103%;height:70%;margin-left:-5px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/10233d6f-f729-4469-b51a-a481b78374b0');background-size:cover;background-repeat:no-repeat;background-position:40% 10%;}@media (min-width:30em){.cOjgzv .bottom-edge-0{width:103%;height:90%;margin-left:-5px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/10233d6f-f729-4469-b51a-a481b78374b0');background-size:cover;background-repeat:no-repeat;background-position:40% 10%;}}@media (min-width:60em){.cOjgzv .bottom-edge-0{width:103%;height:100%;margin-left:-5px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/10233d6f-f729-4469-b51a-a481b78374b0');background-size:cover;background-repeat:no-repeat;background-position:40% 10%;}}

.hDhuFA{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hDhuFA [class*="-corner-"],.hDhuFA [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hDhuFA [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hDhuFA [class*="bottom-left-corner"],.hDhuFA [class*="bottom-right-corner"]{bottom:0;}.hDhuFA [class*="top-left-corner"],.hDhuFA [class*="top-right-corner"]{top:0;}.hDhuFA [class*="-left-corner-"]{left:0;}.hDhuFA [class*="-right-corner-"]{right:0;}.hDhuFA [class*="top-left-corner-"]{background-position:0 0;}.hDhuFA [class*="top-right-corner-"]{background-position:100% 0;}.hDhuFA [class*="bottom-left-corner-"]{background-position:0 100%;}.hDhuFA [class*="bottom-right-corner-"]{background-position:100% 100%;}.hDhuFA [class*="top-edge-"],.hDhuFA [class*="bottom-edge-"],.hDhuFA [class*="left-edge-"],.hDhuFA [class*="right-edge-"]{margin:auto;}.hDhuFA [class*="top-edge-"],.hDhuFA [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hDhuFA [class*="left-edge-"],.hDhuFA [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hDhuFA [class*="top-edge-"]{top:0;}.hDhuFA [class*="bottom-edge-"]{bottom:0;}.hDhuFA [class*="left-edge-"]{left:0;}.hDhuFA [class*="right-edge-"]{right:0;}.hDhuFA .top-edge-0{width:100%;height:85%;margin-left:0px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/a235a0ad-645b-4ff6-9ce1-b423804d1c5a');background-size:cover;background-repeat:no-repeat;background-position:40% 0%;}@media (min-width:30em){.hDhuFA .top-edge-0{width:110%;height:90%;margin-left:-50px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/a235a0ad-645b-4ff6-9ce1-b423804d1c5a');background-size:cover;background-repeat:no-repeat;background-position:50% 90%;}}@media (min-width:60em){.hDhuFA .top-edge-0{width:110%;height:100%;margin-left:-80.5px;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/a235a0ad-645b-4ff6-9ce1-b423804d1c5a');background-size:cover;background-repeat:no-repeat;background-position:50% 90%;}}

.cZsdUa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cZsdUa [class*="-corner-"],.cZsdUa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cZsdUa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cZsdUa [class*="bottom-left-corner"],.cZsdUa [class*="bottom-right-corner"]{bottom:0;}.cZsdUa [class*="top-left-corner"],.cZsdUa [class*="top-right-corner"]{top:0;}.cZsdUa [class*="-left-corner-"]{left:0;}.cZsdUa [class*="-right-corner-"]{right:0;}.cZsdUa [class*="top-left-corner-"]{background-position:0 0;}.cZsdUa [class*="top-right-corner-"]{background-position:100% 0;}.cZsdUa [class*="bottom-left-corner-"]{background-position:0 100%;}.cZsdUa [class*="bottom-right-corner-"]{background-position:100% 100%;}.cZsdUa [class*="top-edge-"],.cZsdUa [class*="bottom-edge-"],.cZsdUa [class*="left-edge-"],.cZsdUa [class*="right-edge-"]{margin:auto;}.cZsdUa [class*="top-edge-"],.cZsdUa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cZsdUa [class*="left-edge-"],.cZsdUa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cZsdUa [class*="top-edge-"]{top:0;}.cZsdUa [class*="bottom-edge-"]{bottom:0;}.cZsdUa [class*="left-edge-"]{left:0;}.cZsdUa [class*="right-edge-"]{right:0;}.cZsdUa .top-edge-0{width:100%;height:10px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#FFFFFF;}

.iMUpif{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iMUpif [class*="-corner-"],.iMUpif [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iMUpif [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iMUpif [class*="bottom-left-corner"],.iMUpif [class*="bottom-right-corner"]{bottom:0;}.iMUpif [class*="top-left-corner"],.iMUpif [class*="top-right-corner"]{top:0;}.iMUpif [class*="-left-corner-"]{left:0;}.iMUpif [class*="-right-corner-"]{right:0;}.iMUpif [class*="top-left-corner-"]{background-position:0 0;}.iMUpif [class*="top-right-corner-"]{background-position:100% 0;}.iMUpif [class*="bottom-left-corner-"]{background-position:0 100%;}.iMUpif [class*="bottom-right-corner-"]{background-position:100% 100%;}.iMUpif [class*="top-edge-"],.iMUpif [class*="bottom-edge-"],.iMUpif [class*="left-edge-"],.iMUpif [class*="right-edge-"]{margin:auto;}.iMUpif [class*="top-edge-"],.iMUpif [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iMUpif [class*="left-edge-"],.iMUpif [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iMUpif [class*="top-edge-"]{top:0;}.iMUpif [class*="bottom-edge-"]{bottom:0;}.iMUpif [class*="left-edge-"]{left:0;}.iMUpif [class*="right-edge-"]{right:0;}.iMUpif .top-edge-0{width:100%;height:100%;margin-top:-20px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/7d357cfc-25cf-4971-9d1b-69a7ceb967e0');}

.khrqaH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.khrqaH [class*="-corner-"],.khrqaH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.khrqaH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.khrqaH [class*="bottom-left-corner"],.khrqaH [class*="bottom-right-corner"]{bottom:0;}.khrqaH [class*="top-left-corner"],.khrqaH [class*="top-right-corner"]{top:0;}.khrqaH [class*="-left-corner-"]{left:0;}.khrqaH [class*="-right-corner-"]{right:0;}.khrqaH [class*="top-left-corner-"]{background-position:0 0;}.khrqaH [class*="top-right-corner-"]{background-position:100% 0;}.khrqaH [class*="bottom-left-corner-"]{background-position:0 100%;}.khrqaH [class*="bottom-right-corner-"]{background-position:100% 100%;}.khrqaH [class*="top-edge-"],.khrqaH [class*="bottom-edge-"],.khrqaH [class*="left-edge-"],.khrqaH [class*="right-edge-"]{margin:auto;}.khrqaH [class*="top-edge-"],.khrqaH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.khrqaH [class*="left-edge-"],.khrqaH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.khrqaH [class*="top-edge-"]{top:0;}.khrqaH [class*="bottom-edge-"]{bottom:0;}.khrqaH [class*="left-edge-"]{left:0;}.khrqaH [class*="right-edge-"]{right:0;}.khrqaH .bottom-edge-0{width:100%;height:100%;margin-bottom:-20px;opacity:0.2;background-image:url('https://assets.digital.vistaprint.com/production/7d357cfc-25cf-4971-9d1b-69a7ceb967e0');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);}

.kPUGAZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kPUGAZ [class*="-corner-"],.kPUGAZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kPUGAZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kPUGAZ [class*="bottom-left-corner"],.kPUGAZ [class*="bottom-right-corner"]{bottom:0;}.kPUGAZ [class*="top-left-corner"],.kPUGAZ [class*="top-right-corner"]{top:0;}.kPUGAZ [class*="-left-corner-"]{left:0;}.kPUGAZ [class*="-right-corner-"]{right:0;}.kPUGAZ [class*="top-left-corner-"]{background-position:0 0;}.kPUGAZ [class*="top-right-corner-"]{background-position:100% 0;}.kPUGAZ [class*="bottom-left-corner-"]{background-position:0 100%;}.kPUGAZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.kPUGAZ [class*="top-edge-"],.kPUGAZ [class*="bottom-edge-"],.kPUGAZ [class*="left-edge-"],.kPUGAZ [class*="right-edge-"]{margin:auto;}.kPUGAZ [class*="top-edge-"],.kPUGAZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kPUGAZ [class*="left-edge-"],.kPUGAZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kPUGAZ [class*="top-edge-"]{top:0;}.kPUGAZ [class*="bottom-edge-"]{bottom:0;}.kPUGAZ [class*="left-edge-"]{left:0;}.kPUGAZ [class*="right-edge-"]{right:0;}.kPUGAZ .top-edge-0{width:2400px;height:148px;background-image:url('https://assets.digital.vistaprint.com/production/3b679903-df79-4aef-a46d-61268b021509');}

.kPjnAb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kPjnAb [class*="-corner-"],.kPjnAb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kPjnAb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kPjnAb [class*="bottom-left-corner"],.kPjnAb [class*="bottom-right-corner"]{bottom:0;}.kPjnAb [class*="top-left-corner"],.kPjnAb [class*="top-right-corner"]{top:0;}.kPjnAb [class*="-left-corner-"]{left:0;}.kPjnAb [class*="-right-corner-"]{right:0;}.kPjnAb [class*="top-left-corner-"]{background-position:0 0;}.kPjnAb [class*="top-right-corner-"]{background-position:100% 0;}.kPjnAb [class*="bottom-left-corner-"]{background-position:0 100%;}.kPjnAb [class*="bottom-right-corner-"]{background-position:100% 100%;}.kPjnAb [class*="top-edge-"],.kPjnAb [class*="bottom-edge-"],.kPjnAb [class*="left-edge-"],.kPjnAb [class*="right-edge-"]{margin:auto;}.kPjnAb [class*="top-edge-"],.kPjnAb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kPjnAb [class*="left-edge-"],.kPjnAb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kPjnAb [class*="top-edge-"]{top:0;}.kPjnAb [class*="bottom-edge-"]{bottom:0;}.kPjnAb [class*="left-edge-"]{left:0;}.kPjnAb [class*="right-edge-"]{right:0;}.kPjnAb .top-edge-0{width:100%;height:100%;background-color:#fff200;}@media (min-width:30em){.kPjnAb .top-edge-0{width:100%;height:100%;background-color:#fff200;}}@media (min-width:60em){.kPjnAb .top-edge-0{width:0%;height:0%;background-color:#fff200;}}

.HoeTs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.HoeTs [class*="-corner-"],.HoeTs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.HoeTs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.HoeTs [class*="bottom-left-corner"],.HoeTs [class*="bottom-right-corner"]{bottom:0;}.HoeTs [class*="top-left-corner"],.HoeTs [class*="top-right-corner"]{top:0;}.HoeTs [class*="-left-corner-"]{left:0;}.HoeTs [class*="-right-corner-"]{right:0;}.HoeTs [class*="top-left-corner-"]{background-position:0 0;}.HoeTs [class*="top-right-corner-"]{background-position:100% 0;}.HoeTs [class*="bottom-left-corner-"]{background-position:0 100%;}.HoeTs [class*="bottom-right-corner-"]{background-position:100% 100%;}.HoeTs [class*="top-edge-"],.HoeTs [class*="bottom-edge-"],.HoeTs [class*="left-edge-"],.HoeTs [class*="right-edge-"]{margin:auto;}.HoeTs [class*="top-edge-"],.HoeTs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.HoeTs [class*="left-edge-"],.HoeTs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.HoeTs [class*="top-edge-"]{top:0;}.HoeTs [class*="bottom-edge-"]{bottom:0;}.HoeTs [class*="left-edge-"]{left:0;}.HoeTs [class*="right-edge-"]{right:0;}.HoeTs .bottom-edge-0{width:100%;height:15px;background-color:#004a8f;}

.eMAlfx{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eMAlfx [class*="-corner-"],.eMAlfx [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eMAlfx [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eMAlfx [class*="bottom-left-corner"],.eMAlfx [class*="bottom-right-corner"]{bottom:0;}.eMAlfx [class*="top-left-corner"],.eMAlfx [class*="top-right-corner"]{top:0;}.eMAlfx [class*="-left-corner-"]{left:0;}.eMAlfx [class*="-right-corner-"]{right:0;}.eMAlfx [class*="top-left-corner-"]{background-position:0 0;}.eMAlfx [class*="top-right-corner-"]{background-position:100% 0;}.eMAlfx [class*="bottom-left-corner-"]{background-position:0 100%;}.eMAlfx [class*="bottom-right-corner-"]{background-position:100% 100%;}.eMAlfx [class*="top-edge-"],.eMAlfx [class*="bottom-edge-"],.eMAlfx [class*="left-edge-"],.eMAlfx [class*="right-edge-"]{margin:auto;}.eMAlfx [class*="top-edge-"],.eMAlfx [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eMAlfx [class*="left-edge-"],.eMAlfx [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eMAlfx [class*="top-edge-"]{top:0;}.eMAlfx [class*="bottom-edge-"]{bottom:0;}.eMAlfx [class*="left-edge-"]{left:0;}.eMAlfx [class*="right-edge-"]{right:0;}.eMAlfx .top-edge-0{width:100%;height:15px;background-color:#004a8f;}

.fHZCzJ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fHZCzJ [class*="-corner-"],.fHZCzJ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fHZCzJ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fHZCzJ [class*="bottom-left-corner"],.fHZCzJ [class*="bottom-right-corner"]{bottom:0;}.fHZCzJ [class*="top-left-corner"],.fHZCzJ [class*="top-right-corner"]{top:0;}.fHZCzJ [class*="-left-corner-"]{left:0;}.fHZCzJ [class*="-right-corner-"]{right:0;}.fHZCzJ [class*="top-left-corner-"]{background-position:0 0;}.fHZCzJ [class*="top-right-corner-"]{background-position:100% 0;}.fHZCzJ [class*="bottom-left-corner-"]{background-position:0 100%;}.fHZCzJ [class*="bottom-right-corner-"]{background-position:100% 100%;}.fHZCzJ [class*="top-edge-"],.fHZCzJ [class*="bottom-edge-"],.fHZCzJ [class*="left-edge-"],.fHZCzJ [class*="right-edge-"]{margin:auto;}.fHZCzJ [class*="top-edge-"],.fHZCzJ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fHZCzJ [class*="left-edge-"],.fHZCzJ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fHZCzJ [class*="top-edge-"]{top:0;}.fHZCzJ [class*="bottom-edge-"]{bottom:0;}.fHZCzJ [class*="left-edge-"]{left:0;}.fHZCzJ [class*="right-edge-"]{right:0;}.fHZCzJ .top-edge-0{width:100%;height:3px;background-color:#005982;}

.jYCaOY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jYCaOY [class*="-corner-"],.jYCaOY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jYCaOY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jYCaOY [class*="bottom-left-corner"],.jYCaOY [class*="bottom-right-corner"]{bottom:0;}.jYCaOY [class*="top-left-corner"],.jYCaOY [class*="top-right-corner"]{top:0;}.jYCaOY [class*="-left-corner-"]{left:0;}.jYCaOY [class*="-right-corner-"]{right:0;}.jYCaOY [class*="top-left-corner-"]{background-position:0 0;}.jYCaOY [class*="top-right-corner-"]{background-position:100% 0;}.jYCaOY [class*="bottom-left-corner-"]{background-position:0 100%;}.jYCaOY [class*="bottom-right-corner-"]{background-position:100% 100%;}.jYCaOY [class*="top-edge-"],.jYCaOY [class*="bottom-edge-"],.jYCaOY [class*="left-edge-"],.jYCaOY [class*="right-edge-"]{margin:auto;}.jYCaOY [class*="top-edge-"],.jYCaOY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jYCaOY [class*="left-edge-"],.jYCaOY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jYCaOY [class*="top-edge-"]{top:0;}.jYCaOY [class*="bottom-edge-"]{bottom:0;}.jYCaOY [class*="left-edge-"]{left:0;}.jYCaOY [class*="right-edge-"]{right:0;}.jYCaOY .bottom-edge-0{width:600px;height:2px;background-color:#e49296;}

.dvXXzY{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dvXXzY [class*="-corner-"],.dvXXzY [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dvXXzY [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dvXXzY [class*="bottom-left-corner"],.dvXXzY [class*="bottom-right-corner"]{bottom:0;}.dvXXzY [class*="top-left-corner"],.dvXXzY [class*="top-right-corner"]{top:0;}.dvXXzY [class*="-left-corner-"]{left:0;}.dvXXzY [class*="-right-corner-"]{right:0;}.dvXXzY [class*="top-left-corner-"]{background-position:0 0;}.dvXXzY [class*="top-right-corner-"]{background-position:100% 0;}.dvXXzY [class*="bottom-left-corner-"]{background-position:0 100%;}.dvXXzY [class*="bottom-right-corner-"]{background-position:100% 100%;}.dvXXzY [class*="top-edge-"],.dvXXzY [class*="bottom-edge-"],.dvXXzY [class*="left-edge-"],.dvXXzY [class*="right-edge-"]{margin:auto;}.dvXXzY [class*="top-edge-"],.dvXXzY [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dvXXzY [class*="left-edge-"],.dvXXzY [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dvXXzY [class*="top-edge-"]{top:0;}.dvXXzY [class*="bottom-edge-"]{bottom:0;}.dvXXzY [class*="left-edge-"]{left:0;}.dvXXzY [class*="right-edge-"]{right:0;}.dvXXzY .bottom-edge-0{width:100%;height:97px;background-image:url('https://assets.digital.vistaprint.com/production/372176df-5672-4e0d-b6cd-5b84f4c07eba');background-size:cover;background-repeat:no-repeat;}

.hrfaqI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hrfaqI [class*="-corner-"],.hrfaqI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hrfaqI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hrfaqI [class*="bottom-left-corner"],.hrfaqI [class*="bottom-right-corner"]{bottom:0;}.hrfaqI [class*="top-left-corner"],.hrfaqI [class*="top-right-corner"]{top:0;}.hrfaqI [class*="-left-corner-"]{left:0;}.hrfaqI [class*="-right-corner-"]{right:0;}.hrfaqI [class*="top-left-corner-"]{background-position:0 0;}.hrfaqI [class*="top-right-corner-"]{background-position:100% 0;}.hrfaqI [class*="bottom-left-corner-"]{background-position:0 100%;}.hrfaqI [class*="bottom-right-corner-"]{background-position:100% 100%;}.hrfaqI [class*="top-edge-"],.hrfaqI [class*="bottom-edge-"],.hrfaqI [class*="left-edge-"],.hrfaqI [class*="right-edge-"]{margin:auto;}.hrfaqI [class*="top-edge-"],.hrfaqI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hrfaqI [class*="left-edge-"],.hrfaqI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hrfaqI [class*="top-edge-"]{top:0;}.hrfaqI [class*="bottom-edge-"]{bottom:0;}.hrfaqI [class*="left-edge-"]{left:0;}.hrfaqI [class*="right-edge-"]{right:0;}.hrfaqI .top-edge-0{background-color:#fbc8b4;}@media (min-width:30em){.hrfaqI .top-edge-0{width:500px;height:2px;margin-top:200px;}}@media (min-width:60em){.hrfaqI .top-edge-0{width:500px;height:2px;margin-top:200px;}}.hrfaqI .bottom-edge-0{background-color:#fbc8b4;}@media (min-width:30em){.hrfaqI .bottom-edge-0{width:500px;height:2px;margin-bottom:22px;}}@media (min-width:60em){.hrfaqI .bottom-edge-0{width:500px;height:2px;margin-bottom:22px;}}

.RjuyP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.RjuyP [class*="-corner-"],.RjuyP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.RjuyP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.RjuyP [class*="bottom-left-corner"],.RjuyP [class*="bottom-right-corner"]{bottom:0;}.RjuyP [class*="top-left-corner"],.RjuyP [class*="top-right-corner"]{top:0;}.RjuyP [class*="-left-corner-"]{left:0;}.RjuyP [class*="-right-corner-"]{right:0;}.RjuyP [class*="top-left-corner-"]{background-position:0 0;}.RjuyP [class*="top-right-corner-"]{background-position:100% 0;}.RjuyP [class*="bottom-left-corner-"]{background-position:0 100%;}.RjuyP [class*="bottom-right-corner-"]{background-position:100% 100%;}.RjuyP [class*="top-edge-"],.RjuyP [class*="bottom-edge-"],.RjuyP [class*="left-edge-"],.RjuyP [class*="right-edge-"]{margin:auto;}.RjuyP [class*="top-edge-"],.RjuyP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.RjuyP [class*="left-edge-"],.RjuyP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.RjuyP [class*="top-edge-"]{top:0;}.RjuyP [class*="bottom-edge-"]{bottom:0;}.RjuyP [class*="left-edge-"]{left:0;}.RjuyP [class*="right-edge-"]{right:0;}.RjuyP .top-edge-0{width:1936px;height:34px;background-image:url('https://assets.digital.vistaprint.com/production/778be964-5d7c-4e8a-bc44-3b2fd984ba04');background-size:cover;}

.ecGEsh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ecGEsh [class*="-corner-"],.ecGEsh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ecGEsh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ecGEsh [class*="bottom-left-corner"],.ecGEsh [class*="bottom-right-corner"]{bottom:0;}.ecGEsh [class*="top-left-corner"],.ecGEsh [class*="top-right-corner"]{top:0;}.ecGEsh [class*="-left-corner-"]{left:0;}.ecGEsh [class*="-right-corner-"]{right:0;}.ecGEsh [class*="top-left-corner-"]{background-position:0 0;}.ecGEsh [class*="top-right-corner-"]{background-position:100% 0;}.ecGEsh [class*="bottom-left-corner-"]{background-position:0 100%;}.ecGEsh [class*="bottom-right-corner-"]{background-position:100% 100%;}.ecGEsh [class*="top-edge-"],.ecGEsh [class*="bottom-edge-"],.ecGEsh [class*="left-edge-"],.ecGEsh [class*="right-edge-"]{margin:auto;}.ecGEsh [class*="top-edge-"],.ecGEsh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ecGEsh [class*="left-edge-"],.ecGEsh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ecGEsh [class*="top-edge-"]{top:0;}.ecGEsh [class*="bottom-edge-"]{bottom:0;}.ecGEsh [class*="left-edge-"]{left:0;}.ecGEsh [class*="right-edge-"]{right:0;}.ecGEsh .bottom-edge-0{height:250px;background-color:#F7F7F7;}

.griIKP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.griIKP [class*="-corner-"],.griIKP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.griIKP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.griIKP [class*="bottom-left-corner"],.griIKP [class*="bottom-right-corner"]{bottom:0;}.griIKP [class*="top-left-corner"],.griIKP [class*="top-right-corner"]{top:0;}.griIKP [class*="-left-corner-"]{left:0;}.griIKP [class*="-right-corner-"]{right:0;}.griIKP [class*="top-left-corner-"]{background-position:0 0;}.griIKP [class*="top-right-corner-"]{background-position:100% 0;}.griIKP [class*="bottom-left-corner-"]{background-position:0 100%;}.griIKP [class*="bottom-right-corner-"]{background-position:100% 100%;}.griIKP [class*="top-edge-"],.griIKP [class*="bottom-edge-"],.griIKP [class*="left-edge-"],.griIKP [class*="right-edge-"]{margin:auto;}.griIKP [class*="top-edge-"],.griIKP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.griIKP [class*="left-edge-"],.griIKP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.griIKP [class*="top-edge-"]{top:0;}.griIKP [class*="bottom-edge-"]{bottom:0;}.griIKP [class*="left-edge-"]{left:0;}.griIKP [class*="right-edge-"]{right:0;}.griIKP .top-edge-0{width:910px;height:2px;background-color:#72cee6;}.griIKP .bottom-edge-0{width:910px;height:2px;background-color:#72cee6;}

.kLEOph{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kLEOph [class*="-corner-"],.kLEOph [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kLEOph [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kLEOph [class*="bottom-left-corner"],.kLEOph [class*="bottom-right-corner"]{bottom:0;}.kLEOph [class*="top-left-corner"],.kLEOph [class*="top-right-corner"]{top:0;}.kLEOph [class*="-left-corner-"]{left:0;}.kLEOph [class*="-right-corner-"]{right:0;}.kLEOph [class*="top-left-corner-"]{background-position:0 0;}.kLEOph [class*="top-right-corner-"]{background-position:100% 0;}.kLEOph [class*="bottom-left-corner-"]{background-position:0 100%;}.kLEOph [class*="bottom-right-corner-"]{background-position:100% 100%;}.kLEOph [class*="top-edge-"],.kLEOph [class*="bottom-edge-"],.kLEOph [class*="left-edge-"],.kLEOph [class*="right-edge-"]{margin:auto;}.kLEOph [class*="top-edge-"],.kLEOph [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kLEOph [class*="left-edge-"],.kLEOph [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kLEOph [class*="top-edge-"]{top:0;}.kLEOph [class*="bottom-edge-"]{bottom:0;}.kLEOph [class*="left-edge-"]{left:0;}.kLEOph [class*="right-edge-"]{right:0;}.kLEOph .top-left-corner-0{width:100%;height:100%;opacity:0.7;background-color:#000000;}@media (min-width:30em){.kLEOph .top-left-corner-0{opacity:0.7;}}@media (min-width:60em){.kLEOph .top-left-corner-0{opacity:0;}}

.hmuTcI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hmuTcI [class*="-corner-"],.hmuTcI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hmuTcI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hmuTcI [class*="bottom-left-corner"],.hmuTcI [class*="bottom-right-corner"]{bottom:0;}.hmuTcI [class*="top-left-corner"],.hmuTcI [class*="top-right-corner"]{top:0;}.hmuTcI [class*="-left-corner-"]{left:0;}.hmuTcI [class*="-right-corner-"]{right:0;}.hmuTcI [class*="top-left-corner-"]{background-position:0 0;}.hmuTcI [class*="top-right-corner-"]{background-position:100% 0;}.hmuTcI [class*="bottom-left-corner-"]{background-position:0 100%;}.hmuTcI [class*="bottom-right-corner-"]{background-position:100% 100%;}.hmuTcI [class*="top-edge-"],.hmuTcI [class*="bottom-edge-"],.hmuTcI [class*="left-edge-"],.hmuTcI [class*="right-edge-"]{margin:auto;}.hmuTcI [class*="top-edge-"],.hmuTcI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hmuTcI [class*="left-edge-"],.hmuTcI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hmuTcI [class*="top-edge-"]{top:0;}.hmuTcI [class*="bottom-edge-"]{bottom:0;}.hmuTcI [class*="left-edge-"]{left:0;}.hmuTcI [class*="right-edge-"]{right:0;}.hmuTcI .top-left-corner-0{width:100%;height:100%;opacity:0.7;background-color:#ec008c;}@media (min-width:30em){.hmuTcI .top-left-corner-0{opacity:0.7;}}@media (min-width:60em){.hmuTcI .top-left-corner-0{opacity:0;}}

.edWjcs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.edWjcs [class*="-corner-"],.edWjcs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.edWjcs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.edWjcs [class*="bottom-left-corner"],.edWjcs [class*="bottom-right-corner"]{bottom:0;}.edWjcs [class*="top-left-corner"],.edWjcs [class*="top-right-corner"]{top:0;}.edWjcs [class*="-left-corner-"]{left:0;}.edWjcs [class*="-right-corner-"]{right:0;}.edWjcs [class*="top-left-corner-"]{background-position:0 0;}.edWjcs [class*="top-right-corner-"]{background-position:100% 0;}.edWjcs [class*="bottom-left-corner-"]{background-position:0 100%;}.edWjcs [class*="bottom-right-corner-"]{background-position:100% 100%;}.edWjcs [class*="top-edge-"],.edWjcs [class*="bottom-edge-"],.edWjcs [class*="left-edge-"],.edWjcs [class*="right-edge-"]{margin:auto;}.edWjcs [class*="top-edge-"],.edWjcs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.edWjcs [class*="left-edge-"],.edWjcs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.edWjcs [class*="top-edge-"]{top:0;}.edWjcs [class*="bottom-edge-"]{bottom:0;}.edWjcs [class*="left-edge-"]{left:0;}.edWjcs [class*="right-edge-"]{right:0;}.edWjcs .bottom-edge-0{width:100%;height:3px;background-color:#0C9EDA;}

.lhftiT{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lhftiT [class*="-corner-"],.lhftiT [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lhftiT [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lhftiT [class*="bottom-left-corner"],.lhftiT [class*="bottom-right-corner"]{bottom:0;}.lhftiT [class*="top-left-corner"],.lhftiT [class*="top-right-corner"]{top:0;}.lhftiT [class*="-left-corner-"]{left:0;}.lhftiT [class*="-right-corner-"]{right:0;}.lhftiT [class*="top-left-corner-"]{background-position:0 0;}.lhftiT [class*="top-right-corner-"]{background-position:100% 0;}.lhftiT [class*="bottom-left-corner-"]{background-position:0 100%;}.lhftiT [class*="bottom-right-corner-"]{background-position:100% 100%;}.lhftiT [class*="top-edge-"],.lhftiT [class*="bottom-edge-"],.lhftiT [class*="left-edge-"],.lhftiT [class*="right-edge-"]{margin:auto;}.lhftiT [class*="top-edge-"],.lhftiT [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lhftiT [class*="left-edge-"],.lhftiT [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lhftiT [class*="top-edge-"]{top:0;}.lhftiT [class*="bottom-edge-"]{bottom:0;}.lhftiT [class*="left-edge-"]{left:0;}.lhftiT [class*="right-edge-"]{right:0;}.lhftiT .left-edge-0{width:30px;background-color:#3C2415;}.lhftiT .right-edge-0{width:30px;background-color:#3C2415;}.lhftiT .bottom-edge-0{height:30px;background-color:#3C2415;}.lhftiT .top-right-corner-0{width:120px;margin-right:40px;margin-top:10px;background-image:url('../1036512/corners/corner1.svg');-webkit-transform:rotate(180deg) scaleY(-1);-ms-transform:rotate(180deg) scaleY(-1);transform:rotate(180deg) scaleY(-1);}

.YudQf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.YudQf [class*="-corner-"],.YudQf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.YudQf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.YudQf [class*="bottom-left-corner"],.YudQf [class*="bottom-right-corner"]{bottom:0;}.YudQf [class*="top-left-corner"],.YudQf [class*="top-right-corner"]{top:0;}.YudQf [class*="-left-corner-"]{left:0;}.YudQf [class*="-right-corner-"]{right:0;}.YudQf [class*="top-left-corner-"]{background-position:0 0;}.YudQf [class*="top-right-corner-"]{background-position:100% 0;}.YudQf [class*="bottom-left-corner-"]{background-position:0 100%;}.YudQf [class*="bottom-right-corner-"]{background-position:100% 100%;}.YudQf [class*="top-edge-"],.YudQf [class*="bottom-edge-"],.YudQf [class*="left-edge-"],.YudQf [class*="right-edge-"]{margin:auto;}.YudQf [class*="top-edge-"],.YudQf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.YudQf [class*="left-edge-"],.YudQf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.YudQf [class*="top-edge-"]{top:0;}.YudQf [class*="bottom-edge-"]{bottom:0;}.YudQf [class*="left-edge-"]{left:0;}.YudQf [class*="right-edge-"]{right:0;}.YudQf .top-edge-0{height:0px;background-color:#3C2415;}.YudQf .left-edge-0{width:30px;background-color:#3C2415;}.YudQf .right-edge-0{width:30px;background-color:#3C2415;}

.kByLSH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kByLSH [class*="-corner-"],.kByLSH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kByLSH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kByLSH [class*="bottom-left-corner"],.kByLSH [class*="bottom-right-corner"]{bottom:0;}.kByLSH [class*="top-left-corner"],.kByLSH [class*="top-right-corner"]{top:0;}.kByLSH [class*="-left-corner-"]{left:0;}.kByLSH [class*="-right-corner-"]{right:0;}.kByLSH [class*="top-left-corner-"]{background-position:0 0;}.kByLSH [class*="top-right-corner-"]{background-position:100% 0;}.kByLSH [class*="bottom-left-corner-"]{background-position:0 100%;}.kByLSH [class*="bottom-right-corner-"]{background-position:100% 100%;}.kByLSH [class*="top-edge-"],.kByLSH [class*="bottom-edge-"],.kByLSH [class*="left-edge-"],.kByLSH [class*="right-edge-"]{margin:auto;}.kByLSH [class*="top-edge-"],.kByLSH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kByLSH [class*="left-edge-"],.kByLSH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kByLSH [class*="top-edge-"]{top:0;}.kByLSH [class*="bottom-edge-"]{bottom:0;}.kByLSH [class*="left-edge-"]{left:0;}.kByLSH [class*="right-edge-"]{right:0;}.kByLSH .left-edge-0{width:30px;background-color:#3C2415;}.kByLSH .right-edge-0{width:30px;background-color:#3C2415;}

.hwGess{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hwGess [class*="-corner-"],.hwGess [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hwGess [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hwGess [class*="bottom-left-corner"],.hwGess [class*="bottom-right-corner"]{bottom:0;}.hwGess [class*="top-left-corner"],.hwGess [class*="top-right-corner"]{top:0;}.hwGess [class*="-left-corner-"]{left:0;}.hwGess [class*="-right-corner-"]{right:0;}.hwGess [class*="top-left-corner-"]{background-position:0 0;}.hwGess [class*="top-right-corner-"]{background-position:100% 0;}.hwGess [class*="bottom-left-corner-"]{background-position:0 100%;}.hwGess [class*="bottom-right-corner-"]{background-position:100% 100%;}.hwGess [class*="top-edge-"],.hwGess [class*="bottom-edge-"],.hwGess [class*="left-edge-"],.hwGess [class*="right-edge-"]{margin:auto;}.hwGess [class*="top-edge-"],.hwGess [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hwGess [class*="left-edge-"],.hwGess [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hwGess [class*="top-edge-"]{top:0;}.hwGess [class*="bottom-edge-"]{bottom:0;}.hwGess [class*="left-edge-"]{left:0;}.hwGess [class*="right-edge-"]{right:0;}.hwGess .top-edge-0{height:5px;background-color:#ffeab7;}.hwGess .left-edge-0{width:30px;background-color:#3C2415;}.hwGess .right-edge-0{width:30px;background-color:#3C2415;}.hwGess .bottom-edge-0{height:5px;background-color:#ffeab7;}

.eAqRqn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eAqRqn [class*="-corner-"],.eAqRqn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eAqRqn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eAqRqn [class*="bottom-left-corner"],.eAqRqn [class*="bottom-right-corner"]{bottom:0;}.eAqRqn [class*="top-left-corner"],.eAqRqn [class*="top-right-corner"]{top:0;}.eAqRqn [class*="-left-corner-"]{left:0;}.eAqRqn [class*="-right-corner-"]{right:0;}.eAqRqn [class*="top-left-corner-"]{background-position:0 0;}.eAqRqn [class*="top-right-corner-"]{background-position:100% 0;}.eAqRqn [class*="bottom-left-corner-"]{background-position:0 100%;}.eAqRqn [class*="bottom-right-corner-"]{background-position:100% 100%;}.eAqRqn [class*="top-edge-"],.eAqRqn [class*="bottom-edge-"],.eAqRqn [class*="left-edge-"],.eAqRqn [class*="right-edge-"]{margin:auto;}.eAqRqn [class*="top-edge-"],.eAqRqn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eAqRqn [class*="left-edge-"],.eAqRqn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eAqRqn [class*="top-edge-"]{top:0;}.eAqRqn [class*="bottom-edge-"]{bottom:0;}.eAqRqn [class*="left-edge-"]{left:0;}.eAqRqn [class*="right-edge-"]{right:0;}.eAqRqn .top-edge-0{width:90%;height:4px;background-color:#bb966b;}@media (min-width:30em){.eAqRqn .top-edge-0{width:98%;}}@media (min-width:60em){.eAqRqn .top-edge-0{width:94%;}}.eAqRqn .top-left-corner-0{width:4px;height:100%;margin-left:5%;background-color:#bb966b;}@media (min-width:30em){.eAqRqn .top-left-corner-0{margin-left:1%;}}@media (min-width:60em){.eAqRqn .top-left-corner-0{margin-left:3%;}}.eAqRqn .top-right-corner-0{width:4px;height:100%;margin-right:5%;background-color:#bb966b;}@media (min-width:30em){.eAqRqn .top-right-corner-0{margin-right:1%;}}@media (min-width:60em){.eAqRqn .top-right-corner-0{margin-right:3%;}}

.hWMEID{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hWMEID [class*="-corner-"],.hWMEID [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hWMEID [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hWMEID [class*="bottom-left-corner"],.hWMEID [class*="bottom-right-corner"]{bottom:0;}.hWMEID [class*="top-left-corner"],.hWMEID [class*="top-right-corner"]{top:0;}.hWMEID [class*="-left-corner-"]{left:0;}.hWMEID [class*="-right-corner-"]{right:0;}.hWMEID [class*="top-left-corner-"]{background-position:0 0;}.hWMEID [class*="top-right-corner-"]{background-position:100% 0;}.hWMEID [class*="bottom-left-corner-"]{background-position:0 100%;}.hWMEID [class*="bottom-right-corner-"]{background-position:100% 100%;}.hWMEID [class*="top-edge-"],.hWMEID [class*="bottom-edge-"],.hWMEID [class*="left-edge-"],.hWMEID [class*="right-edge-"]{margin:auto;}.hWMEID [class*="top-edge-"],.hWMEID [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hWMEID [class*="left-edge-"],.hWMEID [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hWMEID [class*="top-edge-"]{top:0;}.hWMEID [class*="bottom-edge-"]{bottom:0;}.hWMEID [class*="left-edge-"]{left:0;}.hWMEID [class*="right-edge-"]{right:0;}.hWMEID .left-edge-0{width:4px;height:100%;margin-left:5%;background-color:#bb966b;}@media (min-width:30em){.hWMEID .left-edge-0{margin-left:1%;}}@media (min-width:60em){.hWMEID .left-edge-0{margin-left:3%;}}.hWMEID .right-edge-0{width:4px;height:100%;margin-right:5%;background-color:#bb966b;}@media (min-width:30em){.hWMEID .right-edge-0{margin-right:1%;}}@media (min-width:60em){.hWMEID .right-edge-0{margin-right:3%;}}

.hKfXsZ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hKfXsZ [class*="-corner-"],.hKfXsZ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hKfXsZ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hKfXsZ [class*="bottom-left-corner"],.hKfXsZ [class*="bottom-right-corner"]{bottom:0;}.hKfXsZ [class*="top-left-corner"],.hKfXsZ [class*="top-right-corner"]{top:0;}.hKfXsZ [class*="-left-corner-"]{left:0;}.hKfXsZ [class*="-right-corner-"]{right:0;}.hKfXsZ [class*="top-left-corner-"]{background-position:0 0;}.hKfXsZ [class*="top-right-corner-"]{background-position:100% 0;}.hKfXsZ [class*="bottom-left-corner-"]{background-position:0 100%;}.hKfXsZ [class*="bottom-right-corner-"]{background-position:100% 100%;}.hKfXsZ [class*="top-edge-"],.hKfXsZ [class*="bottom-edge-"],.hKfXsZ [class*="left-edge-"],.hKfXsZ [class*="right-edge-"]{margin:auto;}.hKfXsZ [class*="top-edge-"],.hKfXsZ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hKfXsZ [class*="left-edge-"],.hKfXsZ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hKfXsZ [class*="top-edge-"]{top:0;}.hKfXsZ [class*="bottom-edge-"]{bottom:0;}.hKfXsZ [class*="left-edge-"]{left:0;}.hKfXsZ [class*="right-edge-"]{right:0;}.hKfXsZ .bottom-edge-0{width:90%;height:4px;background-color:#bb966b;}@media (min-width:30em){.hKfXsZ .bottom-edge-0{width:98%;}}@media (min-width:60em){.hKfXsZ .bottom-edge-0{width:94%;}}.hKfXsZ .top-left-corner-0{width:4px;height:100%;margin-left:5%;background-color:#bb966b;}@media (min-width:30em){.hKfXsZ .top-left-corner-0{margin-left:1%;}}@media (min-width:60em){.hKfXsZ .top-left-corner-0{margin-left:3%;}}.hKfXsZ .top-right-corner-0{width:4px;height:100%;margin-right:5%;background-color:#bb966b;}@media (min-width:30em){.hKfXsZ .top-right-corner-0{margin-right:1%;}}@media (min-width:60em){.hKfXsZ .top-right-corner-0{margin-right:3%;}}

.kckbrH{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kckbrH [class*="-corner-"],.kckbrH [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kckbrH [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kckbrH [class*="bottom-left-corner"],.kckbrH [class*="bottom-right-corner"]{bottom:0;}.kckbrH [class*="top-left-corner"],.kckbrH [class*="top-right-corner"]{top:0;}.kckbrH [class*="-left-corner-"]{left:0;}.kckbrH [class*="-right-corner-"]{right:0;}.kckbrH [class*="top-left-corner-"]{background-position:0 0;}.kckbrH [class*="top-right-corner-"]{background-position:100% 0;}.kckbrH [class*="bottom-left-corner-"]{background-position:0 100%;}.kckbrH [class*="bottom-right-corner-"]{background-position:100% 100%;}.kckbrH [class*="top-edge-"],.kckbrH [class*="bottom-edge-"],.kckbrH [class*="left-edge-"],.kckbrH [class*="right-edge-"]{margin:auto;}.kckbrH [class*="top-edge-"],.kckbrH [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kckbrH [class*="left-edge-"],.kckbrH [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kckbrH [class*="top-edge-"]{top:0;}.kckbrH [class*="bottom-edge-"]{bottom:0;}.kckbrH [class*="left-edge-"]{left:0;}.kckbrH [class*="right-edge-"]{right:0;}.kckbrH .top-edge-0{width:100%;height:7px;background-color:#9d9d67;}

.gdigGX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gdigGX [class*="-corner-"],.gdigGX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gdigGX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gdigGX [class*="bottom-left-corner"],.gdigGX [class*="bottom-right-corner"]{bottom:0;}.gdigGX [class*="top-left-corner"],.gdigGX [class*="top-right-corner"]{top:0;}.gdigGX [class*="-left-corner-"]{left:0;}.gdigGX [class*="-right-corner-"]{right:0;}.gdigGX [class*="top-left-corner-"]{background-position:0 0;}.gdigGX [class*="top-right-corner-"]{background-position:100% 0;}.gdigGX [class*="bottom-left-corner-"]{background-position:0 100%;}.gdigGX [class*="bottom-right-corner-"]{background-position:100% 100%;}.gdigGX [class*="top-edge-"],.gdigGX [class*="bottom-edge-"],.gdigGX [class*="left-edge-"],.gdigGX [class*="right-edge-"]{margin:auto;}.gdigGX [class*="top-edge-"],.gdigGX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gdigGX [class*="left-edge-"],.gdigGX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gdigGX [class*="top-edge-"]{top:0;}.gdigGX [class*="bottom-edge-"]{bottom:0;}.gdigGX [class*="left-edge-"]{left:0;}.gdigGX [class*="right-edge-"]{right:0;}.gdigGX .top-edge-0{width:100%;height:100%;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/6d96927e-5c0d-41f3-b70f-98cce64491d4');background-size:contain;background-position:50% 0;}

.dHyNle{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dHyNle [class*="-corner-"],.dHyNle [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dHyNle [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dHyNle [class*="bottom-left-corner"],.dHyNle [class*="bottom-right-corner"]{bottom:0;}.dHyNle [class*="top-left-corner"],.dHyNle [class*="top-right-corner"]{top:0;}.dHyNle [class*="-left-corner-"]{left:0;}.dHyNle [class*="-right-corner-"]{right:0;}.dHyNle [class*="top-left-corner-"]{background-position:0 0;}.dHyNle [class*="top-right-corner-"]{background-position:100% 0;}.dHyNle [class*="bottom-left-corner-"]{background-position:0 100%;}.dHyNle [class*="bottom-right-corner-"]{background-position:100% 100%;}.dHyNle [class*="top-edge-"],.dHyNle [class*="bottom-edge-"],.dHyNle [class*="left-edge-"],.dHyNle [class*="right-edge-"]{margin:auto;}.dHyNle [class*="top-edge-"],.dHyNle [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dHyNle [class*="left-edge-"],.dHyNle [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dHyNle [class*="top-edge-"]{top:0;}.dHyNle [class*="bottom-edge-"]{bottom:0;}.dHyNle [class*="left-edge-"]{left:0;}.dHyNle [class*="right-edge-"]{right:0;}.dHyNle .top-edge-0{height:30px;margin-top:0px;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/a8a139e7-d5ab-45ed-a815-4319a9aa5ead');}

.cyPrui{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cyPrui [class*="-corner-"],.cyPrui [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cyPrui [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cyPrui [class*="bottom-left-corner"],.cyPrui [class*="bottom-right-corner"]{bottom:0;}.cyPrui [class*="top-left-corner"],.cyPrui [class*="top-right-corner"]{top:0;}.cyPrui [class*="-left-corner-"]{left:0;}.cyPrui [class*="-right-corner-"]{right:0;}.cyPrui [class*="top-left-corner-"]{background-position:0 0;}.cyPrui [class*="top-right-corner-"]{background-position:100% 0;}.cyPrui [class*="bottom-left-corner-"]{background-position:0 100%;}.cyPrui [class*="bottom-right-corner-"]{background-position:100% 100%;}.cyPrui [class*="top-edge-"],.cyPrui [class*="bottom-edge-"],.cyPrui [class*="left-edge-"],.cyPrui [class*="right-edge-"]{margin:auto;}.cyPrui [class*="top-edge-"],.cyPrui [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cyPrui [class*="left-edge-"],.cyPrui [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cyPrui [class*="top-edge-"]{top:0;}.cyPrui [class*="bottom-edge-"]{bottom:0;}.cyPrui [class*="left-edge-"]{left:0;}.cyPrui [class*="right-edge-"]{right:0;}.cyPrui .bottom-edge-0{width:100%;height:30%;margin-bottom:-50px;background-image:url('https://assets.digital.vistaprint.com/production/6d8d1d87-62dd-4b2d-89bb-00948043d274');background-size:cover;background-repeat:no-repeat;}

.bFeGfG{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bFeGfG [class*="-corner-"],.bFeGfG [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bFeGfG [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bFeGfG [class*="bottom-left-corner"],.bFeGfG [class*="bottom-right-corner"]{bottom:0;}.bFeGfG [class*="top-left-corner"],.bFeGfG [class*="top-right-corner"]{top:0;}.bFeGfG [class*="-left-corner-"]{left:0;}.bFeGfG [class*="-right-corner-"]{right:0;}.bFeGfG [class*="top-left-corner-"]{background-position:0 0;}.bFeGfG [class*="top-right-corner-"]{background-position:100% 0;}.bFeGfG [class*="bottom-left-corner-"]{background-position:0 100%;}.bFeGfG [class*="bottom-right-corner-"]{background-position:100% 100%;}.bFeGfG [class*="top-edge-"],.bFeGfG [class*="bottom-edge-"],.bFeGfG [class*="left-edge-"],.bFeGfG [class*="right-edge-"]{margin:auto;}.bFeGfG [class*="top-edge-"],.bFeGfG [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bFeGfG [class*="left-edge-"],.bFeGfG [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bFeGfG [class*="top-edge-"]{top:0;}.bFeGfG [class*="bottom-edge-"]{bottom:0;}.bFeGfG [class*="left-edge-"]{left:0;}.bFeGfG [class*="right-edge-"]{right:0;}.bFeGfG .top-left-corner-0{width:200px;height:200px;margin-left:-100px;margin-top:-100px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}.bFeGfG .bottom-right-corner-0{width:200px;height:200px;margin-right:-100px;margin-bottom:-100px;opacity:1;background-image:url('https://assets.digital.vistaprint.com/production/0387448f-9add-41e0-ae68-65fb852fb5c3');background-repeat:no-repeat;}

.kqiXzX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kqiXzX [class*="-corner-"],.kqiXzX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kqiXzX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kqiXzX [class*="bottom-left-corner"],.kqiXzX [class*="bottom-right-corner"]{bottom:0;}.kqiXzX [class*="top-left-corner"],.kqiXzX [class*="top-right-corner"]{top:0;}.kqiXzX [class*="-left-corner-"]{left:0;}.kqiXzX [class*="-right-corner-"]{right:0;}.kqiXzX [class*="top-left-corner-"]{background-position:0 0;}.kqiXzX [class*="top-right-corner-"]{background-position:100% 0;}.kqiXzX [class*="bottom-left-corner-"]{background-position:0 100%;}.kqiXzX [class*="bottom-right-corner-"]{background-position:100% 100%;}.kqiXzX [class*="top-edge-"],.kqiXzX [class*="bottom-edge-"],.kqiXzX [class*="left-edge-"],.kqiXzX [class*="right-edge-"]{margin:auto;}.kqiXzX [class*="top-edge-"],.kqiXzX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kqiXzX [class*="left-edge-"],.kqiXzX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kqiXzX [class*="top-edge-"]{top:0;}.kqiXzX [class*="bottom-edge-"]{bottom:0;}.kqiXzX [class*="left-edge-"]{left:0;}.kqiXzX [class*="right-edge-"]{right:0;}.kqiXzX .top-left-corner-0{width:100%;height:100%;background-color:rgba(220,241,246,1);}@media (min-width:30em){.kqiXzX .top-left-corner-0{width:100%;height:100%;background-color:rgba(220,241,246,1);}}@media (min-width:60em){.kqiXzX .top-left-corner-0{width:100%;height:100%;background-color:rgba(220,241,246,0);}}

.frPbFl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.frPbFl [class*="-corner-"],.frPbFl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.frPbFl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.frPbFl [class*="bottom-left-corner"],.frPbFl [class*="bottom-right-corner"]{bottom:0;}.frPbFl [class*="top-left-corner"],.frPbFl [class*="top-right-corner"]{top:0;}.frPbFl [class*="-left-corner-"]{left:0;}.frPbFl [class*="-right-corner-"]{right:0;}.frPbFl [class*="top-left-corner-"]{background-position:0 0;}.frPbFl [class*="top-right-corner-"]{background-position:100% 0;}.frPbFl [class*="bottom-left-corner-"]{background-position:0 100%;}.frPbFl [class*="bottom-right-corner-"]{background-position:100% 100%;}.frPbFl [class*="top-edge-"],.frPbFl [class*="bottom-edge-"],.frPbFl [class*="left-edge-"],.frPbFl [class*="right-edge-"]{margin:auto;}.frPbFl [class*="top-edge-"],.frPbFl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.frPbFl [class*="left-edge-"],.frPbFl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.frPbFl [class*="top-edge-"]{top:0;}.frPbFl [class*="bottom-edge-"]{bottom:0;}.frPbFl [class*="left-edge-"]{left:0;}.frPbFl [class*="right-edge-"]{right:0;}.frPbFl .bottom-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/74b6b765-e10f-4d59-986f-97f56e29fc68');}@media (min-width:60em){.frPbFl .bottom-edge-0{width:500px;height:8px;background-size:contain;background-repeat:no-repeat;}}

.icOaLv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.icOaLv [class*="-corner-"],.icOaLv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.icOaLv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.icOaLv [class*="bottom-left-corner"],.icOaLv [class*="bottom-right-corner"]{bottom:0;}.icOaLv [class*="top-left-corner"],.icOaLv [class*="top-right-corner"]{top:0;}.icOaLv [class*="-left-corner-"]{left:0;}.icOaLv [class*="-right-corner-"]{right:0;}.icOaLv [class*="top-left-corner-"]{background-position:0 0;}.icOaLv [class*="top-right-corner-"]{background-position:100% 0;}.icOaLv [class*="bottom-left-corner-"]{background-position:0 100%;}.icOaLv [class*="bottom-right-corner-"]{background-position:100% 100%;}.icOaLv [class*="top-edge-"],.icOaLv [class*="bottom-edge-"],.icOaLv [class*="left-edge-"],.icOaLv [class*="right-edge-"]{margin:auto;}.icOaLv [class*="top-edge-"],.icOaLv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.icOaLv [class*="left-edge-"],.icOaLv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.icOaLv [class*="top-edge-"]{top:0;}.icOaLv [class*="bottom-edge-"]{bottom:0;}.icOaLv [class*="left-edge-"]{left:0;}.icOaLv [class*="right-edge-"]{right:0;}.icOaLv .top-edge-0{background-color:black;}@media (min-width:30em){.icOaLv .top-edge-0{width:530px;height:1px;margin-top:145px;opacity:0.5;background-color:black;}}@media (min-width:60em){.icOaLv .top-edge-0{width:530px;height:1px;margin-top:145px;opacity:0.5;background-color:black;}}.icOaLv .bottom-edge-0{background-color:black;}@media (min-width:30em){.icOaLv .bottom-edge-0{width:530px;height:1px;margin-bottom:23px;opacity:0.5;background-color:black;}}@media (min-width:60em){.icOaLv .bottom-edge-0{width:530px;height:1px;margin-bottom:23px;opacity:0.5;background-color:black;}}

.jpeMbW{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jpeMbW [class*="-corner-"],.jpeMbW [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jpeMbW [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jpeMbW [class*="bottom-left-corner"],.jpeMbW [class*="bottom-right-corner"]{bottom:0;}.jpeMbW [class*="top-left-corner"],.jpeMbW [class*="top-right-corner"]{top:0;}.jpeMbW [class*="-left-corner-"]{left:0;}.jpeMbW [class*="-right-corner-"]{right:0;}.jpeMbW [class*="top-left-corner-"]{background-position:0 0;}.jpeMbW [class*="top-right-corner-"]{background-position:100% 0;}.jpeMbW [class*="bottom-left-corner-"]{background-position:0 100%;}.jpeMbW [class*="bottom-right-corner-"]{background-position:100% 100%;}.jpeMbW [class*="top-edge-"],.jpeMbW [class*="bottom-edge-"],.jpeMbW [class*="left-edge-"],.jpeMbW [class*="right-edge-"]{margin:auto;}.jpeMbW [class*="top-edge-"],.jpeMbW [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jpeMbW [class*="left-edge-"],.jpeMbW [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jpeMbW [class*="top-edge-"]{top:0;}.jpeMbW [class*="bottom-edge-"]{bottom:0;}.jpeMbW [class*="left-edge-"]{left:0;}.jpeMbW [class*="right-edge-"]{right:0;}.jpeMbW .bottom-edge-0{width:100%;height:5px;background-color:#a14530;}

.kaoLbs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kaoLbs [class*="-corner-"],.kaoLbs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kaoLbs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kaoLbs [class*="bottom-left-corner"],.kaoLbs [class*="bottom-right-corner"]{bottom:0;}.kaoLbs [class*="top-left-corner"],.kaoLbs [class*="top-right-corner"]{top:0;}.kaoLbs [class*="-left-corner-"]{left:0;}.kaoLbs [class*="-right-corner-"]{right:0;}.kaoLbs [class*="top-left-corner-"]{background-position:0 0;}.kaoLbs [class*="top-right-corner-"]{background-position:100% 0;}.kaoLbs [class*="bottom-left-corner-"]{background-position:0 100%;}.kaoLbs [class*="bottom-right-corner-"]{background-position:100% 100%;}.kaoLbs [class*="top-edge-"],.kaoLbs [class*="bottom-edge-"],.kaoLbs [class*="left-edge-"],.kaoLbs [class*="right-edge-"]{margin:auto;}.kaoLbs [class*="top-edge-"],.kaoLbs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kaoLbs [class*="left-edge-"],.kaoLbs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kaoLbs [class*="top-edge-"]{top:0;}.kaoLbs [class*="bottom-edge-"]{bottom:0;}.kaoLbs [class*="left-edge-"]{left:0;}.kaoLbs [class*="right-edge-"]{right:0;}.kaoLbs .top-edge-0{width:100%;height:5px;background-color:#a14530;}

.hWCUPl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hWCUPl [class*="-corner-"],.hWCUPl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hWCUPl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hWCUPl [class*="bottom-left-corner"],.hWCUPl [class*="bottom-right-corner"]{bottom:0;}.hWCUPl [class*="top-left-corner"],.hWCUPl [class*="top-right-corner"]{top:0;}.hWCUPl [class*="-left-corner-"]{left:0;}.hWCUPl [class*="-right-corner-"]{right:0;}.hWCUPl [class*="top-left-corner-"]{background-position:0 0;}.hWCUPl [class*="top-right-corner-"]{background-position:100% 0;}.hWCUPl [class*="bottom-left-corner-"]{background-position:0 100%;}.hWCUPl [class*="bottom-right-corner-"]{background-position:100% 100%;}.hWCUPl [class*="top-edge-"],.hWCUPl [class*="bottom-edge-"],.hWCUPl [class*="left-edge-"],.hWCUPl [class*="right-edge-"]{margin:auto;}.hWCUPl [class*="top-edge-"],.hWCUPl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hWCUPl [class*="left-edge-"],.hWCUPl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hWCUPl [class*="top-edge-"]{top:0;}.hWCUPl [class*="bottom-edge-"]{bottom:0;}.hWCUPl [class*="left-edge-"]{left:0;}.hWCUPl [class*="right-edge-"]{right:0;}.hWCUPl .bottom-edge-0{width:100%;height:80px;background-image:url('https://assets.digital.vistaprint.com/production/5c8f0c4c-528f-493a-9313-f686966e811d');background-size:contain;}

.kHGADs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kHGADs [class*="-corner-"],.kHGADs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kHGADs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kHGADs [class*="bottom-left-corner"],.kHGADs [class*="bottom-right-corner"]{bottom:0;}.kHGADs [class*="top-left-corner"],.kHGADs [class*="top-right-corner"]{top:0;}.kHGADs [class*="-left-corner-"]{left:0;}.kHGADs [class*="-right-corner-"]{right:0;}.kHGADs [class*="top-left-corner-"]{background-position:0 0;}.kHGADs [class*="top-right-corner-"]{background-position:100% 0;}.kHGADs [class*="bottom-left-corner-"]{background-position:0 100%;}.kHGADs [class*="bottom-right-corner-"]{background-position:100% 100%;}.kHGADs [class*="top-edge-"],.kHGADs [class*="bottom-edge-"],.kHGADs [class*="left-edge-"],.kHGADs [class*="right-edge-"]{margin:auto;}.kHGADs [class*="top-edge-"],.kHGADs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kHGADs [class*="left-edge-"],.kHGADs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kHGADs [class*="top-edge-"]{top:0;}.kHGADs [class*="bottom-edge-"]{bottom:0;}.kHGADs [class*="left-edge-"]{left:0;}.kHGADs [class*="right-edge-"]{right:0;}.kHGADs .top-edge-0{width:30px;height:30px;margin-top:-15px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-size:contain;background-color:#9DDCF9;}

.gTLeaQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gTLeaQ [class*="-corner-"],.gTLeaQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gTLeaQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gTLeaQ [class*="bottom-left-corner"],.gTLeaQ [class*="bottom-right-corner"]{bottom:0;}.gTLeaQ [class*="top-left-corner"],.gTLeaQ [class*="top-right-corner"]{top:0;}.gTLeaQ [class*="-left-corner-"]{left:0;}.gTLeaQ [class*="-right-corner-"]{right:0;}.gTLeaQ [class*="top-left-corner-"]{background-position:0 0;}.gTLeaQ [class*="top-right-corner-"]{background-position:100% 0;}.gTLeaQ [class*="bottom-left-corner-"]{background-position:0 100%;}.gTLeaQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.gTLeaQ [class*="top-edge-"],.gTLeaQ [class*="bottom-edge-"],.gTLeaQ [class*="left-edge-"],.gTLeaQ [class*="right-edge-"]{margin:auto;}.gTLeaQ [class*="top-edge-"],.gTLeaQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gTLeaQ [class*="left-edge-"],.gTLeaQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gTLeaQ [class*="top-edge-"]{top:0;}.gTLeaQ [class*="bottom-edge-"]{bottom:0;}.gTLeaQ [class*="left-edge-"]{left:0;}.gTLeaQ [class*="right-edge-"]{right:0;}.gTLeaQ .top-edge-0{width:50%;height:86px;margin-top:450px;background-image:url('../2080771/icons/icon1.svg');background-repeat:no-repeat;background-position:50% 0;}@media (min-width:30em){.gTLeaQ .top-edge-0{width:50%;height:86px;margin-top:400px;background-repeat:no-repeat;background-position:50% 0;}}@media (min-width:60em){.gTLeaQ .top-edge-0{width:500px;height:450px;margin-left:16%;margin-top:60px;}}.gTLeaQ .top-edge-1{height:100px;margin-top:0px;opacity:0.1;background-image:url('https://assets.digital.vistaprint.com/production/af6b1a10-0089-4669-9c4a-6258ad6475d6');}.gTLeaQ .bottom-edge-0{height:60px;margin-bottom:0px;background-image:url('https://assets.digital.vistaprint.com/production/afdc383f-484b-4d7f-8d61-15ece7973512');}

.iseBDK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iseBDK [class*="-corner-"],.iseBDK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iseBDK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iseBDK [class*="bottom-left-corner"],.iseBDK [class*="bottom-right-corner"]{bottom:0;}.iseBDK [class*="top-left-corner"],.iseBDK [class*="top-right-corner"]{top:0;}.iseBDK [class*="-left-corner-"]{left:0;}.iseBDK [class*="-right-corner-"]{right:0;}.iseBDK [class*="top-left-corner-"]{background-position:0 0;}.iseBDK [class*="top-right-corner-"]{background-position:100% 0;}.iseBDK [class*="bottom-left-corner-"]{background-position:0 100%;}.iseBDK [class*="bottom-right-corner-"]{background-position:100% 100%;}.iseBDK [class*="top-edge-"],.iseBDK [class*="bottom-edge-"],.iseBDK [class*="left-edge-"],.iseBDK [class*="right-edge-"]{margin:auto;}.iseBDK [class*="top-edge-"],.iseBDK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iseBDK [class*="left-edge-"],.iseBDK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iseBDK [class*="top-edge-"]{top:0;}.iseBDK [class*="bottom-edge-"]{bottom:0;}.iseBDK [class*="left-edge-"]{left:0;}.iseBDK [class*="right-edge-"]{right:0;}.iseBDK .top-edge-0{height:100px;margin-top:0px;opacity:0.15;background-image:url('https://assets.digital.vistaprint.com/production/af6b1a10-0089-4669-9c4a-6258ad6475d6');}

.eQjRYp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eQjRYp [class*="-corner-"],.eQjRYp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eQjRYp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eQjRYp [class*="bottom-left-corner"],.eQjRYp [class*="bottom-right-corner"]{bottom:0;}.eQjRYp [class*="top-left-corner"],.eQjRYp [class*="top-right-corner"]{top:0;}.eQjRYp [class*="-left-corner-"]{left:0;}.eQjRYp [class*="-right-corner-"]{right:0;}.eQjRYp [class*="top-left-corner-"]{background-position:0 0;}.eQjRYp [class*="top-right-corner-"]{background-position:100% 0;}.eQjRYp [class*="bottom-left-corner-"]{background-position:0 100%;}.eQjRYp [class*="bottom-right-corner-"]{background-position:100% 100%;}.eQjRYp [class*="top-edge-"],.eQjRYp [class*="bottom-edge-"],.eQjRYp [class*="left-edge-"],.eQjRYp [class*="right-edge-"]{margin:auto;}.eQjRYp [class*="top-edge-"],.eQjRYp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eQjRYp [class*="left-edge-"],.eQjRYp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eQjRYp [class*="top-edge-"]{top:0;}.eQjRYp [class*="bottom-edge-"]{bottom:0;}.eQjRYp [class*="left-edge-"]{left:0;}.eQjRYp [class*="right-edge-"]{right:0;}.eQjRYp .top-edge-0{width:100%;height:100%;margin-top:-250px;background-image:url('https://assets.digital.vistaprint.com/production/c170ccc9-537c-45c1-b920-09bfbc0fee2a');}

.bliWzP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bliWzP [class*="-corner-"],.bliWzP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bliWzP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bliWzP [class*="bottom-left-corner"],.bliWzP [class*="bottom-right-corner"]{bottom:0;}.bliWzP [class*="top-left-corner"],.bliWzP [class*="top-right-corner"]{top:0;}.bliWzP [class*="-left-corner-"]{left:0;}.bliWzP [class*="-right-corner-"]{right:0;}.bliWzP [class*="top-left-corner-"]{background-position:0 0;}.bliWzP [class*="top-right-corner-"]{background-position:100% 0;}.bliWzP [class*="bottom-left-corner-"]{background-position:0 100%;}.bliWzP [class*="bottom-right-corner-"]{background-position:100% 100%;}.bliWzP [class*="top-edge-"],.bliWzP [class*="bottom-edge-"],.bliWzP [class*="left-edge-"],.bliWzP [class*="right-edge-"]{margin:auto;}.bliWzP [class*="top-edge-"],.bliWzP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bliWzP [class*="left-edge-"],.bliWzP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bliWzP [class*="top-edge-"]{top:0;}.bliWzP [class*="bottom-edge-"]{bottom:0;}.bliWzP [class*="left-edge-"]{left:0;}.bliWzP [class*="right-edge-"]{right:0;}.bliWzP .top-edge-0{height:30px;background-color:#3C2415;}.bliWzP .left-edge-0{width:30px;background-color:#3C2415;}.bliWzP .right-edge-0{width:30px;background-color:#3C2415;}

.epUlPb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.epUlPb [class*="-corner-"],.epUlPb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.epUlPb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.epUlPb [class*="bottom-left-corner"],.epUlPb [class*="bottom-right-corner"]{bottom:0;}.epUlPb [class*="top-left-corner"],.epUlPb [class*="top-right-corner"]{top:0;}.epUlPb [class*="-left-corner-"]{left:0;}.epUlPb [class*="-right-corner-"]{right:0;}.epUlPb [class*="top-left-corner-"]{background-position:0 0;}.epUlPb [class*="top-right-corner-"]{background-position:100% 0;}.epUlPb [class*="bottom-left-corner-"]{background-position:0 100%;}.epUlPb [class*="bottom-right-corner-"]{background-position:100% 100%;}.epUlPb [class*="top-edge-"],.epUlPb [class*="bottom-edge-"],.epUlPb [class*="left-edge-"],.epUlPb [class*="right-edge-"]{margin:auto;}.epUlPb [class*="top-edge-"],.epUlPb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.epUlPb [class*="left-edge-"],.epUlPb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.epUlPb [class*="top-edge-"]{top:0;}.epUlPb [class*="bottom-edge-"]{bottom:0;}.epUlPb [class*="left-edge-"]{left:0;}.epUlPb [class*="right-edge-"]{right:0;}.epUlPb .top-edge-0{height:100px;margin-top:-10px;opacity:0.25;background-image:url('https://assets.digital.vistaprint.com/production/ad4cfda5-d6b3-4f5f-be77-2b36240a92b7');}

.hZlGyB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hZlGyB [class*="-corner-"],.hZlGyB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hZlGyB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hZlGyB [class*="bottom-left-corner"],.hZlGyB [class*="bottom-right-corner"]{bottom:0;}.hZlGyB [class*="top-left-corner"],.hZlGyB [class*="top-right-corner"]{top:0;}.hZlGyB [class*="-left-corner-"]{left:0;}.hZlGyB [class*="-right-corner-"]{right:0;}.hZlGyB [class*="top-left-corner-"]{background-position:0 0;}.hZlGyB [class*="top-right-corner-"]{background-position:100% 0;}.hZlGyB [class*="bottom-left-corner-"]{background-position:0 100%;}.hZlGyB [class*="bottom-right-corner-"]{background-position:100% 100%;}.hZlGyB [class*="top-edge-"],.hZlGyB [class*="bottom-edge-"],.hZlGyB [class*="left-edge-"],.hZlGyB [class*="right-edge-"]{margin:auto;}.hZlGyB [class*="top-edge-"],.hZlGyB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hZlGyB [class*="left-edge-"],.hZlGyB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hZlGyB [class*="top-edge-"]{top:0;}.hZlGyB [class*="bottom-edge-"]{bottom:0;}.hZlGyB [class*="left-edge-"]{left:0;}.hZlGyB [class*="right-edge-"]{right:0;}.hZlGyB .top-edge-0{width:90%;height:2px;margin-left:15%;background-color:#000000;}

.kwfrkL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kwfrkL [class*="-corner-"],.kwfrkL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kwfrkL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kwfrkL [class*="bottom-left-corner"],.kwfrkL [class*="bottom-right-corner"]{bottom:0;}.kwfrkL [class*="top-left-corner"],.kwfrkL [class*="top-right-corner"]{top:0;}.kwfrkL [class*="-left-corner-"]{left:0;}.kwfrkL [class*="-right-corner-"]{right:0;}.kwfrkL [class*="top-left-corner-"]{background-position:0 0;}.kwfrkL [class*="top-right-corner-"]{background-position:100% 0;}.kwfrkL [class*="bottom-left-corner-"]{background-position:0 100%;}.kwfrkL [class*="bottom-right-corner-"]{background-position:100% 100%;}.kwfrkL [class*="top-edge-"],.kwfrkL [class*="bottom-edge-"],.kwfrkL [class*="left-edge-"],.kwfrkL [class*="right-edge-"]{margin:auto;}.kwfrkL [class*="top-edge-"],.kwfrkL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kwfrkL [class*="left-edge-"],.kwfrkL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kwfrkL [class*="top-edge-"]{top:0;}.kwfrkL [class*="bottom-edge-"]{bottom:0;}.kwfrkL [class*="left-edge-"]{left:0;}.kwfrkL [class*="right-edge-"]{right:0;}.kwfrkL .bottom-edge-0{width:100%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/48037c5b-f36d-4404-a0ff-7c2c796bc19c');}

.fkNgNp{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fkNgNp [class*="-corner-"],.fkNgNp [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fkNgNp [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fkNgNp [class*="bottom-left-corner"],.fkNgNp [class*="bottom-right-corner"]{bottom:0;}.fkNgNp [class*="top-left-corner"],.fkNgNp [class*="top-right-corner"]{top:0;}.fkNgNp [class*="-left-corner-"]{left:0;}.fkNgNp [class*="-right-corner-"]{right:0;}.fkNgNp [class*="top-left-corner-"]{background-position:0 0;}.fkNgNp [class*="top-right-corner-"]{background-position:100% 0;}.fkNgNp [class*="bottom-left-corner-"]{background-position:0 100%;}.fkNgNp [class*="bottom-right-corner-"]{background-position:100% 100%;}.fkNgNp [class*="top-edge-"],.fkNgNp [class*="bottom-edge-"],.fkNgNp [class*="left-edge-"],.fkNgNp [class*="right-edge-"]{margin:auto;}.fkNgNp [class*="top-edge-"],.fkNgNp [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fkNgNp [class*="left-edge-"],.fkNgNp [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fkNgNp [class*="top-edge-"]{top:0;}.fkNgNp [class*="bottom-edge-"]{bottom:0;}.fkNgNp [class*="left-edge-"]{left:0;}.fkNgNp [class*="right-edge-"]{right:0;}.fkNgNp .bottom-edge-0{width:97%;height:1px;opacity:0.2;background-color:#000000;}

.jSfvCQ{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jSfvCQ [class*="-corner-"],.jSfvCQ [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jSfvCQ [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jSfvCQ [class*="bottom-left-corner"],.jSfvCQ [class*="bottom-right-corner"]{bottom:0;}.jSfvCQ [class*="top-left-corner"],.jSfvCQ [class*="top-right-corner"]{top:0;}.jSfvCQ [class*="-left-corner-"]{left:0;}.jSfvCQ [class*="-right-corner-"]{right:0;}.jSfvCQ [class*="top-left-corner-"]{background-position:0 0;}.jSfvCQ [class*="top-right-corner-"]{background-position:100% 0;}.jSfvCQ [class*="bottom-left-corner-"]{background-position:0 100%;}.jSfvCQ [class*="bottom-right-corner-"]{background-position:100% 100%;}.jSfvCQ [class*="top-edge-"],.jSfvCQ [class*="bottom-edge-"],.jSfvCQ [class*="left-edge-"],.jSfvCQ [class*="right-edge-"]{margin:auto;}.jSfvCQ [class*="top-edge-"],.jSfvCQ [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jSfvCQ [class*="left-edge-"],.jSfvCQ [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jSfvCQ [class*="top-edge-"]{top:0;}.jSfvCQ [class*="bottom-edge-"]{bottom:0;}.jSfvCQ [class*="left-edge-"]{left:0;}.jSfvCQ [class*="right-edge-"]{right:0;}.jSfvCQ .bottom-edge-0{width:1100px;height:100%;background-color:#F7F7F7;}

.buTtKw{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.buTtKw [class*="-corner-"],.buTtKw [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.buTtKw [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.buTtKw [class*="bottom-left-corner"],.buTtKw [class*="bottom-right-corner"]{bottom:0;}.buTtKw [class*="top-left-corner"],.buTtKw [class*="top-right-corner"]{top:0;}.buTtKw [class*="-left-corner-"]{left:0;}.buTtKw [class*="-right-corner-"]{right:0;}.buTtKw [class*="top-left-corner-"]{background-position:0 0;}.buTtKw [class*="top-right-corner-"]{background-position:100% 0;}.buTtKw [class*="bottom-left-corner-"]{background-position:0 100%;}.buTtKw [class*="bottom-right-corner-"]{background-position:100% 100%;}.buTtKw [class*="top-edge-"],.buTtKw [class*="bottom-edge-"],.buTtKw [class*="left-edge-"],.buTtKw [class*="right-edge-"]{margin:auto;}.buTtKw [class*="top-edge-"],.buTtKw [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.buTtKw [class*="left-edge-"],.buTtKw [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.buTtKw [class*="top-edge-"]{top:0;}.buTtKw [class*="bottom-edge-"]{bottom:0;}.buTtKw [class*="left-edge-"]{left:0;}.buTtKw [class*="right-edge-"]{right:0;}.buTtKw .top-edge-0{width:70px;height:70px;z-index:2;margin-top:-35px;background-image:url('https://assets.digital.vistaprint.com/production/55adb9c5-b2d5-429a-a784-14a85e8d2160');background-size:contain;background-repeat:no-repeat;}.buTtKw .bottom-edge-0{width:35px;height:35px;margin-bottom:-20px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#343637;}

.fLdNRy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fLdNRy [class*="-corner-"],.fLdNRy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fLdNRy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fLdNRy [class*="bottom-left-corner"],.fLdNRy [class*="bottom-right-corner"]{bottom:0;}.fLdNRy [class*="top-left-corner"],.fLdNRy [class*="top-right-corner"]{top:0;}.fLdNRy [class*="-left-corner-"]{left:0;}.fLdNRy [class*="-right-corner-"]{right:0;}.fLdNRy [class*="top-left-corner-"]{background-position:0 0;}.fLdNRy [class*="top-right-corner-"]{background-position:100% 0;}.fLdNRy [class*="bottom-left-corner-"]{background-position:0 100%;}.fLdNRy [class*="bottom-right-corner-"]{background-position:100% 100%;}.fLdNRy [class*="top-edge-"],.fLdNRy [class*="bottom-edge-"],.fLdNRy [class*="left-edge-"],.fLdNRy [class*="right-edge-"]{margin:auto;}.fLdNRy [class*="top-edge-"],.fLdNRy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fLdNRy [class*="left-edge-"],.fLdNRy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fLdNRy [class*="top-edge-"]{top:0;}.fLdNRy [class*="bottom-edge-"]{bottom:0;}.fLdNRy [class*="left-edge-"]{left:0;}.fLdNRy [class*="right-edge-"]{right:0;}.fLdNRy .bottom-edge-0{width:80%;height:1px;background-color:#000000;}

.kiDmBV{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kiDmBV [class*="-corner-"],.kiDmBV [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kiDmBV [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kiDmBV [class*="bottom-left-corner"],.kiDmBV [class*="bottom-right-corner"]{bottom:0;}.kiDmBV [class*="top-left-corner"],.kiDmBV [class*="top-right-corner"]{top:0;}.kiDmBV [class*="-left-corner-"]{left:0;}.kiDmBV [class*="-right-corner-"]{right:0;}.kiDmBV [class*="top-left-corner-"]{background-position:0 0;}.kiDmBV [class*="top-right-corner-"]{background-position:100% 0;}.kiDmBV [class*="bottom-left-corner-"]{background-position:0 100%;}.kiDmBV [class*="bottom-right-corner-"]{background-position:100% 100%;}.kiDmBV [class*="top-edge-"],.kiDmBV [class*="bottom-edge-"],.kiDmBV [class*="left-edge-"],.kiDmBV [class*="right-edge-"]{margin:auto;}.kiDmBV [class*="top-edge-"],.kiDmBV [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kiDmBV [class*="left-edge-"],.kiDmBV [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kiDmBV [class*="top-edge-"]{top:0;}.kiDmBV [class*="bottom-edge-"]{bottom:0;}.kiDmBV [class*="left-edge-"]{left:0;}.kiDmBV [class*="right-edge-"]{right:0;}.kiDmBV .top-edge-0{width:100%;height:5px;background-color:#eed099;}

.eVUKDk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eVUKDk [class*="-corner-"],.eVUKDk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eVUKDk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eVUKDk [class*="bottom-left-corner"],.eVUKDk [class*="bottom-right-corner"]{bottom:0;}.eVUKDk [class*="top-left-corner"],.eVUKDk [class*="top-right-corner"]{top:0;}.eVUKDk [class*="-left-corner-"]{left:0;}.eVUKDk [class*="-right-corner-"]{right:0;}.eVUKDk [class*="top-left-corner-"]{background-position:0 0;}.eVUKDk [class*="top-right-corner-"]{background-position:100% 0;}.eVUKDk [class*="bottom-left-corner-"]{background-position:0 100%;}.eVUKDk [class*="bottom-right-corner-"]{background-position:100% 100%;}.eVUKDk [class*="top-edge-"],.eVUKDk [class*="bottom-edge-"],.eVUKDk [class*="left-edge-"],.eVUKDk [class*="right-edge-"]{margin:auto;}.eVUKDk [class*="top-edge-"],.eVUKDk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eVUKDk [class*="left-edge-"],.eVUKDk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eVUKDk [class*="top-edge-"]{top:0;}.eVUKDk [class*="bottom-edge-"]{bottom:0;}.eVUKDk [class*="left-edge-"]{left:0;}.eVUKDk [class*="right-edge-"]{right:0;}.eVUKDk .bottom-edge-0{width:100%;height:75px;margin-bottom:20px;background-image:url('https://assets.digital.vistaprint.com/production/722bdd5f-fa01-465d-a5f7-35c97dace331');-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);background-size:contain;}.eVUKDk .bottom-edge-1{width:100%;height:5px;background-color:#ee2932;}.eVUKDk .bottom-edge-2{width:100%;height:5px;margin-bottom:5px;background-color:#faf4a0;}.eVUKDk .bottom-edge-3{width:100%;height:5px;margin-bottom:10px;background-color:#58b947;}.eVUKDk .bottom-edge-4{width:100%;height:5px;z-index:2;margin-bottom:15px;background-color:#007cc4;}

.cSplpL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cSplpL [class*="-corner-"],.cSplpL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cSplpL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cSplpL [class*="bottom-left-corner"],.cSplpL [class*="bottom-right-corner"]{bottom:0;}.cSplpL [class*="top-left-corner"],.cSplpL [class*="top-right-corner"]{top:0;}.cSplpL [class*="-left-corner-"]{left:0;}.cSplpL [class*="-right-corner-"]{right:0;}.cSplpL [class*="top-left-corner-"]{background-position:0 0;}.cSplpL [class*="top-right-corner-"]{background-position:100% 0;}.cSplpL [class*="bottom-left-corner-"]{background-position:0 100%;}.cSplpL [class*="bottom-right-corner-"]{background-position:100% 100%;}.cSplpL [class*="top-edge-"],.cSplpL [class*="bottom-edge-"],.cSplpL [class*="left-edge-"],.cSplpL [class*="right-edge-"]{margin:auto;}.cSplpL [class*="top-edge-"],.cSplpL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cSplpL [class*="left-edge-"],.cSplpL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cSplpL [class*="top-edge-"]{top:0;}.cSplpL [class*="bottom-edge-"]{bottom:0;}.cSplpL [class*="left-edge-"]{left:0;}.cSplpL [class*="right-edge-"]{right:0;}.cSplpL .bottom-left-corner-0{width:100%;height:20px;background-image:url('https://assets.digital.vistaprint.com/production/d6a1a4aa-114e-403d-8fe8-4957a12f0681');background-size:contain;background-repeat:repeat-x;}

.fXsHwn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fXsHwn [class*="-corner-"],.fXsHwn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fXsHwn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fXsHwn [class*="bottom-left-corner"],.fXsHwn [class*="bottom-right-corner"]{bottom:0;}.fXsHwn [class*="top-left-corner"],.fXsHwn [class*="top-right-corner"]{top:0;}.fXsHwn [class*="-left-corner-"]{left:0;}.fXsHwn [class*="-right-corner-"]{right:0;}.fXsHwn [class*="top-left-corner-"]{background-position:0 0;}.fXsHwn [class*="top-right-corner-"]{background-position:100% 0;}.fXsHwn [class*="bottom-left-corner-"]{background-position:0 100%;}.fXsHwn [class*="bottom-right-corner-"]{background-position:100% 100%;}.fXsHwn [class*="top-edge-"],.fXsHwn [class*="bottom-edge-"],.fXsHwn [class*="left-edge-"],.fXsHwn [class*="right-edge-"]{margin:auto;}.fXsHwn [class*="top-edge-"],.fXsHwn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fXsHwn [class*="left-edge-"],.fXsHwn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fXsHwn [class*="top-edge-"]{top:0;}.fXsHwn [class*="bottom-edge-"]{bottom:0;}.fXsHwn [class*="left-edge-"]{left:0;}.fXsHwn [class*="right-edge-"]{right:0;}.fXsHwn .top-edge-0{width:100%;height:20px;background-image:url('https://assets.digital.vistaprint.com/production/9271bc2c-f99e-430a-b0e9-c2fbdd14693c');background-size:contain;background-repeat:repeat-x;}

.iRDWDM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iRDWDM [class*="-corner-"],.iRDWDM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iRDWDM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iRDWDM [class*="bottom-left-corner"],.iRDWDM [class*="bottom-right-corner"]{bottom:0;}.iRDWDM [class*="top-left-corner"],.iRDWDM [class*="top-right-corner"]{top:0;}.iRDWDM [class*="-left-corner-"]{left:0;}.iRDWDM [class*="-right-corner-"]{right:0;}.iRDWDM [class*="top-left-corner-"]{background-position:0 0;}.iRDWDM [class*="top-right-corner-"]{background-position:100% 0;}.iRDWDM [class*="bottom-left-corner-"]{background-position:0 100%;}.iRDWDM [class*="bottom-right-corner-"]{background-position:100% 100%;}.iRDWDM [class*="top-edge-"],.iRDWDM [class*="bottom-edge-"],.iRDWDM [class*="left-edge-"],.iRDWDM [class*="right-edge-"]{margin:auto;}.iRDWDM [class*="top-edge-"],.iRDWDM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iRDWDM [class*="left-edge-"],.iRDWDM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iRDWDM [class*="top-edge-"]{top:0;}.iRDWDM [class*="bottom-edge-"]{bottom:0;}.iRDWDM [class*="left-edge-"]{left:0;}.iRDWDM [class*="right-edge-"]{right:0;}.iRDWDM .right-edge-0{width:100%;height:100%;opacity:0.75;background-color:#ffffff;}@media (min-width:30em){.iRDWDM .right-edge-0{width:100%;}}@media (min-width:60em){.iRDWDM .right-edge-0{width:55%;}}

.iBNqVM{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iBNqVM [class*="-corner-"],.iBNqVM [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iBNqVM [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iBNqVM [class*="bottom-left-corner"],.iBNqVM [class*="bottom-right-corner"]{bottom:0;}.iBNqVM [class*="top-left-corner"],.iBNqVM [class*="top-right-corner"]{top:0;}.iBNqVM [class*="-left-corner-"]{left:0;}.iBNqVM [class*="-right-corner-"]{right:0;}.iBNqVM [class*="top-left-corner-"]{background-position:0 0;}.iBNqVM [class*="top-right-corner-"]{background-position:100% 0;}.iBNqVM [class*="bottom-left-corner-"]{background-position:0 100%;}.iBNqVM [class*="bottom-right-corner-"]{background-position:100% 100%;}.iBNqVM [class*="top-edge-"],.iBNqVM [class*="bottom-edge-"],.iBNqVM [class*="left-edge-"],.iBNqVM [class*="right-edge-"]{margin:auto;}.iBNqVM [class*="top-edge-"],.iBNqVM [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iBNqVM [class*="left-edge-"],.iBNqVM [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iBNqVM [class*="top-edge-"]{top:0;}.iBNqVM [class*="bottom-edge-"]{bottom:0;}.iBNqVM [class*="left-edge-"]{left:0;}.iBNqVM [class*="right-edge-"]{right:0;}.iBNqVM .bottom-edge-0{width:50px;height:50px;margin-bottom:-40px;background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#6D6765;}

.dVlqDh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dVlqDh [class*="-corner-"],.dVlqDh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dVlqDh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dVlqDh [class*="bottom-left-corner"],.dVlqDh [class*="bottom-right-corner"]{bottom:0;}.dVlqDh [class*="top-left-corner"],.dVlqDh [class*="top-right-corner"]{top:0;}.dVlqDh [class*="-left-corner-"]{left:0;}.dVlqDh [class*="-right-corner-"]{right:0;}.dVlqDh [class*="top-left-corner-"]{background-position:0 0;}.dVlqDh [class*="top-right-corner-"]{background-position:100% 0;}.dVlqDh [class*="bottom-left-corner-"]{background-position:0 100%;}.dVlqDh [class*="bottom-right-corner-"]{background-position:100% 100%;}.dVlqDh [class*="top-edge-"],.dVlqDh [class*="bottom-edge-"],.dVlqDh [class*="left-edge-"],.dVlqDh [class*="right-edge-"]{margin:auto;}.dVlqDh [class*="top-edge-"],.dVlqDh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dVlqDh [class*="left-edge-"],.dVlqDh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dVlqDh [class*="top-edge-"]{top:0;}.dVlqDh [class*="bottom-edge-"]{bottom:0;}.dVlqDh [class*="left-edge-"]{left:0;}.dVlqDh [class*="right-edge-"]{right:0;}.dVlqDh .top-left-corner-0{width:400%;height:400%;margin-top:-8px;background-image:url('https://assets.digital.vistaprint.com/production/d1c63ce8-73a2-4faf-b97d-bfc6b112cfd8');}@media (min-width:30em){.dVlqDh .top-left-corner-0{width:250%;height:250%;margin-top:-11px;}}@media (min-width:60em){.dVlqDh .top-left-corner-0{width:100%;height:100%;margin-top:-6px;}}.dVlqDh .bottom-left-corner-0{width:400%;height:400%;margin-bottom:-8px;background-image:url('https://assets.digital.vistaprint.com/production/dbdf6050-9f47-4982-a737-14f8101f0359');}@media (min-width:30em){.dVlqDh .bottom-left-corner-0{width:250%;height:250%;margin-bottom:-11px;}}@media (min-width:60em){.dVlqDh .bottom-left-corner-0{width:100%;height:100%;margin-bottom:-7px;}}

.eeRSLo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eeRSLo [class*="-corner-"],.eeRSLo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eeRSLo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eeRSLo [class*="bottom-left-corner"],.eeRSLo [class*="bottom-right-corner"]{bottom:0;}.eeRSLo [class*="top-left-corner"],.eeRSLo [class*="top-right-corner"]{top:0;}.eeRSLo [class*="-left-corner-"]{left:0;}.eeRSLo [class*="-right-corner-"]{right:0;}.eeRSLo [class*="top-left-corner-"]{background-position:0 0;}.eeRSLo [class*="top-right-corner-"]{background-position:100% 0;}.eeRSLo [class*="bottom-left-corner-"]{background-position:0 100%;}.eeRSLo [class*="bottom-right-corner-"]{background-position:100% 100%;}.eeRSLo [class*="top-edge-"],.eeRSLo [class*="bottom-edge-"],.eeRSLo [class*="left-edge-"],.eeRSLo [class*="right-edge-"]{margin:auto;}.eeRSLo [class*="top-edge-"],.eeRSLo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eeRSLo [class*="left-edge-"],.eeRSLo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eeRSLo [class*="top-edge-"]{top:0;}.eeRSLo [class*="bottom-edge-"]{bottom:0;}.eeRSLo [class*="left-edge-"]{left:0;}.eeRSLo [class*="right-edge-"]{right:0;}.eeRSLo .bottom-edge-0{width:100%;height:0.8px;background-color:#FFFFFF;}

.dqMqbk{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dqMqbk [class*="-corner-"],.dqMqbk [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dqMqbk [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dqMqbk [class*="bottom-left-corner"],.dqMqbk [class*="bottom-right-corner"]{bottom:0;}.dqMqbk [class*="top-left-corner"],.dqMqbk [class*="top-right-corner"]{top:0;}.dqMqbk [class*="-left-corner-"]{left:0;}.dqMqbk [class*="-right-corner-"]{right:0;}.dqMqbk [class*="top-left-corner-"]{background-position:0 0;}.dqMqbk [class*="top-right-corner-"]{background-position:100% 0;}.dqMqbk [class*="bottom-left-corner-"]{background-position:0 100%;}.dqMqbk [class*="bottom-right-corner-"]{background-position:100% 100%;}.dqMqbk [class*="top-edge-"],.dqMqbk [class*="bottom-edge-"],.dqMqbk [class*="left-edge-"],.dqMqbk [class*="right-edge-"]{margin:auto;}.dqMqbk [class*="top-edge-"],.dqMqbk [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dqMqbk [class*="left-edge-"],.dqMqbk [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dqMqbk [class*="top-edge-"]{top:0;}.dqMqbk [class*="bottom-edge-"]{bottom:0;}.dqMqbk [class*="left-edge-"]{left:0;}.dqMqbk [class*="right-edge-"]{right:0;}.dqMqbk .bottom-edge-0{width:100%;height:30px;background-color:#006168;}

.DrMWP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.DrMWP [class*="-corner-"],.DrMWP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.DrMWP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.DrMWP [class*="bottom-left-corner"],.DrMWP [class*="bottom-right-corner"]{bottom:0;}.DrMWP [class*="top-left-corner"],.DrMWP [class*="top-right-corner"]{top:0;}.DrMWP [class*="-left-corner-"]{left:0;}.DrMWP [class*="-right-corner-"]{right:0;}.DrMWP [class*="top-left-corner-"]{background-position:0 0;}.DrMWP [class*="top-right-corner-"]{background-position:100% 0;}.DrMWP [class*="bottom-left-corner-"]{background-position:0 100%;}.DrMWP [class*="bottom-right-corner-"]{background-position:100% 100%;}.DrMWP [class*="top-edge-"],.DrMWP [class*="bottom-edge-"],.DrMWP [class*="left-edge-"],.DrMWP [class*="right-edge-"]{margin:auto;}.DrMWP [class*="top-edge-"],.DrMWP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.DrMWP [class*="left-edge-"],.DrMWP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.DrMWP [class*="top-edge-"]{top:0;}.DrMWP [class*="bottom-edge-"]{bottom:0;}.DrMWP [class*="left-edge-"]{left:0;}.DrMWP [class*="right-edge-"]{right:0;}.DrMWP .top-edge-0{width:100%;height:70px;opacity:0.4;background-image:url('https://assets.digital.vistaprint.com/production/f06cf11f-22dc-4be6-925b-8852e5fc185a');background-size:contain;}

.drXOVg{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.drXOVg [class*="-corner-"],.drXOVg [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.drXOVg [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.drXOVg [class*="bottom-left-corner"],.drXOVg [class*="bottom-right-corner"]{bottom:0;}.drXOVg [class*="top-left-corner"],.drXOVg [class*="top-right-corner"]{top:0;}.drXOVg [class*="-left-corner-"]{left:0;}.drXOVg [class*="-right-corner-"]{right:0;}.drXOVg [class*="top-left-corner-"]{background-position:0 0;}.drXOVg [class*="top-right-corner-"]{background-position:100% 0;}.drXOVg [class*="bottom-left-corner-"]{background-position:0 100%;}.drXOVg [class*="bottom-right-corner-"]{background-position:100% 100%;}.drXOVg [class*="top-edge-"],.drXOVg [class*="bottom-edge-"],.drXOVg [class*="left-edge-"],.drXOVg [class*="right-edge-"]{margin:auto;}.drXOVg [class*="top-edge-"],.drXOVg [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.drXOVg [class*="left-edge-"],.drXOVg [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.drXOVg [class*="top-edge-"]{top:0;}.drXOVg [class*="bottom-edge-"]{bottom:0;}.drXOVg [class*="left-edge-"]{left:0;}.drXOVg [class*="right-edge-"]{right:0;}.drXOVg .top-edge-0{height:55%;background-image:url('https://assets.digital.vistaprint.com/production/bf3d7f98-4663-4cec-93dd-37e6f31e1a8a');background-repeat:no-repeat;background-position:center 0;}

.icFQQo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.icFQQo [class*="-corner-"],.icFQQo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.icFQQo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.icFQQo [class*="bottom-left-corner"],.icFQQo [class*="bottom-right-corner"]{bottom:0;}.icFQQo [class*="top-left-corner"],.icFQQo [class*="top-right-corner"]{top:0;}.icFQQo [class*="-left-corner-"]{left:0;}.icFQQo [class*="-right-corner-"]{right:0;}.icFQQo [class*="top-left-corner-"]{background-position:0 0;}.icFQQo [class*="top-right-corner-"]{background-position:100% 0;}.icFQQo [class*="bottom-left-corner-"]{background-position:0 100%;}.icFQQo [class*="bottom-right-corner-"]{background-position:100% 100%;}.icFQQo [class*="top-edge-"],.icFQQo [class*="bottom-edge-"],.icFQQo [class*="left-edge-"],.icFQQo [class*="right-edge-"]{margin:auto;}.icFQQo [class*="top-edge-"],.icFQQo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.icFQQo [class*="left-edge-"],.icFQQo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.icFQQo [class*="top-edge-"]{top:0;}.icFQQo [class*="bottom-edge-"]{bottom:0;}.icFQQo [class*="left-edge-"]{left:0;}.icFQQo [class*="right-edge-"]{right:0;}.icFQQo .top-edge-0{width:40%;height:100%;margin-top:0px;background-image:url('https://assets.digital.vistaprint.com/production/488b3630-a48d-4f28-8193-f8ce999f1f46');}

.kfxdiO{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kfxdiO [class*="-corner-"],.kfxdiO [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kfxdiO [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kfxdiO [class*="bottom-left-corner"],.kfxdiO [class*="bottom-right-corner"]{bottom:0;}.kfxdiO [class*="top-left-corner"],.kfxdiO [class*="top-right-corner"]{top:0;}.kfxdiO [class*="-left-corner-"]{left:0;}.kfxdiO [class*="-right-corner-"]{right:0;}.kfxdiO [class*="top-left-corner-"]{background-position:0 0;}.kfxdiO [class*="top-right-corner-"]{background-position:100% 0;}.kfxdiO [class*="bottom-left-corner-"]{background-position:0 100%;}.kfxdiO [class*="bottom-right-corner-"]{background-position:100% 100%;}.kfxdiO [class*="top-edge-"],.kfxdiO [class*="bottom-edge-"],.kfxdiO [class*="left-edge-"],.kfxdiO [class*="right-edge-"]{margin:auto;}.kfxdiO [class*="top-edge-"],.kfxdiO [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kfxdiO [class*="left-edge-"],.kfxdiO [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kfxdiO [class*="top-edge-"]{top:0;}.kfxdiO [class*="bottom-edge-"]{bottom:0;}.kfxdiO [class*="left-edge-"]{left:0;}.kfxdiO [class*="right-edge-"]{right:0;}.kfxdiO .top-edge-0{height:55px;background-image:url('https://assets.digital.vistaprint.com/production/b2ddfcf5-807c-463a-a5e0-ad792733a516');}@media (min-width:30em){.kfxdiO .top-edge-0{height:80px;}}@media (min-width:60em){.kfxdiO .top-edge-0{height:55px;}}

.cdnqWl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cdnqWl [class*="-corner-"],.cdnqWl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cdnqWl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cdnqWl [class*="bottom-left-corner"],.cdnqWl [class*="bottom-right-corner"]{bottom:0;}.cdnqWl [class*="top-left-corner"],.cdnqWl [class*="top-right-corner"]{top:0;}.cdnqWl [class*="-left-corner-"]{left:0;}.cdnqWl [class*="-right-corner-"]{right:0;}.cdnqWl [class*="top-left-corner-"]{background-position:0 0;}.cdnqWl [class*="top-right-corner-"]{background-position:100% 0;}.cdnqWl [class*="bottom-left-corner-"]{background-position:0 100%;}.cdnqWl [class*="bottom-right-corner-"]{background-position:100% 100%;}.cdnqWl [class*="top-edge-"],.cdnqWl [class*="bottom-edge-"],.cdnqWl [class*="left-edge-"],.cdnqWl [class*="right-edge-"]{margin:auto;}.cdnqWl [class*="top-edge-"],.cdnqWl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cdnqWl [class*="left-edge-"],.cdnqWl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cdnqWl [class*="top-edge-"]{top:0;}.cdnqWl [class*="bottom-edge-"]{bottom:0;}.cdnqWl [class*="left-edge-"]{left:0;}.cdnqWl [class*="right-edge-"]{right:0;}.cdnqWl .top-edge-0{height:55px;background-image:url('https://assets.digital.vistaprint.com/production/b2ddfcf5-807c-463a-a5e0-ad792733a516');}@media (min-width:30em){.cdnqWl .top-edge-0{height:80px;}}@media (min-width:60em){.cdnqWl .top-edge-0{height:55px;}}.cdnqWl .bottom-edge-0{height:55px;background-image:url('https://assets.digital.vistaprint.com/production/b2ddfcf5-807c-463a-a5e0-ad792733a516');}@media (min-width:30em){.cdnqWl .bottom-edge-0{height:80px;}}@media (min-width:60em){.cdnqWl .bottom-edge-0{height:55px;}}

.dIlCGo{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dIlCGo [class*="-corner-"],.dIlCGo [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dIlCGo [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dIlCGo [class*="bottom-left-corner"],.dIlCGo [class*="bottom-right-corner"]{bottom:0;}.dIlCGo [class*="top-left-corner"],.dIlCGo [class*="top-right-corner"]{top:0;}.dIlCGo [class*="-left-corner-"]{left:0;}.dIlCGo [class*="-right-corner-"]{right:0;}.dIlCGo [class*="top-left-corner-"]{background-position:0 0;}.dIlCGo [class*="top-right-corner-"]{background-position:100% 0;}.dIlCGo [class*="bottom-left-corner-"]{background-position:0 100%;}.dIlCGo [class*="bottom-right-corner-"]{background-position:100% 100%;}.dIlCGo [class*="top-edge-"],.dIlCGo [class*="bottom-edge-"],.dIlCGo [class*="left-edge-"],.dIlCGo [class*="right-edge-"]{margin:auto;}.dIlCGo [class*="top-edge-"],.dIlCGo [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dIlCGo [class*="left-edge-"],.dIlCGo [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dIlCGo [class*="top-edge-"]{top:0;}.dIlCGo [class*="bottom-edge-"]{bottom:0;}.dIlCGo [class*="left-edge-"]{left:0;}.dIlCGo [class*="right-edge-"]{right:0;}.dIlCGo .top-edge-0{width:400px;height:143px;margin-top:-30%;background-image:url('https://assets.digital.vistaprint.com/production/9702d456-6b74-417c-9895-e5645e3c9e7d');background-size:contain;}@media (min-width:30em){.dIlCGo .top-edge-0{width:800px;height:286px;margin-top:-30%;}}@media (min-width:60em){.dIlCGo .top-edge-0{width:0px;height:0px;}}.dIlCGo .left-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/264c5fee-1313-4998-804a-b89112dcfb0d');}@media (min-width:60em){.dIlCGo .left-edge-0{width:143px;height:398px;background-size:contain;}}.dIlCGo .right-edge-0{background-image:url('https://assets.digital.vistaprint.com/production/23a1e03a-1b45-4422-86db-c3f4af282db7');}@media (min-width:60em){.dIlCGo .right-edge-0{width:143px;height:398px;background-size:contain;}}.dIlCGo .bottom-left-corner-0{width:400px;height:143px;margin-bottom:-30%;background-image:url('https://assets.digital.vistaprint.com/production/b2875045-fa52-41d6-8e66-922f30cee42f');}@media (min-width:30em){.dIlCGo .bottom-left-corner-0{width:800px;height:286px;margin-bottom:-30%;}}@media (min-width:60em){.dIlCGo .bottom-left-corner-0{width:0px;height:0px;}}

.dYKErv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.dYKErv [class*="-corner-"],.dYKErv [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.dYKErv [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.dYKErv [class*="bottom-left-corner"],.dYKErv [class*="bottom-right-corner"]{bottom:0;}.dYKErv [class*="top-left-corner"],.dYKErv [class*="top-right-corner"]{top:0;}.dYKErv [class*="-left-corner-"]{left:0;}.dYKErv [class*="-right-corner-"]{right:0;}.dYKErv [class*="top-left-corner-"]{background-position:0 0;}.dYKErv [class*="top-right-corner-"]{background-position:100% 0;}.dYKErv [class*="bottom-left-corner-"]{background-position:0 100%;}.dYKErv [class*="bottom-right-corner-"]{background-position:100% 100%;}.dYKErv [class*="top-edge-"],.dYKErv [class*="bottom-edge-"],.dYKErv [class*="left-edge-"],.dYKErv [class*="right-edge-"]{margin:auto;}.dYKErv [class*="top-edge-"],.dYKErv [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.dYKErv [class*="left-edge-"],.dYKErv [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.dYKErv [class*="top-edge-"]{top:0;}.dYKErv [class*="bottom-edge-"]{bottom:0;}.dYKErv [class*="left-edge-"]{left:0;}.dYKErv [class*="right-edge-"]{right:0;}.dYKErv .bottom-edge-0{height:55px;background-image:url('https://assets.digital.vistaprint.com/production/b2ddfcf5-807c-463a-a5e0-ad792733a516');}@media (min-width:30em){.dYKErv .bottom-edge-0{height:80px;}}@media (min-width:60em){.dYKErv .bottom-edge-0{height:55px;}}

.hszIug{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hszIug [class*="-corner-"],.hszIug [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hszIug [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hszIug [class*="bottom-left-corner"],.hszIug [class*="bottom-right-corner"]{bottom:0;}.hszIug [class*="top-left-corner"],.hszIug [class*="top-right-corner"]{top:0;}.hszIug [class*="-left-corner-"]{left:0;}.hszIug [class*="-right-corner-"]{right:0;}.hszIug [class*="top-left-corner-"]{background-position:0 0;}.hszIug [class*="top-right-corner-"]{background-position:100% 0;}.hszIug [class*="bottom-left-corner-"]{background-position:0 100%;}.hszIug [class*="bottom-right-corner-"]{background-position:100% 100%;}.hszIug [class*="top-edge-"],.hszIug [class*="bottom-edge-"],.hszIug [class*="left-edge-"],.hszIug [class*="right-edge-"]{margin:auto;}.hszIug [class*="top-edge-"],.hszIug [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hszIug [class*="left-edge-"],.hszIug [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hszIug [class*="top-edge-"]{top:0;}.hszIug [class*="bottom-edge-"]{bottom:0;}.hszIug [class*="left-edge-"]{left:0;}.hszIug [class*="right-edge-"]{right:0;}.hszIug .bottom-edge-0{width:100%;height:6px;background-color:#b42083;}

.hUWVPu{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hUWVPu [class*="-corner-"],.hUWVPu [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hUWVPu [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hUWVPu [class*="bottom-left-corner"],.hUWVPu [class*="bottom-right-corner"]{bottom:0;}.hUWVPu [class*="top-left-corner"],.hUWVPu [class*="top-right-corner"]{top:0;}.hUWVPu [class*="-left-corner-"]{left:0;}.hUWVPu [class*="-right-corner-"]{right:0;}.hUWVPu [class*="top-left-corner-"]{background-position:0 0;}.hUWVPu [class*="top-right-corner-"]{background-position:100% 0;}.hUWVPu [class*="bottom-left-corner-"]{background-position:0 100%;}.hUWVPu [class*="bottom-right-corner-"]{background-position:100% 100%;}.hUWVPu [class*="top-edge-"],.hUWVPu [class*="bottom-edge-"],.hUWVPu [class*="left-edge-"],.hUWVPu [class*="right-edge-"]{margin:auto;}.hUWVPu [class*="top-edge-"],.hUWVPu [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hUWVPu [class*="left-edge-"],.hUWVPu [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hUWVPu [class*="top-edge-"]{top:0;}.hUWVPu [class*="bottom-edge-"]{bottom:0;}.hUWVPu [class*="left-edge-"]{left:0;}.hUWVPu [class*="right-edge-"]{right:0;}.hUWVPu .top-edge-0{width:80%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/db04efac-c455-489f-8463-ed14e6a3241b');}@media (min-width:30em){.hUWVPu .top-edge-0{width:80%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/db04efac-c455-489f-8463-ed14e6a3241b');}}@media (min-width:60em){.hUWVPu .top-edge-0{width:35%;height:100%;background-image:url('https://assets.digital.vistaprint.com/production/db04efac-c455-489f-8463-ed14e6a3241b');}}

.hoAdrF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hoAdrF [class*="-corner-"],.hoAdrF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hoAdrF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hoAdrF [class*="bottom-left-corner"],.hoAdrF [class*="bottom-right-corner"]{bottom:0;}.hoAdrF [class*="top-left-corner"],.hoAdrF [class*="top-right-corner"]{top:0;}.hoAdrF [class*="-left-corner-"]{left:0;}.hoAdrF [class*="-right-corner-"]{right:0;}.hoAdrF [class*="top-left-corner-"]{background-position:0 0;}.hoAdrF [class*="top-right-corner-"]{background-position:100% 0;}.hoAdrF [class*="bottom-left-corner-"]{background-position:0 100%;}.hoAdrF [class*="bottom-right-corner-"]{background-position:100% 100%;}.hoAdrF [class*="top-edge-"],.hoAdrF [class*="bottom-edge-"],.hoAdrF [class*="left-edge-"],.hoAdrF [class*="right-edge-"]{margin:auto;}.hoAdrF [class*="top-edge-"],.hoAdrF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hoAdrF [class*="left-edge-"],.hoAdrF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hoAdrF [class*="top-edge-"]{top:0;}.hoAdrF [class*="bottom-edge-"]{bottom:0;}.hoAdrF [class*="left-edge-"]{left:0;}.hoAdrF [class*="right-edge-"]{right:0;}.hoAdrF .top-edge-0{width:100%;height:6px;background-color:#b42083;}

.scWXX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.scWXX [class*="-corner-"],.scWXX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.scWXX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.scWXX [class*="bottom-left-corner"],.scWXX [class*="bottom-right-corner"]{bottom:0;}.scWXX [class*="top-left-corner"],.scWXX [class*="top-right-corner"]{top:0;}.scWXX [class*="-left-corner-"]{left:0;}.scWXX [class*="-right-corner-"]{right:0;}.scWXX [class*="top-left-corner-"]{background-position:0 0;}.scWXX [class*="top-right-corner-"]{background-position:100% 0;}.scWXX [class*="bottom-left-corner-"]{background-position:0 100%;}.scWXX [class*="bottom-right-corner-"]{background-position:100% 100%;}.scWXX [class*="top-edge-"],.scWXX [class*="bottom-edge-"],.scWXX [class*="left-edge-"],.scWXX [class*="right-edge-"]{margin:auto;}.scWXX [class*="top-edge-"],.scWXX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.scWXX [class*="left-edge-"],.scWXX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.scWXX [class*="top-edge-"]{top:0;}.scWXX [class*="bottom-edge-"]{bottom:0;}.scWXX [class*="left-edge-"]{left:0;}.scWXX [class*="right-edge-"]{right:0;}.scWXX .top-edge-0{width:100%;height:100%;opacity:0.75;background-color:#FFFFFF;}@media (min-width:30em){.scWXX .top-edge-0{width:100%;height:100%;opacity:0.75;background-color:#FFFFFF;}}@media (min-width:60em){.scWXX .top-edge-0{opacity:0;}}

.jqSvoj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jqSvoj [class*="-corner-"],.jqSvoj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jqSvoj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jqSvoj [class*="bottom-left-corner"],.jqSvoj [class*="bottom-right-corner"]{bottom:0;}.jqSvoj [class*="top-left-corner"],.jqSvoj [class*="top-right-corner"]{top:0;}.jqSvoj [class*="-left-corner-"]{left:0;}.jqSvoj [class*="-right-corner-"]{right:0;}.jqSvoj [class*="top-left-corner-"]{background-position:0 0;}.jqSvoj [class*="top-right-corner-"]{background-position:100% 0;}.jqSvoj [class*="bottom-left-corner-"]{background-position:0 100%;}.jqSvoj [class*="bottom-right-corner-"]{background-position:100% 100%;}.jqSvoj [class*="top-edge-"],.jqSvoj [class*="bottom-edge-"],.jqSvoj [class*="left-edge-"],.jqSvoj [class*="right-edge-"]{margin:auto;}.jqSvoj [class*="top-edge-"],.jqSvoj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jqSvoj [class*="left-edge-"],.jqSvoj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jqSvoj [class*="top-edge-"]{top:0;}.jqSvoj [class*="bottom-edge-"]{bottom:0;}.jqSvoj [class*="left-edge-"]{left:0;}.jqSvoj [class*="right-edge-"]{right:0;}.jqSvoj .bottom-edge-0{width:100%;height:1px;opacity:0.2;background-color:#BCBEC0;}

.gHOzxL{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gHOzxL [class*="-corner-"],.gHOzxL [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gHOzxL [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gHOzxL [class*="bottom-left-corner"],.gHOzxL [class*="bottom-right-corner"]{bottom:0;}.gHOzxL [class*="top-left-corner"],.gHOzxL [class*="top-right-corner"]{top:0;}.gHOzxL [class*="-left-corner-"]{left:0;}.gHOzxL [class*="-right-corner-"]{right:0;}.gHOzxL [class*="top-left-corner-"]{background-position:0 0;}.gHOzxL [class*="top-right-corner-"]{background-position:100% 0;}.gHOzxL [class*="bottom-left-corner-"]{background-position:0 100%;}.gHOzxL [class*="bottom-right-corner-"]{background-position:100% 100%;}.gHOzxL [class*="top-edge-"],.gHOzxL [class*="bottom-edge-"],.gHOzxL [class*="left-edge-"],.gHOzxL [class*="right-edge-"]{margin:auto;}.gHOzxL [class*="top-edge-"],.gHOzxL [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gHOzxL [class*="left-edge-"],.gHOzxL [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gHOzxL [class*="top-edge-"]{top:0;}.gHOzxL [class*="bottom-edge-"]{bottom:0;}.gHOzxL [class*="left-edge-"]{left:0;}.gHOzxL [class*="right-edge-"]{right:0;}.gHOzxL .top-edge-0{width:100%;height:7px;background-color:#392062;}

.gzYrgC{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gzYrgC [class*="-corner-"],.gzYrgC [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gzYrgC [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gzYrgC [class*="bottom-left-corner"],.gzYrgC [class*="bottom-right-corner"]{bottom:0;}.gzYrgC [class*="top-left-corner"],.gzYrgC [class*="top-right-corner"]{top:0;}.gzYrgC [class*="-left-corner-"]{left:0;}.gzYrgC [class*="-right-corner-"]{right:0;}.gzYrgC [class*="top-left-corner-"]{background-position:0 0;}.gzYrgC [class*="top-right-corner-"]{background-position:100% 0;}.gzYrgC [class*="bottom-left-corner-"]{background-position:0 100%;}.gzYrgC [class*="bottom-right-corner-"]{background-position:100% 100%;}.gzYrgC [class*="top-edge-"],.gzYrgC [class*="bottom-edge-"],.gzYrgC [class*="left-edge-"],.gzYrgC [class*="right-edge-"]{margin:auto;}.gzYrgC [class*="top-edge-"],.gzYrgC [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gzYrgC [class*="left-edge-"],.gzYrgC [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gzYrgC [class*="top-edge-"]{top:0;}.gzYrgC [class*="bottom-edge-"]{bottom:0;}.gzYrgC [class*="left-edge-"]{left:0;}.gzYrgC [class*="right-edge-"]{right:0;}.gzYrgC .top-edge-0{width:70%;height:3px;background-color:#392062;}

.exJCVF{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.exJCVF [class*="-corner-"],.exJCVF [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.exJCVF [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.exJCVF [class*="bottom-left-corner"],.exJCVF [class*="bottom-right-corner"]{bottom:0;}.exJCVF [class*="top-left-corner"],.exJCVF [class*="top-right-corner"]{top:0;}.exJCVF [class*="-left-corner-"]{left:0;}.exJCVF [class*="-right-corner-"]{right:0;}.exJCVF [class*="top-left-corner-"]{background-position:0 0;}.exJCVF [class*="top-right-corner-"]{background-position:100% 0;}.exJCVF [class*="bottom-left-corner-"]{background-position:0 100%;}.exJCVF [class*="bottom-right-corner-"]{background-position:100% 100%;}.exJCVF [class*="top-edge-"],.exJCVF [class*="bottom-edge-"],.exJCVF [class*="left-edge-"],.exJCVF [class*="right-edge-"]{margin:auto;}.exJCVF [class*="top-edge-"],.exJCVF [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.exJCVF [class*="left-edge-"],.exJCVF [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.exJCVF [class*="top-edge-"]{top:0;}.exJCVF [class*="bottom-edge-"]{bottom:0;}.exJCVF [class*="left-edge-"]{left:0;}.exJCVF [class*="right-edge-"]{right:0;}.exJCVF .top-edge-0{width:60%;height:2px;background-color:#286fb7;}

.fYlQDP{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fYlQDP [class*="-corner-"],.fYlQDP [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fYlQDP [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fYlQDP [class*="bottom-left-corner"],.fYlQDP [class*="bottom-right-corner"]{bottom:0;}.fYlQDP [class*="top-left-corner"],.fYlQDP [class*="top-right-corner"]{top:0;}.fYlQDP [class*="-left-corner-"]{left:0;}.fYlQDP [class*="-right-corner-"]{right:0;}.fYlQDP [class*="top-left-corner-"]{background-position:0 0;}.fYlQDP [class*="top-right-corner-"]{background-position:100% 0;}.fYlQDP [class*="bottom-left-corner-"]{background-position:0 100%;}.fYlQDP [class*="bottom-right-corner-"]{background-position:100% 100%;}.fYlQDP [class*="top-edge-"],.fYlQDP [class*="bottom-edge-"],.fYlQDP [class*="left-edge-"],.fYlQDP [class*="right-edge-"]{margin:auto;}.fYlQDP [class*="top-edge-"],.fYlQDP [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fYlQDP [class*="left-edge-"],.fYlQDP [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fYlQDP [class*="top-edge-"]{top:0;}.fYlQDP [class*="bottom-edge-"]{bottom:0;}.fYlQDP [class*="left-edge-"]{left:0;}.fYlQDP [class*="right-edge-"]{right:0;}.fYlQDP .left-edge-0{width:30px;height:100%;background-color:#ffffff;}.fYlQDP .right-edge-0{width:30px;height:100%;background-color:#ffffff;}.fYlQDP .bottom-edge-0{width:100%;height:30px;background-color:#ffffff;}

.iMcRAf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.iMcRAf [class*="-corner-"],.iMcRAf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.iMcRAf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.iMcRAf [class*="bottom-left-corner"],.iMcRAf [class*="bottom-right-corner"]{bottom:0;}.iMcRAf [class*="top-left-corner"],.iMcRAf [class*="top-right-corner"]{top:0;}.iMcRAf [class*="-left-corner-"]{left:0;}.iMcRAf [class*="-right-corner-"]{right:0;}.iMcRAf [class*="top-left-corner-"]{background-position:0 0;}.iMcRAf [class*="top-right-corner-"]{background-position:100% 0;}.iMcRAf [class*="bottom-left-corner-"]{background-position:0 100%;}.iMcRAf [class*="bottom-right-corner-"]{background-position:100% 100%;}.iMcRAf [class*="top-edge-"],.iMcRAf [class*="bottom-edge-"],.iMcRAf [class*="left-edge-"],.iMcRAf [class*="right-edge-"]{margin:auto;}.iMcRAf [class*="top-edge-"],.iMcRAf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.iMcRAf [class*="left-edge-"],.iMcRAf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.iMcRAf [class*="top-edge-"]{top:0;}.iMcRAf [class*="bottom-edge-"]{bottom:0;}.iMcRAf [class*="left-edge-"]{left:0;}.iMcRAf [class*="right-edge-"]{right:0;}.iMcRAf .bottom-edge-0{width:100px;height:100px;margin-bottom:-50px;background-image:url('https://assets.digital.vistaprint.com/production/60afcae7-203f-438e-8f1f-fa226b4290a8');background-size:contain;}

.jESwjU{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jESwjU [class*="-corner-"],.jESwjU [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jESwjU [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jESwjU [class*="bottom-left-corner"],.jESwjU [class*="bottom-right-corner"]{bottom:0;}.jESwjU [class*="top-left-corner"],.jESwjU [class*="top-right-corner"]{top:0;}.jESwjU [class*="-left-corner-"]{left:0;}.jESwjU [class*="-right-corner-"]{right:0;}.jESwjU [class*="top-left-corner-"]{background-position:0 0;}.jESwjU [class*="top-right-corner-"]{background-position:100% 0;}.jESwjU [class*="bottom-left-corner-"]{background-position:0 100%;}.jESwjU [class*="bottom-right-corner-"]{background-position:100% 100%;}.jESwjU [class*="top-edge-"],.jESwjU [class*="bottom-edge-"],.jESwjU [class*="left-edge-"],.jESwjU [class*="right-edge-"]{margin:auto;}.jESwjU [class*="top-edge-"],.jESwjU [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jESwjU [class*="left-edge-"],.jESwjU [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jESwjU [class*="top-edge-"]{top:0;}.jESwjU [class*="bottom-edge-"]{bottom:0;}.jESwjU [class*="left-edge-"]{left:0;}.jESwjU [class*="right-edge-"]{right:0;}.jESwjU .top-edge-0{width:100px;height:100px;margin-top:-50px;background-image:url('https://assets.digital.vistaprint.com/production/60afcae7-203f-438e-8f1f-fa226b4290a8');background-size:contain;}

.aIxzX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.aIxzX [class*="-corner-"],.aIxzX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.aIxzX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.aIxzX [class*="bottom-left-corner"],.aIxzX [class*="bottom-right-corner"]{bottom:0;}.aIxzX [class*="top-left-corner"],.aIxzX [class*="top-right-corner"]{top:0;}.aIxzX [class*="-left-corner-"]{left:0;}.aIxzX [class*="-right-corner-"]{right:0;}.aIxzX [class*="top-left-corner-"]{background-position:0 0;}.aIxzX [class*="top-right-corner-"]{background-position:100% 0;}.aIxzX [class*="bottom-left-corner-"]{background-position:0 100%;}.aIxzX [class*="bottom-right-corner-"]{background-position:100% 100%;}.aIxzX [class*="top-edge-"],.aIxzX [class*="bottom-edge-"],.aIxzX [class*="left-edge-"],.aIxzX [class*="right-edge-"]{margin:auto;}.aIxzX [class*="top-edge-"],.aIxzX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.aIxzX [class*="left-edge-"],.aIxzX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.aIxzX [class*="top-edge-"]{top:0;}.aIxzX [class*="bottom-edge-"]{bottom:0;}.aIxzX [class*="left-edge-"]{left:0;}.aIxzX [class*="right-edge-"]{right:0;}.aIxzX .top-edge-0{width:1547px;height:16px;background-image:url('https://assets.digital.vistaprint.com/production/44110327-a830-480e-8a0d-db3895f0271b');}

.ehqdCa{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ehqdCa [class*="-corner-"],.ehqdCa [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ehqdCa [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ehqdCa [class*="bottom-left-corner"],.ehqdCa [class*="bottom-right-corner"]{bottom:0;}.ehqdCa [class*="top-left-corner"],.ehqdCa [class*="top-right-corner"]{top:0;}.ehqdCa [class*="-left-corner-"]{left:0;}.ehqdCa [class*="-right-corner-"]{right:0;}.ehqdCa [class*="top-left-corner-"]{background-position:0 0;}.ehqdCa [class*="top-right-corner-"]{background-position:100% 0;}.ehqdCa [class*="bottom-left-corner-"]{background-position:0 100%;}.ehqdCa [class*="bottom-right-corner-"]{background-position:100% 100%;}.ehqdCa [class*="top-edge-"],.ehqdCa [class*="bottom-edge-"],.ehqdCa [class*="left-edge-"],.ehqdCa [class*="right-edge-"]{margin:auto;}.ehqdCa [class*="top-edge-"],.ehqdCa [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ehqdCa [class*="left-edge-"],.ehqdCa [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ehqdCa [class*="top-edge-"]{top:0;}.ehqdCa [class*="bottom-edge-"]{bottom:0;}.ehqdCa [class*="left-edge-"]{left:0;}.ehqdCa [class*="right-edge-"]{right:0;}.ehqdCa .top-edge-0{width:100%;height:5px;background-color:#caad88;}.ehqdCa .bottom-edge-0{width:100%;height:5px;background-color:#caad88;}

.gMgpiB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gMgpiB [class*="-corner-"],.gMgpiB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gMgpiB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gMgpiB [class*="bottom-left-corner"],.gMgpiB [class*="bottom-right-corner"]{bottom:0;}.gMgpiB [class*="top-left-corner"],.gMgpiB [class*="top-right-corner"]{top:0;}.gMgpiB [class*="-left-corner-"]{left:0;}.gMgpiB [class*="-right-corner-"]{right:0;}.gMgpiB [class*="top-left-corner-"]{background-position:0 0;}.gMgpiB [class*="top-right-corner-"]{background-position:100% 0;}.gMgpiB [class*="bottom-left-corner-"]{background-position:0 100%;}.gMgpiB [class*="bottom-right-corner-"]{background-position:100% 100%;}.gMgpiB [class*="top-edge-"],.gMgpiB [class*="bottom-edge-"],.gMgpiB [class*="left-edge-"],.gMgpiB [class*="right-edge-"]{margin:auto;}.gMgpiB [class*="top-edge-"],.gMgpiB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gMgpiB [class*="left-edge-"],.gMgpiB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gMgpiB [class*="top-edge-"]{top:0;}.gMgpiB [class*="bottom-edge-"]{bottom:0;}.gMgpiB [class*="left-edge-"]{left:0;}.gMgpiB [class*="right-edge-"]{right:0;}.gMgpiB .top-edge-0{width:100%;height:5px;background-color:#caad88;}

.ktUJBK{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ktUJBK [class*="-corner-"],.ktUJBK [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ktUJBK [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ktUJBK [class*="bottom-left-corner"],.ktUJBK [class*="bottom-right-corner"]{bottom:0;}.ktUJBK [class*="top-left-corner"],.ktUJBK [class*="top-right-corner"]{top:0;}.ktUJBK [class*="-left-corner-"]{left:0;}.ktUJBK [class*="-right-corner-"]{right:0;}.ktUJBK [class*="top-left-corner-"]{background-position:0 0;}.ktUJBK [class*="top-right-corner-"]{background-position:100% 0;}.ktUJBK [class*="bottom-left-corner-"]{background-position:0 100%;}.ktUJBK [class*="bottom-right-corner-"]{background-position:100% 100%;}.ktUJBK [class*="top-edge-"],.ktUJBK [class*="bottom-edge-"],.ktUJBK [class*="left-edge-"],.ktUJBK [class*="right-edge-"]{margin:auto;}.ktUJBK [class*="top-edge-"],.ktUJBK [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ktUJBK [class*="left-edge-"],.ktUJBK [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ktUJBK [class*="top-edge-"]{top:0;}.ktUJBK [class*="bottom-edge-"]{bottom:0;}.ktUJBK [class*="left-edge-"]{left:0;}.ktUJBK [class*="right-edge-"]{right:0;}.ktUJBK .bottom-edge-0{width:40%;height:30px;z-index:4;margin-bottom:-10px;background-image:url('https://assets.digital.vistaprint.com/production/be5dcd66-15fa-4ebb-9ea5-d89ade67822c');}.ktUJBK .top-left-corner-0{background-image:url('https://assets.digital.vistaprint.com/production/d097096a-2498-441c-b7c5-b1f4101062d3');}@media (min-width:30em){.ktUJBK .top-left-corner-0{width:100%;height:100%;margin-top:25px;background-size:contain;background-repeat:no-repeat;}}@media (min-width:60em){.ktUJBK .top-left-corner-0{width:100%;height:100%;margin-top:1px;background-size:cover;background-repeat:no-repeat;}}.ktUJBK .bottom-left-corner-0{background-image:url('https://healwithtea.com/.css/contact?cacheId=1548527996291');background-color:#C3161C;}@media (min-width:30em){.ktUJBK .bottom-left-corner-0{width:100%;height:80%;}}@media (min-width:60em){.ktUJBK .bottom-left-corner-0{width:100%;height:20%;}}

.lbpEpI{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lbpEpI [class*="-corner-"],.lbpEpI [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lbpEpI [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lbpEpI [class*="bottom-left-corner"],.lbpEpI [class*="bottom-right-corner"]{bottom:0;}.lbpEpI [class*="top-left-corner"],.lbpEpI [class*="top-right-corner"]{top:0;}.lbpEpI [class*="-left-corner-"]{left:0;}.lbpEpI [class*="-right-corner-"]{right:0;}.lbpEpI [class*="top-left-corner-"]{background-position:0 0;}.lbpEpI [class*="top-right-corner-"]{background-position:100% 0;}.lbpEpI [class*="bottom-left-corner-"]{background-position:0 100%;}.lbpEpI [class*="bottom-right-corner-"]{background-position:100% 100%;}.lbpEpI [class*="top-edge-"],.lbpEpI [class*="bottom-edge-"],.lbpEpI [class*="left-edge-"],.lbpEpI [class*="right-edge-"]{margin:auto;}.lbpEpI [class*="top-edge-"],.lbpEpI [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lbpEpI [class*="left-edge-"],.lbpEpI [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lbpEpI [class*="top-edge-"]{top:0;}.lbpEpI [class*="bottom-edge-"]{bottom:0;}.lbpEpI [class*="left-edge-"]{left:0;}.lbpEpI [class*="right-edge-"]{right:0;}.lbpEpI .bottom-edge-0{width:100%;height:625px;background-image:url('https://assets.digital.vistaprint.com/production/db9ea808-3167-4e51-8778-9b087f98698a');}

.ewMeEs{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ewMeEs [class*="-corner-"],.ewMeEs [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ewMeEs [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ewMeEs [class*="bottom-left-corner"],.ewMeEs [class*="bottom-right-corner"]{bottom:0;}.ewMeEs [class*="top-left-corner"],.ewMeEs [class*="top-right-corner"]{top:0;}.ewMeEs [class*="-left-corner-"]{left:0;}.ewMeEs [class*="-right-corner-"]{right:0;}.ewMeEs [class*="top-left-corner-"]{background-position:0 0;}.ewMeEs [class*="top-right-corner-"]{background-position:100% 0;}.ewMeEs [class*="bottom-left-corner-"]{background-position:0 100%;}.ewMeEs [class*="bottom-right-corner-"]{background-position:100% 100%;}.ewMeEs [class*="top-edge-"],.ewMeEs [class*="bottom-edge-"],.ewMeEs [class*="left-edge-"],.ewMeEs [class*="right-edge-"]{margin:auto;}.ewMeEs [class*="top-edge-"],.ewMeEs [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ewMeEs [class*="left-edge-"],.ewMeEs [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ewMeEs [class*="top-edge-"]{top:0;}.ewMeEs [class*="bottom-edge-"]{bottom:0;}.ewMeEs [class*="left-edge-"]{left:0;}.ewMeEs [class*="right-edge-"]{right:0;}.ewMeEs .bottom-edge-0{background-image:url('../crop/0-0-2000x826/maxWidth/2000/895182/dividers/divider1.svg');}@media (min-width:30em){.ewMeEs .bottom-edge-0{width:450px;height:50px;margin-bottom:38px;background-size:contain;}}@media (min-width:60em){.ewMeEs .bottom-edge-0{width:450px;height:50px;margin-bottom:38px;background-size:contain;}}

.gCauey{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.gCauey [class*="-corner-"],.gCauey [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.gCauey [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.gCauey [class*="bottom-left-corner"],.gCauey [class*="bottom-right-corner"]{bottom:0;}.gCauey [class*="top-left-corner"],.gCauey [class*="top-right-corner"]{top:0;}.gCauey [class*="-left-corner-"]{left:0;}.gCauey [class*="-right-corner-"]{right:0;}.gCauey [class*="top-left-corner-"]{background-position:0 0;}.gCauey [class*="top-right-corner-"]{background-position:100% 0;}.gCauey [class*="bottom-left-corner-"]{background-position:0 100%;}.gCauey [class*="bottom-right-corner-"]{background-position:100% 100%;}.gCauey [class*="top-edge-"],.gCauey [class*="bottom-edge-"],.gCauey [class*="left-edge-"],.gCauey [class*="right-edge-"]{margin:auto;}.gCauey [class*="top-edge-"],.gCauey [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.gCauey [class*="left-edge-"],.gCauey [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.gCauey [class*="top-edge-"]{top:0;}.gCauey [class*="bottom-edge-"]{bottom:0;}.gCauey [class*="left-edge-"]{left:0;}.gCauey [class*="right-edge-"]{right:0;}.gCauey .top-edge-0{width:100%;height:120%;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,2000x826/maxWidth/2000/http://assets.digital.vistaprint.com/production/29505df1-870d-416a-96b8-d5da2a62b2f7');background-size:contain;background-repeat:no-repeat;}.gCauey .bottom-edge-0{height:120%;background-image:url('https://imageprocessor.digital.vistaprint.com/crop/0,0,2000x826/maxWidth/2000/http://assets.digital.vistaprint.com/production/29505df1-870d-416a-96b8-d5da2a62b2f7');-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-size:contain;background-repeat:no-repeat;}

.lcrRhh{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.lcrRhh [class*="-corner-"],.lcrRhh [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.lcrRhh [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.lcrRhh [class*="bottom-left-corner"],.lcrRhh [class*="bottom-right-corner"]{bottom:0;}.lcrRhh [class*="top-left-corner"],.lcrRhh [class*="top-right-corner"]{top:0;}.lcrRhh [class*="-left-corner-"]{left:0;}.lcrRhh [class*="-right-corner-"]{right:0;}.lcrRhh [class*="top-left-corner-"]{background-position:0 0;}.lcrRhh [class*="top-right-corner-"]{background-position:100% 0;}.lcrRhh [class*="bottom-left-corner-"]{background-position:0 100%;}.lcrRhh [class*="bottom-right-corner-"]{background-position:100% 100%;}.lcrRhh [class*="top-edge-"],.lcrRhh [class*="bottom-edge-"],.lcrRhh [class*="left-edge-"],.lcrRhh [class*="right-edge-"]{margin:auto;}.lcrRhh [class*="top-edge-"],.lcrRhh [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.lcrRhh [class*="left-edge-"],.lcrRhh [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.lcrRhh [class*="top-edge-"]{top:0;}.lcrRhh [class*="bottom-edge-"]{bottom:0;}.lcrRhh [class*="left-edge-"]{left:0;}.lcrRhh [class*="right-edge-"]{right:0;}.lcrRhh .top-edge-0{width:100%;height:2px;background-color:#9e9eac;}.lcrRhh .bottom-edge-0{width:100%;height:2px;background-color:#9e9eac;}

.duzsuj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.duzsuj [class*="-corner-"],.duzsuj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.duzsuj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.duzsuj [class*="bottom-left-corner"],.duzsuj [class*="bottom-right-corner"]{bottom:0;}.duzsuj [class*="top-left-corner"],.duzsuj [class*="top-right-corner"]{top:0;}.duzsuj [class*="-left-corner-"]{left:0;}.duzsuj [class*="-right-corner-"]{right:0;}.duzsuj [class*="top-left-corner-"]{background-position:0 0;}.duzsuj [class*="top-right-corner-"]{background-position:100% 0;}.duzsuj [class*="bottom-left-corner-"]{background-position:0 100%;}.duzsuj [class*="bottom-right-corner-"]{background-position:100% 100%;}.duzsuj [class*="top-edge-"],.duzsuj [class*="bottom-edge-"],.duzsuj [class*="left-edge-"],.duzsuj [class*="right-edge-"]{margin:auto;}.duzsuj [class*="top-edge-"],.duzsuj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.duzsuj [class*="left-edge-"],.duzsuj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.duzsuj [class*="top-edge-"]{top:0;}.duzsuj [class*="bottom-edge-"]{bottom:0;}.duzsuj [class*="left-edge-"]{left:0;}.duzsuj [class*="right-edge-"]{right:0;}.duzsuj .top-edge-0{width:100%;height:2px;background-color:#9e9eac;}

.kPXRyr{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.kPXRyr [class*="-corner-"],.kPXRyr [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.kPXRyr [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.kPXRyr [class*="bottom-left-corner"],.kPXRyr [class*="bottom-right-corner"]{bottom:0;}.kPXRyr [class*="top-left-corner"],.kPXRyr [class*="top-right-corner"]{top:0;}.kPXRyr [class*="-left-corner-"]{left:0;}.kPXRyr [class*="-right-corner-"]{right:0;}.kPXRyr [class*="top-left-corner-"]{background-position:0 0;}.kPXRyr [class*="top-right-corner-"]{background-position:100% 0;}.kPXRyr [class*="bottom-left-corner-"]{background-position:0 100%;}.kPXRyr [class*="bottom-right-corner-"]{background-position:100% 100%;}.kPXRyr [class*="top-edge-"],.kPXRyr [class*="bottom-edge-"],.kPXRyr [class*="left-edge-"],.kPXRyr [class*="right-edge-"]{margin:auto;}.kPXRyr [class*="top-edge-"],.kPXRyr [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.kPXRyr [class*="left-edge-"],.kPXRyr [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.kPXRyr [class*="top-edge-"]{top:0;}.kPXRyr [class*="bottom-edge-"]{bottom:0;}.kPXRyr [class*="left-edge-"]{left:0;}.kPXRyr [class*="right-edge-"]{right:0;}.kPXRyr .bottom-left-corner-0{width:100%;height:308px;background-image:url('https://assets.digital.vistaprint.com/production/1611abf5-e623-47f7-b520-ff9f8d1ce774');}

.ckldcX{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.ckldcX [class*="-corner-"],.ckldcX [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.ckldcX [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.ckldcX [class*="bottom-left-corner"],.ckldcX [class*="bottom-right-corner"]{bottom:0;}.ckldcX [class*="top-left-corner"],.ckldcX [class*="top-right-corner"]{top:0;}.ckldcX [class*="-left-corner-"]{left:0;}.ckldcX [class*="-right-corner-"]{right:0;}.ckldcX [class*="top-left-corner-"]{background-position:0 0;}.ckldcX [class*="top-right-corner-"]{background-position:100% 0;}.ckldcX [class*="bottom-left-corner-"]{background-position:0 100%;}.ckldcX [class*="bottom-right-corner-"]{background-position:100% 100%;}.ckldcX [class*="top-edge-"],.ckldcX [class*="bottom-edge-"],.ckldcX [class*="left-edge-"],.ckldcX [class*="right-edge-"]{margin:auto;}.ckldcX [class*="top-edge-"],.ckldcX [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.ckldcX [class*="left-edge-"],.ckldcX [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.ckldcX [class*="top-edge-"]{top:0;}.ckldcX [class*="bottom-edge-"]{bottom:0;}.ckldcX [class*="left-edge-"]{left:0;}.ckldcX [class*="right-edge-"]{right:0;}.ckldcX .top-right-corner-0{width:50%;height:50%;opacity:0.5;background-image:url('https://assets.digital.vistaprint.com/production/6c312b32-94fa-4283-a626-58e5b32dc463');background-size:contain;background-repeat:no-repeat;}

.eZLDPB{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eZLDPB [class*="-corner-"],.eZLDPB [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eZLDPB [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eZLDPB [class*="bottom-left-corner"],.eZLDPB [class*="bottom-right-corner"]{bottom:0;}.eZLDPB [class*="top-left-corner"],.eZLDPB [class*="top-right-corner"]{top:0;}.eZLDPB [class*="-left-corner-"]{left:0;}.eZLDPB [class*="-right-corner-"]{right:0;}.eZLDPB [class*="top-left-corner-"]{background-position:0 0;}.eZLDPB [class*="top-right-corner-"]{background-position:100% 0;}.eZLDPB [class*="bottom-left-corner-"]{background-position:0 100%;}.eZLDPB [class*="bottom-right-corner-"]{background-position:100% 100%;}.eZLDPB [class*="top-edge-"],.eZLDPB [class*="bottom-edge-"],.eZLDPB [class*="left-edge-"],.eZLDPB [class*="right-edge-"]{margin:auto;}.eZLDPB [class*="top-edge-"],.eZLDPB [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eZLDPB [class*="left-edge-"],.eZLDPB [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eZLDPB [class*="top-edge-"]{top:0;}.eZLDPB [class*="bottom-edge-"]{bottom:0;}.eZLDPB [class*="left-edge-"]{left:0;}.eZLDPB [class*="right-edge-"]{right:0;}.eZLDPB .top-edge-0{width:100%;height:8px;background-color:#ee4d9b;}

.cMkdol{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.cMkdol [class*="-corner-"],.cMkdol [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.cMkdol [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.cMkdol [class*="bottom-left-corner"],.cMkdol [class*="bottom-right-corner"]{bottom:0;}.cMkdol [class*="top-left-corner"],.cMkdol [class*="top-right-corner"]{top:0;}.cMkdol [class*="-left-corner-"]{left:0;}.cMkdol [class*="-right-corner-"]{right:0;}.cMkdol [class*="top-left-corner-"]{background-position:0 0;}.cMkdol [class*="top-right-corner-"]{background-position:100% 0;}.cMkdol [class*="bottom-left-corner-"]{background-position:0 100%;}.cMkdol [class*="bottom-right-corner-"]{background-position:100% 100%;}.cMkdol [class*="top-edge-"],.cMkdol [class*="bottom-edge-"],.cMkdol [class*="left-edge-"],.cMkdol [class*="right-edge-"]{margin:auto;}.cMkdol [class*="top-edge-"],.cMkdol [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.cMkdol [class*="left-edge-"],.cMkdol [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.cMkdol [class*="top-edge-"]{top:0;}.cMkdol [class*="bottom-edge-"]{bottom:0;}.cMkdol [class*="left-edge-"]{left:0;}.cMkdol [class*="right-edge-"]{right:0;}.cMkdol .top-edge-0{width:100%;height:100%;background-color:#000000;}@media (min-width:30em){.cMkdol .top-edge-0{width:100%;height:100%;background-color:#000000;}}@media (min-width:60em){.cMkdol .top-edge-0{width:80%;height:100%;background-color:#000000;}}

.GnJDn{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.GnJDn [class*="-corner-"],.GnJDn [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.GnJDn [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.GnJDn [class*="bottom-left-corner"],.GnJDn [class*="bottom-right-corner"]{bottom:0;}.GnJDn [class*="top-left-corner"],.GnJDn [class*="top-right-corner"]{top:0;}.GnJDn [class*="-left-corner-"]{left:0;}.GnJDn [class*="-right-corner-"]{right:0;}.GnJDn [class*="top-left-corner-"]{background-position:0 0;}.GnJDn [class*="top-right-corner-"]{background-position:100% 0;}.GnJDn [class*="bottom-left-corner-"]{background-position:0 100%;}.GnJDn [class*="bottom-right-corner-"]{background-position:100% 100%;}.GnJDn [class*="top-edge-"],.GnJDn [class*="bottom-edge-"],.GnJDn [class*="left-edge-"],.GnJDn [class*="right-edge-"]{margin:auto;}.GnJDn [class*="top-edge-"],.GnJDn [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.GnJDn [class*="left-edge-"],.GnJDn [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.GnJDn [class*="top-edge-"]{top:0;}.GnJDn [class*="bottom-edge-"]{bottom:0;}.GnJDn [class*="left-edge-"]{left:0;}.GnJDn [class*="right-edge-"]{right:0;}.GnJDn .bottom-right-corner-0{width:25%;background-image:url('https://assets.digital.vistaprint.com/production/898ee668-0924-4841-92b9-3687615e77a6');}

.bDmJBy{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bDmJBy [class*="-corner-"],.bDmJBy [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bDmJBy [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bDmJBy [class*="bottom-left-corner"],.bDmJBy [class*="bottom-right-corner"]{bottom:0;}.bDmJBy [class*="top-left-corner"],.bDmJBy [class*="top-right-corner"]{top:0;}.bDmJBy [class*="-left-corner-"]{left:0;}.bDmJBy [class*="-right-corner-"]{right:0;}.bDmJBy [class*="top-left-corner-"]{background-position:0 0;}.bDmJBy [class*="top-right-corner-"]{background-position:100% 0;}.bDmJBy [class*="bottom-left-corner-"]{background-position:0 100%;}.bDmJBy [class*="bottom-right-corner-"]{background-position:100% 100%;}.bDmJBy [class*="top-edge-"],.bDmJBy [class*="bottom-edge-"],.bDmJBy [class*="left-edge-"],.bDmJBy [class*="right-edge-"]{margin:auto;}.bDmJBy [class*="top-edge-"],.bDmJBy [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bDmJBy [class*="left-edge-"],.bDmJBy [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bDmJBy [class*="top-edge-"]{top:0;}.bDmJBy [class*="bottom-edge-"]{bottom:0;}.bDmJBy [class*="left-edge-"]{left:0;}.bDmJBy [class*="right-edge-"]{right:0;}.bDmJBy .left-edge-0{width:30%;background-image:url('https://assets.digital.vistaprint.com/production/7b27b795-3cc3-418f-bbf8-81e0c92f6027');background-repeat:no-repeat;}

.bfPUZb{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.bfPUZb [class*="-corner-"],.bfPUZb [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.bfPUZb [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.bfPUZb [class*="bottom-left-corner"],.bfPUZb [class*="bottom-right-corner"]{bottom:0;}.bfPUZb [class*="top-left-corner"],.bfPUZb [class*="top-right-corner"]{top:0;}.bfPUZb [class*="-left-corner-"]{left:0;}.bfPUZb [class*="-right-corner-"]{right:0;}.bfPUZb [class*="top-left-corner-"]{background-position:0 0;}.bfPUZb [class*="top-right-corner-"]{background-position:100% 0;}.bfPUZb [class*="bottom-left-corner-"]{background-position:0 100%;}.bfPUZb [class*="bottom-right-corner-"]{background-position:100% 100%;}.bfPUZb [class*="top-edge-"],.bfPUZb [class*="bottom-edge-"],.bfPUZb [class*="left-edge-"],.bfPUZb [class*="right-edge-"]{margin:auto;}.bfPUZb [class*="top-edge-"],.bfPUZb [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.bfPUZb [class*="left-edge-"],.bfPUZb [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.bfPUZb [class*="top-edge-"]{top:0;}.bfPUZb [class*="bottom-edge-"]{bottom:0;}.bfPUZb [class*="left-edge-"]{left:0;}.bfPUZb [class*="right-edge-"]{right:0;}.bfPUZb .top-edge-0{width:200px;height:3px;background-color:#fdb913;}.bfPUZb .bottom-edge-0{width:200px;height:3px;background-color:#fdb913;}

.eYhazl{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.eYhazl [class*="-corner-"],.eYhazl [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.eYhazl [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.eYhazl [class*="bottom-left-corner"],.eYhazl [class*="bottom-right-corner"]{bottom:0;}.eYhazl [class*="top-left-corner"],.eYhazl [class*="top-right-corner"]{top:0;}.eYhazl [class*="-left-corner-"]{left:0;}.eYhazl [class*="-right-corner-"]{right:0;}.eYhazl [class*="top-left-corner-"]{background-position:0 0;}.eYhazl [class*="top-right-corner-"]{background-position:100% 0;}.eYhazl [class*="bottom-left-corner-"]{background-position:0 100%;}.eYhazl [class*="bottom-right-corner-"]{background-position:100% 100%;}.eYhazl [class*="top-edge-"],.eYhazl [class*="bottom-edge-"],.eYhazl [class*="left-edge-"],.eYhazl [class*="right-edge-"]{margin:auto;}.eYhazl [class*="top-edge-"],.eYhazl [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.eYhazl [class*="left-edge-"],.eYhazl [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.eYhazl [class*="top-edge-"]{top:0;}.eYhazl [class*="bottom-edge-"]{bottom:0;}.eYhazl [class*="left-edge-"]{left:0;}.eYhazl [class*="right-edge-"]{right:0;}.eYhazl .top-left-corner-0{width:35%;height:280%;margin-left:70px;margin-top:-220px;background-image:url('https://assets.digital.vistaprint.com/production/c5238c07-1cf3-4ac8-bdac-89532b129f6a');-webkit-transform:rotate(-130deg);-ms-transform:rotate(-130deg);transform:rotate(-130deg);background-repeat:no-repeat;}@media (min-width:30em){.eYhazl .top-left-corner-0{width:20%;height:180%;margin-left:30px;margin-top:-80px;background-image:url('https://assets.digital.vistaprint.com/production/c5238c07-1cf3-4ac8-bdac-89532b129f6a');-webkit-transform:rotate(-130deg);-ms-transform:rotate(-130deg);transform:rotate(-130deg);background-repeat:no-repeat;}}@media (min-width:60em){.eYhazl .top-left-corner-0{width:10%;height:120%;margin-left:-40px;margin-top:-40px;background-image:url('https://assets.digital.vistaprint.com/production/c5238c07-1cf3-4ac8-bdac-89532b129f6a');-webkit-transform:rotate(-130deg);-ms-transform:rotate(-130deg);transform:rotate(-130deg);background-repeat:no-repeat;}}.eYhazl .top-right-corner-0{width:35%;height:280%;margin-right:70px;margin-top:-220px;background-image:url('https://assets.digital.vistaprint.com/production/c5238c07-1cf3-4ac8-bdac-89532b129f6a');-webkit-transform:rotate(-50deg) scaleY(-1);-ms-transform:rotate(-50deg) scaleY(-1);transform:rotate(-50deg) scaleY(-1);background-repeat:no-repeat;}@media (min-width:30em){.eYhazl .top-right-corner-0{width:20%;height:180%;margin-right:30px;margin-top:-80px;background-image:url('https://assets.digital.vistaprint.com/production/c5238c07-1cf3-4ac8-bdac-89532b129f6a');-webkit-transform:rotate(-50deg) scaleY(-1);-ms-transform:rotate(-50deg) scaleY(-1);transform:rotate(-50deg) scaleY(-1);background-repeat:no-repeat;}}@media (min-width:60em){.eYhazl .top-right-corner-0{width:10%;height:120%;margin-right:-10px;margin-top:-4px;background-image:url('https://assets.digital.vistaprint.com/production/c5238c07-1cf3-4ac8-bdac-89532b129f6a');-webkit-transform:rotate(-50deg) scaleY(-1);-ms-transform:rotate(-50deg) scaleY(-1);transform:rotate(-50deg) scaleY(-1);background-repeat:no-repeat;}}

.fIUjoS{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.fIUjoS [class*="-corner-"],.fIUjoS [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.fIUjoS [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.fIUjoS [class*="bottom-left-corner"],.fIUjoS [class*="bottom-right-corner"]{bottom:0;}.fIUjoS [class*="top-left-corner"],.fIUjoS [class*="top-right-corner"]{top:0;}.fIUjoS [class*="-left-corner-"]{left:0;}.fIUjoS [class*="-right-corner-"]{right:0;}.fIUjoS [class*="top-left-corner-"]{background-position:0 0;}.fIUjoS [class*="top-right-corner-"]{background-position:100% 0;}.fIUjoS [class*="bottom-left-corner-"]{background-position:0 100%;}.fIUjoS [class*="bottom-right-corner-"]{background-position:100% 100%;}.fIUjoS [class*="top-edge-"],.fIUjoS [class*="bottom-edge-"],.fIUjoS [class*="left-edge-"],.fIUjoS [class*="right-edge-"]{margin:auto;}.fIUjoS [class*="top-edge-"],.fIUjoS [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.fIUjoS [class*="left-edge-"],.fIUjoS [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.fIUjoS [class*="top-edge-"]{top:0;}.fIUjoS [class*="bottom-edge-"]{bottom:0;}.fIUjoS [class*="left-edge-"]{left:0;}.fIUjoS [class*="right-edge-"]{right:0;}.fIUjoS .top-edge-0{width:100%;height:65px;background-image:url('https://assets.digital.vistaprint.com/production/f06cf11f-22dc-4be6-925b-8852e5fc185a');background-size:contain;}

.jsVsRf{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.jsVsRf [class*="-corner-"],.jsVsRf [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.jsVsRf [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.jsVsRf [class*="bottom-left-corner"],.jsVsRf [class*="bottom-right-corner"]{bottom:0;}.jsVsRf [class*="top-left-corner"],.jsVsRf [class*="top-right-corner"]{top:0;}.jsVsRf [class*="-left-corner-"]{left:0;}.jsVsRf [class*="-right-corner-"]{right:0;}.jsVsRf [class*="top-left-corner-"]{background-position:0 0;}.jsVsRf [class*="top-right-corner-"]{background-position:100% 0;}.jsVsRf [class*="bottom-left-corner-"]{background-position:0 100%;}.jsVsRf [class*="bottom-right-corner-"]{background-position:100% 100%;}.jsVsRf [class*="top-edge-"],.jsVsRf [class*="bottom-edge-"],.jsVsRf [class*="left-edge-"],.jsVsRf [class*="right-edge-"]{margin:auto;}.jsVsRf [class*="top-edge-"],.jsVsRf [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.jsVsRf [class*="left-edge-"],.jsVsRf [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.jsVsRf [class*="top-edge-"]{top:0;}.jsVsRf [class*="bottom-edge-"]{bottom:0;}.jsVsRf [class*="left-edge-"]{left:0;}.jsVsRf [class*="right-edge-"]{right:0;}.jsVsRf .top-edge-0{width:100%;height:7px;background-color:#59bdd2;}.jsVsRf .bottom-edge-0{width:100%;height:7px;background-color:#bd56a0;}

.hRWFgj{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;}.hRWFgj [class*="-corner-"],.hRWFgj [class*="-edge-"]{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:absolute;z-index:1;}.hRWFgj [class*="-corner-"]{background-repeat:no-repeat;background-size:contain;height:100%;}.hRWFgj [class*="bottom-left-corner"],.hRWFgj [class*="bottom-right-corner"]{bottom:0;}.hRWFgj [class*="top-left-corner"],.hRWFgj [class*="top-right-corner"]{top:0;}.hRWFgj [class*="-left-corner-"]{left:0;}.hRWFgj [class*="-right-corner-"]{right:0;}.hRWFgj [class*="top-left-corner-"]{background-position:0 0;}.hRWFgj [class*="top-right-corner-"]{background-position:100% 0;}.hRWFgj [class*="bottom-left-corner-"]{background-position:0 100%;}.hRWFgj [class*="bottom-right-corner-"]{background-position:100% 100%;}.hRWFgj [class*="top-edge-"],.hRWFgj [class*="bottom-edge-"],.hRWFgj [class*="left-edge-"],.hRWFgj [class*="right-edge-"]{margin:auto;}.hRWFgj [class*="top-edge-"],.hRWFgj [class*="bottom-edge-"]{left:0;right:0;width:100%;background-repeat:repeat-x;}.hRWFgj [class*="left-edge-"],.hRWFgj [class*="right-edge-"]{top:0;bottom:0;height:100%;background-repeat:repeat-y;}.hRWFgj [class*="top-edge-"]{top:0;}.hRWFgj [class*="bottom-edge-"]{bottom:0;}.hRWFgj [class*="left-edge-"]{left:0;}.hRWFgj [class*="right-edge-"]{right:0;}.hRWFgj .top-edge-0{width:100%;height:7px;background-color:#59bdd2;}