.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  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-795541b5-c998-4956-87a2-b40dd692937b {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-795541b5-c998-4956-87a2-b40dd692937b {
  display: none;
}
#s-795541b5-c998-4956-87a2-b40dd692937b, #wrap-s-795541b5-c998-4956-87a2-b40dd692937b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-795541b5-c998-4956-87a2-b40dd692937b {
  display: none;
}
#s-795541b5-c998-4956-87a2-b40dd692937b, #wrap-s-795541b5-c998-4956-87a2-b40dd692937b { display:none !important; }}@media (max-width: 767px){#s-795541b5-c998-4956-87a2-b40dd692937b {
  display: none;
}
#s-795541b5-c998-4956-87a2-b40dd692937b, #wrap-s-795541b5-c998-4956-87a2-b40dd692937b { display:none !important; }}







#s-795541b5-c998-4956-87a2-b40dd692937b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795541b5-c998-4956-87a2-b40dd692937b.shg-box.shg-c {
  justify-content: center;
}

.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: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-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: 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 {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  
}
}@media (max-width: 767px){#s-b81c5387-9680-47d3-b7ed-598dbb162b0a {
  
}
}



  #s-b81c5387-9680-47d3-b7ed-598dbb162b0a img.shogun-image {
    
    width: px;
  }


#s-b81c5387-9680-47d3-b7ed-598dbb162b0a .shogun-image-content {
  
    align-items: center;
  
}

#s-157f1631-bce5-4bd1-8a0f-ab0be23ac644 {
  min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-157f1631-bce5-4bd1-8a0f-ab0be23ac644 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-157f1631-bce5-4bd1-8a0f-ab0be23ac644 {
  cursor: pointer;
}#s-157f1631-bce5-4bd1-8a0f-ab0be23ac644.shg-box.shg-c {
  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-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  display: none;
}
#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58, #wrap-s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  display: none;
}
#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58, #wrap-s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 { display:none !important; }}@media (max-width: 767px){#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 {
  display: none;
}
#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58, #wrap-s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 { display:none !important; }}







#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e37a20fc-c39a-43ec-8cb4-388a646d9f58.shg-box.shg-c {
  justify-content: center;
}

#s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 {
  text-align: center;
}
@media (min-width: 1200px){#s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 {
  
}
}



  #s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 img.shogun-image {
    
    width: px;
  }


#s-86fea656-02cb-4d5a-8fc2-1f1d70eb4725 .shogun-image-content {
  
    align-items: center;
  
}

#s-af5ab350-2dfd-495e-a069-bf18e462c48d {
  min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-af5ab350-2dfd-495e-a069-bf18e462c48d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af5ab350-2dfd-495e-a069-bf18e462c48d {
  cursor: pointer;
}#s-af5ab350-2dfd-495e-a069-bf18e462c48d.shg-box.shg-c {
  justify-content: center;
}

#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  display: none;
}
#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9, #wrap-s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  display: none;
}
#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9, #wrap-s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  
}
}@media (max-width: 767px){#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 {
  display: none;
}
#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9, #wrap-s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 { display:none !important; }}







#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a05e82ca-c3ab-4d91-98d5-8241351d4ca9.shg-box.shg-c {
  justify-content: center;
}

#s-8c9a183d-bf2a-4822-a370-de65749a3b28 {
  text-align: center;
}
@media (min-width: 1200px){#s-8c9a183d-bf2a-4822-a370-de65749a3b28 {
  
}
}



  #s-8c9a183d-bf2a-4822-a370-de65749a3b28 img.shogun-image {
    
    width: px;
  }


#s-8c9a183d-bf2a-4822-a370-de65749a3b28 .shogun-image-content {
  
    align-items: center;
  
}

#s-21ad508b-e2ea-4d16-92b9-6f5aabb5be98 {
  min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-21ad508b-e2ea-4d16-92b9-6f5aabb5be98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21ad508b-e2ea-4d16-92b9-6f5aabb5be98 {
  cursor: pointer;
}#s-21ad508b-e2ea-4d16-92b9-6f5aabb5be98.shg-box.shg-c {
  justify-content: center;
}

#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  display: none;
}
#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4, #wrap-s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  display: none;
}
#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4, #wrap-s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 {
  display: none;
}
#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4, #wrap-s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 { display:none !important; }}







#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da4f6b9-bb2b-488b-8162-a1856e13e6f4.shg-box.shg-c {
  justify-content: center;
}

#s-8f85c042-6348-462c-b53b-285d515fe05f {
  text-align: center;
}
@media (min-width: 1200px){#s-8f85c042-6348-462c-b53b-285d515fe05f {
  
}
}



  #s-8f85c042-6348-462c-b53b-285d515fe05f img.shogun-image {
    
    width: px;
  }


#s-8f85c042-6348-462c-b53b-285d515fe05f .shogun-image-content {
  
    align-items: center;
  
}

#s-18b0298e-2d1a-4924-a804-d9cef42e25eb {
  min-height: 50px;
background-color: rgba(247, 215, 220, 1);
}








#s-18b0298e-2d1a-4924-a804-d9cef42e25eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b0298e-2d1a-4924-a804-d9cef42e25eb {
  cursor: pointer;
}#s-18b0298e-2d1a-4924-a804-d9cef42e25eb.shg-box.shg-c {
  justify-content: center;
}

#s-9449e85a-fb63-4ae9-895c-16b0e8c6faf2 {
  margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
max-width: 995px;
}








#s-9449e85a-fb63-4ae9-895c-16b0e8c6faf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9449e85a-fb63-4ae9-895c-16b0e8c6faf2.shg-box.shg-c {
  justify-content: center;
}

#s-670ee9b6-be18-4848-b978-a0f6fbea44c4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
min-height: 50px;
}








#s-670ee9b6-be18-4848-b978-a0f6fbea44c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-670ee9b6-be18-4848-b978-a0f6fbea44c4.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e7c83479-16a7-4c1b-a6d4-630b1a0c1790"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-89693594-7e33-4cba-a171-bf9a40b41a81 {
  min-height: 50px;
}








#s-89693594-7e33-4cba-a171-bf9a40b41a81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89693594-7e33-4cba-a171-bf9a40b41a81.shg-box.shg-c {
  justify-content: center;
}

#s-e0bd4cab-b26e-4568-9fd4-eace8e4a9348 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0bd4cab-b26e-4568-9fd4-eace8e4a9348 {
  
}
}@media (max-width: 767px){#s-e0bd4cab-b26e-4568-9fd4-eace8e4a9348 {
  
}
}



  #s-e0bd4cab-b26e-4568-9fd4-eace8e4a9348 img.shogun-image {
    
    width: px;
  }


#s-e0bd4cab-b26e-4568-9fd4-eace8e4a9348 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-7683d05a-9cc4-46b7-9e14-138b0af82a4d {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-7683d05a-9cc4-46b7-9e14-138b0af82a4d:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-7683d05a-9cc4-46b7-9e14-138b0af82a4d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-7683d05a-9cc4-46b7-9e14-138b0af82a4d.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}

#s-e9a0c2c4-f99d-4bbe-a860-f8e08aa6b509 {
  min-height: 50px;
}








#s-e9a0c2c4-f99d-4bbe-a860-f8e08aa6b509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9a0c2c4-f99d-4bbe-a860-f8e08aa6b509.shg-box.shg-c {
  justify-content: center;
}

#s-52514c46-a532-4a4f-88f7-b57ab76e8d86 {
  text-align: center;
}




  #s-52514c46-a532-4a4f-88f7-b57ab76e8d86 img.shogun-image {
    
    width: px;
  }


#s-52514c46-a532-4a4f-88f7-b57ab76e8d86 .shogun-image-content {
  
    align-items: center;
  
}

#s-153975bc-d00e-42aa-b479-30d58ab83a99 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(88, 59, 59, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-153975bc-d00e-42aa-b479-30d58ab83a99:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-153975bc-d00e-42aa-b479-30d58ab83a99:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-153975bc-d00e-42aa-b479-30d58ab83a99.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}

#s-0b14f48f-a91a-4eb2-9823-fdb48eeaeb1a {
  padding-top: 8px;
padding-bottom: 8px;
min-height: 50px;
}








#s-0b14f48f-a91a-4eb2-9823-fdb48eeaeb1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b14f48f-a91a-4eb2-9823-fdb48eeaeb1a.shg-box.shg-c {
  justify-content: center;
}

#s-76296a2a-4f9b-4d19-9e6e-d3c6631b9be1 {
  min-height: 50px;
}








#s-76296a2a-4f9b-4d19-9e6e-d3c6631b9be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76296a2a-4f9b-4d19-9e6e-d3c6631b9be1.shg-box.shg-c {
  justify-content: center;
}

#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa {
  text-align: center;
}
@media (max-width: 767px){#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa {
  display: none;
}
#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa, #wrap-s-8c00c04f-b911-42eb-9acd-e65faf0b96fa { display:none !important; }}



  #s-8c00c04f-b911-42eb-9acd-e65faf0b96fa img.shogun-image {
    
    width: px;
  }


#s-8c00c04f-b911-42eb-9acd-e65faf0b96fa .shogun-image-content {
  
    align-items: center;
  
}

#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  text-align: center;
}
@media (min-width: 1200px){#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  display: none;
}
#s-592ea4c0-339e-492f-b708-59c71bab5daa, #wrap-s-592ea4c0-339e-492f-b708-59c71bab5daa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  display: none;
}
#s-592ea4c0-339e-492f-b708-59c71bab5daa, #wrap-s-592ea4c0-339e-492f-b708-59c71bab5daa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-592ea4c0-339e-492f-b708-59c71bab5daa {
  display: none;
}
#s-592ea4c0-339e-492f-b708-59c71bab5daa, #wrap-s-592ea4c0-339e-492f-b708-59c71bab5daa { display:none !important; }}



  #s-592ea4c0-339e-492f-b708-59c71bab5daa img.shogun-image {
    
    width: px;
  }


#s-592ea4c0-339e-492f-b708-59c71bab5daa .shogun-image-content {
  
    align-items: center;
  
}

#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-b4fcc3e2-66b8-47c8-8170-5808d6bc90a4.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}

#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 {
  display: none;
}
#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00, #wrap-s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 { display:none !important; }}@media (max-width: 767px){#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 {
  display: none;
}
#s-bb78581e-ce0a-43b4-a962-f7588a3ccd00, #wrap-s-bb78581e-ce0a-43b4-a962-f7588a3ccd00 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bb78581e-ce0a-43b4-a962-f7588a3ccd00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6083e24a-07a5-4c5d-a944-fdabf9f58e6c {
  padding-top: 20px;
padding-bottom: 10px;
background-color: rgba(247, 215, 220, 1);
}

#s-81c63815-f6a5-4e37-a7d2-e005f1b31bd9 {
  padding-top: 20px;
padding-bottom: 10px;
background-color: rgba(247, 215, 220, 1);
}

#s-4d2a9914-0e0c-4e25-a416-6a494622872b {
  padding-top: 20px;
padding-bottom: 10px;
background-color: rgba(247, 215, 220, 1);
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 {
  display: none;
}
#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21, #wrap-s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 {
  display: none;
}
#s-9cedc7a4-029f-49f5-b96c-9338d6b47f21, #wrap-s-9cedc7a4-029f-49f5-b96c-9338d6b47f21 { display:none !important; }}
#s-1a527a7a-6071-4c39-9060-119b80404701 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
background-color: rgba(247, 215, 220, 1);
}

#s-ecdf9ceb-7af2-4954-acd1-eee35717c9a1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
background-color: rgba(247, 215, 220, 1);
}

#s-12c9a4f6-7ed6-47e7-ad2d-64c9f808ceb8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
background-color: rgba(247, 215, 220, 1);
}

#s-b3590ea8-e291-4128-a0c1-e056875633e5 {
  padding-top: 12px;
padding-bottom: 12px;
min-height: 50px;
}








#s-b3590ea8-e291-4128-a0c1-e056875633e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3590ea8-e291-4128-a0c1-e056875633e5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1ba570a5-f7eb-4495-9a63-86e8a78469e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-2d95d58b-a387-44b7-8a6c-b22614522efd {
  min-height: 50px;
}








#s-2d95d58b-a387-44b7-8a6c-b22614522efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d95d58b-a387-44b7-8a6c-b22614522efd.shg-box.shg-c {
  justify-content: center;
}

#s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c {
  margin-top: 16px;
text-align: center;
}




  #s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c img.shogun-image {
    
    width: px;
  }


#s-4cbf5866-7789-4e0d-ad4a-08a2f4296a4c .shogun-image-content {
  
    align-items: center;
  
}

#s-e819e932-00d1-4890-8303-14dc82bb981a {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-e819e932-00d1-4890-8303-14dc82bb981a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-e819e932-00d1-4890-8303-14dc82bb981a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-e819e932-00d1-4890-8303-14dc82bb981a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}

#s-081fc245-f149-4394-8381-76dc23142fdf {
  min-height: 50px;
}








#s-081fc245-f149-4394-8381-76dc23142fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-081fc245-f149-4394-8381-76dc23142fdf.shg-box.shg-c {
  justify-content: center;
}

#s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 {
  margin-top: 16px;
text-align: center;
}




  #s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 img.shogun-image {
    
    width: px;
  }


#s-e957ba21-2f1f-423d-a4ef-4be8be72f9d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b223170b-191b-4b12-b651-6ae3a28b43d0 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-b223170b-191b-4b12-b651-6ae3a28b43d0:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-b223170b-191b-4b12-b651-6ae3a28b43d0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-b223170b-191b-4b12-b651-6ae3a28b43d0.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}

#s-e90d824a-c94b-49d8-a3ff-da9a80a65fce {
  min-height: 50px;
}








#s-e90d824a-c94b-49d8-a3ff-da9a80a65fce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90d824a-c94b-49d8-a3ff-da9a80a65fce.shg-box.shg-c {
  justify-content: center;
}

#s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d {
  margin-top: 16px;
text-align: center;
}




  #s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d img.shogun-image {
    
    width: px;
  }


#s-27426ee0-9a33-4d0c-b3b1-0f8a84d2566d .shogun-image-content {
  
    align-items: center;
  
}

#s-4086a953-96ce-4ecf-9f03-2bf6501c8574 {
  padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
letter-spacing: 2px;
}
#s-4086a953-96ce-4ecf-9f03-2bf6501c8574:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-4086a953-96ce-4ecf-9f03-2bf6501c8574:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-4086a953-96ce-4ecf-9f03-2bf6501c8574.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}

#s-0b89c3d8-cf29-4362-829f-3ed1a952b363 {
  min-height: 50px;
}








#s-0b89c3d8-cf29-4362-829f-3ed1a952b363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b89c3d8-cf29-4362-829f-3ed1a952b363.shg-box.shg-c {
  justify-content: center;
}

#s-e574ce1b-764e-4323-b327-f7302fcf6a3f {
  min-height: 50px;
}








#s-e574ce1b-764e-4323-b327-f7302fcf6a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e574ce1b-764e-4323-b327-f7302fcf6a3f.shg-box.shg-c {
  justify-content: flex-start;
}

.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-905d7d94-17f3-476a-990a-d2e9c98eb520 {
  margin-top: 76px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-905d7d94-17f3-476a-990a-d2e9c98eb520 .shogun-heading-component h1 {
  color: rgba(49, 56, 62, 1);
  font-weight:   ;
  font-family: Quattrocento Sans;
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 4px;
  text-align: center;
}



#s-df973147-7261-431e-a317-568378ca7f49 {
  padding-left: 26px;
}

#s-80165d7b-6611-43f4-a427-1b75af5fe0d8 {
  padding-top: 8px;
padding-left: 16px;
padding-bottom: 8px;
padding-right: 16px;
min-height: 400px;
background-color: rgba(213, 213, 213, 0.25);
}








#s-80165d7b-6611-43f4-a427-1b75af5fe0d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80165d7b-6611-43f4-a427-1b75af5fe0d8.shg-box.shg-c {
  justify-content: center;
}

#s-29c8b522-6cfa-4b04-ad6b-60faccd56919 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(49, 56, 62, 0);
}

#s-29c8b522-6cfa-4b04-ad6b-60faccd56919 .shogun-heading-component h1 {
  color: rgba(49, 56, 62, 1);
  font-weight:   ;
  font-family: Quattrocento Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-e498bd4d-31c6-4c10-bcc5-53c67d53ec2f {
  padding-top: 8px;
padding-bottom: 8px;
min-height: 50px;
}








#s-e498bd4d-31c6-4c10-bcc5-53c67d53ec2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e498bd4d-31c6-4c10-bcc5-53c67d53ec2f.shg-box.shg-c {
  justify-content: center;
}

#s-3c5b11a7-9fa3-45a4-8997-e60b0e77a2b5 {
  margin-top: 32px;
margin-bottom: 24px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c5b11a7-9fa3-45a4-8997-e60b0e77a2b5 .shogun-heading-component h1 {
  color: rgba(49, 56, 62, 1);
  font-weight:   ;
  font-family: Quattrocento Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 {
  
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs {
  justify-content: center;
}


  #s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(213, 213, 213, 0.0025);
    border: 1px solid rgba(213, 213, 213, 0);
  }
  #s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(213, 213, 213, 0);
  }
#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(49, 56, 62, 1);
  font-family: Quattrocento Sans;
  font-weight: ;
  font-style: ;
  font-size: 17px;
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(49, 56, 62, 1);
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-634ebf2d-f6aa-43ae-b512-f978a65d5626 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(213, 213, 213, 0);
}

#s-ebac540f-a158-4ab7-9899-1378a2d9347c {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 16px;
padding-bottom: 4px;
padding-right: 16px;
min-height: 50px;
max-width: 995px;
}








#s-ebac540f-a158-4ab7-9899-1378a2d9347c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebac540f-a158-4ab7-9899-1378a2d9347c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef79e4a2-7824-4dc1-b062-98a6661e0823"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b4e63743-36c1-46a3-8d80-60422e98347c {
  min-height: 50px;
}








#s-b4e63743-36c1-46a3-8d80-60422e98347c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e63743-36c1-46a3-8d80-60422e98347c.shg-box.shg-c {
  justify-content: center;
}

#s-2e597896-e0fb-433a-8253-d716d8b3662c {
  text-align: center;
}




  #s-2e597896-e0fb-433a-8253-d716d8b3662c img.shogun-image {
    
    width: px;
  }


#s-2e597896-e0fb-433a-8253-d716d8b3662c .shogun-image-content {
  
    align-items: center;
  
}

#s-54dba846-e41e-46a0-88db-3c150a7ac16a {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-54dba846-e41e-46a0-88db-3c150a7ac16a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-54dba846-e41e-46a0-88db-3c150a7ac16a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-54dba846-e41e-46a0-88db-3c150a7ac16a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-c0d9d8c3-a1d0-4ed9-b8ff-747f60dabd44 {
  min-height: 50px;
}








#s-c0d9d8c3-a1d0-4ed9-b8ff-747f60dabd44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0d9d8c3-a1d0-4ed9-b8ff-747f60dabd44.shg-box.shg-c {
  justify-content: center;
}

#s-7a736225-a561-419d-8079-7b495360b23a {
  text-align: center;
}




  #s-7a736225-a561-419d-8079-7b495360b23a img.shogun-image {
    
    width: px;
  }


#s-7a736225-a561-419d-8079-7b495360b23a .shogun-image-content {
  
    align-items: center;
  
}

#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-d457e9a7-1217-42e1-acbc-7c66b8f137dc.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-81307305-d00b-40a4-8b6d-342c7b91f44c {
  min-height: 50px;
}








#s-81307305-d00b-40a4-8b6d-342c7b91f44c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81307305-d00b-40a4-8b6d-342c7b91f44c.shg-box.shg-c {
  justify-content: center;
}

#s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba {
  text-align: center;
}




  #s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba img.shogun-image {
    
    width: px;
  }


#s-6f0aedba-b5b9-4576-9405-ec8bb96e3bba .shogun-image-content {
  
    align-items: center;
  
}

#s-349c0890-64ba-4276-9b81-5a15399a5378 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-349c0890-64ba-4276-9b81-5a15399a5378:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-349c0890-64ba-4276-9b81-5a15399a5378:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-349c0890-64ba-4276-9b81-5a15399a5378.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-432e32a2-6747-4438-9526-b70c8d29e1aa {
  min-height: 50px;
}








#s-432e32a2-6747-4438-9526-b70c8d29e1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-432e32a2-6747-4438-9526-b70c8d29e1aa.shg-box.shg-c {
  justify-content: center;
}

#s-6bb3972b-5829-44df-83b2-123b09e217a3 {
  text-align: center;
}




  #s-6bb3972b-5829-44df-83b2-123b09e217a3 img.shogun-image {
    
    width: px;
  }


#s-6bb3972b-5829-44df-83b2-123b09e217a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a6acc41-3ed6-444f-81e0-b1db74441a26 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-2a6acc41-3ed6-444f-81e0-b1db74441a26:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-2a6acc41-3ed6-444f-81e0-b1db74441a26:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-2a6acc41-3ed6-444f-81e0-b1db74441a26.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

@media (min-width: 0px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e2ee922-28be-4355-aa9d-19ab5eb537ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-645903c9-70a0-4bc3-af28-dccfa2a5ceba {
  min-height: 50px;
}








#s-645903c9-70a0-4bc3-af28-dccfa2a5ceba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-645903c9-70a0-4bc3-af28-dccfa2a5ceba.shg-box.shg-c {
  justify-content: center;
}

#s-770bff4c-1373-425f-a75e-bb1b8a207036 {
  text-align: center;
}




  #s-770bff4c-1373-425f-a75e-bb1b8a207036 img.shogun-image {
    
    width: px;
  }


#s-770bff4c-1373-425f-a75e-bb1b8a207036 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb772db4-78d7-4aef-a043-c8a5208b4556 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-fb772db4-78d7-4aef-a043-c8a5208b4556:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-fb772db4-78d7-4aef-a043-c8a5208b4556:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-fb772db4-78d7-4aef-a043-c8a5208b4556.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-3df2be07-2623-40dd-9390-ec6e34db2c95 {
  min-height: 50px;
}








#s-3df2be07-2623-40dd-9390-ec6e34db2c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df2be07-2623-40dd-9390-ec6e34db2c95.shg-box.shg-c {
  justify-content: center;
}

#s-96e6de2f-efce-4a42-b0d1-6ecbc549532b {
  text-align: center;
}




  #s-96e6de2f-efce-4a42-b0d1-6ecbc549532b img.shogun-image {
    
    width: px;
  }


#s-96e6de2f-efce-4a42-b0d1-6ecbc549532b .shogun-image-content {
  
    align-items: center;
  
}

#s-a55da06a-ca21-4e32-8239-5f1fb088416a {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-a55da06a-ca21-4e32-8239-5f1fb088416a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-a55da06a-ca21-4e32-8239-5f1fb088416a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-a55da06a-ca21-4e32-8239-5f1fb088416a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-3a8532d7-8d83-45f4-bbb1-ca767668d113 {
  min-height: 50px;
}








#s-3a8532d7-8d83-45f4-bbb1-ca767668d113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a8532d7-8d83-45f4-bbb1-ca767668d113.shg-box.shg-c {
  justify-content: center;
}

#s-f71cd53f-e358-45a8-8d14-c6e5441963ca {
  text-align: center;
}




  #s-f71cd53f-e358-45a8-8d14-c6e5441963ca img.shogun-image {
    
    width: px;
  }


#s-f71cd53f-e358-45a8-8d14-c6e5441963ca .shogun-image-content {
  
    align-items: center;
  
}

#s-a4f27091-94b2-45ad-89a6-bf69d6cc0ab8 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-a4f27091-94b2-45ad-89a6-bf69d6cc0ab8:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-a4f27091-94b2-45ad-89a6-bf69d6cc0ab8:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-a4f27091-94b2-45ad-89a6-bf69d6cc0ab8.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-dca77da8-3bd3-441d-a1f4-26549679b422 {
  min-height: 50px;
}








#s-dca77da8-3bd3-441d-a1f4-26549679b422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dca77da8-3bd3-441d-a1f4-26549679b422.shg-box.shg-c {
  justify-content: center;
}

#s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 {
  text-align: center;
}




  #s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 img.shogun-image {
    
    width: px;
  }


#s-3686665a-87fd-429e-b62a-0ffe1e77a2d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-9cf3c09a-d59c-4b9f-ba82-c4801de9c23d.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-6792a283-1858-448e-a155-c8726088c9ec {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 32px;
padding-bottom: 4px;
padding-right: 32px;
min-height: 50px;
max-width: 995px;
}








#s-6792a283-1858-448e-a155-c8726088c9ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6792a283-1858-448e-a155-c8726088c9ec.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a7f7b4d3-bd01-42f5-abf1-af470b50ab12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d66e46d8-fea5-45e8-936a-5877cf2911b2 {
  min-height: 50px;
}








#s-d66e46d8-fea5-45e8-936a-5877cf2911b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66e46d8-fea5-45e8-936a-5877cf2911b2.shg-box.shg-c {
  justify-content: center;
}

#s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 {
  text-align: center;
}




  #s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 img.shogun-image {
    
    width: px;
  }


#s-590c311f-42e2-4e31-a7ed-da7bcc8badd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-65c24d66-6ef6-4b1c-b4de-b7f207662cae.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-322d7b9e-f112-4de3-96c3-5037941f5f45 {
  min-height: 50px;
}








#s-322d7b9e-f112-4de3-96c3-5037941f5f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-322d7b9e-f112-4de3-96c3-5037941f5f45.shg-box.shg-c {
  justify-content: center;
}

#s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 {
  text-align: center;
}




  #s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 img.shogun-image {
    
    width: px;
  }


#s-00d58de0-08d3-4c8d-bd5c-3a34cebdafa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-8f04c2d9-020d-4850-bcc2-f2e7c9613812.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-eb06f923-171d-4248-bd57-ccdef64b2c52 {
  min-height: 50px;
}








#s-eb06f923-171d-4248-bd57-ccdef64b2c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb06f923-171d-4248-bd57-ccdef64b2c52.shg-box.shg-c {
  justify-content: center;
}

#s-4444e609-b15e-433a-a9eb-22128dd78b7d {
  text-align: center;
}




  #s-4444e609-b15e-433a-a9eb-22128dd78b7d img.shogun-image {
    
    width: px;
  }


#s-4444e609-b15e-433a-a9eb-22128dd78b7d .shogun-image-content {
  
    align-items: center;
  
}

#s-a75931b0-5403-4aa3-8440-46cad291fd6a {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-a75931b0-5403-4aa3-8440-46cad291fd6a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-a75931b0-5403-4aa3-8440-46cad291fd6a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-a75931b0-5403-4aa3-8440-46cad291fd6a.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-c01e03d9-a5d1-44d3-91d2-3f70a2f74311 {
  min-height: 50px;
}








#s-c01e03d9-a5d1-44d3-91d2-3f70a2f74311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c01e03d9-a5d1-44d3-91d2-3f70a2f74311.shg-box.shg-c {
  justify-content: center;
}

#s-38fdd5fa-ce46-4925-9127-542e6e1aac00 {
  text-align: center;
}




  #s-38fdd5fa-ce46-4925-9127-542e6e1aac00 img.shogun-image {
    
    width: px;
  }


#s-38fdd5fa-ce46-4925-9127-542e6e1aac00 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5697608-0867-4ca6-9b57-d36900b8312f {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-c5697608-0867-4ca6-9b57-d36900b8312f:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-c5697608-0867-4ca6-9b57-d36900b8312f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-c5697608-0867-4ca6-9b57-d36900b8312f.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

@media (min-width: 0px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab07fea2-389e-4ca7-a218-ea205795729e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2b57a367-3a11-4dc6-9e56-d5c139577836 {
  min-height: 50px;
}








#s-2b57a367-3a11-4dc6-9e56-d5c139577836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b57a367-3a11-4dc6-9e56-d5c139577836.shg-box.shg-c {
  justify-content: center;
}

#s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb {
  text-align: center;
}




  #s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb img.shogun-image {
    
    width: px;
  }


#s-6aa5b92e-82ec-4650-b74e-ccb753ade6fb .shogun-image-content {
  
    align-items: center;
  
}

#s-04a75547-fff5-4844-8ea6-ccf0a3370c89 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-04a75547-fff5-4844-8ea6-ccf0a3370c89:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-04a75547-fff5-4844-8ea6-ccf0a3370c89:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-04a75547-fff5-4844-8ea6-ccf0a3370c89.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-4d47feb0-0922-43b8-9828-1feb22d425ad {
  min-height: 50px;
}








#s-4d47feb0-0922-43b8-9828-1feb22d425ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d47feb0-0922-43b8-9828-1feb22d425ad.shg-box.shg-c {
  justify-content: center;
}

#s-be616f50-63b2-410a-8b1d-86941c74ba7a {
  text-align: center;
}




  #s-be616f50-63b2-410a-8b1d-86941c74ba7a img.shogun-image {
    
    width: px;
  }


#s-be616f50-63b2-410a-8b1d-86941c74ba7a .shogun-image-content {
  
    align-items: center;
  
}

#s-909eb237-2d1e-46c4-a77d-da7f28efdf65 {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-909eb237-2d1e-46c4-a77d-da7f28efdf65:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-909eb237-2d1e-46c4-a77d-da7f28efdf65:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-909eb237-2d1e-46c4-a77d-da7f28efdf65.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-b563a7cb-c599-434e-914c-2b9b8286828a {
  min-height: 50px;
}








#s-b563a7cb-c599-434e-914c-2b9b8286828a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b563a7cb-c599-434e-914c-2b9b8286828a.shg-box.shg-c {
  justify-content: center;
}

#s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 {
  text-align: center;
}




  #s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 img.shogun-image {
    
    width: px;
  }


#s-a1224cb3-8e9c-4dd0-bec4-ed92424a8246 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-5f7ba31e-c5f7-4b34-ae9c-f4f00fe82c0b.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-48937eb2-76f2-4a87-9d44-b5c7634b061f {
  min-height: 50px;
}








#s-48937eb2-76f2-4a87-9d44-b5c7634b061f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48937eb2-76f2-4a87-9d44-b5c7634b061f.shg-box.shg-c {
  justify-content: center;
}

#s-8b2440ee-4e51-4093-8416-cfd0fb930daa {
  text-align: center;
}




  #s-8b2440ee-4e51-4093-8416-cfd0fb930daa img.shogun-image {
    
    width: px;
  }


#s-8b2440ee-4e51-4093-8416-cfd0fb930daa .shogun-image-content {
  
    align-items: center;
  
}

#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c {
  padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-radius: 2px;
min-height: 76px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
}
#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;}#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-ce8ec1a9-9fcf-43a3-a5f0-a61143ba824c.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-5a8a2e9c-a307-4661-9bf8-ea483facf828 {
  margin-left: auto;
margin-right: auto;
padding-top: 17px;
padding-left: 30px;
padding-bottom: 17px;
padding-right: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(49, 56, 62, 1);
line-height: 0.5em;
}
#s-5a8a2e9c-a307-4661-9bf8-ea483facf828:hover {background-color: rgba(66, 66, 66, 0) !important;
color: rgba(96, 113, 130, 1) !important;
text-decoration: none !important;}#s-5a8a2e9c-a307-4661-9bf8-ea483facf828:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-5a8a2e9c-a307-4661-9bf8-ea483facf828.shg-btn {
  color: rgba(49, 56, 62, 1);
  font-size: 16px;
  
  
  font-family: Quattrocento Sans;
  display:  inline-block ;
}

#s-be590d7c-25b5-4284-ab6c-b7dee6b37984 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 995px;
}








#s-be590d7c-25b5-4284-ab6c-b7dee6b37984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be590d7c-25b5-4284-ab6c-b7dee6b37984.shg-box.shg-c {
  justify-content: center;
}

#s-9f43475c-c0f7-45be-a0cf-441f8e53acd6 {
  min-height: 50px;
}








#s-9f43475c-c0f7-45be-a0cf-441f8e53acd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f43475c-c0f7-45be-a0cf-441f8e53acd6.shg-box.shg-c {
  justify-content: center;
}

#s-cc2f2a34-873b-4272-b654-4cea8afb0754 {
  padding-top: 8px;
padding-left: 32px;
padding-bottom: 8px;
padding-right: 32px;
min-height: 50px;
}








#s-cc2f2a34-873b-4272-b654-4cea8afb0754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2f2a34-873b-4272-b654-4cea8afb0754.shg-box.shg-c {
  justify-content: center;
}

#s-dbaca1f3-2f26-4baa-a908-01c810da719c {
  margin-top: 33px;
margin-bottom: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbaca1f3-2f26-4baa-a908-01c810da719c .shogun-heading-component h1 {
  color: rgba(49, 56, 62, 1);
  font-weight:   ;
  font-family: Quattrocento Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-bcb0b78b-3e7b-4d86-8ea9-f4e574c28d55 {
  padding-top: 8px;
padding-left: 16px;
padding-bottom: 8px;
padding-right: 16px;
min-height: 400px;
background-color: rgba(213, 213, 213, 0.25);
}








#s-bcb0b78b-3e7b-4d86-8ea9-f4e574c28d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb0b78b-3e7b-4d86-8ea9-f4e574c28d55.shg-box.shg-c {
  justify-content: center;
}

#s-a53e9189-4601-4dcb-9b9d-b5f633989cc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(49, 56, 62, 0);
}

#s-a53e9189-4601-4dcb-9b9d-b5f633989cc8 .shogun-heading-component h1 {
  color: rgba(49, 56, 62, 1);
  font-weight:   ;
  font-family: Quattrocento Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-10a90e81-2334-474c-8a58-a66b64ddb2f3 {
  padding-top: 7px;
padding-left: 16px;
padding-bottom: 7px;
padding-right: 16px;
min-height: 50px;
}








#s-10a90e81-2334-474c-8a58-a66b64ddb2f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10a90e81-2334-474c-8a58-a66b64ddb2f3.shg-box.shg-c {
  justify-content: center;
}

#s-7f9b1456-8128-4505-babe-8724aff3382f {
  margin-top: 48px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
padding-top: 4px;
padding-bottom: 4px;
max-width: 420px;
text-align: center;
}

#s-7f9b1456-8128-4505-babe-8724aff3382f .shogun-heading-component h1 {
  color: rgba(49, 56, 62, 1);
  font-weight:   ;
  font-family: Alex Brush;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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%;
  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;
  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;
	transition: opacity 300ms;
}
