.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-55a097b6-a402-4cd2-b8ba-0c6ea476be4a {
  min-height: 50px;
}








#s-55a097b6-a402-4cd2-b8ba-0c6ea476be4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55a097b6-a402-4cd2-b8ba-0c6ea476be4a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-04ba42a7-e005-4631-a782-624138586fe0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5eceb14e-ae7d-4edc-8a8e-d93b22573e3c {
  margin-left: 50px;
margin-right: 50px;
}

#s-5eceb14e-ae7d-4edc-8a8e-d93b22573e3c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-70c84322-925d-4ced-be9f-a8b425f07823 {
  min-height: 50px;
}








#s-70c84322-925d-4ced-be9f-a8b425f07823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70c84322-925d-4ced-be9f-a8b425f07823.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-78fd7e64-3e8d-4ab1-a2d4-9066363de337 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-78fd7e64-3e8d-4ab1-a2d4-9066363de337 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-95d12d7f-54f6-43b1-b9b2-4c0195577f78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ef59215b-b847-4280-97a0-1a6c7722bc80 {
  margin-top: 10px;
margin-bottom: 10px;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: -webkit-box;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  -webkit-box-align: start;
          align-items: flex-start;
}

.shogun-image-content-center {
  -webkit-box-align: center;
          align-items: center;
}

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-6bcfff75-5d81-4d66-8b66-82515e38012f {
  text-align: center;
}




  #s-6bcfff75-5d81-4d66-8b66-82515e38012f img.shogun-image {
    
    width: px;
  }


#s-6bcfff75-5d81-4d66-8b66-82515e38012f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2d245f4b-4e34-465e-a1f6-0bf0ec59d863 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2d245f4b-4e34-465e-a1f6-0bf0ec59d863 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-13751233-7962-4152-8bfe-06bcf4c1f21f {
  min-height: 50px;
}








#s-13751233-7962-4152-8bfe-06bcf4c1f21f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13751233-7962-4152-8bfe-06bcf4c1f21f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5019fdf9-272a-46d6-9369-f9ff3c7555b4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5019fdf9-272a-46d6-9369-f9ff3c7555b4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7d839cdc-1c58-46cb-8752-322b90dd65e9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d839cdc-1c58-46cb-8752-322b90dd65e9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-49a136b8-cd9c-4103-b300-66e0783c42fc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ae1c4e0a-bc15-4d5f-9d7c-f72e4ce6e6c5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae1c4e0a-bc15-4d5f-9d7c-f72e4ce6e6c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7e0b3c7f-2e1f-4dd5-a099-4a0752c069a5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f84377b2-d094-4948-9e4b-865c7377e4f8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f84377b2-d094-4948-9e4b-865c7377e4f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1c6b9741-e125-47d7-8cd5-fa58191c570e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bc1acabb-c3fa-4aba-a311-8c6d4859d6b8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc1acabb-c3fa-4aba-a311-8c6d4859d6b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-677974d3-a740-418c-a880-563aaf3fee84 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b27ed0dc-ba92-4109-a1b4-5a7eb9283f35 {
  margin-left: 50px;
margin-right: 50px;
}

#s-b27ed0dc-ba92-4109-a1b4-5a7eb9283f35 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-21ba721a-c80d-468e-980c-939dc6b13127 {
  min-height: 50px;
}








#s-21ba721a-c80d-468e-980c-939dc6b13127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21ba721a-c80d-468e-980c-939dc6b13127.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bdfdb170-4b7d-4dfd-b0f8-753c25034ac4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bdfdb170-4b7d-4dfd-b0f8-753c25034ac4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f112bcce-0d3f-4447-8d05-44706938f01c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f112bcce-0d3f-4447-8d05-44706938f01c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a13c5a56-5868-4fa9-902a-7690908ae404 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-79382f92-9171-4f53-90e9-79d4730fed84 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79382f92-9171-4f53-90e9-79d4730fed84 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bbd2ae4a-1335-45d2-a513-d4605fff20a4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c3108372-0d27-4e4f-bb59-d43437b1a6a2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c3108372-0d27-4e4f-bb59-d43437b1a6a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2dd4faec-929f-4109-8446-da4e928bc546 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7d8a1ad7-e9c6-4d06-b84c-3255095eefb3 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7d8a1ad7-e9c6-4d06-b84c-3255095eefb3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-441a622d-f915-4dcd-bb2f-ad15a81f7536 {
  min-height: 50px;
}








#s-441a622d-f915-4dcd-bb2f-ad15a81f7536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-441a622d-f915-4dcd-bb2f-ad15a81f7536.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e02fb50b-06c1-4bc2-97bc-e85cc457b5b5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e02fb50b-06c1-4bc2-97bc-e85cc457b5b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7aec63a5-44ca-450a-b1a6-c02aed91847d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e31af2af-5e80-4d76-97b2-5cfcb2a7bfd0 {
  min-height: 50px;
}








#s-e31af2af-5e80-4d76-97b2-5cfcb2a7bfd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e31af2af-5e80-4d76-97b2-5cfcb2a7bfd0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bfce1a52-9e38-44a0-8a4d-05d9b6919d51 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bfce1a52-9e38-44a0-8a4d-05d9b6919d51 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-35038e19-a2fa-448e-94b7-eff5d1b2120b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-be983f46-3be4-41d6-8ebc-4a618d73cc31 {
  min-height: 50px;
}








#s-be983f46-3be4-41d6-8ebc-4a618d73cc31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be983f46-3be4-41d6-8ebc-4a618d73cc31.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-04eda65d-499f-476f-b862-ffd8d797ab6c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04eda65d-499f-476f-b862-ffd8d797ab6c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ddec770b-563d-4834-9255-574857de93d8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-233d9bb4-89e5-45a7-8be6-e9ec8e336789 {
  min-height: 50px;
}








#s-233d9bb4-89e5-45a7-8be6-e9ec8e336789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-233d9bb4-89e5-45a7-8be6-e9ec8e336789.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a73bf900-b8c5-41a4-9a76-79fc7ce349a0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a73bf900-b8c5-41a4-9a76-79fc7ce349a0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-007fc004-85e7-473a-b3d8-19c6a1dace79 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b7e45402-0c7a-4c8f-99da-d7761e1ca2d4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-b7e45402-0c7a-4c8f-99da-d7761e1ca2d4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-69e3620a-c1b2-4338-8de1-07f5eef28d8a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69e3620a-c1b2-4338-8de1-07f5eef28d8a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7894c48d-2148-4375-bc2e-8c36806ae54d {
  min-height: 50px;
}








#s-7894c48d-2148-4375-bc2e-8c36806ae54d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7894c48d-2148-4375-bc2e-8c36806ae54d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0b6482b1-678b-4022-a9f7-d545472c951b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f7637e29-521f-4242-af87-033be10d54a2 {
  min-height: 50px;
}








#s-f7637e29-521f-4242-af87-033be10d54a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7637e29-521f-4242-af87-033be10d54a2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-13264f68-7a20-4631-9e79-31bb8e4c6e56 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13264f68-7a20-4631-9e79-31bb8e4c6e56 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4e17edcb-8559-4e29-9579-be14862e0f6e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7b9b04f8-5ce8-452e-822c-21ef1210b03b {
  min-height: 50px;
}








#s-7b9b04f8-5ce8-452e-822c-21ef1210b03b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9b04f8-5ce8-452e-822c-21ef1210b03b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ebb8184a-db8f-4318-a7eb-4f8812e7effa {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ebb8184a-db8f-4318-a7eb-4f8812e7effa .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c5493740-b948-442c-8cfd-5858e2331cf0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2007e87d-249e-4676-bf64-74faa9b8cc66 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2007e87d-249e-4676-bf64-74faa9b8cc66 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c5f5ae9f-3b0b-455e-8132-b1f001e21c2f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5f5ae9f-3b0b-455e-8132-b1f001e21c2f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e24b05c3-76e2-4556-b789-1e44914842ab {
  min-height: 50px;
}








#s-e24b05c3-76e2-4556-b789-1e44914842ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24b05c3-76e2-4556-b789-1e44914842ab.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-21e432ee-1f4f-41e5-a78e-8d2a56913af1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b298241b-b2a5-42aa-8c6c-74454d30fac5 {
  min-height: 50px;
}








#s-b298241b-b2a5-42aa-8c6c-74454d30fac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b298241b-b2a5-42aa-8c6c-74454d30fac5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f0c2b6c0-a146-47a5-939c-758e557a8ef6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f0c2b6c0-a146-47a5-939c-758e557a8ef6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a6904f26-bfe8-4ef6-9d6c-da248a4ac74e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d7b00add-eb36-4500-bf8d-bb5fde0f9d94 {
  min-height: 50px;
}








#s-d7b00add-eb36-4500-bf8d-bb5fde0f9d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b00add-eb36-4500-bf8d-bb5fde0f9d94.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-90eada15-b366-422f-9ae9-763dc097b611 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90eada15-b366-422f-9ae9-763dc097b611 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b56ab5dc-d35f-4c1e-b48a-fffd194b425e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8f5f1e36-6bb0-47ce-a9ef-9f0c48fb143d {
  min-height: 50px;
}








#s-8f5f1e36-6bb0-47ce-a9ef-9f0c48fb143d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f5f1e36-6bb0-47ce-a9ef-9f0c48fb143d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9fedad8e-30d3-4b9b-b7f2-0d4a012e3da1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9fedad8e-30d3-4b9b-b7f2-0d4a012e3da1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5b5ced62-b497-4195-a367-3db4cec97373 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2b752b18-8aae-4f19-90ce-9b0031958f3f {
  min-height: 50px;
}








#s-2b752b18-8aae-4f19-90ce-9b0031958f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b752b18-8aae-4f19-90ce-9b0031958f3f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0257f591-516d-4cb5-9c30-3de847808d07 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0257f591-516d-4cb5-9c30-3de847808d07 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-94fd5d21-61da-403e-827b-12236b775fe0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f1bad8de-c959-4609-ab34-570806f0c845 {
  min-height: 50px;
}








#s-f1bad8de-c959-4609-ab34-570806f0c845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1bad8de-c959-4609-ab34-570806f0c845.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-402b87d3-c662-4f7c-b434-b847b672fc44 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-402b87d3-c662-4f7c-b434-b847b672fc44 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-88f50a4f-e52c-4ebf-b4c6-68271b916a42 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2402e50f-7649-42f4-bbe2-9c56efc7fe05 {
  min-height: 50px;
}








#s-2402e50f-7649-42f4-bbe2-9c56efc7fe05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2402e50f-7649-42f4-bbe2-9c56efc7fe05.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c43fd1b6-c43e-4c50-b825-f8d08ba4e685 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c43fd1b6-c43e-4c50-b825-f8d08ba4e685 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-282e30e3-e3cb-4655-8e84-5cf9e477d1a2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-838d7a14-545a-49ec-a88c-ca39045f4377 {
  min-height: 50px;
}








#s-838d7a14-545a-49ec-a88c-ca39045f4377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-838d7a14-545a-49ec-a88c-ca39045f4377.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-95ffb27e-c159-46dc-b7b4-c58965fe3872 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-eaa50023-02df-4b68-9ef7-9e5433b5daf3 {
  margin-left: 50px;
margin-right: 50px;
}

#s-eaa50023-02df-4b68-9ef7-9e5433b5daf3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
