.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-90ae4621-3aab-4664-98d6-b81c27fde025 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-90ae4621-3aab-4664-98d6-b81c27fde025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90ae4621-3aab-4664-98d6-b81c27fde025.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9e65d54-441e-47c9-83d3-fe1c5d7dc100"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.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-54ae3770-1169-4ce0-a88a-5db307ad36ee {
  text-align: center;
}




  #s-54ae3770-1169-4ce0-a88a-5db307ad36ee img.shogun-image {
    
    width: px;
  }


#s-54ae3770-1169-4ce0-a88a-5db307ad36ee .shogun-image-content {
  
    align-items: 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-9b6ba9d9-514a-4b8d-a18c-f4ebbee774fc {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-573193b0-0d30-47a1-8c1c-b0c0bb1ad6b5 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-cbc42835-c1fa-46bb-924f-feb01d55b114 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ab2e70b-c3a2-42da-83b9-22da57e8b0aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-53b6387e-2ae4-4eef-8fdd-2ea9182771cf {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-53b6387e-2ae4-4eef-8fdd-2ea9182771cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b6387e-2ae4-4eef-8fdd-2ea9182771cf.shg-box.shg-c {
  justify-content: center;
}

#s-2b89b9f8-c9aa-47e0-a363-80d186a86243 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

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

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

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

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

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

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

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

#s-acabf451-fee5-4d5a-b5dd-2f1ad2288987 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-acabf451-fee5-4d5a-b5dd-2f1ad2288987:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-acabf451-fee5-4d5a-b5dd-2f1ad2288987:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-acabf451-fee5-4d5a-b5dd-2f1ad2288987.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba7cd695-1590-4568-a772-161aaa85e0a1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ba7cd695-1590-4568-a772-161aaa85e0a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba7cd695-1590-4568-a772-161aaa85e0a1.shg-box.shg-c {
  justify-content: center;
}

#s-1f55798b-9f27-4c49-a327-c49a969d78c5 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-66008711-5059-4da9-b783-9ea83b1d7e9e {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-66008711-5059-4da9-b783-9ea83b1d7e9e:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66008711-5059-4da9-b783-9ea83b1d7e9e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66008711-5059-4da9-b783-9ea83b1d7e9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6cac68db-e603-4fca-9dd6-3677802412d3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6cac68db-e603-4fca-9dd6-3677802412d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cac68db-e603-4fca-9dd6-3677802412d3.shg-box.shg-c {
  justify-content: center;
}

#s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2e6614c-7763-48d4-aca5-3e47ff7d29dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce12f521-979f-4a3a-a6e9-6274303138f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f4c7584-a1a6-4d2e-a6ba-10eee6259ad7 {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-4f4c7584-a1a6-4d2e-a6ba-10eee6259ad7 img.shogun-image {
    
    width: px;
  }


#s-4f4c7584-a1a6-4d2e-a6ba-10eee6259ad7 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-c87cf16a-5287-4c45-86f7-7ed42d35a9c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c87cf16a-5287-4c45-86f7-7ed42d35a9c7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-671add47-5b77-40cf-9bba-d5f13709165a {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-8757a7b0-b648-4e85-8e30-3ab1e4243d86 {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-8757a7b0-b648-4e85-8e30-3ab1e4243d86 img.shogun-image {
    
    width: px;
  }


#s-8757a7b0-b648-4e85-8e30-3ab1e4243d86 .shogun-image-content {
  
    align-items: center;
  
}

#s-b50f75ba-a4d6-4eba-89da-0993a2c1dfb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b50f75ba-a4d6-4eba-89da-0993a2c1dfb1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ff792a71-f05b-4259-ae23-8960e2b47343 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-225e2db1-c47b-413e-921f-5d8635fc5750"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbd547d5-493e-4c63-9bbb-ee4abd5dd904 {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-dbd547d5-493e-4c63-9bbb-ee4abd5dd904 img.shogun-image {
    
    width: px;
  }


#s-dbd547d5-493e-4c63-9bbb-ee4abd5dd904 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c17561b-2967-4f5d-81f2-e53e71bfd8df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c17561b-2967-4f5d-81f2-e53e71bfd8df .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5281a142-3c2b-4842-b640-d564cfd2c937 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-31d43dc7-08c3-49f1-bfb3-3261bc09f521 {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}




  #s-31d43dc7-08c3-49f1-bfb3-3261bc09f521 img.shogun-image {
    
    width: px;
  }


#s-31d43dc7-08c3-49f1-bfb3-3261bc09f521 .shogun-image-content {
  
    align-items: center;
  
}

#s-2adf2f57-a347-4558-b467-03fec10ec1f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2adf2f57-a347-4558-b467-03fec10ec1f7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e07e24e-0419-4c8a-8ff0-d4604379258b {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-73eca9c4-fcc1-44f5-88cf-409801d1c998 {
  min-height: 50px;
}








#s-73eca9c4-fcc1-44f5-88cf-409801d1c998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73eca9c4-fcc1-44f5-88cf-409801d1c998.shg-box.shg-c {
  justify-content: center;
}

#s-d76a54a4-5fcd-4c78-954f-b995fb872566 {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d76a54a4-5fcd-4c78-954f-b995fb872566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d76a54a4-5fcd-4c78-954f-b995fb872566.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-e8a75969-6dce-43cf-8cc0-ab243ef77724 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(235, 225, 225, 1);
}

#s-e8a75969-6dce-43cf-8cc0-ab243ef77724 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-e8a75969-6dce-43cf-8cc0-ab243ef77724 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-e8a75969-6dce-43cf-8cc0-ab243ef77724 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(235, 225, 225, 1);
}

#s-e8a75969-6dce-43cf-8cc0-ab243ef77724 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e8a75969-6dce-43cf-8cc0-ab243ef77724 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e9cfe357-d747-4d80-bf04-7b0c40b8f1ae {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-e9cfe357-d747-4d80-bf04-7b0c40b8f1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9cfe357-d747-4d80-bf04-7b0c40b8f1ae.shg-box.shg-c {
  justify-content: center;
}

#s-b9b8c0ea-528b-42eb-a3c1-c706c619ec0c {
  margin-top: 50px;
}

#s-d1a258ae-d8b7-409b-bc52-b38ae69d8601 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
background-color: rgba(248, 248, 248, 1);
}

@media (min-width: 0px) {
[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1a258ae-d8b7-409b-bc52-b38ae69d8601"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-764e116a-a8c6-4c65-9252-b0782495eba7 {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-ee604d7b-7ea3-4b5f-982f-4f6a29f93b83 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-ee604d7b-7ea3-4b5f-982f-4f6a29f93b83:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ee604d7b-7ea3-4b5f-982f-4f6a29f93b83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee604d7b-7ea3-4b5f-982f-4f6a29f93b83.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b889211b-dbfc-4ad6-942a-560333f87534 {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-63a0e382-fe19-4e02-a247-53b34b950592 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-63a0e382-fe19-4e02-a247-53b34b950592:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63a0e382-fe19-4e02-a247-53b34b950592:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63a0e382-fe19-4e02-a247-53b34b950592.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5d2358a0-63a4-4179-8825-33902a6c791b {
  margin-top: 50px;
}

#s-f4a464ad-7679-42c3-9d8e-4306d00275b7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b9c50243-f128-47af-b26e-eda147ab0181 {
  margin-left: 50px;
margin-right: 50px;
}

#s-197c8ec1-994d-472e-b55c-580b5234aa83 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3e67c8ba-49b6-4a38-867d-b94359e52fe8 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-618d5a74-e81f-4173-b50b-5cadbac84433 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-618d5a74-e81f-4173-b50b-5cadbac84433"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c8e5f42b-6092-4c7a-b837-2194ec0fc559 {
  text-align: center;
}




  #s-c8e5f42b-6092-4c7a-b837-2194ec0fc559 img.shogun-image {
    
    width: px;
  }


#s-c8e5f42b-6092-4c7a-b837-2194ec0fc559 .shogun-image-content {
  
    align-items: center;
  
}

#s-07bb2f85-7d47-47f4-8319-48ebaef3c2f5 {
  text-align: center;
}




  #s-07bb2f85-7d47-47f4-8319-48ebaef3c2f5 img.shogun-image {
    
    width: px;
  }


#s-07bb2f85-7d47-47f4-8319-48ebaef3c2f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-598fafa4-9970-4104-a80d-51795e836c59 {
  margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-598fafa4-9970-4104-a80d-51795e836c59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d0ec53a-e986-455e-808e-4e55a62e45dc {
  text-align: center;
}




  #s-6d0ec53a-e986-455e-808e-4e55a62e45dc img.shogun-image {
    
    width: px;
  }


#s-6d0ec53a-e986-455e-808e-4e55a62e45dc .shogun-image-content {
  
    align-items: center;
  
}

#s-e69c761d-b7a5-4727-a62f-78a27f02ce38 {
  text-align: center;
}




  #s-e69c761d-b7a5-4727-a62f-78a27f02ce38 img.shogun-image {
    
    width: px;
  }


#s-e69c761d-b7a5-4727-a62f-78a27f02ce38 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c9cf456-9be3-4eaf-b4b5-ea210218308f {
  margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1c9cf456-9be3-4eaf-b4b5-ea210218308f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3b7d5b6f-3073-4c2e-8488-80f51304e5c3 {
  text-align: center;
}




  #s-3b7d5b6f-3073-4c2e-8488-80f51304e5c3 img.shogun-image {
    
    width: px;
  }


#s-3b7d5b6f-3073-4c2e-8488-80f51304e5c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0d7d06f-0e28-4d37-9664-75ec76f3bf82 {
  padding-top: 75px;
padding-bottom: 75px;
}

#s-8f499700-c7fc-41f0-bd0b-460bda9ed5a1 {
  margin-top: 10px;
margin-bottom: -40px;
}

#s-0de2d971-6661-4e69-870f-3e1849c2861e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-da24a75a-5c36-4d92-8746-07665f140a76 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da24a75a-5c36-4d92-8746-07665f140a76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-76ab8f2b-d425-465e-a2f6-f5ae7f88a893 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
opacity: 1;
}




  #s-76ab8f2b-d425-465e-a2f6-f5ae7f88a893 img.shogun-image {
    
    width: px;
  }


#s-76ab8f2b-d425-465e-a2f6-f5ae7f88a893 .shogun-image-content {
  
    align-items: center;
  
}

#s-50c1e8d7-1f59-4b2d-96e7-6f417df89a01 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-50c1e8d7-1f59-4b2d-96e7-6f417df89a01:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-50c1e8d7-1f59-4b2d-96e7-6f417df89a01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50c1e8d7-1f59-4b2d-96e7-6f417df89a01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25944341-7c30-46fc-80f8-dcce8f6ad6e7 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
opacity: 1;
}




  #s-25944341-7c30-46fc-80f8-dcce8f6ad6e7 img.shogun-image {
    
    width: px;
  }


#s-25944341-7c30-46fc-80f8-dcce8f6ad6e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b29bc11d-53a1-474d-ac30-3f85cad7f319 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 166, 112, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-b29bc11d-53a1-474d-ac30-3f85cad7f319:hover {background-color: rgba(235, 194, 136, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b29bc11d-53a1-474d-ac30-3f85cad7f319:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b29bc11d-53a1-474d-ac30-3f85cad7f319.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7bf8f81b-051b-40d0-8457-c4a8d88a5f49 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-469847fd-697d-4daa-a0fb-16d0cffe1a0b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
}

#s-fdbe064c-7237-4309-8570-0b86a1be5ac9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c7baf6ce-072c-4182-acf3-701fb90a497b {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-32f66b5e-b992-4fb1-883c-bd044c759323 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}

#s-3a965299-0c19-4b88-be81-d685321c290f {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-79a32749-98a5-4c9e-b267-4822cf6ca7f7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-79a32749-98a5-4c9e-b267-4822cf6ca7f7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-79a32749-98a5-4c9e-b267-4822cf6ca7f7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-79a32749-98a5-4c9e-b267-4822cf6ca7f7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-79a32749-98a5-4c9e-b267-4822cf6ca7f7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-79a32749-98a5-4c9e-b267-4822cf6ca7f7 td.shogun-table-column, #s-79a32749-98a5-4c9e-b267-4822cf6ca7f7 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-9d23a86f-67fe-4b0c-b53c-1fd1f8467f6d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-e9e1946d-af29-4ec2-9581-c3289e376b28 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-78ccd3f4-f507-4efd-a7ea-6bc39efd6518 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed6a82fd-8bc0-491d-8e18-d09f5d69b278"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e5f2cd95-c7d9-4c5d-b1b1-ff880cc5bcb6 {
  margin-top: 20px;
}

#s-18146d62-4215-4e4f-ae7a-b704f7100065 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-18146d62-4215-4e4f-ae7a-b704f7100065 img.shogun-image {
    
    width: px;
  }


#s-18146d62-4215-4e4f-ae7a-b704f7100065 .shogun-image-content {
  
    align-items: center;
  
}

#s-72e76862-110e-4e9f-a2d5-6a7e63b34ce7 {
  margin-top: 20px;
}

#s-e1eca4cb-eb04-4205-94d9-bab0a78afecd {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-e1eca4cb-eb04-4205-94d9-bab0a78afecd img.shogun-image {
    
    width: px;
  }


#s-e1eca4cb-eb04-4205-94d9-bab0a78afecd .shogun-image-content {
  
    align-items: center;
  
}

#s-7e981434-0a96-4e3d-b6dc-7a40ba9f993c {
  margin-top: 20px;
}

#s-4e0450e7-7af2-4f32-a3bf-377a7c089d38 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-4e0450e7-7af2-4f32-a3bf-377a7c089d38 img.shogun-image {
    
    width: px;
  }


#s-4e0450e7-7af2-4f32-a3bf-377a7c089d38 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ddbb653-9c0e-4e0f-aa01-c7911fe7722e {
  margin-top: 20px;
margin-bottom: 30px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ddbb653-9c0e-4e0f-aa01-c7911fe7722e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-753b160e-3433-42d9-8acf-c2833ba7bf88 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-753b160e-3433-42d9-8acf-c2833ba7bf88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-faedda09-7105-48c1-afa0-6725f6e4196b {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-faedda09-7105-48c1-afa0-6725f6e4196b img.shogun-image {
    
    width: px;
  }


#s-faedda09-7105-48c1-afa0-6725f6e4196b .shogun-image-content {
  
    align-items: center;
  
}

#s-90cefd78-3a3f-4989-bd41-575c49c68cc3 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-90cefd78-3a3f-4989-bd41-575c49c68cc3 img.shogun-image {
    
    width: px;
  }


#s-90cefd78-3a3f-4989-bd41-575c49c68cc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e43f84cb-9036-4670-bbcd-5e4665502d34 {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-e9451cd5-3802-42ad-87a9-bccbd9d05886 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9451cd5-3802-42ad-87a9-bccbd9d05886"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a983bc6b-162f-42d4-a3c2-5b291bc7c419 {
  box-shadow:1px 1px 25px 5px rgba(168, 168, 168, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: center;
}




  #s-a983bc6b-162f-42d4-a3c2-5b291bc7c419 img.shogun-image {
    
    width: px;
  }


#s-a983bc6b-162f-42d4-a3c2-5b291bc7c419 .shogun-image-content {
  
    align-items: center;
  
}

#s-0aca6b59-2135-465d-ad35-214feb8eccd9 {
  box-shadow:1px 1px 25px 5px rgba(168, 168, 168, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: center;
}




  #s-0aca6b59-2135-465d-ad35-214feb8eccd9 img.shogun-image {
    
    width: px;
  }


#s-0aca6b59-2135-465d-ad35-214feb8eccd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cd25b92-ac49-49a4-a37c-21d282972783 {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1cd25b92-ac49-49a4-a37c-21d282972783"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-63fc9f0d-cbf3-4da6-b59c-2a0d3c327f76 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-63fc9f0d-cbf3-4da6-b59c-2a0d3c327f76 img.shogun-image {
    
    width: px;
  }


#s-63fc9f0d-cbf3-4da6-b59c-2a0d3c327f76 .shogun-image-content {
  
    align-items: center;
  
}

#s-40dc5c41-7dd0-4833-a409-87d6ae119065 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-40dc5c41-7dd0-4833-a409-87d6ae119065 img.shogun-image {
    
    width: px;
  }


#s-40dc5c41-7dd0-4833-a409-87d6ae119065 .shogun-image-content {
  
    align-items: center;
  
}

#s-306e5ba8-099b-40e3-8d27-9a214a3ed9c8 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-306e5ba8-099b-40e3-8d27-9a214a3ed9c8 img.shogun-image {
    
    width: px;
  }


#s-306e5ba8-099b-40e3-8d27-9a214a3ed9c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-abce052c-3b5e-4984-9a2d-275d15b89d3c {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abce052c-3b5e-4984-9a2d-275d15b89d3c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31a94b4e-8817-4c11-948d-f61f0c99586d {
  margin-top: 25px;
margin-left: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d412c2b9-24c1-47a5-87bb-e1c625447035"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-065e6d53-bb78-4504-b490-70cb55c36a0d {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 25px;
margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
padding-left: 1px;
padding-right: 1px;
max-width: 1000px;
}

#s-d356e180-b896-4217-a4d1-cd3633ad753c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-40572e10-4ce5-437b-a804-02b5f8f1d0a8 {
  min-height: 50px;
}








#s-40572e10-4ce5-437b-a804-02b5f8f1d0a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40572e10-4ce5-437b-a804-02b5f8f1d0a8.shg-box.shg-c {
  justify-content: center;
}

#s-be757755-27a7-4c9e-b01b-c5f9bf2cebf1 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-be757755-27a7-4c9e-b01b-c5f9bf2cebf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be757755-27a7-4c9e-b01b-c5f9bf2cebf1.shg-box.shg-c {
  justify-content: center;
}

#s-432a1edf-3190-4a15-a7bb-f47d58d3691d {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c9ee412-d375-4b4d-a78a-18a020a68c3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c453d80-6c10-4e54-90ec-d713466e558c {
  min-height: 50px;
}








#s-9c453d80-6c10-4e54-90ec-d713466e558c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c453d80-6c10-4e54-90ec-d713466e558c.shg-box.shg-c {
  justify-content: center;
}

#s-d8c16812-212a-4001-80ca-a5859c445438 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d8c16812-212a-4001-80ca-a5859c445438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c16812-212a-4001-80ca-a5859c445438.shg-box.shg-c {
  justify-content: center;
}

#s-f94ab2e0-dd05-43fb-b1fd-2e3c8e8f95e7 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 1);
}

#s-684bccf2-3a8b-408e-b55f-6895a62b9019 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-684bccf2-3a8b-408e-b55f-6895a62b9019"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b07a1af6-a549-46e8-9f04-432b667f8bcc {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-b07a1af6-a549-46e8-9f04-432b667f8bcc img.shogun-image {
    
    width: px;
  }


#s-b07a1af6-a549-46e8-9f04-432b667f8bcc .shogun-image-content {
  
    align-items: center;
  
}

#s-030063a3-61fe-4559-af64-c1a33aef90bb {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-030063a3-61fe-4559-af64-c1a33aef90bb img.shogun-image {
    
    width: px;
  }


#s-030063a3-61fe-4559-af64-c1a33aef90bb .shogun-image-content {
  
    align-items: center;
  
}

#s-966d00ff-a526-416f-ae80-5987891ac90a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-966d00ff-a526-416f-ae80-5987891ac90a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-da9e9dfc-85f1-4725-930a-17e35c0e4b6f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-da9e9dfc-85f1-4725-930a-17e35c0e4b6f img.shogun-image {
    
    width: px;
  }


#s-da9e9dfc-85f1-4725-930a-17e35c0e4b6f .shogun-image-content {
  
    align-items: center;
  
}

#s-ce7d0529-3a97-4502-b6bd-df14d7352b9c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-ce7d0529-3a97-4502-b6bd-df14d7352b9c img.shogun-image {
    
    width: px;
  }


#s-ce7d0529-3a97-4502-b6bd-df14d7352b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-71c03c9a-f744-4946-ba84-3b5cb4c21ae7 {
  min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}








#s-71c03c9a-f744-4946-ba84-3b5cb4c21ae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c03c9a-f744-4946-ba84-3b5cb4c21ae7.shg-box.shg-c {
  justify-content: center;
}

#s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f34f336-941b-43d0-a3c2-c96ac4aed1a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0ae65be6-1591-433d-b684-a970b17391eb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-5cd4578c-4e65-483d-b014-9903b75ff7d0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-58e6413c-f5c0-41fb-969f-2439f66e7542 {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-58e6413c-f5c0-41fb-969f-2439f66e7542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e6413c-f5c0-41fb-969f-2439f66e7542.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-730ba5ac-cba1-4d68-9f4a-2adfc2030162"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e53c0d46-2e5c-434c-82e1-40d425e45762 .shogun-icon-wrapper {
  text-align: center;
}


#s-e53c0d46-2e5c-434c-82e1-40d425e45762 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-4617ffe4-5d74-4452-b53a-7cfd7aef89cb {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-4617ffe4-5d74-4452-b53a-7cfd7aef89cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4617ffe4-5d74-4452-b53a-7cfd7aef89cb.shg-box.shg-c {
  justify-content: center;
}

#s-d758e3ef-3d55-45d0-945b-1542e3b3d54f .shogun-icon-wrapper {
  text-align: center;
}


#s-d758e3ef-3d55-45d0-945b-1542e3b3d54f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-4ea38712-79d7-4b4c-861c-e41b4dda5523 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-4ea38712-79d7-4b4c-861c-e41b4dda5523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ea38712-79d7-4b4c-861c-e41b4dda5523.shg-box.shg-c {
  justify-content: center;
}

#s-ffb0f470-a765-4389-98ad-92cf4f29016b {
  min-height: 50px;
background-color: rgba(184, 184, 184, 1);
}








#s-ffb0f470-a765-4389-98ad-92cf4f29016b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffb0f470-a765-4389-98ad-92cf4f29016b.shg-box.shg-c {
  justify-content: center;
}

#s-ebcf2c04-dcef-49e2-b865-49b69d269ee8 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

#s-7d69b442-c723-4f8a-a0e3-893a428549ba {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d69b442-c723-4f8a-a0e3-893a428549ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1cb12242-3c60-44e8-bd1e-a4428604dbff {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1cb12242-3c60-44e8-bd1e-a4428604dbff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb12242-3c60-44e8-bd1e-a4428604dbff.shg-box.shg-c {
  justify-content: center;
}

#s-5e5c9191-5cc6-4dfb-b4b2-51a0f11c6902 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-170cc5fe-16f7-4f28-949d-ad59e759476e {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-170cc5fe-16f7-4f28-949d-ad59e759476e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-170cc5fe-16f7-4f28-949d-ad59e759476e.shg-box.shg-c {
  justify-content: center;
}

#s-3725413d-4024-4484-89c0-2e97ed81ff57 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-a172a6a4-3e34-40c4-9081-b64d442f14ab {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a172a6a4-3e34-40c4-9081-b64d442f14ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4916cc42-eb71-43d0-aa3e-2aca7e04a2bc {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4916cc42-eb71-43d0-aa3e-2aca7e04a2bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4916cc42-eb71-43d0-aa3e-2aca7e04a2bc.shg-box.shg-c {
  justify-content: center;
}

#s-dfddd516-e5c5-43aa-b6ad-85c5d76db11c {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-c03f1662-1bcf-4767-b649-1bcc272b060c {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c03f1662-1bcf-4767-b649-1bcc272b060c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c03f1662-1bcf-4767-b649-1bcc272b060c.shg-box.shg-c {
  justify-content: center;
}

#s-0f9c0696-c860-4991-8640-8aef214bd678 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-abc3ad48-bba6-451c-b1d4-7a6edabaab34 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abc3ad48-bba6-451c-b1d4-7a6edabaab34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c70a743b-f429-4c6a-b252-817304c9e134 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c70a743b-f429-4c6a-b252-817304c9e134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c70a743b-f429-4c6a-b252-817304c9e134.shg-box.shg-c {
  justify-content: center;
}

#s-eaca84eb-7757-498d-971a-3a20de6efa52 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-8a9bf9a5-ee20-486f-87bc-f8f53112151d {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8a9bf9a5-ee20-486f-87bc-f8f53112151d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a9bf9a5-ee20-486f-87bc-f8f53112151d.shg-box.shg-c {
  justify-content: center;
}

#s-874e2b11-1e18-4abb-a853-b0480fabf5bd {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-96e84372-ad7b-4623-a7b6-09e6007c7c66 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96e84372-ad7b-4623-a7b6-09e6007c7c66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-471aad0d-e632-485a-a9c6-20ed9139d684 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-471aad0d-e632-485a-a9c6-20ed9139d684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471aad0d-e632-485a-a9c6-20ed9139d684.shg-box.shg-c {
  justify-content: center;
}

#s-b72b7754-5389-484d-85d2-2e773aed898d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-9849b74c-2d2b-4ab4-9d7d-48424ba9521c {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9849b74c-2d2b-4ab4-9d7d-48424ba9521c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9849b74c-2d2b-4ab4-9d7d-48424ba9521c.shg-box.shg-c {
  justify-content: center;
}

#s-4b947769-a436-44fe-9463-18a92e426117 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-02ff8ff6-0fba-4687-9174-9ef968ee6967 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02ff8ff6-0fba-4687-9174-9ef968ee6967"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b9ec4d4-d76b-4f72-bf2e-bcba0d61a79f {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4b9ec4d4-d76b-4f72-bf2e-bcba0d61a79f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b9ec4d4-d76b-4f72-bf2e-bcba0d61a79f.shg-box.shg-c {
  justify-content: center;
}

#s-1ef346eb-a7d4-4d57-95dc-791febdc2ab9 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-99a68f25-893c-460f-ac32-7b6c1a040870 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-99a68f25-893c-460f-ac32-7b6c1a040870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99a68f25-893c-460f-ac32-7b6c1a040870.shg-box.shg-c {
  justify-content: center;
}

#s-27526b7c-a5dd-4696-826f-592f78846cdc {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-2bbde886-9fa4-43d6-bf2b-35693b4d319b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bbde886-9fa4-43d6-bf2b-35693b4d319b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-413796f2-2e35-418c-8407-49ff18368081 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-413796f2-2e35-418c-8407-49ff18368081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-413796f2-2e35-418c-8407-49ff18368081.shg-box.shg-c {
  justify-content: center;
}

#s-30941ae9-134f-4f12-9baf-0e82c59c15d3 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-c3cc1a45-f7cc-4cad-8762-25fa9457dda5 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c3cc1a45-f7cc-4cad-8762-25fa9457dda5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3cc1a45-f7cc-4cad-8762-25fa9457dda5.shg-box.shg-c {
  justify-content: center;
}

#s-be7bad35-18c1-43b4-b4c3-f6715d84cc8d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-96d759fd-b069-4ccb-a0c7-42f3e763c123 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96d759fd-b069-4ccb-a0c7-42f3e763c123"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b0584315-a2f0-4b81-b9d5-2cce32678b14 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b0584315-a2f0-4b81-b9d5-2cce32678b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0584315-a2f0-4b81-b9d5-2cce32678b14.shg-box.shg-c {
  justify-content: center;
}

#s-f78389cf-e396-457b-a2d5-d40e7cb25ff4 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-236c18e5-1e27-41f0-a428-f0fb4f35ec50 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-236c18e5-1e27-41f0-a428-f0fb4f35ec50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236c18e5-1e27-41f0-a428-f0fb4f35ec50.shg-box.shg-c {
  justify-content: center;
}

#s-5254f1dd-ea87-4de8-9668-6a27b1a70db4 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de16d7a6-7ff0-43e0-bf07-d392342ebfb3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4543b0b-1584-4214-9070-84c8a7b87fc5 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d4543b0b-1584-4214-9070-84c8a7b87fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4543b0b-1584-4214-9070-84c8a7b87fc5.shg-box.shg-c {
  justify-content: center;
}

#s-a59c937e-d2f6-4bb6-8d01-9b17f8c43d29 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-5316e275-20b8-4652-bfdf-caf36be935cb {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5316e275-20b8-4652-bfdf-caf36be935cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5316e275-20b8-4652-bfdf-caf36be935cb.shg-box.shg-c {
  justify-content: center;
}

#s-7d1f9256-3217-4aa0-ab08-cc8e3d7bb0db {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-7f149a96-a1e3-4a33-ab64-a02b1aceb194 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f149a96-a1e3-4a33-ab64-a02b1aceb194"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1f5d351b-6398-428c-bbbc-eb1cfceb45d1 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f5d351b-6398-428c-bbbc-eb1cfceb45d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f5d351b-6398-428c-bbbc-eb1cfceb45d1.shg-box.shg-c {
  justify-content: center;
}

#s-136fe0c7-54b2-4903-aa67-dbfd68acdd66 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-ed963d97-69b0-4d74-9d40-9e25262297a2 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed963d97-69b0-4d74-9d40-9e25262297a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed963d97-69b0-4d74-9d40-9e25262297a2.shg-box.shg-c {
  justify-content: center;
}

#s-9ba9d4b4-c147-4653-937e-1295b369984f {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
