.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-17383f18-7354-4f71-b01e-3097d810da44 {
  min-height: 50px;
}








#s-17383f18-7354-4f71-b01e-3097d810da44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17383f18-7354-4f71-b01e-3097d810da44.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-5e446f3c-deed-4671-9929-e025ca13dfac {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-5e446f3c-deed-4671-9929-e025ca13dfac .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-58b70db6-84c0-487f-9aa8-76cd6fe37696 {
  margin-top: 0em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58b70db6-84c0-487f-9aa8-76cd6fe37696 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e567ff3-79b8-4ef4-9da6-53961f83968c {
  margin-bottom: 4em;
min-height: 50px;
}








#s-8e567ff3-79b8-4ef4-9da6-53961f83968c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e567ff3-79b8-4ef4-9da6-53961f83968c.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-b5556c8b-8428-4e6e-9fae-d8032a78431a {
  text-align: center;
}
@media (min-width: 1200px){#s-b5556c8b-8428-4e6e-9fae-d8032a78431a {
  display: none;
}
#s-b5556c8b-8428-4e6e-9fae-d8032a78431a, #wrap-s-b5556c8b-8428-4e6e-9fae-d8032a78431a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5556c8b-8428-4e6e-9fae-d8032a78431a {
  display: none;
}
#s-b5556c8b-8428-4e6e-9fae-d8032a78431a, #wrap-s-b5556c8b-8428-4e6e-9fae-d8032a78431a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5556c8b-8428-4e6e-9fae-d8032a78431a {
  display: none;
}
#s-b5556c8b-8428-4e6e-9fae-d8032a78431a, #wrap-s-b5556c8b-8428-4e6e-9fae-d8032a78431a { display:none !important; }}



  #s-b5556c8b-8428-4e6e-9fae-d8032a78431a img.shogun-image {
    
    width: px;
  }


#s-b5556c8b-8428-4e6e-9fae-d8032a78431a .shogun-image-content {
  
    align-items: center;
  
}

#s-c45ba84c-1f66-4e16-95c9-aa3c0f8ef9be {
  text-align: center;
}
@media (max-width: 767px){#s-c45ba84c-1f66-4e16-95c9-aa3c0f8ef9be {
  display: none;
}
#s-c45ba84c-1f66-4e16-95c9-aa3c0f8ef9be, #wrap-s-c45ba84c-1f66-4e16-95c9-aa3c0f8ef9be { display:none !important; }}



  #s-c45ba84c-1f66-4e16-95c9-aa3c0f8ef9be img.shogun-image {
    
    width: px;
  }


#s-c45ba84c-1f66-4e16-95c9-aa3c0f8ef9be .shogun-image-content {
  
    align-items: center;
  
}

#s-454c146b-02ad-46ee-9740-f6484a6ac65d {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-454c146b-02ad-46ee-9740-f6484a6ac65d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454c146b-02ad-46ee-9740-f6484a6ac65d.shg-box.shg-c {
  justify-content: center;
}

#s-5cae1251-bfa5-4724-b5e8-aa34d358e4e7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5cae1251-bfa5-4724-b5e8-aa34d358e4e7 .shogun-heading-component h2 {
  color: rgba(9, 44, 116, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e21cdf2f-ec30-4b09-9ea5-8f152e8ac331 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(207, 207, 207, 1);
}

.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-c6594083-5006-476e-8032-5b0f34bba0a9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1366px;
}








#s-c6594083-5006-476e-8032-5b0f34bba0a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6594083-5006-476e-8032-5b0f34bba0a9.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0eef3d76-418a-4aaa-9eb5-ae5bf3f94acc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-edd6ad54-b880-448c-8327-0df5f4d44257 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-edd6ad54-b880-448c-8327-0df5f4d44257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edd6ad54-b880-448c-8327-0df5f4d44257 {
  cursor: pointer;
}#s-edd6ad54-b880-448c-8327-0df5f4d44257.shg-box.shg-c {
  justify-content: center;
}

#s-bb0b2d18-03c1-4501-86a1-411fa0992a58 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-bb0b2d18-03c1-4501-86a1-411fa0992a58 img.shogun-image {
    
    width: px;
  }


#s-bb0b2d18-03c1-4501-86a1-411fa0992a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c571d6f-15cd-44e3-bdf3-6b1ddb4d3d9c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-0c571d6f-15cd-44e3-bdf3-6b1ddb4d3d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c571d6f-15cd-44e3-bdf3-6b1ddb4d3d9c {
  cursor: pointer;
}#s-0c571d6f-15cd-44e3-bdf3-6b1ddb4d3d9c.shg-box.shg-c {
  justify-content: center;
}

#s-4ae0a3e6-1eb4-4932-98eb-ad442346be78 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-4ae0a3e6-1eb4-4932-98eb-ad442346be78 img.shogun-image {
    
    width: px;
  }


#s-4ae0a3e6-1eb4-4932-98eb-ad442346be78 .shogun-image-content {
  
    align-items: center;
  
}

#s-34073f48-9701-4359-ac52-6af184e291a0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-34073f48-9701-4359-ac52-6af184e291a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34073f48-9701-4359-ac52-6af184e291a0 {
  cursor: pointer;
}#s-34073f48-9701-4359-ac52-6af184e291a0.shg-box.shg-c {
  justify-content: center;
}

#s-e272fc5f-9d36-4b63-b232-ac5b1359f3d8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-e272fc5f-9d36-4b63-b232-ac5b1359f3d8 img.shogun-image {
    
    width: px;
  }


#s-e272fc5f-9d36-4b63-b232-ac5b1359f3d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee37d42c-5881-47fb-acbe-c353d11f60db {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-ee37d42c-5881-47fb-acbe-c353d11f60db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee37d42c-5881-47fb-acbe-c353d11f60db {
  cursor: pointer;
}#s-ee37d42c-5881-47fb-acbe-c353d11f60db.shg-box.shg-c {
  justify-content: center;
}

#s-81a783f8-47e8-46a6-809a-759a5d15b8af {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-81a783f8-47e8-46a6-809a-759a5d15b8af img.shogun-image {
    
    width: px;
  }


#s-81a783f8-47e8-46a6-809a-759a5d15b8af .shogun-image-content {
  
    align-items: center;
  
}

#s-6de736ff-4570-4211-baa1-4da1c1aecdb5 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6de736ff-4570-4211-baa1-4da1c1aecdb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2e119b26-a628-4626-8f0f-84b1516f4736 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-2e119b26-a628-4626-8f0f-84b1516f4736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e119b26-a628-4626-8f0f-84b1516f4736 {
  cursor: pointer;
}#s-2e119b26-a628-4626-8f0f-84b1516f4736.shg-box.shg-c {
  justify-content: center;
}

#s-7aed9d9d-5c98-457a-8937-8f2c5898753a {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-7aed9d9d-5c98-457a-8937-8f2c5898753a img.shogun-image {
    
    width: px;
  }


#s-7aed9d9d-5c98-457a-8937-8f2c5898753a .shogun-image-content {
  
    align-items: center;
  
}

#s-67eead65-9df5-4739-8597-09371df7bb58 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-67eead65-9df5-4739-8597-09371df7bb58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67eead65-9df5-4739-8597-09371df7bb58 {
  cursor: pointer;
}#s-67eead65-9df5-4739-8597-09371df7bb58.shg-box.shg-c {
  justify-content: center;
}

#s-a8c778b7-2a6d-4ea3-a4ce-907b37bfff7f {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-a8c778b7-2a6d-4ea3-a4ce-907b37bfff7f img.shogun-image {
    
    width: px;
  }


#s-a8c778b7-2a6d-4ea3-a4ce-907b37bfff7f .shogun-image-content {
  
    align-items: center;
  
}

#s-8974554f-e5ec-4a38-b3e9-82664be3978c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-8974554f-e5ec-4a38-b3e9-82664be3978c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8974554f-e5ec-4a38-b3e9-82664be3978c {
  cursor: pointer;
}#s-8974554f-e5ec-4a38-b3e9-82664be3978c.shg-box.shg-c {
  justify-content: center;
}

#s-eb76b696-2868-47df-b34f-d52a2a4f0935 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-eb76b696-2868-47df-b34f-d52a2a4f0935 img.shogun-image {
    
    width: px;
  }


#s-eb76b696-2868-47df-b34f-d52a2a4f0935 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3d31f82-f050-4eb9-b72c-397d400740f2 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 5em;
margin-right: auto;
padding-top: 2em;
padding-left: 3em;
padding-bottom: 2em;
padding-right: 3em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3d31f82-f050-4eb9-b72c-397d400740f2 {
  display: none;
}
#s-b3d31f82-f050-4eb9-b72c-397d400740f2, #wrap-s-b3d31f82-f050-4eb9-b72c-397d400740f2 { display:none !important; }}@media (max-width: 767px){#s-b3d31f82-f050-4eb9-b72c-397d400740f2 {
  display: none;
}
#s-b3d31f82-f050-4eb9-b72c-397d400740f2, #wrap-s-b3d31f82-f050-4eb9-b72c-397d400740f2 { display:none !important; }}







#s-b3d31f82-f050-4eb9-b72c-397d400740f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3d31f82-f050-4eb9-b72c-397d400740f2.shg-box.shg-c {
  justify-content: center;
}

#s-df79b021-1392-4075-9ae8-4e9c9345922f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df79b021-1392-4075-9ae8-4e9c9345922f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e54194bc-9fc9-48b7-8de4-2f8eade1a1fa {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-766adfd1-7529-4314-a2ab-808911daa863"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dc4bfa9d-0f35-46ad-ad5b-c1ddb1dc5b32 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dc4bfa9d-0f35-46ad-ad5b-c1ddb1dc5b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc4bfa9d-0f35-46ad-ad5b-c1ddb1dc5b32.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15575332-505c-4ecb-9cb9-903503396e00 {
  text-align: center;
}




  #s-15575332-505c-4ecb-9cb9-903503396e00 img.shogun-image {
    
    width: px;
  }


#s-15575332-505c-4ecb-9cb9-903503396e00 .shogun-image-content {
  
    align-items: center;
  
}

#s-8edf2439-904a-42da-9b33-f35df990a5d3 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8edf2439-904a-42da-9b33-f35df990a5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8edf2439-904a-42da-9b33-f35df990a5d3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-171f615d-6077-4d9b-92c1-46fd8bc3e820 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-171f615d-6077-4d9b-92c1-46fd8bc3e820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-171f615d-6077-4d9b-92c1-46fd8bc3e820.shg-box.shg-c {
  justify-content: flex-start;
}

#s-52efea5c-9e66-4e2b-ac9a-9248ff959014 {
  text-align: center;
}




  #s-52efea5c-9e66-4e2b-ac9a-9248ff959014 img.shogun-image {
    
    width: px;
  }


#s-52efea5c-9e66-4e2b-ac9a-9248ff959014 .shogun-image-content {
  
    align-items: center;
  
}

#s-195da5ae-215e-47aa-9b02-e437a1b382b0 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-195da5ae-215e-47aa-9b02-e437a1b382b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-195da5ae-215e-47aa-9b02-e437a1b382b0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be460399-ef52-4ab7-a11b-af9721e91fb4 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-be460399-ef52-4ab7-a11b-af9721e91fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be460399-ef52-4ab7-a11b-af9721e91fb4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bbd5c162-6c02-49b6-8ae2-7744b4333759 {
  text-align: center;
}




  #s-bbd5c162-6c02-49b6-8ae2-7744b4333759 img.shogun-image {
    
    width: px;
  }


#s-bbd5c162-6c02-49b6-8ae2-7744b4333759 .shogun-image-content {
  
    align-items: center;
  
}

#s-e790dfa2-0705-4725-9582-ff55ef99caf5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e790dfa2-0705-4725-9582-ff55ef99caf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e790dfa2-0705-4725-9582-ff55ef99caf5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1ceb874a-2f06-47d8-8ee8-03369ab3a6d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-33215da3-849a-4808-b64b-b1be3ad8dfbb {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-33215da3-849a-4808-b64b-b1be3ad8dfbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33215da3-849a-4808-b64b-b1be3ad8dfbb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56b3ea34-db5d-4805-93c4-8c87d32032f1 {
  text-align: center;
}




  #s-56b3ea34-db5d-4805-93c4-8c87d32032f1 img.shogun-image {
    
    width: px;
  }


#s-56b3ea34-db5d-4805-93c4-8c87d32032f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd7d781d-c98d-4d12-b7d1-778363722d2d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd7d781d-c98d-4d12-b7d1-778363722d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd7d781d-c98d-4d12-b7d1-778363722d2d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b16fd8d6-6e69-436a-938f-429122e552ad {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b16fd8d6-6e69-436a-938f-429122e552ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b16fd8d6-6e69-436a-938f-429122e552ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7391428a-1f68-4745-8d36-57a2a7ba880f {
  text-align: center;
}




  #s-7391428a-1f68-4745-8d36-57a2a7ba880f img.shogun-image {
    
    width: px;
  }


#s-7391428a-1f68-4745-8d36-57a2a7ba880f .shogun-image-content {
  
    align-items: center;
  
}

#s-a5fd736a-c601-4e22-9870-bc4664a00e6c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a5fd736a-c601-4e22-9870-bc4664a00e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5fd736a-c601-4e22-9870-bc4664a00e6c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2994e3f2-dade-4377-a3f3-78b08d358736 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2994e3f2-dade-4377-a3f3-78b08d358736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2994e3f2-dade-4377-a3f3-78b08d358736.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4db9d58-2177-400a-af4b-bc358a889084 {
  text-align: center;
}




  #s-e4db9d58-2177-400a-af4b-bc358a889084 img.shogun-image {
    
    width: px;
  }


#s-e4db9d58-2177-400a-af4b-bc358a889084 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb5baf35-8928-4ccc-bf29-5569598ea839 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bb5baf35-8928-4ccc-bf29-5569598ea839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb5baf35-8928-4ccc-bf29-5569598ea839.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 1200px){#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 {
  display: none;
}
#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886, #wrap-s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 {
  display: none;
}
#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886, #wrap-s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 { display:none !important; }}@media (max-width: 767px){#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 {
  display: none;
}
#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886, #wrap-s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 { display:none !important; }}







#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f4d93a7-fd0e-4bf5-9b22-a9cd49eee886.shg-box.shg-c {
  justify-content: center;
}

#s-4d40142a-91f5-467f-abf7-4a1bbe1c1bab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d40142a-91f5-467f-abf7-4a1bbe1c1bab .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e6b02016-a13e-4533-a0f4-6db0202fbdbb {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-882538fc-6f82-4d7f-822f-f3f7375b7673"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3ab3ec88-5c81-4361-a551-d5148a9a34be {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3ab3ec88-5c81-4361-a551-d5148a9a34be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ab3ec88-5c81-4361-a551-d5148a9a34be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2d10caa8-a820-46c1-b88e-94e242f81b2d {
  text-align: center;
}




  #s-2d10caa8-a820-46c1-b88e-94e242f81b2d img.shogun-image {
    
    width: px;
  }


#s-2d10caa8-a820-46c1-b88e-94e242f81b2d .shogun-image-content {
  
    align-items: center;
  
}

#s-3fe4cf90-d5b4-4f67-9f05-c2c6676f0c4e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3fe4cf90-d5b4-4f67-9f05-c2c6676f0c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe4cf90-d5b4-4f67-9f05-c2c6676f0c4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b11c086c-fda1-4f1f-9657-3d5ca88ab7d6 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b11c086c-fda1-4f1f-9657-3d5ca88ab7d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b11c086c-fda1-4f1f-9657-3d5ca88ab7d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b92ebf6b-c5a0-4778-8584-0e0da9e1b59d {
  text-align: center;
}




  #s-b92ebf6b-c5a0-4778-8584-0e0da9e1b59d img.shogun-image {
    
    width: px;
  }


#s-b92ebf6b-c5a0-4778-8584-0e0da9e1b59d .shogun-image-content {
  
    align-items: center;
  
}

#s-1685f010-50c5-468e-b1d7-10a5ccacb9af {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1685f010-50c5-468e-b1d7-10a5ccacb9af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1685f010-50c5-468e-b1d7-10a5ccacb9af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd0838fb-a5e2-4466-adf3-87e26099317c {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd0838fb-a5e2-4466-adf3-87e26099317c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd0838fb-a5e2-4466-adf3-87e26099317c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6024f686-ce9e-4ede-bcd7-5a441c12f7f7 {
  text-align: center;
}




  #s-6024f686-ce9e-4ede-bcd7-5a441c12f7f7 img.shogun-image {
    
    width: px;
  }


#s-6024f686-ce9e-4ede-bcd7-5a441c12f7f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-698c53a7-d379-4348-a21c-16d660d609c1 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-698c53a7-d379-4348-a21c-16d660d609c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-698c53a7-d379-4348-a21c-16d660d609c1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-24ad1005-2c1c-40eb-a6be-f64065cc5163 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24ad1005-2c1c-40eb-a6be-f64065cc5163"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7b3d3e2a-c153-40c0-8142-04ca6440c388 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7b3d3e2a-c153-40c0-8142-04ca6440c388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b3d3e2a-c153-40c0-8142-04ca6440c388.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c81543a6-4844-4a71-8633-7aae7bcf9b10 {
  text-align: center;
}




  #s-c81543a6-4844-4a71-8633-7aae7bcf9b10 img.shogun-image {
    
    width: px;
  }


#s-c81543a6-4844-4a71-8633-7aae7bcf9b10 .shogun-image-content {
  
    align-items: center;
  
}

#s-3601d765-8a85-41d9-99ff-ff1d69854145 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3601d765-8a85-41d9-99ff-ff1d69854145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3601d765-8a85-41d9-99ff-ff1d69854145.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f3b7a1a3-f501-4343-adfc-9b1a21411186 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f3b7a1a3-f501-4343-adfc-9b1a21411186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b7a1a3-f501-4343-adfc-9b1a21411186.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d539c14d-b67f-452c-800d-0a5f576792af {
  text-align: center;
}




  #s-d539c14d-b67f-452c-800d-0a5f576792af img.shogun-image {
    
    width: px;
  }


#s-d539c14d-b67f-452c-800d-0a5f576792af .shogun-image-content {
  
    align-items: center;
  
}

#s-b04665b7-fa20-4d71-a096-f03cd3ebf377 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b04665b7-fa20-4d71-a096-f03cd3ebf377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b04665b7-fa20-4d71-a096-f03cd3ebf377.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56042896-113c-485e-877b-0bb1251d878f {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-56042896-113c-485e-877b-0bb1251d878f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56042896-113c-485e-877b-0bb1251d878f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2f3133ce-700d-4b07-8c55-a34323c97409 {
  text-align: center;
}




  #s-2f3133ce-700d-4b07-8c55-a34323c97409 img.shogun-image {
    
    width: px;
  }


#s-2f3133ce-700d-4b07-8c55-a34323c97409 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b18304b-3ae8-4003-8c36-cd252eef37c7 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b18304b-3ae8-4003-8c36-cd252eef37c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b18304b-3ae8-4003-8c36-cd252eef37c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-05306195-e084-48c8-898f-5849c0698db1 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
}
@media (min-width: 1200px){#s-05306195-e084-48c8-898f-5849c0698db1 {
  display: none;
}
#s-05306195-e084-48c8-898f-5849c0698db1, #wrap-s-05306195-e084-48c8-898f-5849c0698db1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05306195-e084-48c8-898f-5849c0698db1 {
  display: none;
}
#s-05306195-e084-48c8-898f-5849c0698db1, #wrap-s-05306195-e084-48c8-898f-5849c0698db1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05306195-e084-48c8-898f-5849c0698db1 {
  
}
}@media (max-width: 767px){#s-05306195-e084-48c8-898f-5849c0698db1 {
  display: none;
}
#s-05306195-e084-48c8-898f-5849c0698db1, #wrap-s-05306195-e084-48c8-898f-5849c0698db1 { display:none !important; }}







#s-05306195-e084-48c8-898f-5849c0698db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05306195-e084-48c8-898f-5849c0698db1.shg-box.shg-c {
  justify-content: center;
}

#s-15b477b9-5cdd-4a7d-9460-9e7fb392dff2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15b477b9-5cdd-4a7d-9460-9e7fb392dff2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-373643b5-1686-44d4-b852-3600f5b14792 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1e4c27b2-752b-498f-a3f0-6cc812e199d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-16a53cf4-abb1-4fc3-9aa3-ea846b23d27e {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-16a53cf4-abb1-4fc3-9aa3-ea846b23d27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16a53cf4-abb1-4fc3-9aa3-ea846b23d27e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b492718-742f-4a01-8ee4-2b2491c7fbed {
  text-align: center;
}




  #s-1b492718-742f-4a01-8ee4-2b2491c7fbed img.shogun-image {
    
    width: px;
  }


#s-1b492718-742f-4a01-8ee4-2b2491c7fbed .shogun-image-content {
  
    align-items: center;
  
}

#s-ec587a25-e9c8-460f-bc3c-9d578e01a284 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ec587a25-e9c8-460f-bc3c-9d578e01a284 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec587a25-e9c8-460f-bc3c-9d578e01a284.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8a0fb63d-c0d4-456d-87b8-c28be8cb507e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a0fb63d-c0d4-456d-87b8-c28be8cb507e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ad66149-4914-431a-9fbf-99fd627e5a57 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2ad66149-4914-431a-9fbf-99fd627e5a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad66149-4914-431a-9fbf-99fd627e5a57.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5bbe45f3-4787-40cd-920d-97e092412b13 {
  text-align: center;
}




  #s-5bbe45f3-4787-40cd-920d-97e092412b13 img.shogun-image {
    
    width: px;
  }


#s-5bbe45f3-4787-40cd-920d-97e092412b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-31a0ea1a-aece-4b86-b125-075766d5e766 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-31a0ea1a-aece-4b86-b125-075766d5e766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a0ea1a-aece-4b86-b125-075766d5e766.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5db485ad-ec91-4c75-924f-a6ca044cb955 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5db485ad-ec91-4c75-924f-a6ca044cb955 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59d4a56a-d4de-40fb-8b12-193945c91e08 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(207, 207, 207, 1);
}








#s-59d4a56a-d4de-40fb-8b12-193945c91e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59d4a56a-d4de-40fb-8b12-193945c91e08.shg-box.shg-c {
  justify-content: center;
}

#s-b4e87cc5-92d3-4462-a819-ebf22d03187b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4e87cc5-92d3-4462-a819-ebf22d03187b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c80d724-296c-4666-b069-c6b7a37c0dc3 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c80d724-296c-4666-b069-c6b7a37c0dc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-82576272-0326-4953-96ee-b54a4481c8e9 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(207, 207, 207, 1);
}








#s-82576272-0326-4953-96ee-b54a4481c8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82576272-0326-4953-96ee-b54a4481c8e9.shg-box.shg-c {
  justify-content: center;
}

#s-8d28665b-1559-420e-b7a9-39c57dc80279 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d28665b-1559-420e-b7a9-39c57dc80279 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c81f058-7e0d-42ab-b726-5dd44d01ca47 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c81f058-7e0d-42ab-b726-5dd44d01ca47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c81f058-7e0d-42ab-b726-5dd44d01ca47.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5c808dfd-bcca-48bf-aadb-923a096037ec {
  text-align: center;
}




  #s-5c808dfd-bcca-48bf-aadb-923a096037ec img.shogun-image {
    
    width: px;
  }


#s-5c808dfd-bcca-48bf-aadb-923a096037ec .shogun-image-content {
  
    align-items: center;
  
}

#s-2e4d58ec-bf92-4447-9110-706948d2c1a5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2e4d58ec-bf92-4447-9110-706948d2c1a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e4d58ec-bf92-4447-9110-706948d2c1a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f83d54f-0e21-48fc-b9ee-cca3e3e0d25a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f83d54f-0e21-48fc-b9ee-cca3e3e0d25a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0086b90-fcbc-49c8-a71e-8a0db3400ac8 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c0086b90-fcbc-49c8-a71e-8a0db3400ac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0086b90-fcbc-49c8-a71e-8a0db3400ac8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d7078e9-86c2-4196-9a86-c594df365183 {
  text-align: center;
}




  #s-8d7078e9-86c2-4196-9a86-c594df365183 img.shogun-image {
    
    width: px;
  }


#s-8d7078e9-86c2-4196-9a86-c594df365183 .shogun-image-content {
  
    align-items: center;
  
}

#s-4310959f-d79b-4dd2-a6ec-81c00c73b7bc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4310959f-d79b-4dd2-a6ec-81c00c73b7bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4310959f-d79b-4dd2-a6ec-81c00c73b7bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fe3ac095-1062-42b7-b707-e0c1adc66aeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe3ac095-1062-42b7-b707-e0c1adc66aeb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 1200px){#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb {
  display: none;
}
#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb, #wrap-s-82d566c5-3c57-425a-82e5-f2b6ae112bbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb {
  display: none;
}
#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb, #wrap-s-82d566c5-3c57-425a-82e5-f2b6ae112bbb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb {
  display: none;
}
#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb, #wrap-s-82d566c5-3c57-425a-82e5-f2b6ae112bbb { display:none !important; }}







#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82d566c5-3c57-425a-82e5-f2b6ae112bbb.shg-box.shg-c {
  justify-content: center;
}

#s-10071166-313b-4176-b24d-a034d3704249 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10071166-313b-4176-b24d-a034d3704249 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f716887-0e54-469d-a85d-4fca564e0a03 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98a44991-e63b-4fc3-bdec-15b15b0838bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c896e0a7-c043-46ac-b1e4-c601a877a710 {
  margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c896e0a7-c043-46ac-b1e4-c601a877a710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c896e0a7-c043-46ac-b1e4-c601a877a710.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d8b36398-ee90-4dfd-89e8-ae259b18e733 {
  text-align: center;
}




  #s-d8b36398-ee90-4dfd-89e8-ae259b18e733 img.shogun-image {
    
    width: px;
  }


#s-d8b36398-ee90-4dfd-89e8-ae259b18e733 .shogun-image-content {
  
    align-items: center;
  
}

#s-f286e9cc-4c34-45df-b155-e113e6ebd45b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f286e9cc-4c34-45df-b155-e113e6ebd45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f286e9cc-4c34-45df-b155-e113e6ebd45b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56ea0563-9f9d-4980-b885-05a010e226ec {
  margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-56ea0563-9f9d-4980-b885-05a010e226ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56ea0563-9f9d-4980-b885-05a010e226ec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e3eb5b2-0c4d-46e2-812a-068f8426ebc7 {
  text-align: center;
}




  #s-2e3eb5b2-0c4d-46e2-812a-068f8426ebc7 img.shogun-image {
    
    width: px;
  }


#s-2e3eb5b2-0c4d-46e2-812a-068f8426ebc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6205e27-3ae5-4cb8-b070-f8209a41ab79 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d6205e27-3ae5-4cb8-b070-f8209a41ab79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6205e27-3ae5-4cb8-b070-f8209a41ab79.shg-box.shg-c {
  justify-content: flex-start;
}

#s-42f27f3e-4f39-4b6f-a5e3-396586113b88 {
  margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-42f27f3e-4f39-4b6f-a5e3-396586113b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f27f3e-4f39-4b6f-a5e3-396586113b88.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a98ce11a-0897-4edd-8442-af4465613cb0 {
  text-align: center;
}




  #s-a98ce11a-0897-4edd-8442-af4465613cb0 img.shogun-image {
    
    width: px;
  }


#s-a98ce11a-0897-4edd-8442-af4465613cb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddbc06d7-121f-4dde-8d6d-0525f7c9698b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ddbc06d7-121f-4dde-8d6d-0525f7c9698b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddbc06d7-121f-4dde-8d6d-0525f7c9698b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4cdd269d-1d73-4795-a388-b1b931c03570 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4cdd269d-1d73-4795-a388-b1b931c03570"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4dab866c-e342-4bab-8883-f26c289e4229 {
  margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4dab866c-e342-4bab-8883-f26c289e4229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dab866c-e342-4bab-8883-f26c289e4229.shg-box.shg-c {
  justify-content: flex-start;
}

#s-45b06e4e-c025-4987-8b2d-2c2af1d03407 {
  text-align: center;
}




  #s-45b06e4e-c025-4987-8b2d-2c2af1d03407 img.shogun-image {
    
    width: px;
  }


#s-45b06e4e-c025-4987-8b2d-2c2af1d03407 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c54c497-9e40-4106-bcdb-27baa2582c9f {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c54c497-9e40-4106-bcdb-27baa2582c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c54c497-9e40-4106-bcdb-27baa2582c9f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8fa7f6e-7e39-4f9f-b26b-f9d909d2248e {
  margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8fa7f6e-7e39-4f9f-b26b-f9d909d2248e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8fa7f6e-7e39-4f9f-b26b-f9d909d2248e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d2a2d7f-608c-4a6e-a3c7-f95e1ccf7137 {
  text-align: center;
}




  #s-8d2a2d7f-608c-4a6e-a3c7-f95e1ccf7137 img.shogun-image {
    
    width: px;
  }


#s-8d2a2d7f-608c-4a6e-a3c7-f95e1ccf7137 .shogun-image-content {
  
    align-items: center;
  
}

#s-977205ef-1cd0-4363-b787-9b247c5fcb12 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-977205ef-1cd0-4363-b787-9b247c5fcb12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977205ef-1cd0-4363-b787-9b247c5fcb12.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0898f4a6-e227-470a-bb1c-2bfcb022ef22 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0898f4a6-e227-470a-bb1c-2bfcb022ef22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0898f4a6-e227-470a-bb1c-2bfcb022ef22.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c9e0484f-0e61-40ac-ab13-989d2ffe53f2 {
  text-align: center;
}




  #s-c9e0484f-0e61-40ac-ab13-989d2ffe53f2 img.shogun-image {
    
    width: px;
  }


#s-c9e0484f-0e61-40ac-ab13-989d2ffe53f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b044fb1f-f74f-40a3-86dd-4923a73905db {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b044fb1f-f74f-40a3-86dd-4923a73905db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b044fb1f-f74f-40a3-86dd-4923a73905db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 0em;
padding-left: 3em;
padding-bottom: 0em;
padding-right: 3em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
}
@media (min-width: 1200px){#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 {
  display: none;
}
#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6, #wrap-s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 { display:none !important; }}@media (max-width: 767px){#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 {
  display: none;
}
#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6, #wrap-s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 { display:none !important; }}







#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c8d4dd8-20f2-4eeb-af0f-509c2838eaf6.shg-box.shg-c {
  justify-content: center;
}

#s-a9f58075-112c-46bf-8001-8d37fb94d207 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9f58075-112c-46bf-8001-8d37fb94d207 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dc21ee2d-07c7-40b0-8706-e25f234727b2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97fbdd61-cefa-4a56-9e66-7f23e0ea0ecd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-33fb7026-ed9c-49bd-943c-cb2c6aec4adb {
  border-style: solid;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-33fb7026-ed9c-49bd-943c-cb2c6aec4adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33fb7026-ed9c-49bd-943c-cb2c6aec4adb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-49522307-258b-4c21-b327-6233cf2dc349 {
  text-align: center;
}




  #s-49522307-258b-4c21-b327-6233cf2dc349 img.shogun-image {
    
    width: px;
  }


#s-49522307-258b-4c21-b327-6233cf2dc349 .shogun-image-content {
  
    align-items: center;
  
}

#s-09aa08c5-d4ae-4f27-8ab0-e9be8fe266e5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-09aa08c5-d4ae-4f27-8ab0-e9be8fe266e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09aa08c5-d4ae-4f27-8ab0-e9be8fe266e5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-92a1a8e5-29ae-4aa1-9871-40c7bf235a5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92a1a8e5-29ae-4aa1-9871-40c7bf235a5d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-80b57ebc-6904-4fa4-89b7-7488db498f3e {
  border-style: solid;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-80b57ebc-6904-4fa4-89b7-7488db498f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b57ebc-6904-4fa4-89b7-7488db498f3e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-67622348-bbbd-4e05-ac3e-2fba26923184 {
  text-align: center;
}




  #s-67622348-bbbd-4e05-ac3e-2fba26923184 img.shogun-image {
    
    width: px;
  }


#s-67622348-bbbd-4e05-ac3e-2fba26923184 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9f9a0d8-81b1-4e6b-82d0-45f2e3245e93 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f9f9a0d8-81b1-4e6b-82d0-45f2e3245e93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f9a0d8-81b1-4e6b-82d0-45f2e3245e93.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ef63e8e9-b5f8-4fbd-8e23-eec2da96fd97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef63e8e9-b5f8-4fbd-8e23-eec2da96fd97 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cbbde306-6c65-4719-8416-eb7d68dcb6b0 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(207, 207, 207, 1);
}








#s-cbbde306-6c65-4719-8416-eb7d68dcb6b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbbde306-6c65-4719-8416-eb7d68dcb6b0.shg-box.shg-c {
  justify-content: center;
}

#s-dbf940ba-2785-464c-8522-e27c894ef022 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbf940ba-2785-464c-8522-e27c894ef022 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a73bb141-2fd6-4d4a-97e8-9fd8fa5e82bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3f09e48b-7fba-49c4-bb9f-ef98868d1450 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(207, 207, 207, 1);
}








#s-3f09e48b-7fba-49c4-bb9f-ef98868d1450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f09e48b-7fba-49c4-bb9f-ef98868d1450.shg-box.shg-c {
  justify-content: center;
}

#s-87c5d5a9-2482-4ded-8bce-4bcf975cb769 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87c5d5a9-2482-4ded-8bce-4bcf975cb769 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9e9a312-2531-4e3f-a286-5562da130b25 {
  border-style: solid;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f9e9a312-2531-4e3f-a286-5562da130b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e9a312-2531-4e3f-a286-5562da130b25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e9b965d6-3ddd-4d19-b475-ef3c0b544f70 {
  text-align: center;
}




  #s-e9b965d6-3ddd-4d19-b475-ef3c0b544f70 img.shogun-image {
    
    width: px;
  }


#s-e9b965d6-3ddd-4d19-b475-ef3c0b544f70 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a6bd943-0ffc-45ee-a81c-3baa9e3da3c6 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5a6bd943-0ffc-45ee-a81c-3baa9e3da3c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a6bd943-0ffc-45ee-a81c-3baa9e3da3c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-423d597a-4bf4-4c24-a32b-290cb8f500fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-423d597a-4bf4-4c24-a32b-290cb8f500fd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c676e2f9-6549-4b24-af67-2a88e69a052c {
  border-style: solid;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c676e2f9-6549-4b24-af67-2a88e69a052c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c676e2f9-6549-4b24-af67-2a88e69a052c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-221bc8e5-ac47-40cc-921b-bc542c687d5b {
  text-align: center;
}




  #s-221bc8e5-ac47-40cc-921b-bc542c687d5b img.shogun-image {
    
    width: px;
  }


#s-221bc8e5-ac47-40cc-921b-bc542c687d5b .shogun-image-content {
  
    align-items: center;
  
}

#s-18da53da-741c-4380-a72d-8803c5a418cd {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-18da53da-741c-4380-a72d-8803c5a418cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18da53da-741c-4380-a72d-8803c5a418cd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1e36169c-66fd-484c-a958-81a6512f6236 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e36169c-66fd-484c-a958-81a6512f6236 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50337759-7638-4f52-a712-cc94d02d9817 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
}
@media (min-width: 1200px){#s-50337759-7638-4f52-a712-cc94d02d9817 {
  display: none;
}
#s-50337759-7638-4f52-a712-cc94d02d9817, #wrap-s-50337759-7638-4f52-a712-cc94d02d9817 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50337759-7638-4f52-a712-cc94d02d9817 {
  display: none;
}
#s-50337759-7638-4f52-a712-cc94d02d9817, #wrap-s-50337759-7638-4f52-a712-cc94d02d9817 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50337759-7638-4f52-a712-cc94d02d9817 {
  display: none;
}
#s-50337759-7638-4f52-a712-cc94d02d9817, #wrap-s-50337759-7638-4f52-a712-cc94d02d9817 { display:none !important; }}@media (max-width: 767px){#s-50337759-7638-4f52-a712-cc94d02d9817 {
  
}
}







#s-50337759-7638-4f52-a712-cc94d02d9817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50337759-7638-4f52-a712-cc94d02d9817.shg-box.shg-c {
  justify-content: center;
}

#s-d0abd826-29da-4a8a-a2f3-5aba00dea1a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0abd826-29da-4a8a-a2f3-5aba00dea1a3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3000f8b3-0611-4efe-af36-e2c505fd112a {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9890b8d0-c7ff-4d45-a682-8d4ba4430e9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eed53fc0-0017-4202-a30e-1bc10255bd7c {
  border-style: solid;
margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eed53fc0-0017-4202-a30e-1bc10255bd7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed53fc0-0017-4202-a30e-1bc10255bd7c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-231fe10f-61fe-4fcd-87b5-5d4681d67b37 {
  text-align: center;
}




  #s-231fe10f-61fe-4fcd-87b5-5d4681d67b37 img.shogun-image {
    
    width: px;
  }


#s-231fe10f-61fe-4fcd-87b5-5d4681d67b37 .shogun-image-content {
  
    align-items: center;
  
}

#s-31d4b019-4edd-4d13-99e6-1bc4c1f39c89 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-31d4b019-4edd-4d13-99e6-1bc4c1f39c89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31d4b019-4edd-4d13-99e6-1bc4c1f39c89.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1ae24bc7-a5db-41e8-aaa5-f06595012653 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ae24bc7-a5db-41e8-aaa5-f06595012653 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-be20fd3b-8c22-4ee0-9491-af342140863d {
  border-style: solid;
margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-be20fd3b-8c22-4ee0-9491-af342140863d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be20fd3b-8c22-4ee0-9491-af342140863d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6a50e086-4fcd-4a4c-85f4-01605633bccc {
  text-align: center;
}




  #s-6a50e086-4fcd-4a4c-85f4-01605633bccc img.shogun-image {
    
    width: px;
  }


#s-6a50e086-4fcd-4a4c-85f4-01605633bccc .shogun-image-content {
  
    align-items: center;
  
}

#s-521ae99c-c5a3-41bc-8583-b5d4b4e49232 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-521ae99c-c5a3-41bc-8583-b5d4b4e49232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-521ae99c-c5a3-41bc-8583-b5d4b4e49232.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6619c643-36e4-4603-bc5d-6f4c65db171f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6619c643-36e4-4603-bc5d-6f4c65db171f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fe043d1-954a-4806-b18e-0b622c4770d9 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(207, 207, 207, 1);
}








#s-8fe043d1-954a-4806-b18e-0b622c4770d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe043d1-954a-4806-b18e-0b622c4770d9.shg-box.shg-c {
  justify-content: center;
}

#s-fa110885-4128-4c00-9adc-b9a94c48204d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa110885-4128-4c00-9adc-b9a94c48204d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b4de1faf-bb9b-41cd-b371-18917016e835 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4de1faf-bb9b-41cd-b371-18917016e835"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cf979fea-0aff-4d98-928b-053ed340b3fc {
  border-style: solid;
margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cf979fea-0aff-4d98-928b-053ed340b3fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf979fea-0aff-4d98-928b-053ed340b3fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d95e2d1f-e14c-4b07-a700-d9edb58206cb {
  text-align: center;
}




  #s-d95e2d1f-e14c-4b07-a700-d9edb58206cb img.shogun-image {
    
    width: px;
  }


#s-d95e2d1f-e14c-4b07-a700-d9edb58206cb .shogun-image-content {
  
    align-items: center;
  
}

#s-596da9af-29c2-47b0-9c82-cd0b029468a5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-596da9af-29c2-47b0-9c82-cd0b029468a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-596da9af-29c2-47b0-9c82-cd0b029468a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-968c61a4-0c05-434c-a6d0-3af287e32f11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-968c61a4-0c05-434c-a6d0-3af287e32f11 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a4c7b668-3f2f-433e-a399-09b4f95c1c39 {
  border-style: solid;
margin-bottom: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a4c7b668-3f2f-433e-a399-09b4f95c1c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4c7b668-3f2f-433e-a399-09b4f95c1c39.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9a32dc01-713e-4658-8b11-f42efdee9972 {
  text-align: center;
}




  #s-9a32dc01-713e-4658-8b11-f42efdee9972 img.shogun-image {
    
    width: px;
  }


#s-9a32dc01-713e-4658-8b11-f42efdee9972 .shogun-image-content {
  
    align-items: center;
  
}

#s-519dd135-be4d-41e9-a4cc-10811d333a57 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-519dd135-be4d-41e9-a4cc-10811d333a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519dd135-be4d-41e9-a4cc-10811d333a57.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae000b90-b9ed-4dc7-b837-d3834def5bbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae000b90-b9ed-4dc7-b837-d3834def5bbc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1a1ba624-07df-4653-9edb-1af2e7d2fa95 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(207, 207, 207, 1);
}








#s-1a1ba624-07df-4653-9edb-1af2e7d2fa95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1ba624-07df-4653-9edb-1af2e7d2fa95.shg-box.shg-c {
  justify-content: center;
}

#s-25de284c-4b5d-4361-a4da-7153c9bbc049 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25de284c-4b5d-4361-a4da-7153c9bbc049 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f {
  display: none;
}
#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f, #wrap-s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f { display:none !important; }}@media (max-width: 767px){#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f {
  display: none;
}
#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f, #wrap-s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f { display:none !important; }}







#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22ad4af7-df9a-494c-a1d9-c11cb0a31a1f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da11fdf5-6931-46f5-b75e-a5d00fcdfca3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c967616e-5ecc-4439-99e8-aa50ea791378 {
  min-height: 50px;
}








#s-c967616e-5ecc-4439-99e8-aa50ea791378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c967616e-5ecc-4439-99e8-aa50ea791378.shg-box.shg-c {
  justify-content: center;
}

#s-6001a712-f89f-450a-8662-37e08de30d42 {
  text-align: center;
}




  #s-6001a712-f89f-450a-8662-37e08de30d42 img.shogun-image {
    
    width: px;
  }


#s-6001a712-f89f-450a-8662-37e08de30d42 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b45e289-f10f-4008-87a4-b6eb5cdd1eb2 {
  min-height: 50px;
}








#s-5b45e289-f10f-4008-87a4-b6eb5cdd1eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b45e289-f10f-4008-87a4-b6eb5cdd1eb2.shg-box.shg-c {
  justify-content: center;
}

#s-4cad5afe-687a-41ff-bcda-20ef44241c9d {
  min-height: 50px;
}








#s-4cad5afe-687a-41ff-bcda-20ef44241c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cad5afe-687a-41ff-bcda-20ef44241c9d.shg-box.shg-c {
  justify-content: center;
}

#s-9b0062f7-7673-4e27-bc7b-29f1f5cee5c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b0062f7-7673-4e27-bc7b-29f1f5cee5c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
}
@media (min-width: 1200px){#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d {
  display: none;
}
#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d, #wrap-s-22896eef-65b8-4dd3-937a-0c4a6146ff7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d {
  display: none;
}
#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d, #wrap-s-22896eef-65b8-4dd3-937a-0c4a6146ff7d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d {
  display: none;
}
#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d, #wrap-s-22896eef-65b8-4dd3-937a-0c4a6146ff7d { display:none !important; }}







#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22896eef-65b8-4dd3-937a-0c4a6146ff7d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0671ea31-3e77-44dd-987a-1d93da9c916d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-63df6da9-85d2-457e-9b63-47dff0c7c7c7 {
  min-height: 50px;
}








#s-63df6da9-85d2-457e-9b63-47dff0c7c7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63df6da9-85d2-457e-9b63-47dff0c7c7c7.shg-box.shg-c {
  justify-content: center;
}

#s-19d82cc7-ce94-4080-9609-b00b6ec9bce5 {
  text-align: center;
}




  #s-19d82cc7-ce94-4080-9609-b00b6ec9bce5 img.shogun-image {
    
    width: px;
  }


#s-19d82cc7-ce94-4080-9609-b00b6ec9bce5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1a47220-f006-43bb-adc6-83272a0ad336 {
  min-height: 50px;
}








#s-f1a47220-f006-43bb-adc6-83272a0ad336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1a47220-f006-43bb-adc6-83272a0ad336.shg-box.shg-c {
  justify-content: center;
}

#s-e527e299-3427-42f6-8237-6be812a38d1c {
  min-height: 50px;
}








#s-e527e299-3427-42f6-8237-6be812a38d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e527e299-3427-42f6-8237-6be812a38d1c.shg-box.shg-c {
  justify-content: center;
}

#s-9fa08f93-fbc2-4802-8bd1-9a8a0dfd4dc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fa08f93-fbc2-4802-8bd1-9a8a0dfd4dc7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-654c538f-8d73-4de8-a29c-60dc5b9eae01 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(207, 207, 207, 1);
border-style: solid;
min-height: 50px;
max-width: 1366px;
}
@media (min-width: 1200px){#s-654c538f-8d73-4de8-a29c-60dc5b9eae01 {
  display: none;
}
#s-654c538f-8d73-4de8-a29c-60dc5b9eae01, #wrap-s-654c538f-8d73-4de8-a29c-60dc5b9eae01 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-654c538f-8d73-4de8-a29c-60dc5b9eae01 {
  display: none;
}
#s-654c538f-8d73-4de8-a29c-60dc5b9eae01, #wrap-s-654c538f-8d73-4de8-a29c-60dc5b9eae01 { display:none !important; }}@media (max-width: 767px){#s-654c538f-8d73-4de8-a29c-60dc5b9eae01 {
  display: none;
}
#s-654c538f-8d73-4de8-a29c-60dc5b9eae01, #wrap-s-654c538f-8d73-4de8-a29c-60dc5b9eae01 { display:none !important; }}







#s-654c538f-8d73-4de8-a29c-60dc5b9eae01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-654c538f-8d73-4de8-a29c-60dc5b9eae01.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-928d77ac-57c0-4c79-80b0-df59b5e7072d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0ef9e9a7-0071-4b14-a939-2be65e8c8f02 {
  min-height: 50px;
}








#s-0ef9e9a7-0071-4b14-a939-2be65e8c8f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef9e9a7-0071-4b14-a939-2be65e8c8f02.shg-box.shg-c {
  justify-content: center;
}

#s-40d358d8-8e67-41b3-a0f4-89ad74638a0c {
  text-align: center;
}




  #s-40d358d8-8e67-41b3-a0f4-89ad74638a0c img.shogun-image {
    
    width: px;
  }


#s-40d358d8-8e67-41b3-a0f4-89ad74638a0c .shogun-image-content {
  
    align-items: center;
  
}

#s-fcdc0677-7063-4a07-8db7-6e22cccbc4fe {
  min-height: 50px;
}








#s-fcdc0677-7063-4a07-8db7-6e22cccbc4fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcdc0677-7063-4a07-8db7-6e22cccbc4fe.shg-box.shg-c {
  justify-content: center;
}

#s-2dcc419c-bf62-4966-807a-aa3d68108d27 {
  min-height: 50px;
}








#s-2dcc419c-bf62-4966-807a-aa3d68108d27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dcc419c-bf62-4966-807a-aa3d68108d27.shg-box.shg-c {
  justify-content: center;
}

#s-c13ce745-5b89-4176-b63d-7140cd95b081 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c13ce745-5b89-4176-b63d-7140cd95b081 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
