.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-b29995ca-d88a-4c90-9a63-9db57ab0d978 {
  min-height: 50px;
}








#s-b29995ca-d88a-4c90-9a63-9db57ab0d978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b29995ca-d88a-4c90-9a63-9db57ab0d978.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b9960082-6f2e-4f11-94a1-c71583ba9a70 {
  text-align: center;
}




  #s-b9960082-6f2e-4f11-94a1-c71583ba9a70 img.shogun-image {
    
    width: px;
  }


#s-b9960082-6f2e-4f11-94a1-c71583ba9a70 .shogun-image-content {
  
    align-items: center;
  
}

#s-d64c5594-ace2-471e-b820-f4dc03c7649c {
  box-shadow:0px 3px 4px 0px rgba(0, 0, 0, 0.2);
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}








#s-d64c5594-ace2-471e-b820-f4dc03c7649c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d64c5594-ace2-471e-b820-f4dc03c7649c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f0883550-e97f-4c4c-9eab-7d01a1f54e18 {
  box-shadow:8px 0px 8px 8px rgba(0, 0, 0, 0.07);
border-style: solid;
margin-bottom: 10px;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
}

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

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

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

#s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-1ddffb0f-57ab-4aa0-b835-5bab57002ce5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

.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-534b53a3-0513-49f6-b0c3-abedb6cf44d4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-534b53a3-0513-49f6-b0c3-abedb6cf44d4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(233, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0.1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-534b53a3-0513-49f6-b0c3-abedb6cf44d4:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-534b53a3-0513-49f6-b0c3-abedb6cf44d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ebd55bef-c3cb-4c29-a23f-cad9abed34d3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-ebd55bef-c3cb-4c29-a23f-cad9abed34d3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(233, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0.1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ebd55bef-c3cb-4c29-a23f-cad9abed34d3:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-ebd55bef-c3cb-4c29-a23f-cad9abed34d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-653eecc4-5f10-40cd-81e4-66ebf4ee9590 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-653eecc4-5f10-40cd-81e4-66ebf4ee9590:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(233, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0.1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-653eecc4-5f10-40cd-81e4-66ebf4ee9590:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-653eecc4-5f10-40cd-81e4-66ebf4ee9590.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-68716acd-bd54-459d-aa63-e4013cae4f2e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-68716acd-bd54-459d-aa63-e4013cae4f2e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(233, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0.1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68716acd-bd54-459d-aa63-e4013cae4f2e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-68716acd-bd54-459d-aa63-e4013cae4f2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25b65500-b3d5-4a92-9052-a60c8512ce28 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-25b65500-b3d5-4a92-9052-a60c8512ce28:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(233, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 0.1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25b65500-b3d5-4a92-9052-a60c8512ce28:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-25b65500-b3d5-4a92-9052-a60c8512ce28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-52c3c2ed-60ae-4091-a972-ee845ff82271 {
  padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}








#s-52c3c2ed-60ae-4091-a972-ee845ff82271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52c3c2ed-60ae-4091-a972-ee845ff82271.shg-box.shg-c {
  justify-content: center;
}

#s-d9b68703-8032-45a4-a086-8d4aba0976f6 {
  margin-top: 0%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf3f403c-af30-4e31-9552-c6ad4116b219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-18079d8f-36a1-4531-aa7f-5cf8d051fdad {
  margin-top: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-18079d8f-36a1-4531-aa7f-5cf8d051fdad {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-18079d8f-36a1-4531-aa7f-5cf8d051fdad {
  margin-top: 0%;
}
}
#s-ed9d3d4f-6813-4ac2-8af1-22fc783f3f2b {
  border-radius: 10px;
text-align: center;
}




  #s-ed9d3d4f-6813-4ac2-8af1-22fc783f3f2b img.shogun-image {
    
    width: px;
  }


#s-ed9d3d4f-6813-4ac2-8af1-22fc783f3f2b .shogun-image-content {
  
    align-items: center;
  
}

#s-b10be5a9-e894-4055-a0e4-481818864d3c {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b10be5a9-e894-4055-a0e4-481818864d3c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-02d08606-d802-48b5-afd8-6876beca116b {
  border-radius: 10px;
text-align: center;
}




  #s-02d08606-d802-48b5-afd8-6876beca116b img.shogun-image {
    
    width: px;
  }


#s-02d08606-d802-48b5-afd8-6876beca116b .shogun-image-content {
  
    align-items: center;
  
}

#s-75b2ca22-8975-47d3-981c-8fad2c8027a1 {
  margin-top: 10%;
}
@media (max-width: 767px){#s-75b2ca22-8975-47d3-981c-8fad2c8027a1 {
  margin-top: 5px;
}
}
.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-4969471a-a3b9-4050-af5c-8579725b90ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4969471a-a3b9-4050-af5c-8579725b90ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: M PLUS 1p;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-331cf37c-38d0-4ae2-a8a6-9961cf258f73 {
  display: none;
}
#s-331cf37c-38d0-4ae2-a8a6-9961cf258f73, #wrap-s-331cf37c-38d0-4ae2-a8a6-9961cf258f73 { display:none !important; }}
@media (min-width: 0px) {
[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-331cf37c-38d0-4ae2-a8a6-9961cf258f73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-3d355591-0e66-445d-8774-2fc0ecc5fe3d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3d355591-0e66-445d-8774-2fc0ecc5fe3d {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d355591-0e66-445d-8774-2fc0ecc5fe3d {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d355591-0e66-445d-8774-2fc0ecc5fe3d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-3d355591-0e66-445d-8774-2fc0ecc5fe3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d355591-0e66-445d-8774-2fc0ecc5fe3d {
  cursor: pointer;
}#s-3d355591-0e66-445d-8774-2fc0ecc5fe3d.shg-box.shg-c {
  justify-content: center;
}

#s-74f08924-948b-4ff8-958e-cbe3d52c8667 {
  text-align: center;
}




  #s-74f08924-948b-4ff8-958e-cbe3d52c8667 img.shogun-image {
    
    width: px;
  }


#s-74f08924-948b-4ff8-958e-cbe3d52c8667 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f50d9e6-bd80-4ede-8b6e-4ab8af2dde94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f50d9e6-bd80-4ede-8b6e-4ab8af2dde94 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-45ac5cb8-bd03-4098-a3b5-dee95e33c2ab {
  border-style: solid;
margin-top: 10px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45ac5cb8-bd03-4098-a3b5-dee95e33c2ab {
  margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}@media (max-width: 767px){#s-45ac5cb8-bd03-4098-a3b5-dee95e33c2ab {
  margin-bottom: 10px;
}
}







#s-45ac5cb8-bd03-4098-a3b5-dee95e33c2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45ac5cb8-bd03-4098-a3b5-dee95e33c2ab {
  cursor: pointer;
}#s-45ac5cb8-bd03-4098-a3b5-dee95e33c2ab.shg-box.shg-c {
  justify-content: center;
}

#s-fbb3d077-0eb2-4895-89a6-97201389061c {
  text-align: center;
}




  #s-fbb3d077-0eb2-4895-89a6-97201389061c img.shogun-image {
    
    width: px;
  }


#s-fbb3d077-0eb2-4895-89a6-97201389061c .shogun-image-content {
  
    align-items: center;
  
}

#s-40f805b0-2406-4ae1-a531-a17d49c52737 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40f805b0-2406-4ae1-a531-a17d49c52737 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd34484c-0022-4552-85f2-e43dd1820455 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd34484c-0022-4552-85f2-e43dd1820455 {
  margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-bd34484c-0022-4552-85f2-e43dd1820455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd34484c-0022-4552-85f2-e43dd1820455 {
  cursor: pointer;
}#s-bd34484c-0022-4552-85f2-e43dd1820455.shg-box.shg-c {
  justify-content: center;
}

#s-6545107b-ec06-4175-ae5d-91f5dccc8e81 {
  text-align: center;
}




  #s-6545107b-ec06-4175-ae5d-91f5dccc8e81 img.shogun-image {
    
    width: px;
  }


#s-6545107b-ec06-4175-ae5d-91f5dccc8e81 .shogun-image-content {
  
    align-items: center;
  
}

#s-98dbb852-e1b3-4a04-92cd-2dff51166d80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98dbb852-e1b3-4a04-92cd-2dff51166d80 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-674984c9-fb15-485d-8e9b-b7985d273c19 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-674984c9-fb15-485d-8e9b-b7985d273c19 {
  margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-674984c9-fb15-485d-8e9b-b7985d273c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674984c9-fb15-485d-8e9b-b7985d273c19 {
  cursor: pointer;
}#s-674984c9-fb15-485d-8e9b-b7985d273c19.shg-box.shg-c {
  justify-content: center;
}

#s-28d8341e-a2ec-43d4-9dce-3a3e2e14bad5 {
  text-align: center;
}




  #s-28d8341e-a2ec-43d4-9dce-3a3e2e14bad5 img.shogun-image {
    
    width: px;
  }


#s-28d8341e-a2ec-43d4-9dce-3a3e2e14bad5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fec4b9b-a680-4a3a-9d64-0c5f95cdb10f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fec4b9b-a680-4a3a-9d64-0c5f95cdb10f .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7bac0862-1a04-4f59-8e13-a40485bc043f {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bac0862-1a04-4f59-8e13-a40485bc043f {
  padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-7bac0862-1a04-4f59-8e13-a40485bc043f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bac0862-1a04-4f59-8e13-a40485bc043f {
  cursor: pointer;
}#s-7bac0862-1a04-4f59-8e13-a40485bc043f.shg-box.shg-c {
  justify-content: center;
}

#s-e8c43159-02eb-4878-a604-f6e280150420 {
  text-align: center;
}




  #s-e8c43159-02eb-4878-a604-f6e280150420 img.shogun-image {
    
    width: px;
  }


#s-e8c43159-02eb-4878-a604-f6e280150420 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe0b444b-cf6a-4c60-8592-36553d11b190 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe0b444b-cf6a-4c60-8592-36553d11b190 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b3c409bd-bdc4-4ec7-841d-1c67389b6fa6 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3c409bd-bdc4-4ec7-841d-1c67389b6fa6 {
  padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-b3c409bd-bdc4-4ec7-841d-1c67389b6fa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3c409bd-bdc4-4ec7-841d-1c67389b6fa6 {
  cursor: pointer;
}#s-b3c409bd-bdc4-4ec7-841d-1c67389b6fa6.shg-box.shg-c {
  justify-content: center;
}

#s-b78468cb-0d24-4fc2-ba5d-e3e52077bd1e {
  text-align: center;
}




  #s-b78468cb-0d24-4fc2-ba5d-e3e52077bd1e img.shogun-image {
    
    width: px;
  }


#s-b78468cb-0d24-4fc2-ba5d-e3e52077bd1e .shogun-image-content {
  
    align-items: center;
  
}

#s-dfae950f-5d70-48f7-aa45-bf2d10005c46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfae950f-5d70-48f7-aa45-bf2d10005c46 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-c597d04f-966b-4003-a1a4-e952e0703275 {
  display: none;
}
#s-c597d04f-966b-4003-a1a4-e952e0703275, #wrap-s-c597d04f-966b-4003-a1a4-e952e0703275 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c597d04f-966b-4003-a1a4-e952e0703275 {
  display: none;
}
#s-c597d04f-966b-4003-a1a4-e952e0703275, #wrap-s-c597d04f-966b-4003-a1a4-e952e0703275 { display:none !important; }}@media (max-width: 767px){#s-c597d04f-966b-4003-a1a4-e952e0703275 {
  display: none;
}
#s-c597d04f-966b-4003-a1a4-e952e0703275, #wrap-s-c597d04f-966b-4003-a1a4-e952e0703275 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c597d04f-966b-4003-a1a4-e952e0703275"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d6cc5ea1-d7ed-4c52-bdfd-344f9177f52c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d6cc5ea1-d7ed-4c52-bdfd-344f9177f52c {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6cc5ea1-d7ed-4c52-bdfd-344f9177f52c {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6cc5ea1-d7ed-4c52-bdfd-344f9177f52c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-d6cc5ea1-d7ed-4c52-bdfd-344f9177f52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6cc5ea1-d7ed-4c52-bdfd-344f9177f52c {
  cursor: pointer;
}#s-d6cc5ea1-d7ed-4c52-bdfd-344f9177f52c.shg-box.shg-c {
  justify-content: center;
}

#s-01866ec0-8c8e-4a60-b864-3f616103bf5f {
  text-align: center;
}




  #s-01866ec0-8c8e-4a60-b864-3f616103bf5f img.shogun-image {
    
    width: px;
  }


#s-01866ec0-8c8e-4a60-b864-3f616103bf5f .shogun-image-content {
  
    align-items: center;
  
}

#s-a1fcc14b-893e-4ca8-985a-692b70d96fcc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1fcc14b-893e-4ca8-985a-692b70d96fcc .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-671e8c50-6b27-40b9-b36c-5359b5611125 {
  border-style: solid;
margin-top: 10px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-671e8c50-6b27-40b9-b36c-5359b5611125 {
  margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}@media (max-width: 767px){#s-671e8c50-6b27-40b9-b36c-5359b5611125 {
  margin-bottom: 10px;
}
}







#s-671e8c50-6b27-40b9-b36c-5359b5611125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-671e8c50-6b27-40b9-b36c-5359b5611125 {
  cursor: pointer;
}#s-671e8c50-6b27-40b9-b36c-5359b5611125.shg-box.shg-c {
  justify-content: center;
}

#s-5d9038dd-f9fc-4067-9add-649a6e068b08 {
  text-align: center;
}




  #s-5d9038dd-f9fc-4067-9add-649a6e068b08 img.shogun-image {
    
    width: px;
  }


#s-5d9038dd-f9fc-4067-9add-649a6e068b08 .shogun-image-content {
  
    align-items: center;
  
}

#s-c82fbcb7-aa57-4cdf-b9a9-5cfbd474d91d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c82fbcb7-aa57-4cdf-b9a9-5cfbd474d91d .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c46a03da-1e80-48c8-aa6d-31db44391f82 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c46a03da-1e80-48c8-aa6d-31db44391f82 {
  margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-c46a03da-1e80-48c8-aa6d-31db44391f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c46a03da-1e80-48c8-aa6d-31db44391f82 {
  cursor: pointer;
}#s-c46a03da-1e80-48c8-aa6d-31db44391f82.shg-box.shg-c {
  justify-content: center;
}

#s-bcc9edce-90b0-4d2e-b27e-24c68e4abde0 {
  text-align: center;
}




  #s-bcc9edce-90b0-4d2e-b27e-24c68e4abde0 img.shogun-image {
    
    width: px;
  }


#s-bcc9edce-90b0-4d2e-b27e-24c68e4abde0 .shogun-image-content {
  
    align-items: center;
  
}

#s-780f8f9c-1280-4372-a696-832ac9082f20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-780f8f9c-1280-4372-a696-832ac9082f20 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-d24f4047-d26b-4a67-814c-fa806884919f {
  display: none;
}
#s-d24f4047-d26b-4a67-814c-fa806884919f, #wrap-s-d24f4047-d26b-4a67-814c-fa806884919f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d24f4047-d26b-4a67-814c-fa806884919f {
  display: none;
}
#s-d24f4047-d26b-4a67-814c-fa806884919f, #wrap-s-d24f4047-d26b-4a67-814c-fa806884919f { display:none !important; }}@media (max-width: 767px){#s-d24f4047-d26b-4a67-814c-fa806884919f {
  display: none;
}
#s-d24f4047-d26b-4a67-814c-fa806884919f, #wrap-s-d24f4047-d26b-4a67-814c-fa806884919f { display:none !important; }}
@media (min-width: 0px) {
[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d24f4047-d26b-4a67-814c-fa806884919f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-84b021b0-0c1a-42db-a859-50f5019a566b {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84b021b0-0c1a-42db-a859-50f5019a566b {
  margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-84b021b0-0c1a-42db-a859-50f5019a566b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84b021b0-0c1a-42db-a859-50f5019a566b {
  cursor: pointer;
}#s-84b021b0-0c1a-42db-a859-50f5019a566b.shg-box.shg-c {
  justify-content: center;
}

#s-f314c744-cb6c-4018-88ac-1abe79618689 {
  text-align: center;
}




  #s-f314c744-cb6c-4018-88ac-1abe79618689 img.shogun-image {
    
    width: px;
  }


#s-f314c744-cb6c-4018-88ac-1abe79618689 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e2ac819-dffc-4396-8fd0-424a38d5426a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e2ac819-dffc-4396-8fd0-424a38d5426a .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4248625d-fe1a-4641-ad46-0d5cc00673e2 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4248625d-fe1a-4641-ad46-0d5cc00673e2 {
  padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-4248625d-fe1a-4641-ad46-0d5cc00673e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4248625d-fe1a-4641-ad46-0d5cc00673e2 {
  cursor: pointer;
}#s-4248625d-fe1a-4641-ad46-0d5cc00673e2.shg-box.shg-c {
  justify-content: center;
}

#s-0d1acf61-d9fd-4e13-968d-465384515328 {
  text-align: center;
}




  #s-0d1acf61-d9fd-4e13-968d-465384515328 img.shogun-image {
    
    width: px;
  }


#s-0d1acf61-d9fd-4e13-968d-465384515328 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b62ab44-2b8a-4653-98df-b7cc3573a332 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b62ab44-2b8a-4653-98df-b7cc3573a332 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-baf9e948-e05a-426b-b14d-bd52ab3ab98d {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-baf9e948-e05a-426b-b14d-bd52ab3ab98d {
  padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-baf9e948-e05a-426b-b14d-bd52ab3ab98d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baf9e948-e05a-426b-b14d-bd52ab3ab98d {
  cursor: pointer;
}#s-baf9e948-e05a-426b-b14d-bd52ab3ab98d.shg-box.shg-c {
  justify-content: center;
}

#s-bf54097f-8123-40fd-af89-1d4bb88fd9cf {
  text-align: center;
}




  #s-bf54097f-8123-40fd-af89-1d4bb88fd9cf img.shogun-image {
    
    width: px;
  }


#s-bf54097f-8123-40fd-af89-1d4bb88fd9cf .shogun-image-content {
  
    align-items: center;
  
}

#s-44202f7c-b4c0-4f54-b0c8-c0339141d9f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44202f7c-b4c0-4f54-b0c8-c0339141d9f2 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d57c87c3-9e81-4a4e-8932-9ce9278f8608 {
  margin-top: 10px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d57c87c3-9e81-4a4e-8932-9ce9278f8608"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4979ea22-807c-43cd-8ac9-5cb1cb53bfcb {
  margin-top: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4979ea22-807c-43cd-8ac9-5cb1cb53bfcb {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-4979ea22-807c-43cd-8ac9-5cb1cb53bfcb {
  margin-top: 0%;
}
}
#s-f82a0ba8-9a40-41d5-96bc-07e091fa0e4b {
  border-radius: 10px;
text-align: center;
}




  #s-f82a0ba8-9a40-41d5-96bc-07e091fa0e4b img.shogun-image {
    
    width: px;
  }


#s-f82a0ba8-9a40-41d5-96bc-07e091fa0e4b .shogun-image-content {
  
    align-items: center;
  
}

#s-29e1af13-bf5e-47be-9d12-cf25af467bd0 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29e1af13-bf5e-47be-9d12-cf25af467bd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-61c8bbc0-a4ff-4743-829b-fe75a9e467e3 {
  border-radius: 10px;
text-align: center;
}




  #s-61c8bbc0-a4ff-4743-829b-fe75a9e467e3 img.shogun-image {
    
    width: px;
  }


#s-61c8bbc0-a4ff-4743-829b-fe75a9e467e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-36d65951-e5aa-4494-9751-4d4ba6930ec5 {
  margin-top: 10%;
}
@media (max-width: 767px){#s-36d65951-e5aa-4494-9751-4d4ba6930ec5 {
  margin-top: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-e141f621-d0bc-4677-a243-75b769f285dc {
  display: none;
}
#s-e141f621-d0bc-4677-a243-75b769f285dc, #wrap-s-e141f621-d0bc-4677-a243-75b769f285dc { display:none !important; }}
@media (min-width: 0px) {
[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e141f621-d0bc-4677-a243-75b769f285dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-80893354-b52e-408d-adf3-90d5bd68a211 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-80893354-b52e-408d-adf3-90d5bd68a211 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80893354-b52e-408d-adf3-90d5bd68a211 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80893354-b52e-408d-adf3-90d5bd68a211 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-80893354-b52e-408d-adf3-90d5bd68a211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80893354-b52e-408d-adf3-90d5bd68a211.shg-box.shg-c {
  justify-content: center;
}

#s-6080328c-ad1b-4e68-ba1a-315cfd38497b {
  display: none;
}
#s-58591978-91db-458c-8b60-906dd044eaa6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-58591978-91db-458c-8b60-906dd044eaa6 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58591978-91db-458c-8b60-906dd044eaa6 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-58591978-91db-458c-8b60-906dd044eaa6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-58591978-91db-458c-8b60-906dd044eaa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58591978-91db-458c-8b60-906dd044eaa6.shg-box.shg-c {
  justify-content: center;
}

#s-ed1ba7f6-fce4-4b10-988d-cd553ff75c92 {
  display: none;
}
#s-9bee1fcb-ef28-48e1-9129-4371ccb4cc9d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9bee1fcb-ef28-48e1-9129-4371ccb4cc9d {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bee1fcb-ef28-48e1-9129-4371ccb4cc9d {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bee1fcb-ef28-48e1-9129-4371ccb4cc9d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-9bee1fcb-ef28-48e1-9129-4371ccb4cc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bee1fcb-ef28-48e1-9129-4371ccb4cc9d.shg-box.shg-c {
  justify-content: center;
}

#s-00988377-1553-4512-9c94-2c64d7aa156b {
  display: none;
}
#s-fb412b09-7aa6-422f-9cac-57b97d1b1c1b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fb412b09-7aa6-422f-9cac-57b97d1b1c1b {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb412b09-7aa6-422f-9cac-57b97d1b1c1b {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb412b09-7aa6-422f-9cac-57b97d1b1c1b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-fb412b09-7aa6-422f-9cac-57b97d1b1c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb412b09-7aa6-422f-9cac-57b97d1b1c1b.shg-box.shg-c {
  justify-content: center;
}

#s-fc10e59c-f7aa-472c-955d-68eb3bfecf7e {
  display: none;
}
#s-d44d814f-b45e-46c6-a507-9dc73738b639 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d44d814f-b45e-46c6-a507-9dc73738b639 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d44d814f-b45e-46c6-a507-9dc73738b639 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d44d814f-b45e-46c6-a507-9dc73738b639 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-d44d814f-b45e-46c6-a507-9dc73738b639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d44d814f-b45e-46c6-a507-9dc73738b639.shg-box.shg-c {
  justify-content: center;
}

#s-daafa66f-5726-439f-baff-5eb0f35cecc6 {
  display: none;
}
#s-032ae2c1-4eb7-49f7-aa26-d1a001d04f7b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-032ae2c1-4eb7-49f7-aa26-d1a001d04f7b {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-032ae2c1-4eb7-49f7-aa26-d1a001d04f7b {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-032ae2c1-4eb7-49f7-aa26-d1a001d04f7b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-032ae2c1-4eb7-49f7-aa26-d1a001d04f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032ae2c1-4eb7-49f7-aa26-d1a001d04f7b.shg-box.shg-c {
  justify-content: center;
}

#s-91f0666d-06e0-4a1e-bf61-e82705193737 {
  display: none;
}
@media (min-width: 1200px){#s-b6c13218-9fa9-4f40-ade2-c87decf7ab65 {
  display: none;
}
#s-b6c13218-9fa9-4f40-ade2-c87decf7ab65, #wrap-s-b6c13218-9fa9-4f40-ade2-c87decf7ab65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6c13218-9fa9-4f40-ade2-c87decf7ab65 {
  display: none;
}
#s-b6c13218-9fa9-4f40-ade2-c87decf7ab65, #wrap-s-b6c13218-9fa9-4f40-ade2-c87decf7ab65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6c13218-9fa9-4f40-ade2-c87decf7ab65 {
  
}
}@media (max-width: 767px){#s-b6c13218-9fa9-4f40-ade2-c87decf7ab65 {
  display: none;
}
#s-b6c13218-9fa9-4f40-ade2-c87decf7ab65, #wrap-s-b6c13218-9fa9-4f40-ade2-c87decf7ab65 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b6c13218-9fa9-4f40-ade2-c87decf7ab65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-771a95f9-1cd5-41fd-89c7-352bb148332c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-771a95f9-1cd5-41fd-89c7-352bb148332c {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-771a95f9-1cd5-41fd-89c7-352bb148332c {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-771a95f9-1cd5-41fd-89c7-352bb148332c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-771a95f9-1cd5-41fd-89c7-352bb148332c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771a95f9-1cd5-41fd-89c7-352bb148332c.shg-box.shg-c {
  justify-content: center;
}

#s-32b33642-ea55-4dd3-80f8-246511e8316b {
  display: none;
}
#s-644a4aa0-a5fd-48be-b230-b7905b41886d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-644a4aa0-a5fd-48be-b230-b7905b41886d {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-644a4aa0-a5fd-48be-b230-b7905b41886d {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-644a4aa0-a5fd-48be-b230-b7905b41886d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-644a4aa0-a5fd-48be-b230-b7905b41886d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-644a4aa0-a5fd-48be-b230-b7905b41886d.shg-box.shg-c {
  justify-content: center;
}

#s-1395b1ea-c982-4aa1-b8c4-bb9707cecf0f {
  display: none;
}
#s-d56e7b62-f8ac-4fb7-aaf0-e9fd2560de4d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d56e7b62-f8ac-4fb7-aaf0-e9fd2560de4d {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d56e7b62-f8ac-4fb7-aaf0-e9fd2560de4d {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d56e7b62-f8ac-4fb7-aaf0-e9fd2560de4d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-d56e7b62-f8ac-4fb7-aaf0-e9fd2560de4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d56e7b62-f8ac-4fb7-aaf0-e9fd2560de4d.shg-box.shg-c {
  justify-content: center;
}

#s-c681f961-baaa-4d07-b7a1-f288f9bb945a {
  display: none;
}
@media (min-width: 1200px){#s-03030ec0-61d2-4013-8af6-e37927c24b66 {
  display: none;
}
#s-03030ec0-61d2-4013-8af6-e37927c24b66, #wrap-s-03030ec0-61d2-4013-8af6-e37927c24b66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03030ec0-61d2-4013-8af6-e37927c24b66 {
  display: none;
}
#s-03030ec0-61d2-4013-8af6-e37927c24b66, #wrap-s-03030ec0-61d2-4013-8af6-e37927c24b66 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03030ec0-61d2-4013-8af6-e37927c24b66 {
  
}
}@media (max-width: 767px){#s-03030ec0-61d2-4013-8af6-e37927c24b66 {
  display: none;
}
#s-03030ec0-61d2-4013-8af6-e37927c24b66, #wrap-s-03030ec0-61d2-4013-8af6-e37927c24b66 { display:none !important; }}
@media (min-width: 0px) {
[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03030ec0-61d2-4013-8af6-e37927c24b66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a2cb6b19-dec2-4c15-8982-3a28369b2e02 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a2cb6b19-dec2-4c15-8982-3a28369b2e02 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2cb6b19-dec2-4c15-8982-3a28369b2e02 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2cb6b19-dec2-4c15-8982-3a28369b2e02 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-a2cb6b19-dec2-4c15-8982-3a28369b2e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2cb6b19-dec2-4c15-8982-3a28369b2e02.shg-box.shg-c {
  justify-content: center;
}

#s-38389091-5ffb-4c30-8272-7449fe0c76b3 {
  display: none;
}
#s-920e08ed-8fb9-4514-a8cb-b363d62e36bd {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-920e08ed-8fb9-4514-a8cb-b363d62e36bd {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-920e08ed-8fb9-4514-a8cb-b363d62e36bd {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-920e08ed-8fb9-4514-a8cb-b363d62e36bd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-920e08ed-8fb9-4514-a8cb-b363d62e36bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920e08ed-8fb9-4514-a8cb-b363d62e36bd.shg-box.shg-c {
  justify-content: center;
}

#s-4313d238-052d-41b2-994d-74cf20af911b {
  display: none;
}
#s-92815d8b-1e35-4084-989c-0ad294010a9f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 203, 202, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-92815d8b-1e35-4084-989c-0ad294010a9f {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92815d8b-1e35-4084-989c-0ad294010a9f {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92815d8b-1e35-4084-989c-0ad294010a9f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}
}







#s-92815d8b-1e35-4084-989c-0ad294010a9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92815d8b-1e35-4084-989c-0ad294010a9f.shg-box.shg-c {
  justify-content: center;
}

#s-50878b90-09e2-41e7-be35-e642b8cf9a80 {
  display: none;
}
#s-b87047ee-c528-4760-a030-8dfd9dea83e9 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b87047ee-c528-4760-a030-8dfd9dea83e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1dedfc47-cfc5-44f0-a68b-7cc58bc3d4b5 {
  margin-top: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1dedfc47-cfc5-44f0-a68b-7cc58bc3d4b5 {
  margin-top: 5%;
}
}@media (max-width: 767px){#s-1dedfc47-cfc5-44f0-a68b-7cc58bc3d4b5 {
  margin-top: 0%;
}
}
#s-5172faf4-1980-4c6c-9d22-94035bfc16bb {
  border-radius: 10px;
text-align: center;
}




  #s-5172faf4-1980-4c6c-9d22-94035bfc16bb img.shogun-image {
    
    width: px;
  }


#s-5172faf4-1980-4c6c-9d22-94035bfc16bb .shogun-image-content {
  
    align-items: center;
  
}

#s-e61afb81-bd8b-469d-9916-c2bdaa9d1721 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e61afb81-bd8b-469d-9916-c2bdaa9d1721"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e06fea7-62b2-41ae-bfb8-d26ed4b38604 {
  border-radius: 10px;
text-align: center;
}




  #s-7e06fea7-62b2-41ae-bfb8-d26ed4b38604 img.shogun-image {
    
    width: px;
  }


#s-7e06fea7-62b2-41ae-bfb8-d26ed4b38604 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f922745-7c23-4027-b30c-bd6ed37b4099 {
  margin-top: 10%;
}
@media (max-width: 767px){#s-0f922745-7c23-4027-b30c-bd6ed37b4099 {
  margin-top: 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;
}
