.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-f4085180-87ea-4b62-a21f-30d1e244f3a6 {
  min-height: 50px;
background-color: rgba(36, 35, 35, 1);
}








#s-f4085180-87ea-4b62-a21f-30d1e244f3a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4085180-87ea-4b62-a21f-30d1e244f3a6.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-2bd6ac9d-bcfb-405f-82b4-22d49192bc57 {
  box-shadow:0px 0px 0px 0px rgba(255, 117, 3, 1);
margin-top: -15px;
margin-bottom: -30px;
background-color: rgba(34, 34, 34, 0);
}
@media (min-width: 1200px){#s-2bd6ac9d-bcfb-405f-82b4-22d49192bc57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bd6ac9d-bcfb-405f-82b4-22d49192bc57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bd6ac9d-bcfb-405f-82b4-22d49192bc57 {
  
}
}
#s-64762507-af79-40a1-a49f-1dcaae264b40 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-64762507-af79-40a1-a49f-1dcaae264b40 {
  display: none;
}
#s-64762507-af79-40a1-a49f-1dcaae264b40, #wrap-s-64762507-af79-40a1-a49f-1dcaae264b40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64762507-af79-40a1-a49f-1dcaae264b40 {
  display: none;
}
#s-64762507-af79-40a1-a49f-1dcaae264b40, #wrap-s-64762507-af79-40a1-a49f-1dcaae264b40 { display:none !important; }}







#s-64762507-af79-40a1-a49f-1dcaae264b40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64762507-af79-40a1-a49f-1dcaae264b40.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;
}

#s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe {
  margin-top: 3px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe {
  display: none;
}
#s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe, #wrap-s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe {
  display: none;
}
#s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe, #wrap-s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe { display:none !important; }}
@media (min-width: 0px) {
[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3cf2f3f0-8a81-485f-a55e-23681d02e6fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-b19db972-27bb-414e-95cc-ae300f9b9d38 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-b19db972-27bb-414e-95cc-ae300f9b9d38 img.shogun-image {
    
    width: px;
  }


#s-b19db972-27bb-414e-95cc-ae300f9b9d38 .shogun-image-content {
  
    align-items: center;
  
}

#s-f207e34c-83ee-4e05-beae-3c87490236c4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: right;
}




  #s-f207e34c-83ee-4e05-beae-3c87490236c4 img.shogun-image {
    
    width: px;
  }


#s-f207e34c-83ee-4e05-beae-3c87490236c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ab2e131-b506-4327-96eb-592f9966064c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ab2e131-b506-4327-96eb-592f9966064c {
  display: none;
}
#s-9ab2e131-b506-4327-96eb-592f9966064c, #wrap-s-9ab2e131-b506-4327-96eb-592f9966064c { display:none !important; }}@media (max-width: 767px){#s-9ab2e131-b506-4327-96eb-592f9966064c {
  display: none;
}
#s-9ab2e131-b506-4327-96eb-592f9966064c, #wrap-s-9ab2e131-b506-4327-96eb-592f9966064c { display:none !important; }}







#s-9ab2e131-b506-4327-96eb-592f9966064c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ab2e131-b506-4327-96eb-592f9966064c.shg-box.shg-c {
  justify-content: center;
}

#s-1098fa50-f328-4e70-aa09-d13198caf851 {
  padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1098fa50-f328-4e70-aa09-d13198caf851 {
  display: none;
}
#s-1098fa50-f328-4e70-aa09-d13198caf851, #wrap-s-1098fa50-f328-4e70-aa09-d13198caf851 { display:none !important; }}@media (max-width: 767px){#s-1098fa50-f328-4e70-aa09-d13198caf851 {
  display: none;
}
#s-1098fa50-f328-4e70-aa09-d13198caf851, #wrap-s-1098fa50-f328-4e70-aa09-d13198caf851 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1098fa50-f328-4e70-aa09-d13198caf851"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-68659ea4-1c94-43d7-939c-520d5df8a8b1 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-68659ea4-1c94-43d7-939c-520d5df8a8b1 img.shogun-image {
    
    width: px;
  }


#s-68659ea4-1c94-43d7-939c-520d5df8a8b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee3c4cca-5299-4038-b6a1-4aebd8e507a8 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: right;
}




  #s-ee3c4cca-5299-4038-b6a1-4aebd8e507a8 img.shogun-image {
    
    width: px;
  }


#s-ee3c4cca-5299-4038-b6a1-4aebd8e507a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea435d61-f3a2-4811-9b9f-737fafd070cb {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ea435d61-f3a2-4811-9b9f-737fafd070cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea435d61-f3a2-4811-9b9f-737fafd070cb {
  display: none;
}
#s-ea435d61-f3a2-4811-9b9f-737fafd070cb, #wrap-s-ea435d61-f3a2-4811-9b9f-737fafd070cb { display:none !important; }}@media (max-width: 767px){#s-ea435d61-f3a2-4811-9b9f-737fafd070cb {
  
}
}
#s-ea435d61-f3a2-4811-9b9f-737fafd070cb {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px){#s-46b6d2c4-ada0-474c-963b-208bfc87da9f {
  display: none;
}
#s-46b6d2c4-ada0-474c-963b-208bfc87da9f, #wrap-s-46b6d2c4-ada0-474c-963b-208bfc87da9f { display:none !important; }}@media (max-width: 767px){#s-46b6d2c4-ada0-474c-963b-208bfc87da9f {
  display: none;
}
#s-46b6d2c4-ada0-474c-963b-208bfc87da9f, #wrap-s-46b6d2c4-ada0-474c-963b-208bfc87da9f { display:none !important; }}
@media (min-width: 0px) {
[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-46b6d2c4-ada0-474c-963b-208bfc87da9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

.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;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-6090b1a1-d98e-4299-a732-a41bd871da86 {
  margin-left: auto;
margin-right: auto;
}

#s-19297355-b3e3-4f30-a8c8-a74802a479a0 {
  text-align: center;
}




  #s-19297355-b3e3-4f30-a8c8-a74802a479a0 img.shogun-image {
    
    width: px;
  }


#s-19297355-b3e3-4f30-a8c8-a74802a479a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a031b274-3e2b-41e8-b833-24da7ad47d87 {
  text-align: center;
}




  #s-a031b274-3e2b-41e8-b833-24da7ad47d87 img.shogun-image {
    
    width: px;
  }


#s-a031b274-3e2b-41e8-b833-24da7ad47d87 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9e1fbca-4547-41e2-b92f-5ba47da71c19 {
  text-align: center;
}




  #s-d9e1fbca-4547-41e2-b92f-5ba47da71c19 img.shogun-image {
    
    width: px;
  }


#s-d9e1fbca-4547-41e2-b92f-5ba47da71c19 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3160e54-7872-4e6c-9e2f-adc5af9406ae {
  text-align: center;
}




  #s-d3160e54-7872-4e6c-9e2f-adc5af9406ae img.shogun-image {
    
    width: px;
  }


#s-d3160e54-7872-4e6c-9e2f-adc5af9406ae .shogun-image-content {
  
    align-items: center;
  
}

#s-8b35c4ef-1dea-4e12-a7c9-10e914cf269d {
  text-align: center;
}




  #s-8b35c4ef-1dea-4e12-a7c9-10e914cf269d img.shogun-image {
    
    width: px;
  }


#s-8b35c4ef-1dea-4e12-a7c9-10e914cf269d .shogun-image-content {
  
    align-items: center;
  
}

#s-cce19dd1-1751-441c-a969-452ae5ff37ed {
  text-align: center;
}




  #s-cce19dd1-1751-441c-a969-452ae5ff37ed img.shogun-image {
    
    width: px;
  }


#s-cce19dd1-1751-441c-a969-452ae5ff37ed .shogun-image-content {
  
    align-items: center;
  
}

#s-b4f3f335-a39f-41e2-aeb5-962c5d7a16c9 {
  text-align: center;
}




  #s-b4f3f335-a39f-41e2-aeb5-962c5d7a16c9 img.shogun-image {
    
    width: px;
  }


#s-b4f3f335-a39f-41e2-aeb5-962c5d7a16c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b62a28f-0abe-419a-9f7e-680a5bcabccc {
  text-align: center;
}




  #s-0b62a28f-0abe-419a-9f7e-680a5bcabccc img.shogun-image {
    
    width: px;
  }


#s-0b62a28f-0abe-419a-9f7e-680a5bcabccc .shogun-image-content {
  
    align-items: center;
  
}

#s-f1470133-d687-4eb7-a95f-3b3804ec6402 {
  text-align: center;
}




  #s-f1470133-d687-4eb7-a95f-3b3804ec6402 img.shogun-image {
    
    width: px;
  }


#s-f1470133-d687-4eb7-a95f-3b3804ec6402 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe4541a5-2707-4a7f-8a36-15045cd0f51f {
  text-align: center;
}




  #s-fe4541a5-2707-4a7f-8a36-15045cd0f51f img.shogun-image {
    
    width: px;
  }


#s-fe4541a5-2707-4a7f-8a36-15045cd0f51f .shogun-image-content {
  
    align-items: center;
  
}

#s-97f3b096-3a27-4511-aaf8-99dd796d8747 {
  text-align: center;
}




  #s-97f3b096-3a27-4511-aaf8-99dd796d8747 img.shogun-image {
    
    width: px;
  }


#s-97f3b096-3a27-4511-aaf8-99dd796d8747 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8d6160f-808a-43ee-be55-275e244064b0 {
  text-align: center;
}




  #s-c8d6160f-808a-43ee-be55-275e244064b0 img.shogun-image {
    
    width: px;
  }


#s-c8d6160f-808a-43ee-be55-275e244064b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-67173efb-315c-430a-9038-567a9cb48245 {
  text-align: center;
}




  #s-67173efb-315c-430a-9038-567a9cb48245 img.shogun-image {
    
    width: px;
  }


#s-67173efb-315c-430a-9038-567a9cb48245 .shogun-image-content {
  
    align-items: center;
  
}

#s-e03d8a23-db43-4c32-9c46-afa44d7c6027 {
  text-align: center;
}




  #s-e03d8a23-db43-4c32-9c46-afa44d7c6027 img.shogun-image {
    
    width: px;
  }


#s-e03d8a23-db43-4c32-9c46-afa44d7c6027 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbb9f130-2922-4c11-8fbf-1ed6b550d448 {
  text-align: center;
}




  #s-fbb9f130-2922-4c11-8fbf-1ed6b550d448 img.shogun-image {
    
    width: px;
  }


#s-fbb9f130-2922-4c11-8fbf-1ed6b550d448 .shogun-image-content {
  
    align-items: center;
  
}

#s-8dd5c5bf-0767-4ab0-ba14-cab6eb2cc1a6 {
  text-align: center;
}




  #s-8dd5c5bf-0767-4ab0-ba14-cab6eb2cc1a6 img.shogun-image {
    
    width: px;
  }


#s-8dd5c5bf-0767-4ab0-ba14-cab6eb2cc1a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e10fa7c5-9873-4b22-b4a6-610bf89dc7f1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-e10fa7c5-9873-4b22-b4a6-610bf89dc7f1 img.shogun-image {
    
    width: px;
  }


#s-e10fa7c5-9873-4b22-b4a6-610bf89dc7f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b {
  margin-top: 30px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ffa9d307-3cc1-4a95-bd3c-19dd01cb571b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-aca1cbbe-04c1-4384-a0fc-6aae4b5277f3 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 76px;
text-align: center;
}




  #s-aca1cbbe-04c1-4384-a0fc-6aae4b5277f3 img.shogun-image {
    
    width: px;
  }


#s-aca1cbbe-04c1-4384-a0fc-6aae4b5277f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-baa3a5d7-0896-43fe-8c50-11e46a0bc002 {
  margin-top: -5px;
}

@media (min-width: 0px) {
[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4ca3ce5f-455c-42e5-b7df-aaca6e099c2d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-baa507d7-a788-4516-9906-131007737d39 {
  box-shadow:0px 0px 0px 0px ;
max-width: 100px;
text-align: center;
}




  #s-baa507d7-a788-4516-9906-131007737d39 img.shogun-image {
    
    width: px;
  }


#s-baa507d7-a788-4516-9906-131007737d39 .shogun-image-content {
  
    align-items: center;
  
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8ddb64a1-f655-4971-972a-e769c1e39bc0 {
  padding-bottom: 10px;
text-align: left;
}

#s-8ddb64a1-f655-4971-972a-e769c1e39bc0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 30px;
}

#s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe {
  margin-top: -5px;
}

@media (min-width: 0px) {
[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a0b480f-d6c0-4035-8f34-5a81f0f6fafe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cf41f320-95d2-4979-b8f9-e1541fff90d9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1bec0c2f-a564-444d-bdcc-13780fbba250 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-73fc4752-936c-46de-b70a-e83ef3cb58fb {
  margin-top: 7px;
}

@media (min-width: 0px) {
[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c55ff082-11e8-44d3-937f-e11799f0a846"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b7a4edc5-1e1f-43e5-83cf-ce37c92408ea .shogun-icon-wrapper {
  text-align: center;
}


#s-b7a4edc5-1e1f-43e5-83cf-ce37c92408ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

@media (min-width: 0px) {
[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1983c807-2cd3-4514-ada8-92c7f1cc4591"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-adf4144e-2fdc-4586-9b64-e98d8a419da5 .shogun-icon-wrapper {
  text-align: center;
}


#s-adf4144e-2fdc-4586-9b64-e98d8a419da5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

@media (min-width: 0px) {
[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-35849a90-d675-4171-afcd-3a6602ab70e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-07c0562d-b4ff-4d40-82eb-f0515bcbe7c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-07c0562d-b4ff-4d40-82eb-f0515bcbe7c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

@media (min-width: 0px) {
[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-62b265ab-6c16-4bdf-93fa-08cc2e5f88e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a03d98c6-739d-494f-bdd5-9eeab37c6ded .shogun-icon-wrapper {
  text-align: center;
}


#s-a03d98c6-739d-494f-bdd5-9eeab37c6ded .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

@media (min-width: 0px) {
[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6244974-c2c8-4ec2-bc4d-d13b0bbd7828"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7fe6942a-8238-4ab0-a846-29fe180f1dab .shogun-icon-wrapper {
  text-align: center;
}


#s-7fe6942a-8238-4ab0-a846-29fe180f1dab .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

@media (min-width: 0px) {
[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-817e036f-8b53-4237-8754-b96ce45535e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8a9b7131-44cf-4744-8b3b-f7b0ec2f141c .shogun-icon-wrapper {
  text-align: center;
}


#s-8a9b7131-44cf-4744-8b3b-f7b0ec2f141c .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-06f17cd2-1546-4bcc-8dc2-ab14508aa164 {
  max-width: 400px;
}

@media (min-width: 0px) {
[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-06f17cd2-1546-4bcc-8dc2-ab14508aa164"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0f374378-22a0-4506-a176-2c17b7f2b17e {
  margin-top: -10px;
margin-right: 30px;
padding-top: 15px;
}

#s-20e0f398-91f7-47f7-aa76-6dfd4c2f2d16 {
  margin-top: -10px;
margin-right: 30px;
padding-top: 15px;
}

#s-e782133b-d79f-4959-b084-969de8f004fd {
  margin-top: -5px;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e782133b-d79f-4959-b084-969de8f004fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-60b1e160-c376-482b-a9d3-7f77532f50ab {
  max-width: 120px;
text-align: left;
}

#s-60b1e160-c376-482b-a9d3-7f77532f50ab .shg-product-quantity-wrapper {
  display: flex;
}

#s-60b1e160-c376-482b-a9d3-7f77532f50ab .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-60b1e160-c376-482b-a9d3-7f77532f50ab .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-60b1e160-c376-482b-a9d3-7f77532f50ab .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-60b1e160-c376-482b-a9d3-7f77532f50ab .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4d183a54-2abb-48b0-9584-4d4e132178e6 {
  text-align: left;
}

#s-4d183a54-2abb-48b0-9584-4d4e132178e6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4d183a54-2abb-48b0-9584-4d4e132178e6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4d183a54-2abb-48b0-9584-4d4e132178e6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4d183a54-2abb-48b0-9584-4d4e132178e6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-43eccd1e-6e2d-415a-b94b-909b0dbd823b {
  box-shadow:1px 3px 1px 1px rgba(209, 113, 113, 1);
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-179fc41b-2da9-4ace-9ca9-54d3f009e2fd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}








#s-179fc41b-2da9-4ace-9ca9-54d3f009e2fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-179fc41b-2da9-4ace-9ca9-54d3f009e2fd.shg-box.shg-c {
  justify-content: center;
}

#s-94a53f4a-6e31-4cf4-85cf-8d221526653f {
  margin-top: 10px;
}

#s-6cc6622e-849b-43b6-a2e8-fe1384113858 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-6cc6622e-849b-43b6-a2e8-fe1384113858 img.shogun-image {
    
    width: px;
  }


#s-6cc6622e-849b-43b6-a2e8-fe1384113858 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5df40cfd-bd82-458b-9683-5cfca9201941 {
  display: none;
}
#s-5df40cfd-bd82-458b-9683-5cfca9201941, #wrap-s-5df40cfd-bd82-458b-9683-5cfca9201941 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5df40cfd-bd82-458b-9683-5cfca9201941 {
  display: none;
}
#s-5df40cfd-bd82-458b-9683-5cfca9201941, #wrap-s-5df40cfd-bd82-458b-9683-5cfca9201941 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5df40cfd-bd82-458b-9683-5cfca9201941 {
  display: none;
}
#s-5df40cfd-bd82-458b-9683-5cfca9201941, #wrap-s-5df40cfd-bd82-458b-9683-5cfca9201941 { display:none !important; }}@media (max-width: 767px){#s-5df40cfd-bd82-458b-9683-5cfca9201941 {
  
}
}
@media (min-width: 0px) {
[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-5df40cfd-bd82-458b-9683-5cfca9201941"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-3af700d7-2f57-4cfc-bb1b-65b240effbb3 {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
}

#s-253a362b-eae8-4ef7-9ef0-e4df62cbc11a {
  text-align: center;
}




  #s-253a362b-eae8-4ef7-9ef0-e4df62cbc11a img.shogun-image {
    
    width: px;
  }


#s-253a362b-eae8-4ef7-9ef0-e4df62cbc11a .shogun-image-content {
  
    align-items: center;
  
}

#s-9c605652-8172-43b0-ad3f-3b5885023b38 {
  text-align: center;
}




  #s-9c605652-8172-43b0-ad3f-3b5885023b38 img.shogun-image {
    
    width: px;
  }


#s-9c605652-8172-43b0-ad3f-3b5885023b38 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a793f0b-6ed5-4469-949a-333d923f8c0f {
  text-align: center;
}




  #s-5a793f0b-6ed5-4469-949a-333d923f8c0f img.shogun-image {
    
    width: px;
  }


#s-5a793f0b-6ed5-4469-949a-333d923f8c0f .shogun-image-content {
  
    align-items: center;
  
}

#s-126a9281-f2d6-4683-bdfa-0fab09d96497 {
  text-align: center;
}




  #s-126a9281-f2d6-4683-bdfa-0fab09d96497 img.shogun-image {
    
    width: px;
  }


#s-126a9281-f2d6-4683-bdfa-0fab09d96497 .shogun-image-content {
  
    align-items: center;
  
}

#s-539c6ecd-95fb-4668-b69b-9ed9f758d485 {
  text-align: center;
}




  #s-539c6ecd-95fb-4668-b69b-9ed9f758d485 img.shogun-image {
    
    width: px;
  }


#s-539c6ecd-95fb-4668-b69b-9ed9f758d485 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd5ffb6e-1690-431b-9e78-71c72c78ed91 {
  text-align: center;
}




  #s-dd5ffb6e-1690-431b-9e78-71c72c78ed91 img.shogun-image {
    
    width: px;
  }


#s-dd5ffb6e-1690-431b-9e78-71c72c78ed91 .shogun-image-content {
  
    align-items: center;
  
}

#s-d46dcb77-8f19-4a24-89e0-ccdc5342d571 {
  text-align: center;
}




  #s-d46dcb77-8f19-4a24-89e0-ccdc5342d571 img.shogun-image {
    
    width: px;
  }


#s-d46dcb77-8f19-4a24-89e0-ccdc5342d571 .shogun-image-content {
  
    align-items: center;
  
}

#s-b434cf94-d9e3-4f4b-905f-2f39bc00e1f0 {
  text-align: center;
}




  #s-b434cf94-d9e3-4f4b-905f-2f39bc00e1f0 img.shogun-image {
    
    width: px;
  }


#s-b434cf94-d9e3-4f4b-905f-2f39bc00e1f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-44ac1734-6067-4e6b-a875-8f3422220208 {
  text-align: center;
}




  #s-44ac1734-6067-4e6b-a875-8f3422220208 img.shogun-image {
    
    width: px;
  }


#s-44ac1734-6067-4e6b-a875-8f3422220208 .shogun-image-content {
  
    align-items: center;
  
}

#s-eeb7af85-545c-47f8-96df-39bffde3a5d7 {
  text-align: center;
}




  #s-eeb7af85-545c-47f8-96df-39bffde3a5d7 img.shogun-image {
    
    width: px;
  }


#s-eeb7af85-545c-47f8-96df-39bffde3a5d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b65b2ec-4c1c-419e-86fe-8abfb446bdda {
  text-align: center;
}




  #s-5b65b2ec-4c1c-419e-86fe-8abfb446bdda img.shogun-image {
    
    width: px;
  }


#s-5b65b2ec-4c1c-419e-86fe-8abfb446bdda .shogun-image-content {
  
    align-items: center;
  
}

#s-437e380e-6417-4a98-856c-92b1b9f03ec4 {
  text-align: center;
}




  #s-437e380e-6417-4a98-856c-92b1b9f03ec4 img.shogun-image {
    
    width: px;
  }


#s-437e380e-6417-4a98-856c-92b1b9f03ec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-55a6181e-da5d-4c8e-a802-310d7460f8d5 {
  text-align: center;
}




  #s-55a6181e-da5d-4c8e-a802-310d7460f8d5 img.shogun-image {
    
    width: px;
  }


#s-55a6181e-da5d-4c8e-a802-310d7460f8d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5472a462-352a-4277-a6e7-9d69ff7aab82 {
  text-align: center;
}




  #s-5472a462-352a-4277-a6e7-9d69ff7aab82 img.shogun-image {
    
    width: px;
  }


#s-5472a462-352a-4277-a6e7-9d69ff7aab82 .shogun-image-content {
  
    align-items: center;
  
}

#s-a02836bd-80e1-4048-b237-a401e0eb1fda {
  text-align: center;
}




  #s-a02836bd-80e1-4048-b237-a401e0eb1fda img.shogun-image {
    
    width: px;
  }


#s-a02836bd-80e1-4048-b237-a401e0eb1fda .shogun-image-content {
  
    align-items: center;
  
}

#s-15e8f73e-13a9-4dde-a0bb-fb444b04fa97 {
  text-align: center;
}




  #s-15e8f73e-13a9-4dde-a0bb-fb444b04fa97 img.shogun-image {
    
    width: px;
  }


#s-15e8f73e-13a9-4dde-a0bb-fb444b04fa97 .shogun-image-content {
  
    align-items: center;
  
}

#s-01bb5220-3ac9-4a20-a91a-4abe0c0ea1d2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-01bb5220-3ac9-4a20-a91a-4abe0c0ea1d2 img.shogun-image {
    
    width: px;
  }


#s-01bb5220-3ac9-4a20-a91a-4abe0c0ea1d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a95b7a3-3add-43d7-a46e-6ceeda94dec2 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-5a95b7a3-3add-43d7-a46e-6ceeda94dec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a95b7a3-3add-43d7-a46e-6ceeda94dec2.shg-box.shg-c {
  justify-content: center;
}

#s-a7c43796-2210-4731-b6aa-5a96bc9003df {
  margin-top: 10px;
}

#s-b5b8ef25-2a1e-455f-ae3c-f4c0eda27ad6 {
  margin-top: -5px;
}

#s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3 {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e42e1cc-ba3a-47fa-acc8-7e9c540b74f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ce723365-8134-41df-b9fc-77a9139918d4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-da44b2c1-d010-4487-b10c-3419bc5a886b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6cde8ea9-57d1-4cea-8ba1-959d493d9ca7 {
  border-style: solid;
margin-top: -5px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 110px;
background-color: rgba(255, 255, 255, 1);
}

#s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4 {
  margin-top: 10px;
margin-left: 20px;
}

@media (min-width: 0px) {
[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57fa4516-ff74-40bc-8686-9bbacc2ff3a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c93f38a5-65fa-4c07-88cf-d1d139bcbaf7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c93f38a5-65fa-4c07-88cf-d1d139bcbaf7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c93f38a5-65fa-4c07-88cf-d1d139bcbaf7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c93f38a5-65fa-4c07-88cf-d1d139bcbaf7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c93f38a5-65fa-4c07-88cf-d1d139bcbaf7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9ca02437-3f29-4649-85ee-4a3817503771 {
  margin-top: -3px;
margin-left: 20px;
}

@media (min-width: 0px) {
[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ca02437-3f29-4649-85ee-4a3817503771"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-262421cf-4b92-47ca-875b-262505eda38c {
  max-width: 150px;
text-align: left;
}

#s-262421cf-4b92-47ca-875b-262505eda38c .shg-product-quantity-wrapper {
  display: flex;
}

#s-262421cf-4b92-47ca-875b-262505eda38c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-262421cf-4b92-47ca-875b-262505eda38c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-262421cf-4b92-47ca-875b-262505eda38c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-262421cf-4b92-47ca-875b-262505eda38c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c8aab415-cca5-441a-80a0-916d80289ee8 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-c8aab415-cca5-441a-80a0-916d80289ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8aab415-cca5-441a-80a0-916d80289ee8.shg-box.shg-c {
  justify-content: center;
}

#s-c05f919c-aeed-4af0-96de-b2e59fa82d42 {
  box-shadow:1px 3px 1px 1px rgba(209, 113, 113, 1);
border-style: solid;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-293fcb6c-6760-4ea3-b6c5-32417606ed21 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}








#s-293fcb6c-6760-4ea3-b6c5-32417606ed21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-293fcb6c-6760-4ea3-b6c5-32417606ed21.shg-box.shg-c {
  justify-content: center;
}

#s-32fdf428-bdbd-43f8-9acd-b6d765789a6a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 350px;
text-align: center;
opacity: 1;
}




  #s-32fdf428-bdbd-43f8-9acd-b6d765789a6a img.shogun-image {
    
    width: px;
  }


#s-32fdf428-bdbd-43f8-9acd-b6d765789a6a .shogun-image-content {
  
    align-items: center;
  
}

#s-d9db23db-89d9-4198-99ec-838f539fe41f {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-d9db23db-89d9-4198-99ec-838f539fe41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9db23db-89d9-4198-99ec-838f539fe41f.shg-box.shg-c {
  justify-content: center;
}

#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 600px;
}
@media (min-width: 1200px){#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 {
  display: none;
}
#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671, #wrap-s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 {
  display: none;
}
#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671, #wrap-s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 {
  display: none;
}
#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671, #wrap-s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 { display:none !important; }}@media (max-width: 767px){#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 {
  
}
}







#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aa9d5b2-1414-4bf4-a2eb-e28cea15d671.shg-box.shg-c {
  justify-content: center;
}

#s-eac1dd47-d1e6-42a4-a570-d027bb703f47 {
  box-shadow:1px 3px 1px 1px rgba(209, 113, 113, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-cd9ce146-6a5c-41ef-baf5-6108b60e5c46 {
  margin-top: 10px;
}

#s-e2d7c8fe-f043-40dc-8f3b-97d78d84a564 {
  margin-top: -5px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-e2d7c8fe-f043-40dc-8f3b-97d78d84a564 img.shogun-image {
    
    width: px;
  }


#s-e2d7c8fe-f043-40dc-8f3b-97d78d84a564 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3193f0d-e775-4971-888c-fc2a63cdf70b {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3193f0d-e775-4971-888c-fc2a63cdf70b {
  display: none;
}
#s-f3193f0d-e775-4971-888c-fc2a63cdf70b, #wrap-s-f3193f0d-e775-4971-888c-fc2a63cdf70b { display:none !important; }}@media (max-width: 767px){#s-f3193f0d-e775-4971-888c-fc2a63cdf70b {
  display: none;
}
#s-f3193f0d-e775-4971-888c-fc2a63cdf70b, #wrap-s-f3193f0d-e775-4971-888c-fc2a63cdf70b { display:none !important; }}







#s-f3193f0d-e775-4971-888c-fc2a63cdf70b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3193f0d-e775-4971-888c-fc2a63cdf70b.shg-box.shg-c {
  justify-content: center;
}

#s-d2c7669e-fc37-4149-be75-ae92b4ca6ced {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-d2c7669e-fc37-4149-be75-ae92b4ca6ced"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-45517806-5549-468e-b10c-a378d6ad45c0 .shogun-icon-wrapper {
  text-align: center;
}


#s-45517806-5549-468e-b10c-a378d6ad45c0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-4aef6e5c-4000-45f9-bf42-0e72ede20037 .shogun-icon-wrapper {
  text-align: center;
}


#s-4aef6e5c-4000-45f9-bf42-0e72ede20037 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-f9a56ca5-076f-4ce5-93a6-c3ca5e820703 .shogun-icon-wrapper {
  text-align: center;
}


#s-f9a56ca5-076f-4ce5-93a6-c3ca5e820703 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-95561952-bc18-4540-9d7d-54a0e79c3b06 .shogun-icon-wrapper {
  text-align: center;
}


#s-95561952-bc18-4540-9d7d-54a0e79c3b06 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-4ea140a5-0476-4c8a-9f6a-69e915093ebb .shogun-icon-wrapper {
  text-align: center;
}


#s-4ea140a5-0476-4c8a-9f6a-69e915093ebb .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-54043cb4-c3d3-4033-976b-a01c46310522 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-54043cb4-c3d3-4033-976b-a01c46310522 {
  display: none;
}
#s-54043cb4-c3d3-4033-976b-a01c46310522, #wrap-s-54043cb4-c3d3-4033-976b-a01c46310522 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54043cb4-c3d3-4033-976b-a01c46310522 {
  display: none;
}
#s-54043cb4-c3d3-4033-976b-a01c46310522, #wrap-s-54043cb4-c3d3-4033-976b-a01c46310522 { display:none !important; }}@media (max-width: 767px){#s-54043cb4-c3d3-4033-976b-a01c46310522 {
  display: none;
}
#s-54043cb4-c3d3-4033-976b-a01c46310522, #wrap-s-54043cb4-c3d3-4033-976b-a01c46310522 { display:none !important; }}







#s-54043cb4-c3d3-4033-976b-a01c46310522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54043cb4-c3d3-4033-976b-a01c46310522.shg-box.shg-c {
  justify-content: center;
}

#s-80558e68-41ee-4e99-b419-4fced343c170 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-f098577a-f38b-4762-b883-9ee597e2f1d0 {
  text-align: center;
}




  #s-f098577a-f38b-4762-b883-9ee597e2f1d0 img.shogun-image {
    
    width: px;
  }


#s-f098577a-f38b-4762-b883-9ee597e2f1d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fed31f39-d09d-485a-afe2-6e2a3fddf268 {
  text-align: center;
}




  #s-fed31f39-d09d-485a-afe2-6e2a3fddf268 img.shogun-image {
    
    width: px;
  }


#s-fed31f39-d09d-485a-afe2-6e2a3fddf268 .shogun-image-content {
  
    align-items: center;
  
}

#s-06c29e3d-2e29-4e8f-95fa-fdafb2d87021 {
  text-align: center;
}




  #s-06c29e3d-2e29-4e8f-95fa-fdafb2d87021 img.shogun-image {
    
    width: px;
  }


#s-06c29e3d-2e29-4e8f-95fa-fdafb2d87021 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8d422b2-475f-4af9-9bc2-213968c1d8f4 {
  text-align: center;
}




  #s-d8d422b2-475f-4af9-9bc2-213968c1d8f4 img.shogun-image {
    
    width: px;
  }


#s-d8d422b2-475f-4af9-9bc2-213968c1d8f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc3149ec-10d6-426a-8717-40dfa45e4307 {
  text-align: center;
}




  #s-dc3149ec-10d6-426a-8717-40dfa45e4307 img.shogun-image {
    
    width: px;
  }


#s-dc3149ec-10d6-426a-8717-40dfa45e4307 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4e5ac1a-ec37-4034-b334-e3fed0c5c63f {
  text-align: center;
}




  #s-c4e5ac1a-ec37-4034-b334-e3fed0c5c63f img.shogun-image {
    
    width: px;
  }


#s-c4e5ac1a-ec37-4034-b334-e3fed0c5c63f .shogun-image-content {
  
    align-items: center;
  
}

#s-2eec6551-ba74-4ae5-b10d-3e081bf1715b {
  text-align: center;
}




  #s-2eec6551-ba74-4ae5-b10d-3e081bf1715b img.shogun-image {
    
    width: px;
  }


#s-2eec6551-ba74-4ae5-b10d-3e081bf1715b .shogun-image-content {
  
    align-items: center;
  
}

#s-00b5c974-29ac-449b-a695-3592ca65f88c {
  text-align: center;
}




  #s-00b5c974-29ac-449b-a695-3592ca65f88c img.shogun-image {
    
    width: px;
  }


#s-00b5c974-29ac-449b-a695-3592ca65f88c .shogun-image-content {
  
    align-items: center;
  
}

#s-bf27ea4e-98d0-4a71-90c5-1a1c88dba634 {
  text-align: center;
}




  #s-bf27ea4e-98d0-4a71-90c5-1a1c88dba634 img.shogun-image {
    
    width: px;
  }


#s-bf27ea4e-98d0-4a71-90c5-1a1c88dba634 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff87c869-3a25-421e-b77d-c59de13842fe {
  text-align: center;
}




  #s-ff87c869-3a25-421e-b77d-c59de13842fe img.shogun-image {
    
    width: px;
  }


#s-ff87c869-3a25-421e-b77d-c59de13842fe .shogun-image-content {
  
    align-items: center;
  
}

#s-ed725237-96ca-4d84-b5f7-2554c5bd1ce4 {
  text-align: center;
}




  #s-ed725237-96ca-4d84-b5f7-2554c5bd1ce4 img.shogun-image {
    
    width: px;
  }


#s-ed725237-96ca-4d84-b5f7-2554c5bd1ce4 .shogun-image-content {
  
    align-items: center;
  
}

#s-26f7ee41-3e28-4d7d-85cc-a8d7aab958fe {
  text-align: center;
}




  #s-26f7ee41-3e28-4d7d-85cc-a8d7aab958fe img.shogun-image {
    
    width: px;
  }


#s-26f7ee41-3e28-4d7d-85cc-a8d7aab958fe .shogun-image-content {
  
    align-items: center;
  
}

#s-fb167c6f-1256-493c-9b17-cb71c2fb1b23 {
  text-align: center;
}




  #s-fb167c6f-1256-493c-9b17-cb71c2fb1b23 img.shogun-image {
    
    width: px;
  }


#s-fb167c6f-1256-493c-9b17-cb71c2fb1b23 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e7d164b-05cf-4a86-a1d8-290e9f2ca05c {
  text-align: center;
}




  #s-0e7d164b-05cf-4a86-a1d8-290e9f2ca05c img.shogun-image {
    
    width: px;
  }


#s-0e7d164b-05cf-4a86-a1d8-290e9f2ca05c .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b0bab6-b440-4a31-b5b0-cf5182e1fcba {
  text-align: center;
}




  #s-e4b0bab6-b440-4a31-b5b0-cf5182e1fcba img.shogun-image {
    
    width: px;
  }


#s-e4b0bab6-b440-4a31-b5b0-cf5182e1fcba .shogun-image-content {
  
    align-items: center;
  
}

#s-e42f0d2d-1d9d-4437-a0e9-f2edf89cc6e9 {
  text-align: center;
}




  #s-e42f0d2d-1d9d-4437-a0e9-f2edf89cc6e9 img.shogun-image {
    
    width: px;
  }


#s-e42f0d2d-1d9d-4437-a0e9-f2edf89cc6e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8feda05c-99fb-4d57-98b6-0019e20c9418 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-8feda05c-99fb-4d57-98b6-0019e20c9418 img.shogun-image {
    
    width: px;
  }


#s-8feda05c-99fb-4d57-98b6-0019e20c9418 .shogun-image-content {
  
    align-items: center;
  
}

#s-889c501d-e5f0-49f8-9591-3370e70b2886 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 700px;
}
@media (min-width: 1200px){#s-889c501d-e5f0-49f8-9591-3370e70b2886 {
  display: none;
}
#s-889c501d-e5f0-49f8-9591-3370e70b2886, #wrap-s-889c501d-e5f0-49f8-9591-3370e70b2886 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-889c501d-e5f0-49f8-9591-3370e70b2886 {
  display: none;
}
#s-889c501d-e5f0-49f8-9591-3370e70b2886, #wrap-s-889c501d-e5f0-49f8-9591-3370e70b2886 { display:none !important; }}@media (max-width: 767px){#s-889c501d-e5f0-49f8-9591-3370e70b2886 {
  display: none;
}
#s-889c501d-e5f0-49f8-9591-3370e70b2886, #wrap-s-889c501d-e5f0-49f8-9591-3370e70b2886 { display:none !important; }}







#s-889c501d-e5f0-49f8-9591-3370e70b2886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-889c501d-e5f0-49f8-9591-3370e70b2886.shg-box.shg-c {
  justify-content: center;
}

#s-17ce5b2c-2bc8-463c-b282-d4b1e5496ff1 {
  margin-top: 15px;
}

#s-bad1759f-ceb5-415d-a392-8c4d561afcc9 {
  margin-top: -5px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bad1759f-ceb5-415d-a392-8c4d561afcc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-63f31797-5b77-45ce-a94e-0b449ead5144 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-86dbd943-79e5-4853-98ce-93b6d761d815 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1115e6b7-56b7-42f0-9ac5-684a8d874c8d {
  border-style: solid;
margin-top: -5px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 110px;
background-color: rgba(255, 255, 255, 1);
}

#s-839cb3dd-4e0a-44a0-8927-fa1baeec767d {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-839cb3dd-4e0a-44a0-8927-fa1baeec767d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f62c119d-42bf-4904-8438-3fb29e5c1cc5 {
  margin-top: -10px;
margin-right: 30px;
padding-top: 15px;
}

#s-6c61b7c4-ecd1-491b-a499-2b0f123e2b69 {
  margin-top: -10px;
margin-right: 30px;
padding-top: 15px;
}

#s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b50ca29f-f0b7-45eb-b7f2-45ca24bb0fe3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-96dc4bd7-37eb-40b8-8b96-ec9051817754 {
  display: none;
}
#s-f9d72433-c2df-41ff-8fa4-727993ac222d {
  text-align: right;
}

#s-f9d72433-c2df-41ff-8fa4-727993ac222d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f9d72433-c2df-41ff-8fa4-727993ac222d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f9d72433-c2df-41ff-8fa4-727993ac222d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f9d72433-c2df-41ff-8fa4-727993ac222d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c56c30a5-3dad-4e9a-ba8f-d5162e259055 {
  display: none;
}
#s-fea946f8-dc71-418c-bb0d-8df8f0bea852 {
  max-width: 120px;
text-align: left;
}

#s-fea946f8-dc71-418c-bb0d-8df8f0bea852 .shg-product-quantity-wrapper {
  display: flex;
}

#s-fea946f8-dc71-418c-bb0d-8df8f0bea852 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-fea946f8-dc71-418c-bb0d-8df8f0bea852 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-fea946f8-dc71-418c-bb0d-8df8f0bea852 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-fea946f8-dc71-418c-bb0d-8df8f0bea852 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c1482264-74c7-4211-be17-92f95f12a4b5 {
  box-shadow:1px 3px 1px 1px rgba(209, 113, 113, 1);
border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-2751007b-ba8a-4cfb-ae72-1d4fbfea7947 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}








#s-2751007b-ba8a-4cfb-ae72-1d4fbfea7947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2751007b-ba8a-4cfb-ae72-1d4fbfea7947.shg-box.shg-c {
  justify-content: center;
}

#s-ec835a7f-f8cf-484e-8a84-35f76384b708 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 350px;
text-align: center;
opacity: 1;
}




  #s-ec835a7f-f8cf-484e-8a84-35f76384b708 img.shogun-image {
    
    width: px;
  }


#s-ec835a7f-f8cf-484e-8a84-35f76384b708 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e083a13-af82-41a0-98b6-b8cb005362f0 {
  margin-top: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 142, 142, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5e083a13-af82-41a0-98b6-b8cb005362f0 {
  display: none;
}
#s-5e083a13-af82-41a0-98b6-b8cb005362f0, #wrap-s-5e083a13-af82-41a0-98b6-b8cb005362f0 { display:none !important; }}@media (max-width: 767px){#s-5e083a13-af82-41a0-98b6-b8cb005362f0 {
  display: none;
}
#s-5e083a13-af82-41a0-98b6-b8cb005362f0, #wrap-s-5e083a13-af82-41a0-98b6-b8cb005362f0 { display:none !important; }}







#s-5e083a13-af82-41a0-98b6-b8cb005362f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e083a13-af82-41a0-98b6-b8cb005362f0.shg-box.shg-c {
  justify-content: center;
}

#s-2deabfc4-4775-4ce1-9556-1dcb18a4a0d1 {
  margin-top: 20px;
}

#s-44ee2ac4-1098-4897-809a-6cd86415adaf {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-44ee2ac4-1098-4897-809a-6cd86415adaf {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44ee2ac4-1098-4897-809a-6cd86415adaf {
  max-width: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44ee2ac4-1098-4897-809a-6cd86415adaf {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
display: none;
}
#s-44ee2ac4-1098-4897-809a-6cd86415adaf, #wrap-s-44ee2ac4-1098-4897-809a-6cd86415adaf { display:none !important; }}@media (max-width: 767px){#s-44ee2ac4-1098-4897-809a-6cd86415adaf {
  display: none;
}
#s-44ee2ac4-1098-4897-809a-6cd86415adaf, #wrap-s-44ee2ac4-1098-4897-809a-6cd86415adaf { display:none !important; }}







#s-44ee2ac4-1098-4897-809a-6cd86415adaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ee2ac4-1098-4897-809a-6cd86415adaf.shg-box.shg-c {
  justify-content: center;
}

#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 700px;
}
@media (min-width: 1200px){#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 {
  display: none;
}
#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0, #wrap-s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 {
  display: none;
}
#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0, #wrap-s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 { display:none !important; }}@media (max-width: 767px){#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 {
  display: none;
}
#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0, #wrap-s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 { display:none !important; }}







#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc4ea86e-95f3-41c1-9841-e2bdcbe7e7c0.shg-box.shg-c {
  justify-content: center;
}

#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 700px;
}
@media (min-width: 1200px){#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 {
  display: none;
}
#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244, #wrap-s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 {
  display: none;
}
#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244, #wrap-s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 { display:none !important; }}@media (max-width: 767px){#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 {
  display: none;
}
#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244, #wrap-s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 { display:none !important; }}







#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ebdf990-4f8a-412b-97ec-ecc50a9c7244.shg-box.shg-c {
  justify-content: center;
}

#s-81d916ed-e81d-4d50-980a-6d19189b4f97 {
  box-shadow:1px 3px 1px 1px rgba(207, 118, 118, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-b44a346f-6348-4d88-96ab-111619639b56 {
  margin-top: 20px;
}

#s-3ad8a8f8-eed6-404e-9a04-e9f2a3f283d3 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
text-align: center;
}




  #s-3ad8a8f8-eed6-404e-9a04-e9f2a3f283d3 img.shogun-image {
    
    width: px;
  }


#s-3ad8a8f8-eed6-404e-9a04-e9f2a3f283d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-127c382e-baec-4972-883f-2d29e58e76da {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-127c382e-baec-4972-883f-2d29e58e76da {
  display: none;
}
#s-127c382e-baec-4972-883f-2d29e58e76da, #wrap-s-127c382e-baec-4972-883f-2d29e58e76da { display:none !important; }}@media (max-width: 767px){#s-127c382e-baec-4972-883f-2d29e58e76da {
  display: none;
}
#s-127c382e-baec-4972-883f-2d29e58e76da, #wrap-s-127c382e-baec-4972-883f-2d29e58e76da { display:none !important; }}







#s-127c382e-baec-4972-883f-2d29e58e76da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-127c382e-baec-4972-883f-2d29e58e76da.shg-box.shg-c {
  justify-content: center;
}

#s-5925f518-69c3-459d-9eaa-4755af0c6499 {
  box-shadow:1px 3px 1px 1px rgba(207, 118, 118, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-18962fa9-93ce-4fab-8800-6fa1ebcced82 {
  margin-top: 20px;
}

#s-3c381307-fd23-4176-b945-0378fdacbd98 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
text-align: center;
}




  #s-3c381307-fd23-4176-b945-0378fdacbd98 img.shogun-image {
    
    width: px;
  }


#s-3c381307-fd23-4176-b945-0378fdacbd98 .shogun-image-content {
  
    align-items: center;
  
}

#s-c68fccff-9f14-4c40-bcc8-0c3b443560b9 {
  margin-top: 30px;
margin-bottom: 50px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-c68fccff-9f14-4c40-bcc8-0c3b443560b9 {
  display: none;
}
#s-c68fccff-9f14-4c40-bcc8-0c3b443560b9, #wrap-s-c68fccff-9f14-4c40-bcc8-0c3b443560b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c68fccff-9f14-4c40-bcc8-0c3b443560b9 {
  display: none;
}
#s-c68fccff-9f14-4c40-bcc8-0c3b443560b9, #wrap-s-c68fccff-9f14-4c40-bcc8-0c3b443560b9 { display:none !important; }}







#s-c68fccff-9f14-4c40-bcc8-0c3b443560b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c68fccff-9f14-4c40-bcc8-0c3b443560b9.shg-box.shg-c {
  justify-content: center;
}

#s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0e57aa34-4e78-4816-9fd4-3cc3854a20c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-f7fc9138-3115-4522-a09b-2d0432752c99 .shogun-icon-wrapper {
  text-align: center;
}


#s-f7fc9138-3115-4522-a09b-2d0432752c99 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-1aef1d1f-4359-439f-bc3c-6805bda25036 .shogun-icon-wrapper {
  text-align: center;
}


#s-1aef1d1f-4359-439f-bc3c-6805bda25036 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-f4caa741-c9f1-47e7-9d05-ec0fac530015 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4caa741-c9f1-47e7-9d05-ec0fac530015 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-0e33620e-8194-4065-8d55-2de494cd0ac1 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e33620e-8194-4065-8d55-2de494cd0ac1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6435e6cd-5a51-442d-89ce-004d1382089a .shogun-icon-wrapper {
  text-align: center;
}


#s-6435e6cd-5a51-442d-89ce-004d1382089a .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-6e5b4aec-16d6-4b99-b30c-2d99f0749c11 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}

#s-ae5560f2-e7b9-4d1b-85db-06c9043fcad0 .shogun-icon-wrapper {
  text-align: center;
}


#s-ae5560f2-e7b9-4d1b-85db-06c9043fcad0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 142, 142, 1);
}

#s-f71eb087-e455-4e43-9f36-f0a3136381f8 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}

#s-f6f65409-6e2e-46c3-aba8-3517d3e02e33 {
  margin-top: 40px;
margin-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 142, 142, 1);
}








#s-f6f65409-6e2e-46c3-aba8-3517d3e02e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6f65409-6e2e-46c3-aba8-3517d3e02e33.shg-box.shg-c {
  justify-content: center;
}

#s-3fbb02ab-52ba-4575-aef5-9dd7c7176d3a {
  margin-top: 20px;
}

#s-c7e06373-4162-4616-a2c6-c0182c05105b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-c7e06373-4162-4616-a2c6-c0182c05105b img.shogun-image {
    
    width: px;
  }


#s-c7e06373-4162-4616-a2c6-c0182c05105b .shogun-image-content {
  
    align-items: center;
  
}

#s-6243f004-f887-48f3-bc08-41c241f1d674 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-6243f004-f887-48f3-bc08-41c241f1d674 img.shogun-image {
    
    width: px;
  }


#s-6243f004-f887-48f3-bc08-41c241f1d674 .shogun-image-content {
  
    align-items: center;
  
}

#s-708803f6-5caa-420e-ab85-396ef919dadc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-708803f6-5caa-420e-ab85-396ef919dadc img.shogun-image {
    
    width: px;
  }


#s-708803f6-5caa-420e-ab85-396ef919dadc .shogun-image-content {
  
    align-items: center;
  
}

#s-daa2044e-6135-4c89-9e96-611549a3c205 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-daa2044e-6135-4c89-9e96-611549a3c205 img.shogun-image {
    
    width: px;
  }


#s-daa2044e-6135-4c89-9e96-611549a3c205 .shogun-image-content {
  
    align-items: center;
  
}

#s-1945274c-4f62-4493-9fd8-c0bc3fe1d2c0 {
  margin-top: 80px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 142, 142, 1);
}








#s-1945274c-4f62-4493-9fd8-c0bc3fe1d2c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1945274c-4f62-4493-9fd8-c0bc3fe1d2c0.shg-box.shg-c {
  justify-content: center;
}

#s-b47df4a1-692a-400c-812b-72e45c32f53b {
  margin-top: 20px;
}

#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 700px;
}
@media (min-width: 1200px){#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 {
  display: none;
}
#s-45874fc3-bd28-4454-aca3-197ba6dc3b89, #wrap-s-45874fc3-bd28-4454-aca3-197ba6dc3b89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 {
  display: none;
}
#s-45874fc3-bd28-4454-aca3-197ba6dc3b89, #wrap-s-45874fc3-bd28-4454-aca3-197ba6dc3b89 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 {
  
}
}@media (max-width: 767px){#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 {
  display: none;
}
#s-45874fc3-bd28-4454-aca3-197ba6dc3b89, #wrap-s-45874fc3-bd28-4454-aca3-197ba6dc3b89 { display:none !important; }}







#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45874fc3-bd28-4454-aca3-197ba6dc3b89.shg-box.shg-c {
  justify-content: center;
}

#s-656b889e-a8af-4627-888f-f82136d8c495 {
  min-height: 80px;
}
@media (max-width: 767px){#s-656b889e-a8af-4627-888f-f82136d8c495 {
  min-height: 40px;
}
}
.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-7d50e423-440f-4a22-96a9-1d8c5aa2187e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d50e423-440f-4a22-96a9-1d8c5aa2187e .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d47344d-95be-41af-b9b2-aa05e6a3a458 {
  min-height: 80px;
}
@media (max-width: 767px){#s-9d47344d-95be-41af-b9b2-aa05e6a3a458 {
  min-height: 40px;
}
}
#s-ad5628ce-f31c-4165-8006-8096028b78d8 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-ad5628ce-f31c-4165-8006-8096028b78d8 {
  margin-bottom: 40px;
}
}



  #s-ad5628ce-f31c-4165-8006-8096028b78d8 img.shogun-image {
    
    width: px;
  }


#s-ad5628ce-f31c-4165-8006-8096028b78d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c54dc53-ba56-484b-addb-9a3f2c5adca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c54dc53-ba56-484b-addb-9a3f2c5adca6 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c741e71c-d9cf-4ebe-ba39-24cad353b828 {
  min-height: 80px;
}

#s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 {
  margin-bottom: 40px;
}
}



  #s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 img.shogun-image {
    
    width: px;
  }


#s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-eea0d3a5-9f85-4f73-a0d4-7f71d4bfb64e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eea0d3a5-9f85-4f73-a0d4-7f71d4bfb64e .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-846850c1-55c4-493b-b984-2c389c546f8b {
  min-height: 60px;
}

#s-726763cf-d493-4adc-b57a-bbf8ba165722 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-726763cf-d493-4adc-b57a-bbf8ba165722 img.shogun-image {
    
    width: px;
  }


#s-726763cf-d493-4adc-b57a-bbf8ba165722 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-c7dc935a-ee89-4655-a22b-365b3ef21222 {
  display: none;
}
#s-c7dc935a-ee89-4655-a22b-365b3ef21222, #wrap-s-c7dc935a-ee89-4655-a22b-365b3ef21222 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c7dc935a-ee89-4655-a22b-365b3ef21222"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0d3daa81-507b-43dd-a73c-73a56a3b3112 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d3daa81-507b-43dd-a73c-73a56a3b3112 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c18f4b7-03e9-4adf-bd07-20ab36e840a1 {
  min-height: 80px;
}
@media (max-width: 767px){#s-2c18f4b7-03e9-4adf-bd07-20ab36e840a1 {
  min-height: 40px;
}
}
#s-6cdb8983-7d6e-4861-8107-79b299ab271c {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-6cdb8983-7d6e-4861-8107-79b299ab271c {
  margin-bottom: 40px;
}
}



  #s-6cdb8983-7d6e-4861-8107-79b299ab271c img.shogun-image {
    
    width: px;
  }


#s-6cdb8983-7d6e-4861-8107-79b299ab271c .shogun-image-content {
  
    align-items: center;
  
}

#s-e41b7292-d948-4770-9e39-2adbfe6882fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e41b7292-d948-4770-9e39-2adbfe6882fc .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fa716990-cf9c-4d27-b5a3-99afa8c99e52 {
  min-height: 80px;
}

#s-c7443b44-9dad-449e-94a3-871849914f26 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-c7443b44-9dad-449e-94a3-871849914f26 {
  margin-bottom: 40px;
}
}



  #s-c7443b44-9dad-449e-94a3-871849914f26 img.shogun-image {
    
    width: px;
  }


#s-c7443b44-9dad-449e-94a3-871849914f26 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e97884a-b435-446d-b98b-b9bb78d352b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e97884a-b435-446d-b98b-b9bb78d352b7 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e349b4bd-1e92-477a-930e-87f073e76c32 {
  min-height: 60px;
}

#s-3949f1b9-ca93-42cc-952c-1912a33e0a43 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-3949f1b9-ca93-42cc-952c-1912a33e0a43 img.shogun-image {
    
    width: px;
  }


#s-3949f1b9-ca93-42cc-952c-1912a33e0a43 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 {
  display: none;
}
#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093, #wrap-s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 {
  display: none;
}
#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093, #wrap-s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 {
  display: none;
}
#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093, #wrap-s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 { display:none !important; }}







#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b10b29d-2bdf-4846-8bc2-cd3d61baa093.shg-box.shg-c {
  justify-content: center;
}

#s-c02629d4-5f14-4494-bec4-0230c645f801 {
  min-height: 80px;
}
@media (max-width: 767px){#s-c02629d4-5f14-4494-bec4-0230c645f801 {
  min-height: 40px;
}
}
@media (min-width: 0px) {
[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d4b7ee8-601d-4c5f-8f02-166592211ce5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fcc2bc31-51cd-4fdd-a3c4-38d94c996954 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcc2bc31-51cd-4fdd-a3c4-38d94c996954 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-680f2d30-4518-44f0-b26b-c1b87f861c4a {
  min-height: 80px;
}
@media (max-width: 767px){#s-680f2d30-4518-44f0-b26b-c1b87f861c4a {
  min-height: 40px;
}
}
#s-c3a9fe0f-c953-486c-8730-432920cd3682 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-c3a9fe0f-c953-486c-8730-432920cd3682 {
  margin-bottom: 40px;
}
}



  #s-c3a9fe0f-c953-486c-8730-432920cd3682 img.shogun-image {
    
    width: px;
  }


#s-c3a9fe0f-c953-486c-8730-432920cd3682 .shogun-image-content {
  
    align-items: center;
  
}

#s-23fb63db-d02e-4aa4-a578-77731ad6a608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23fb63db-d02e-4aa4-a578-77731ad6a608 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f14d562-4618-4c00-9e01-0c31e3c4f198 {
  min-height: 80px;
}

#s-3c462fd6-bf7b-45d2-a822-0791f07563f4 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-3c462fd6-bf7b-45d2-a822-0791f07563f4 {
  margin-bottom: 40px;
}
}



  #s-3c462fd6-bf7b-45d2-a822-0791f07563f4 img.shogun-image {
    
    width: px;
  }


#s-3c462fd6-bf7b-45d2-a822-0791f07563f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-15cf211b-9fcc-42cf-870a-09a73fac7112 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15cf211b-9fcc-42cf-870a-09a73fac7112 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8a5c4170-c3a4-420b-934c-bc4eb6a9c3ab {
  min-height: 60px;
}

#s-dcca44e8-d2bf-44c9-ac18-e091c7d0e47a {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-dcca44e8-d2bf-44c9-ac18-e091c7d0e47a img.shogun-image {
    
    width: px;
  }


#s-dcca44e8-d2bf-44c9-ac18-e091c7d0e47a .shogun-image-content {
  
    align-items: center;
  
}

#s-e5ba1034-1423-40d9-98b7-e96dd71336f5 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5ba1034-1423-40d9-98b7-e96dd71336f5 {
  display: none;
}
#s-e5ba1034-1423-40d9-98b7-e96dd71336f5, #wrap-s-e5ba1034-1423-40d9-98b7-e96dd71336f5 { display:none !important; }}@media (max-width: 767px){#s-e5ba1034-1423-40d9-98b7-e96dd71336f5 {
  display: none;
}
#s-e5ba1034-1423-40d9-98b7-e96dd71336f5, #wrap-s-e5ba1034-1423-40d9-98b7-e96dd71336f5 { display:none !important; }}







#s-e5ba1034-1423-40d9-98b7-e96dd71336f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5ba1034-1423-40d9-98b7-e96dd71336f5.shg-box.shg-c {
  justify-content: center;
}

#s-4aacc556-201a-4751-bbb2-bad7006a7e42 {
  margin-top: 40px;
margin-bottom: 20px;
min-height: 20px;
}

@media (min-width: 0px) {
[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-1509ce77-0e84-4808-b67d-ceb94590cbb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-56816173-350f-4b0a-9d63-41f85fe6860e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56816173-350f-4b0a-9d63-41f85fe6860e .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-82531f03-8c9d-4b75-9377-61253ca72e54 {
  min-height: 140px;
}

#s-3e9097b1-301a-4ccb-acbf-94f83069e553 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-3e9097b1-301a-4ccb-acbf-94f83069e553 {
  margin-bottom: 40px;
}
}



  #s-3e9097b1-301a-4ccb-acbf-94f83069e553 img.shogun-image {
    
    width: px;
  }


#s-3e9097b1-301a-4ccb-acbf-94f83069e553 .shogun-image-content {
  
    align-items: center;
  
}

#s-46c15844-2a2b-41e9-90be-32fae8a119fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46c15844-2a2b-41e9-90be-32fae8a119fa .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a19a1f8a-90aa-45f8-89fe-1d59f499781c {
  min-height: 140px;
}

#s-48496c3b-6632-455f-83a0-6359cda7cfb0 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-48496c3b-6632-455f-83a0-6359cda7cfb0 {
  margin-bottom: 40px;
}
}



  #s-48496c3b-6632-455f-83a0-6359cda7cfb0 img.shogun-image {
    
    width: px;
  }


#s-48496c3b-6632-455f-83a0-6359cda7cfb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-175f32fd-f8bf-43b0-9859-bc4a767df443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-175f32fd-f8bf-43b0-9859-bc4a767df443 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-922e2801-528f-4230-8ce5-94ece6d8558c {
  min-height: 140px;
}

#s-b593055b-c7da-4089-b7c9-b6e077df50a5 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-b593055b-c7da-4089-b7c9-b6e077df50a5 img.shogun-image {
    
    width: px;
  }


#s-b593055b-c7da-4089-b7c9-b6e077df50a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-98985d9d-3d8a-4ae8-a764-e919c94016d4 {
  margin-top: 80px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 142, 142, 1);
}








#s-98985d9d-3d8a-4ae8-a764-e919c94016d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98985d9d-3d8a-4ae8-a764-e919c94016d4.shg-box.shg-c {
  justify-content: center;
}

#s-6ff52842-57f0-4a95-b2ae-25bb85506aba {
  margin-top: 20px;
}

#s-bee7021b-970c-487c-9513-9c471115b32f {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-bee7021b-970c-487c-9513-9c471115b32f {
  display: none;
}
#s-bee7021b-970c-487c-9513-9c471115b32f, #wrap-s-bee7021b-970c-487c-9513-9c471115b32f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bee7021b-970c-487c-9513-9c471115b32f {
  display: none;
}
#s-bee7021b-970c-487c-9513-9c471115b32f, #wrap-s-bee7021b-970c-487c-9513-9c471115b32f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bee7021b-970c-487c-9513-9c471115b32f {
  display: none;
}
#s-bee7021b-970c-487c-9513-9c471115b32f, #wrap-s-bee7021b-970c-487c-9513-9c471115b32f { display:none !important; }}







#s-bee7021b-970c-487c-9513-9c471115b32f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bee7021b-970c-487c-9513-9c471115b32f.shg-box.shg-c {
  justify-content: center;
}

#s-2e2484ae-e8c9-4167-8e1c-350392aee1da {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e2484ae-e8c9-4167-8e1c-350392aee1da {
  
}
}@media (max-width: 767px){#s-2e2484ae-e8c9-4167-8e1c-350392aee1da {
  display: none;
}
#s-2e2484ae-e8c9-4167-8e1c-350392aee1da, #wrap-s-2e2484ae-e8c9-4167-8e1c-350392aee1da { display:none !important; }}







#s-2e2484ae-e8c9-4167-8e1c-350392aee1da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e2484ae-e8c9-4167-8e1c-350392aee1da.shg-box.shg-c {
  justify-content: center;
}

#s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8aee9508-0f6c-4d6c-9f4e-b46dadf79731"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8706be4f-cfb1-4039-9937-daa6d865e8af .shogun-icon-wrapper {
  text-align: center;
}


#s-8706be4f-cfb1-4039-9937-daa6d865e8af .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2e8ac70a-bfff-468c-bed4-5d7bec1bd883"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bba98f64-fedb-4f23-bb54-e984623094d9 .shogun-icon-wrapper {
  text-align: center;
}


#s-bba98f64-fedb-4f23-bb54-e984623094d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-3811cafe-f6d1-49df-b0b0-1b76845282c6 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3811cafe-f6d1-49df-b0b0-1b76845282c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ff347825-1835-4417-aba2-dabb9bd7d278 .shogun-icon-wrapper {
  text-align: center;
}


#s-ff347825-1835-4417-aba2-dabb9bd7d278 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-bd288f01-dabc-423b-a1b0-20d96c5473cf {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bd288f01-dabc-423b-a1b0-20d96c5473cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-64c3abc5-460f-4017-bf3c-8ef60ef9d1e2 .shogun-icon-wrapper {
  text-align: center;
}


#s-64c3abc5-460f-4017-bf3c-8ef60ef9d1e2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-0532cc4b-515b-4720-85cd-82efb5b88d8c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0532cc4b-515b-4720-85cd-82efb5b88d8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-78111739-7242-4513-87eb-4d51f68a60b8 .shogun-icon-wrapper {
  text-align: center;
}


#s-78111739-7242-4513-87eb-4d51f68a60b8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-e103ff1c-5759-4db7-a3b4-c785f88eb885 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e103ff1c-5759-4db7-a3b4-c785f88eb885"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-becab69f-772f-45b2-a4d9-4a3e04d8e0ff .shogun-icon-wrapper {
  text-align: center;
}


#s-becab69f-772f-45b2-a4d9-4a3e04d8e0ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-32ecedcf-fcff-4106-b81b-968ecbb209c9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32ecedcf-fcff-4106-b81b-968ecbb209c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-59c95318-7b28-41a3-bdee-99c83307c5c8 .shogun-icon-wrapper {
  text-align: center;
}


#s-59c95318-7b28-41a3-bdee-99c83307c5c8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20c1fc99-5a96-4fcc-9ee5-c32a654f1a83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-59e9a074-e150-4c18-8655-0b6cef4a1aae .shogun-icon-wrapper {
  text-align: center;
}


#s-59e9a074-e150-4c18-8655-0b6cef4a1aae .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-d4792cb6-ac2a-492f-ba84-ee0141c6286e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d4792cb6-ac2a-492f-ba84-ee0141c6286e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d74a59ef-b462-4634-9d51-f0b50c4a9430 .shogun-icon-wrapper {
  text-align: center;
}


#s-d74a59ef-b462-4634-9d51-f0b50c4a9430 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(255, 142, 142, 1);
}

#s-e4fcf841-472f-452f-9833-64a223a4a8c6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}
@media (max-width: 767px){#s-e4fcf841-472f-452f-9833-64a223a4a8c6 {
  display: none;
}
#s-e4fcf841-472f-452f-9833-64a223a4a8c6, #wrap-s-e4fcf841-472f-452f-9833-64a223a4a8c6 { display:none !important; }}







#s-e4fcf841-472f-452f-9833-64a223a4a8c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4fcf841-472f-452f-9833-64a223a4a8c6.shg-box.shg-c {
  justify-content: center;
}

#s-f80aa1a2-a503-4e42-a68a-3b96a024ffc0 {
  box-shadow:1px 3px 1px 1px rgba(207, 118, 118, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-6e1f57e0-433c-4b6f-9182-530160d7c02a {
  margin-top: 20px;
}

#s-416d21b9-c7ba-4981-b08b-305968ca8c4f {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
text-align: center;
}




  #s-416d21b9-c7ba-4981-b08b-305968ca8c4f img.shogun-image {
    
    width: px;
  }


#s-416d21b9-c7ba-4981-b08b-305968ca8c4f .shogun-image-content {
  
    align-items: center;
  
}

#s-f77efd1e-cc7c-4f2e-8147-609290962811 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 600px;
}
@media (min-width: 1200px){#s-f77efd1e-cc7c-4f2e-8147-609290962811 {
  display: none;
}
#s-f77efd1e-cc7c-4f2e-8147-609290962811, #wrap-s-f77efd1e-cc7c-4f2e-8147-609290962811 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f77efd1e-cc7c-4f2e-8147-609290962811 {
  display: none;
}
#s-f77efd1e-cc7c-4f2e-8147-609290962811, #wrap-s-f77efd1e-cc7c-4f2e-8147-609290962811 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f77efd1e-cc7c-4f2e-8147-609290962811 {
  display: none;
}
#s-f77efd1e-cc7c-4f2e-8147-609290962811, #wrap-s-f77efd1e-cc7c-4f2e-8147-609290962811 { display:none !important; }}@media (max-width: 767px){#s-f77efd1e-cc7c-4f2e-8147-609290962811 {
  
}
}







#s-f77efd1e-cc7c-4f2e-8147-609290962811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77efd1e-cc7c-4f2e-8147-609290962811.shg-box.shg-c {
  justify-content: center;
}

#s-d0c61547-15d3-4888-86a2-98d50552e170 {
  box-shadow:1px 3px 1px 1px rgba(209, 113, 113, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-13b98e42-5f65-4cdd-88c7-76b47c2d8aca {
  margin-top: 10px;
}

#s-4c13e8be-f260-48ed-889e-d17d2123310f {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-4c13e8be-f260-48ed-889e-d17d2123310f img.shogun-image {
    
    width: px;
  }


#s-4c13e8be-f260-48ed-889e-d17d2123310f .shogun-image-content {
  
    align-items: center;
  
}

#s-a8760dd7-611e-4f43-b244-82acf47e9e8d {
  margin-top: 80px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 142, 142, 1);
}








#s-a8760dd7-611e-4f43-b244-82acf47e9e8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8760dd7-611e-4f43-b244-82acf47e9e8d.shg-box.shg-c {
  justify-content: center;
}

#s-5aceff14-3141-4fe2-bf2a-2e00ac8d618f {
  margin-top: 20px;
}

#s-3dd31ee4-9fca-4f01-bdaf-8e83823dc15f {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1200px;
}








#s-3dd31ee4-9fca-4f01-bdaf-8e83823dc15f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dd31ee4-9fca-4f01-bdaf-8e83823dc15f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 {
  display: none;
}
#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8, #wrap-s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 { display:none !important; }}@media (max-width: 767px){#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 {
  display: none;
}
#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8, #wrap-s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16e88cea-b01f-4734-93a2-bb86c9244273 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16e88cea-b01f-4734-93a2-bb86c9244273 .shogun-heading-component h1 {
  color: rgba(83, 83, 83, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82d8b4d5-ab06-4968-a8fe-70f3bb91f780 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3964b663-5345-401b-a3b3-cc6c972ee37c {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8068583e-7eca-4fae-a147-1ff0b5008ead {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9148c158-bce6-4785-958c-8339840a4801 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-279bc810-febe-40d6-b103-85c868923e8e {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 1200px){#s-fd9521c7-104d-4913-b635-c66173cfd501 {
  display: none;
}
#s-fd9521c7-104d-4913-b635-c66173cfd501, #wrap-s-fd9521c7-104d-4913-b635-c66173cfd501 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd9521c7-104d-4913-b635-c66173cfd501 {
  display: none;
}
#s-fd9521c7-104d-4913-b635-c66173cfd501, #wrap-s-fd9521c7-104d-4913-b635-c66173cfd501 { display:none !important; }}@media (max-width: 767px){#s-fd9521c7-104d-4913-b635-c66173cfd501 {
  display: none;
}
#s-fd9521c7-104d-4913-b635-c66173cfd501, #wrap-s-fd9521c7-104d-4913-b635-c66173cfd501 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5f8980e8-067c-4329-84bd-e9de07d708bf {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b6a4fb7c-a9dd-4a0e-b929-cd3103c2ccc3 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a7263022-4433-4543-8442-5265b06b9d5e {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-54f8ec54-d976-403f-8c03-8ab3b409a405 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-37c1d42f-3250-44c1-a904-729298aba225 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0cf425cf-d5dd-4be4-a418-727cb7c5b78d {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  display: none;
}
#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac, #wrap-s-a279e777-cb25-48a2-a4cc-697d0eadf7ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  display: none;
}
#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac, #wrap-s-a279e777-cb25-48a2-a4cc-697d0eadf7ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  display: none;
}
#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac, #wrap-s-a279e777-cb25-48a2-a4cc-697d0eadf7ac { display:none !important; }}@media (max-width: 767px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  
}
}







#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac.shg-box.shg-c {
  justify-content: center;
}

#s-04c1147b-ccee-49a8-9355-d10a67076d44 {
  margin-top: 30px;
}

#s-8886c9e7-e9b0-4dad-911b-83aa51268438 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-8886c9e7-e9b0-4dad-911b-83aa51268438 {
  display: none;
}
#s-8886c9e7-e9b0-4dad-911b-83aa51268438, #wrap-s-8886c9e7-e9b0-4dad-911b-83aa51268438 { display:none !important; }}







#s-8886c9e7-e9b0-4dad-911b-83aa51268438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8886c9e7-e9b0-4dad-911b-83aa51268438.shg-box.shg-c {
  justify-content: center;
}

#s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-20cc143f-d806-4fd1-9fe3-c321af7a797f {
  margin-top: 10px;
text-align: center;
}




  #s-20cc143f-d806-4fd1-9fe3-c321af7a797f img.shogun-image {
    
    width: px;
  }


#s-20cc143f-d806-4fd1-9fe3-c321af7a797f .shogun-image-content {
  
    align-items: center;
  
}

#s-f6b0e6c9-9755-48e3-8d58-0ca67b69e665 {
  max-width: 100px;
text-align: center;
}




  #s-f6b0e6c9-9755-48e3-8d58-0ca67b69e665 img.shogun-image {
    
    width: px;
  }


#s-f6b0e6c9-9755-48e3-8d58-0ca67b69e665 .shogun-image-content {
  
    align-items: center;
  
}

#s-09550e9b-0421-4afa-abdf-6f955e6587e2 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-46ccbb3f-17a6-47f9-9a37-da37b2e418f3 {
  margin-top: 20px;
text-align: center;
}




  #s-46ccbb3f-17a6-47f9-9a37-da37b2e418f3 img.shogun-image {
    
    width: px;
  }


#s-46ccbb3f-17a6-47f9-9a37-da37b2e418f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a2b9ed2-b040-4518-8d09-60f34fa6da6d {
  max-width: 100px;
text-align: center;
}




  #s-8a2b9ed2-b040-4518-8d09-60f34fa6da6d img.shogun-image {
    
    width: px;
  }


#s-8a2b9ed2-b040-4518-8d09-60f34fa6da6d .shogun-image-content {
  
    align-items: center;
  
}

#s-63726272-7650-4c38-81c1-ef72a13ba83d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a4b554d4-fb57-44c4-8e10-8197b56e2bbb {
  margin-top: 20px;
text-align: center;
}




  #s-a4b554d4-fb57-44c4-8e10-8197b56e2bbb img.shogun-image {
    
    width: px;
  }


#s-a4b554d4-fb57-44c4-8e10-8197b56e2bbb .shogun-image-content {
  
    align-items: center;
  
}

#s-387e8689-10cf-4d01-bc46-c38c98e7eb18 {
  max-width: 100px;
text-align: center;
}




  #s-387e8689-10cf-4d01-bc46-c38c98e7eb18 img.shogun-image {
    
    width: px;
  }


#s-387e8689-10cf-4d01-bc46-c38c98e7eb18 .shogun-image-content {
  
    align-items: center;
  
}

#s-536f71e3-7771-4e48-8156-866a24c00a0e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16de8183-a89f-4c4b-bc23-42c2fa28001f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-16de8183-a89f-4c4b-bc23-42c2fa28001f img.shogun-image {
    
    width: px;
  }


#s-16de8183-a89f-4c4b-bc23-42c2fa28001f .shogun-image-content {
  
    align-items: center;
  
}

#s-cf82cbad-d20d-4307-b8c7-6640430123d2 {
  max-width: 100px;
text-align: center;
}




  #s-cf82cbad-d20d-4307-b8c7-6640430123d2 img.shogun-image {
    
    width: px;
  }


#s-cf82cbad-d20d-4307-b8c7-6640430123d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-40cad6aa-7c94-4368-9aec-51c5b741aeb3 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1759cbd3-ffd6-4251-9152-6ec7ee8077fb {
  margin-top: 20px;
text-align: center;
}




  #s-1759cbd3-ffd6-4251-9152-6ec7ee8077fb img.shogun-image {
    
    width: px;
  }


#s-1759cbd3-ffd6-4251-9152-6ec7ee8077fb .shogun-image-content {
  
    align-items: center;
  
}

#s-0764be96-fe4a-4dc5-8578-9d7da1284eef {
  max-width: 100px;
text-align: center;
}




  #s-0764be96-fe4a-4dc5-8578-9d7da1284eef img.shogun-image {
    
    width: px;
  }


#s-0764be96-fe4a-4dc5-8578-9d7da1284eef .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed868d9-3cf8-4201-9aff-539b742fe218 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-27bbcef9-54ac-4fc7-a445-0a22632252c0 {
  margin-top: 20px;
text-align: center;
}




  #s-27bbcef9-54ac-4fc7-a445-0a22632252c0 img.shogun-image {
    
    width: px;
  }


#s-27bbcef9-54ac-4fc7-a445-0a22632252c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-06d84865-4635-4d42-9aa7-7c6b95c28966 {
  max-width: 100px;
text-align: center;
}




  #s-06d84865-4635-4d42-9aa7-7c6b95c28966 img.shogun-image {
    
    width: px;
  }


#s-06d84865-4635-4d42-9aa7-7c6b95c28966 .shogun-image-content {
  
    align-items: center;
  
}

#s-752d8b70-1465-4981-87b0-ccf73ccbaf85 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}
@media (max-width: 767px){#s-752d8b70-1465-4981-87b0-ccf73ccbaf85 {
  display: none;
}
#s-752d8b70-1465-4981-87b0-ccf73ccbaf85, #wrap-s-752d8b70-1465-4981-87b0-ccf73ccbaf85 { display:none !important; }}







#s-752d8b70-1465-4981-87b0-ccf73ccbaf85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-752d8b70-1465-4981-87b0-ccf73ccbaf85.shg-box.shg-c {
  justify-content: center;
}

#s-b08f500f-ccc4-4811-a748-8cbc22a3ab8e {
  box-shadow:1px 3px 1px 1px rgba(207, 118, 118, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-807643e5-97d3-4ba2-be92-77c18a420031 {
  margin-top: 20px;
}

#s-74b23993-df70-4abe-9115-0ce072a5289d {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
text-align: center;
}




  #s-74b23993-df70-4abe-9115-0ce072a5289d img.shogun-image {
    
    width: px;
  }


#s-74b23993-df70-4abe-9115-0ce072a5289d .shogun-image-content {
  
    align-items: center;
  
}

#s-3f604357-0646-4702-8163-30f64e65e6de {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3f604357-0646-4702-8163-30f64e65e6de {
  display: none;
}
#s-3f604357-0646-4702-8163-30f64e65e6de, #wrap-s-3f604357-0646-4702-8163-30f64e65e6de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f604357-0646-4702-8163-30f64e65e6de {
  display: none;
}
#s-3f604357-0646-4702-8163-30f64e65e6de, #wrap-s-3f604357-0646-4702-8163-30f64e65e6de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f604357-0646-4702-8163-30f64e65e6de {
  display: none;
}
#s-3f604357-0646-4702-8163-30f64e65e6de, #wrap-s-3f604357-0646-4702-8163-30f64e65e6de { display:none !important; }}
#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea {
  display: none;
}
#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea, #wrap-s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea {
  display: none;
}
#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea, #wrap-s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea {
  display: none;
}
#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea, #wrap-s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea { display:none !important; }}







#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-300b9f2b-4f80-48a2-a6a0-36ab970b18ea.shg-box.shg-c {
  justify-content: center;
}

#s-e8a3571e-f276-4dd5-95ca-807a984c4fa9 {
  text-align: center;
}




  #s-e8a3571e-f276-4dd5-95ca-807a984c4fa9 img.shogun-image {
    
    width: px;
  }


#s-e8a3571e-f276-4dd5-95ca-807a984c4fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-309c6771-fbf6-4c49-aeba-f0221e7a58c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-309c6771-fbf6-4c49-aeba-f0221e7a58c2 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a {
  display: none;
}
#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a, #wrap-s-fdafece4-7ffc-4491-a3ed-007fb5a3125a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a {
  display: none;
}
#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a, #wrap-s-fdafece4-7ffc-4491-a3ed-007fb5a3125a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a {
  display: none;
}
#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a, #wrap-s-fdafece4-7ffc-4491-a3ed-007fb5a3125a { display:none !important; }}







#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdafece4-7ffc-4491-a3ed-007fb5a3125a.shg-box.shg-c {
  justify-content: center;
}

#s-5d5c6296-bb2d-4a5e-b972-b5507ebd907c {
  text-align: center;
}




  #s-5d5c6296-bb2d-4a5e-b972-b5507ebd907c img.shogun-image {
    
    width: px;
  }


#s-5d5c6296-bb2d-4a5e-b972-b5507ebd907c .shogun-image-content {
  
    align-items: center;
  
}

#s-6938d8e0-a771-47eb-9d3e-183b2e8e2082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6938d8e0-a771-47eb-9d3e-183b2e8e2082 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-070f9ede-0a18-4929-a667-452270b5e4d1 {
  margin-top: 10px;
}

#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd {
  display: none;
}
#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd, #wrap-s-ecc39884-95cc-4bc1-89ca-04c379d8cecd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd {
  display: none;
}
#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd, #wrap-s-ecc39884-95cc-4bc1-89ca-04c379d8cecd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd {
  display: none;
}
#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd, #wrap-s-ecc39884-95cc-4bc1-89ca-04c379d8cecd { display:none !important; }}







#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc39884-95cc-4bc1-89ca-04c379d8cecd.shg-box.shg-c {
  justify-content: center;
}

#s-a4d953c4-199b-486a-afc3-40e760855e32 {
  text-align: center;
}




  #s-a4d953c4-199b-486a-afc3-40e760855e32 img.shogun-image {
    
    width: px;
  }


#s-a4d953c4-199b-486a-afc3-40e760855e32 .shogun-image-content {
  
    align-items: center;
  
}

#s-a42b683a-d37b-49da-ab34-d6f186ac25ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a42b683a-d37b-49da-ab34-d6f186ac25ed .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd99abd6-6f50-4939-8c03-ef31eda9ebb2 {
  margin-top: 10px;
}

#s-90db5dd7-b973-4a8f-aa96-41e031795955 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-90db5dd7-b973-4a8f-aa96-41e031795955 {
  display: none;
}
#s-90db5dd7-b973-4a8f-aa96-41e031795955, #wrap-s-90db5dd7-b973-4a8f-aa96-41e031795955 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90db5dd7-b973-4a8f-aa96-41e031795955 {
  display: none;
}
#s-90db5dd7-b973-4a8f-aa96-41e031795955, #wrap-s-90db5dd7-b973-4a8f-aa96-41e031795955 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90db5dd7-b973-4a8f-aa96-41e031795955 {
  display: none;
}
#s-90db5dd7-b973-4a8f-aa96-41e031795955, #wrap-s-90db5dd7-b973-4a8f-aa96-41e031795955 { display:none !important; }}







#s-90db5dd7-b973-4a8f-aa96-41e031795955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90db5dd7-b973-4a8f-aa96-41e031795955.shg-box.shg-c {
  justify-content: center;
}

#s-8466b447-d819-4518-96d9-8c83fc4c8599 {
  text-align: center;
}




  #s-8466b447-d819-4518-96d9-8c83fc4c8599 img.shogun-image {
    
    width: px;
  }


#s-8466b447-d819-4518-96d9-8c83fc4c8599 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b32e794-0d47-4789-9ad0-6cdc6da10a99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b32e794-0d47-4789-9ad0-6cdc6da10a99 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a {
  display: none;
}
#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a, #wrap-s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a {
  display: none;
}
#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a, #wrap-s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a {
  display: none;
}
#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a, #wrap-s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a { display:none !important; }}







#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff0a11cc-87ea-4668-aac0-f9b0afa1166a.shg-box.shg-c {
  justify-content: center;
}

#s-954cab69-bfeb-4816-92d5-19f90e5e4d66 {
  text-align: center;
}




  #s-954cab69-bfeb-4816-92d5-19f90e5e4d66 img.shogun-image {
    
    width: px;
  }


#s-954cab69-bfeb-4816-92d5-19f90e5e4d66 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce807924-8875-4c09-b3c2-6ac2c35089c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce807924-8875-4c09-b3c2-6ac2c35089c4 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f2520c2e-939e-403a-9b8b-6633bc83ed46 {
  margin-top: 10px;
}

#s-e56d2c78-1605-436a-9f5f-6adea8407697 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-e56d2c78-1605-436a-9f5f-6adea8407697 {
  display: none;
}
#s-e56d2c78-1605-436a-9f5f-6adea8407697, #wrap-s-e56d2c78-1605-436a-9f5f-6adea8407697 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e56d2c78-1605-436a-9f5f-6adea8407697 {
  display: none;
}
#s-e56d2c78-1605-436a-9f5f-6adea8407697, #wrap-s-e56d2c78-1605-436a-9f5f-6adea8407697 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e56d2c78-1605-436a-9f5f-6adea8407697 {
  display: none;
}
#s-e56d2c78-1605-436a-9f5f-6adea8407697, #wrap-s-e56d2c78-1605-436a-9f5f-6adea8407697 { display:none !important; }}







#s-e56d2c78-1605-436a-9f5f-6adea8407697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e56d2c78-1605-436a-9f5f-6adea8407697.shg-box.shg-c {
  justify-content: center;
}

#s-7e416f3b-e167-4b5d-8548-49a39b9f81fe {
  text-align: center;
}




  #s-7e416f3b-e167-4b5d-8548-49a39b9f81fe img.shogun-image {
    
    width: px;
  }


#s-7e416f3b-e167-4b5d-8548-49a39b9f81fe .shogun-image-content {
  
    align-items: center;
  
}

#s-2092df2c-f156-4304-92f2-35bebe4f2eb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2092df2c-f156-4304-92f2-35bebe4f2eb5 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 {
  margin-top: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(82, 152, 253, 0);
}
@media (min-width: 1200px){#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 {
  display: none;
}
#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6, #wrap-s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 {
  display: none;
}
#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6, #wrap-s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 {
  display: none;
}
#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6, #wrap-s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 { display:none !important; }}







#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f45f6741-8e58-49e0-87b6-4fbe868dc1d6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-717fd845-1b7c-4354-966d-346219591820"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-6ff8ab82-efc3-4fa7-9915-8e791f024d19 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-6ff8ab82-efc3-4fa7-9915-8e791f024d19 img.shogun-image {
    
    width: px;
  }


#s-6ff8ab82-efc3-4fa7-9915-8e791f024d19 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb3bc6d4-566f-4825-9cc2-44e36eb24081 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-bb3bc6d4-566f-4825-9cc2-44e36eb24081 img.shogun-image {
    
    width: px;
  }


#s-bb3bc6d4-566f-4825-9cc2-44e36eb24081 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c74e297-76b4-4292-a13f-69f799cd25d2 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-4c74e297-76b4-4292-a13f-69f799cd25d2 img.shogun-image {
    
    width: px;
  }


#s-4c74e297-76b4-4292-a13f-69f799cd25d2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6632f3d7-c110-4651-b19c-50c64dbf799e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-29118f6c-20d5-4e52-90a1-2ef3eb00cb03 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-29118f6c-20d5-4e52-90a1-2ef3eb00cb03 img.shogun-image {
    
    width: px;
  }


#s-29118f6c-20d5-4e52-90a1-2ef3eb00cb03 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7bacd65-978e-4a69-b4f7-5353d8eb50ec {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-e7bacd65-978e-4a69-b4f7-5353d8eb50ec img.shogun-image {
    
    width: px;
  }


#s-e7bacd65-978e-4a69-b4f7-5353d8eb50ec .shogun-image-content {
  
    align-items: center;
  
}

#s-ca4c42f8-077c-4f06-904a-82fecce36875 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-ca4c42f8-077c-4f06-904a-82fecce36875 img.shogun-image {
    
    width: px;
  }


#s-ca4c42f8-077c-4f06-904a-82fecce36875 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d1a08f8-f956-41cd-90d4-ac46db58be32 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 600px;
}
@media (min-width: 1200px){#s-7d1a08f8-f956-41cd-90d4-ac46db58be32 {
  display: none;
}
#s-7d1a08f8-f956-41cd-90d4-ac46db58be32, #wrap-s-7d1a08f8-f956-41cd-90d4-ac46db58be32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d1a08f8-f956-41cd-90d4-ac46db58be32 {
  display: none;
}
#s-7d1a08f8-f956-41cd-90d4-ac46db58be32, #wrap-s-7d1a08f8-f956-41cd-90d4-ac46db58be32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d1a08f8-f956-41cd-90d4-ac46db58be32 {
  display: none;
}
#s-7d1a08f8-f956-41cd-90d4-ac46db58be32, #wrap-s-7d1a08f8-f956-41cd-90d4-ac46db58be32 { display:none !important; }}@media (max-width: 767px){#s-7d1a08f8-f956-41cd-90d4-ac46db58be32 {
  
}
}







#s-7d1a08f8-f956-41cd-90d4-ac46db58be32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d1a08f8-f956-41cd-90d4-ac46db58be32.shg-box.shg-c {
  justify-content: center;
}

#s-c4012ec0-8b30-44e2-9a62-3426f8d50b6a {
  box-shadow:1px 3px 1px 1px rgba(209, 113, 113, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-bb7699df-cd17-4dac-bcb3-0a8c7d91a08a {
  margin-top: 10px;
}

#s-e99822f2-1857-47cd-80ee-a779b1b5a4e8 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-e99822f2-1857-47cd-80ee-a779b1b5a4e8 img.shogun-image {
    
    width: px;
  }


#s-e99822f2-1857-47cd-80ee-a779b1b5a4e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bd9fea3-54ad-4d78-b1f0-2b394f04dfa2 {
  margin-top: 80px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(255, 142, 142, 1);
}








#s-7bd9fea3-54ad-4d78-b1f0-2b394f04dfa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd9fea3-54ad-4d78-b1f0-2b394f04dfa2.shg-box.shg-c {
  justify-content: center;
}

#s-91cfa9c9-817f-4303-8a46-f60883bcee8c {
  margin-top: 20px;
}

#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}
}







#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c {
  padding-left: 20px;
padding-right: 20px;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 142, 142, 1);
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 142, 142, 1);
  text-align: left;
  font-family: a_n7;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 142, 142, 1);
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 142, 142, 1);
  text-align: left;
  font-family: a_n7;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 142, 142, 1);
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 142, 142, 1);
  text-align: left;
  font-family: a_n7;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f97c9d00-9d9e-44e7-89b0-da5827ceb27c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-e5adee11-a1a7-4512-b63b-f01ae099085e {
  padding-top: 10px;
padding-left: 20px;
}

#s-f252b30e-0ab7-4e52-911f-2ad9e80ad2f4 {
  padding-top: 10px;
padding-left: 20px;
}

#s-748b3c78-43f8-4365-9e14-aed27e1be433 {
  padding-top: 10px;
padding-left: 20px;
}

#s-ee0cf1cb-319c-43e8-acce-02d78fef17e3 {
  padding-top: 10px;
padding-left: 20px;
}

#s-17679266-a560-4623-a3a1-4f36a8fb794f {
  padding-top: 10px;
padding-left: 20px;
}

#s-8004e6d0-a6a9-4507-9e12-613cc783523e {
  padding-top: 10px;
padding-left: 20px;
}

#s-dfb535ea-8227-48d3-a3df-fda6ae3af33b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}
@media (max-width: 767px){#s-dfb535ea-8227-48d3-a3df-fda6ae3af33b {
  display: none;
}
#s-dfb535ea-8227-48d3-a3df-fda6ae3af33b, #wrap-s-dfb535ea-8227-48d3-a3df-fda6ae3af33b { display:none !important; }}







#s-dfb535ea-8227-48d3-a3df-fda6ae3af33b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb535ea-8227-48d3-a3df-fda6ae3af33b.shg-box.shg-c {
  justify-content: center;
}

#s-c0d1579b-f64e-47a3-b6b8-2f3d8bb22cf1 {
  box-shadow:1px 3px 1px 1px rgba(207, 118, 118, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-482be2a8-6e8b-4b43-ace3-98c1563f71e3 {
  margin-top: 20px;
}

#s-dfc96ca0-f817-4f5e-a0f4-b9b7c63c19a1 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
text-align: center;
}




  #s-dfc96ca0-f817-4f5e-a0f4-b9b7c63c19a1 img.shogun-image {
    
    width: px;
  }


#s-dfc96ca0-f817-4f5e-a0f4-b9b7c63c19a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-83825131-5cab-41c6-b3c7-bd0b8dc29b68 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-83825131-5cab-41c6-b3c7-bd0b8dc29b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83825131-5cab-41c6-b3c7-bd0b8dc29b68.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d {
  display: none;
}
#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d, #wrap-s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d {
  display: none;
}
#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d, #wrap-s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d {
  display: none;
}
#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d, #wrap-s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d { display:none !important; }}@media (max-width: 767px){#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d {
  
}
}
#s-a02aa0e2-563c-48f4-b3e6-6de5aae0141d {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px){#s-88fc98c6-e95b-40d5-b06c-01e7280a3a56 {
  display: none;
}
#s-88fc98c6-e95b-40d5-b06c-01e7280a3a56, #wrap-s-88fc98c6-e95b-40d5-b06c-01e7280a3a56 { display:none !important; }}@media (max-width: 767px){#s-88fc98c6-e95b-40d5-b06c-01e7280a3a56 {
  display: none;
}
#s-88fc98c6-e95b-40d5-b06c-01e7280a3a56, #wrap-s-88fc98c6-e95b-40d5-b06c-01e7280a3a56 { display:none !important; }}
@media (min-width: 0px) {
[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-88fc98c6-e95b-40d5-b06c-01e7280a3a56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-cd721c8b-b67d-484d-98aa-58c7d7aceae5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f99d0567-4f83-488b-9e72-34e6af377647 {
  text-align: center;
}




  #s-f99d0567-4f83-488b-9e72-34e6af377647 img.shogun-image {
    
    width: px;
  }


#s-f99d0567-4f83-488b-9e72-34e6af377647 .shogun-image-content {
  
    align-items: center;
  
}

#s-7967dc9d-8e4b-4361-846f-731d7fab4024 {
  text-align: center;
}




  #s-7967dc9d-8e4b-4361-846f-731d7fab4024 img.shogun-image {
    
    width: px;
  }


#s-7967dc9d-8e4b-4361-846f-731d7fab4024 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e4a14fd-15c6-4d66-a58b-3e7a9d106aa1 {
  text-align: center;
}




  #s-4e4a14fd-15c6-4d66-a58b-3e7a9d106aa1 img.shogun-image {
    
    width: px;
  }


#s-4e4a14fd-15c6-4d66-a58b-3e7a9d106aa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-151fcfa9-dea8-4122-9dba-7758e0907780 {
  text-align: center;
}




  #s-151fcfa9-dea8-4122-9dba-7758e0907780 img.shogun-image {
    
    width: px;
  }


#s-151fcfa9-dea8-4122-9dba-7758e0907780 .shogun-image-content {
  
    align-items: center;
  
}

#s-b851bd87-4840-49c9-adab-b5a6582747b8 {
  text-align: center;
}




  #s-b851bd87-4840-49c9-adab-b5a6582747b8 img.shogun-image {
    
    width: px;
  }


#s-b851bd87-4840-49c9-adab-b5a6582747b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-60b61c2f-dd65-4563-b3f2-8bdd1ce3fdbb {
  text-align: center;
}




  #s-60b61c2f-dd65-4563-b3f2-8bdd1ce3fdbb img.shogun-image {
    
    width: px;
  }


#s-60b61c2f-dd65-4563-b3f2-8bdd1ce3fdbb .shogun-image-content {
  
    align-items: center;
  
}

#s-6e6113df-7255-499e-9dbe-5e03d07f2f6e {
  text-align: center;
}




  #s-6e6113df-7255-499e-9dbe-5e03d07f2f6e img.shogun-image {
    
    width: px;
  }


#s-6e6113df-7255-499e-9dbe-5e03d07f2f6e .shogun-image-content {
  
    align-items: center;
  
}

#s-9917c559-ef79-45d1-8757-52d4b90798cc {
  text-align: center;
}




  #s-9917c559-ef79-45d1-8757-52d4b90798cc img.shogun-image {
    
    width: px;
  }


#s-9917c559-ef79-45d1-8757-52d4b90798cc .shogun-image-content {
  
    align-items: center;
  
}

#s-c71ffe55-4ef1-4b67-ab9c-3606d80da517 {
  text-align: center;
}




  #s-c71ffe55-4ef1-4b67-ab9c-3606d80da517 img.shogun-image {
    
    width: px;
  }


#s-c71ffe55-4ef1-4b67-ab9c-3606d80da517 .shogun-image-content {
  
    align-items: center;
  
}

#s-5840f0f0-66fb-40dc-96e9-1467a892e3c8 {
  text-align: center;
}




  #s-5840f0f0-66fb-40dc-96e9-1467a892e3c8 img.shogun-image {
    
    width: px;
  }


#s-5840f0f0-66fb-40dc-96e9-1467a892e3c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-92a0ee42-d3e3-42c9-a705-8dcc6ee5ad12 {
  text-align: center;
}




  #s-92a0ee42-d3e3-42c9-a705-8dcc6ee5ad12 img.shogun-image {
    
    width: px;
  }


#s-92a0ee42-d3e3-42c9-a705-8dcc6ee5ad12 .shogun-image-content {
  
    align-items: center;
  
}

#s-b97f6026-2055-4de8-9b19-563a04090489 {
  text-align: center;
}




  #s-b97f6026-2055-4de8-9b19-563a04090489 img.shogun-image {
    
    width: px;
  }


#s-b97f6026-2055-4de8-9b19-563a04090489 .shogun-image-content {
  
    align-items: center;
  
}

#s-09cac3c1-07c6-482e-82e1-26f5e637bc78 {
  text-align: center;
}




  #s-09cac3c1-07c6-482e-82e1-26f5e637bc78 img.shogun-image {
    
    width: px;
  }


#s-09cac3c1-07c6-482e-82e1-26f5e637bc78 .shogun-image-content {
  
    align-items: center;
  
}

#s-37ac6df7-6fdf-4b09-b632-a510144769d4 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37ac6df7-6fdf-4b09-b632-a510144769d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e1f1efb-74ec-4135-8c34-27770a304978 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 76px;
text-align: center;
}




  #s-6e1f1efb-74ec-4135-8c34-27770a304978 img.shogun-image {
    
    width: px;
  }


#s-6e1f1efb-74ec-4135-8c34-27770a304978 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bc580c2-7b6a-487e-8a45-e39de14366a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4bc580c2-7b6a-487e-8a45-e39de14366a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a6861666-6c78-4752-a625-dbbcf7838fea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5505414d-aad0-44eb-9b0f-5cd93454c766 {
  box-shadow:0px 0px 0px 0px ;
max-width: 100px;
text-align: center;
}




  #s-5505414d-aad0-44eb-9b0f-5cd93454c766 img.shogun-image {
    
    width: px;
  }


#s-5505414d-aad0-44eb-9b0f-5cd93454c766 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c10ec12-5a65-4577-97ca-ba1468a09a5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c10ec12-5a65-4577-97ca-ba1468a09a5c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 33px;
}

@media (min-width: 0px) {
[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-f4f62d16-53bf-493a-9b88-23a5ad01133b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-83676455-dd53-4139-acc1-ddd588f62ce5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 180px;
}

#s-323c2aaa-1275-432d-8497-94a49e579588 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-400889a1-f256-46c0-a877-e24ba820f925 {
  margin-top: 5px;
padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9a34dc3-5e17-4f07-a4a1-21d406100f69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a91e80db-aa54-4ed3-9abe-f42134f54194 .shogun-icon-wrapper {
  text-align: center;
}


#s-a91e80db-aa54-4ed3-9abe-f42134f54194 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1df78053-55cb-409f-9772-b5e2eb6c07bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b3fa4bcd-1039-4383-9dc3-8cda6d9f0127 .shogun-icon-wrapper {
  text-align: center;
}


#s-b3fa4bcd-1039-4383-9dc3-8cda6d9f0127 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d0c92e2-c71e-4bf4-ad92-9871abc10cf6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8215be19-a17a-40c9-87c9-0dfd7b3566e1 .shogun-icon-wrapper {
  text-align: center;
}


#s-8215be19-a17a-40c9-87c9-0dfd7b3566e1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5a98a080-1f8d-4385-9b1a-9e35db2ea22f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-12ca18b0-7a7d-4b8b-bdd5-c2114b2a7246 .shogun-icon-wrapper {
  text-align: center;
}


#s-12ca18b0-7a7d-4b8b-bdd5-c2114b2a7246 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b97c31c-a0d9-43e2-acb7-ada4894264d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e7dadec1-249e-4e18-81c3-79d3f27581aa .shogun-icon-wrapper {
  text-align: center;
}


#s-e7dadec1-249e-4e18-81c3-79d3f27581aa .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31ccd8c2-0b29-4368-848b-cceb08b18324"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-64610134-28ff-4490-ad64-5c575bea39f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-64610134-28ff-4490-ad64-5c575bea39f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

#s-76c381d7-0580-45b2-98a2-ae5bf97ede44 {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76c381d7-0580-45b2-98a2-ae5bf97ede44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ddcb40b-3b8d-47b2-8266-a82c598aa0a8 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8796350a-e6fb-4f2f-9d33-d6db619a9bc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ca8d3af7-99fe-42c1-a274-4e24e0cb247d {
  text-align: left;
}

#s-ca8d3af7-99fe-42c1-a274-4e24e0cb247d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ca8d3af7-99fe-42c1-a274-4e24e0cb247d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ca8d3af7-99fe-42c1-a274-4e24e0cb247d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ca8d3af7-99fe-42c1-a274-4e24e0cb247d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c289a14f-8fae-45e1-8e81-23f4f7a7cd7a {
  text-align: left;
}

#s-c289a14f-8fae-45e1-8e81-23f4f7a7cd7a .shg-product-quantity-wrapper {
  display: flex;
}

#s-c289a14f-8fae-45e1-8e81-23f4f7a7cd7a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c289a14f-8fae-45e1-8e81-23f4f7a7cd7a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c289a14f-8fae-45e1-8e81-23f4f7a7cd7a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c289a14f-8fae-45e1-8e81-23f4f7a7cd7a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e257d291-535a-4b65-9ca3-4f058327c30c {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-03597fed-ab69-4305-9db5-4835878c8940 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}








#s-03597fed-ab69-4305-9db5-4835878c8940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03597fed-ab69-4305-9db5-4835878c8940.shg-box.shg-c {
  justify-content: center;
}

#s-9d4c9c9b-b602-462a-87d3-08f83ad21b11 {
  margin-top: 10px;
}

#s-5d05f6aa-5317-43f1-b220-43a04bac1c46 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-5d05f6aa-5317-43f1-b220-43a04bac1c46 img.shogun-image {
    
    width: px;
  }


#s-5d05f6aa-5317-43f1-b220-43a04bac1c46 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-f707ca5e-02a4-4b3c-8040-eb7346997633 {
  display: none;
}
#s-f707ca5e-02a4-4b3c-8040-eb7346997633, #wrap-s-f707ca5e-02a4-4b3c-8040-eb7346997633 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f707ca5e-02a4-4b3c-8040-eb7346997633 {
  display: none;
}
#s-f707ca5e-02a4-4b3c-8040-eb7346997633, #wrap-s-f707ca5e-02a4-4b3c-8040-eb7346997633 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f707ca5e-02a4-4b3c-8040-eb7346997633 {
  display: none;
}
#s-f707ca5e-02a4-4b3c-8040-eb7346997633, #wrap-s-f707ca5e-02a4-4b3c-8040-eb7346997633 { display:none !important; }}@media (max-width: 767px){#s-f707ca5e-02a4-4b3c-8040-eb7346997633 {
  
}
}
@media (min-width: 0px) {
[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-f707ca5e-02a4-4b3c-8040-eb7346997633"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-a80e3533-0f93-4343-bedf-bd099834e0fb {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-e5e6fc8d-7eca-4f38-9fe7-82b5722434dc {
  text-align: center;
}




  #s-e5e6fc8d-7eca-4f38-9fe7-82b5722434dc img.shogun-image {
    
    width: px;
  }


#s-e5e6fc8d-7eca-4f38-9fe7-82b5722434dc .shogun-image-content {
  
    align-items: center;
  
}

#s-15094ae7-215d-4032-be00-ff1208a95bc0 {
  text-align: center;
}




  #s-15094ae7-215d-4032-be00-ff1208a95bc0 img.shogun-image {
    
    width: px;
  }


#s-15094ae7-215d-4032-be00-ff1208a95bc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2ecc0d5-b2de-42c6-8268-0a296eb33a55 {
  text-align: center;
}




  #s-c2ecc0d5-b2de-42c6-8268-0a296eb33a55 img.shogun-image {
    
    width: px;
  }


#s-c2ecc0d5-b2de-42c6-8268-0a296eb33a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac5079e5-36be-4723-bc97-2a242af350a8 {
  text-align: center;
}




  #s-ac5079e5-36be-4723-bc97-2a242af350a8 img.shogun-image {
    
    width: px;
  }


#s-ac5079e5-36be-4723-bc97-2a242af350a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-548713dd-bba8-434e-8082-387c776bb66a {
  text-align: center;
}




  #s-548713dd-bba8-434e-8082-387c776bb66a img.shogun-image {
    
    width: px;
  }


#s-548713dd-bba8-434e-8082-387c776bb66a .shogun-image-content {
  
    align-items: center;
  
}

#s-2e7b8e92-2dca-4697-be79-a207f0b868c2 {
  text-align: center;
}




  #s-2e7b8e92-2dca-4697-be79-a207f0b868c2 img.shogun-image {
    
    width: px;
  }


#s-2e7b8e92-2dca-4697-be79-a207f0b868c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-65181b85-2782-4c4e-b6eb-70609a8efeae {
  text-align: center;
}




  #s-65181b85-2782-4c4e-b6eb-70609a8efeae img.shogun-image {
    
    width: px;
  }


#s-65181b85-2782-4c4e-b6eb-70609a8efeae .shogun-image-content {
  
    align-items: center;
  
}

#s-53651e36-6063-47fb-89cb-4fc0e0f806b7 {
  text-align: center;
}




  #s-53651e36-6063-47fb-89cb-4fc0e0f806b7 img.shogun-image {
    
    width: px;
  }


#s-53651e36-6063-47fb-89cb-4fc0e0f806b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-db2ae1e8-5422-475d-b442-95f65a221c4c {
  text-align: center;
}




  #s-db2ae1e8-5422-475d-b442-95f65a221c4c img.shogun-image {
    
    width: px;
  }


#s-db2ae1e8-5422-475d-b442-95f65a221c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-e9c7dbdf-009e-4130-b675-5cd62e800fcc {
  text-align: center;
}




  #s-e9c7dbdf-009e-4130-b675-5cd62e800fcc img.shogun-image {
    
    width: px;
  }


#s-e9c7dbdf-009e-4130-b675-5cd62e800fcc .shogun-image-content {
  
    align-items: center;
  
}

#s-1202626c-d914-444e-90ea-ba10ecc9306e {
  text-align: center;
}




  #s-1202626c-d914-444e-90ea-ba10ecc9306e img.shogun-image {
    
    width: px;
  }


#s-1202626c-d914-444e-90ea-ba10ecc9306e .shogun-image-content {
  
    align-items: center;
  
}

#s-613caea8-b09f-423c-bf48-936a8eb53909 {
  text-align: center;
}




  #s-613caea8-b09f-423c-bf48-936a8eb53909 img.shogun-image {
    
    width: px;
  }


#s-613caea8-b09f-423c-bf48-936a8eb53909 .shogun-image-content {
  
    align-items: center;
  
}

#s-c753d842-b9ef-4c21-8d4c-dcab35904876 {
  text-align: center;
}




  #s-c753d842-b9ef-4c21-8d4c-dcab35904876 img.shogun-image {
    
    width: px;
  }


#s-c753d842-b9ef-4c21-8d4c-dcab35904876 .shogun-image-content {
  
    align-items: center;
  
}

#s-47911900-1132-4eb2-a546-423dec49b6b3 {
  text-align: center;
}




  #s-47911900-1132-4eb2-a546-423dec49b6b3 img.shogun-image {
    
    width: px;
  }


#s-47911900-1132-4eb2-a546-423dec49b6b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2f92354-9893-4fa5-b930-b7b4fcd2ae14 {
  text-align: center;
}




  #s-d2f92354-9893-4fa5-b930-b7b4fcd2ae14 img.shogun-image {
    
    width: px;
  }


#s-d2f92354-9893-4fa5-b930-b7b4fcd2ae14 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5a73487-0983-4618-8e91-de08ed126c8d {
  text-align: center;
}




  #s-b5a73487-0983-4618-8e91-de08ed126c8d img.shogun-image {
    
    width: px;
  }


#s-b5a73487-0983-4618-8e91-de08ed126c8d .shogun-image-content {
  
    align-items: center;
  
}

#s-219b5848-bbb0-494a-974b-29e00cc04cb9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-219b5848-bbb0-494a-974b-29e00cc04cb9 img.shogun-image {
    
    width: px;
  }


#s-219b5848-bbb0-494a-974b-29e00cc04cb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbb546ac-403a-4181-8e0d-efdfcd8dc87c {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-fbb546ac-403a-4181-8e0d-efdfcd8dc87c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbb546ac-403a-4181-8e0d-efdfcd8dc87c.shg-box.shg-c {
  justify-content: center;
}

#s-4c087f03-7a47-4aa8-b2bb-ed744208ea9a {
  margin-top: 15px;
}

#s-9e65e74a-2af1-4184-94b0-c765bd83a610 {
  margin-top: -5px;
}

@media (min-width: 0px) {
[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e65e74a-2af1-4184-94b0-c765bd83a610"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8724ebf4-e5a1-41c7-bab9-4f0090acc4c1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a174c146-47de-4ea6-a945-a49fc4d9765f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-181d62b1-0f7b-4b72-a961-d9540c1dfaeb {
  border-style: solid;
margin-top: -5px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 110px;
background-color: rgba(255, 255, 255, 1);
}

#s-3a35f38b-e9a0-40db-9d3a-3207285760a0 {
  box-shadow:1px 3px 1px 1px rgba(209, 113, 113, 1);
border-style: solid;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 142, 142, 1);
}

#s-8f5c5bb3-d3e8-47d1-ba53-210f5c3eb808 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}








#s-8f5c5bb3-d3e8-47d1-ba53-210f5c3eb808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f5c5bb3-d3e8-47d1-ba53-210f5c3eb808.shg-box.shg-c {
  justify-content: center;
}

#s-7527686f-b088-4e36-9a73-0b4170edafb7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 350px;
text-align: center;
opacity: 1;
}




  #s-7527686f-b088-4e36-9a73-0b4170edafb7 img.shogun-image {
    
    width: px;
  }


#s-7527686f-b088-4e36-9a73-0b4170edafb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-51b05397-7143-42c6-9d01-de6f2a6f6feb {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51b05397-7143-42c6-9d01-de6f2a6f6feb {
  max-width: 700px;
}
}







#s-51b05397-7143-42c6-9d01-de6f2a6f6feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51b05397-7143-42c6-9d01-de6f2a6f6feb.shg-box.shg-c {
  justify-content: center;
}

#s-111c7c82-b3bc-479d-9daf-c0957eea4c90 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-111c7c82-b3bc-479d-9daf-c0957eea4c90 img.shogun-image {
    
    width: px;
  }


#s-111c7c82-b3bc-479d-9daf-c0957eea4c90 .shogun-image-content {
  
    align-items: center;
  
}

#s-f94e39bd-132b-4829-a000-0da37d9ee9f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f94e39bd-132b-4829-a000-0da37d9ee9f7 .shogun-heading-component h1 {
  color: rgba(255, 142, 142, 1);
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ed7787c-9d37-4b2f-a27a-a3f42963084d {
  margin-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-2ed7787c-9d37-4b2f-a27a-a3f42963084d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ed7787c-9d37-4b2f-a27a-a3f42963084d.shg-box.shg-c {
  justify-content: center;
}

#s-3d343294-b870-4859-8211-530768b9620c {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-3d343294-b870-4859-8211-530768b9620c img.shogun-image {
    
    width: px;
  }


#s-3d343294-b870-4859-8211-530768b9620c .shogun-image-content {
  
    align-items: center;
  
}

#s-30e37f7e-5366-4297-9eaf-6804fa644360 {
  margin-top: 20px;
margin-bottom: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}
