.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-89dfc0d1-2605-43ac-81e3-9745ecd5f058 {
  background-image: url(https://i.shgcdn.com/80f8cb12-33f4-4995-bfe5-feb17dd3b172/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -2%;
min-height: 366px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 {
  display: none;
}
#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058, #wrap-s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 { display:none !important; }}@media (max-width: 767px){#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 {
  display: none;
}
#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058, #wrap-s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 { display:none !important; }}







#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89dfc0d1-2605-43ac-81e3-9745ecd5f058.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 {
  margin-top: -25px;
min-height: 0px;
}
@media (min-width: 1200px){#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 {
  display: none;
}
#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040, #wrap-s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 {
  display: none;
}
#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040, #wrap-s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 { display:none !important; }}







#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f98103d3-9a12-4d94-95c9-7aaaba9c6040.shg-box.shg-c {
  -webkit-box-pack: center;
  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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-e60c6010-2db6-43ef-b158-df1d6a180550 {
  text-align: center;
}




  #s-e60c6010-2db6-43ef-b158-df1d6a180550 img.shogun-image {
    
    width: px;
  }


#s-e60c6010-2db6-43ef-b158-df1d6a180550 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2 {
  display: none;
}
#s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2, #wrap-s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2 { display:none !important; }}@media (max-width: 767px){#s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2 {
  display: none;
}
#s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2, #wrap-s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2 { display:none !important; }}







#s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aec3db3-047e-41db-abfd-e1b6a30ba2b2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-09ba2992-239c-487e-8ba6-0d4d57e1929d {
  margin-top: 28px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09ba2992-239c-487e-8ba6-0d4d57e1929d {
  display: none;
}
#s-09ba2992-239c-487e-8ba6-0d4d57e1929d, #wrap-s-09ba2992-239c-487e-8ba6-0d4d57e1929d { display:none !important; }}@media (max-width: 767px){#s-09ba2992-239c-487e-8ba6-0d4d57e1929d {
  display: none;
}
#s-09ba2992-239c-487e-8ba6-0d4d57e1929d, #wrap-s-09ba2992-239c-487e-8ba6-0d4d57e1929d { display:none !important; }}
#s-98721872-5309-4630-bbed-141cb07d067d {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-98721872-5309-4630-bbed-141cb07d067d {
  display: none;
}
#s-98721872-5309-4630-bbed-141cb07d067d, #wrap-s-98721872-5309-4630-bbed-141cb07d067d { display:none !important; }}@media (max-width: 767px){#s-98721872-5309-4630-bbed-141cb07d067d {
  display: none;
}
#s-98721872-5309-4630-bbed-141cb07d067d, #wrap-s-98721872-5309-4630-bbed-141cb07d067d { display:none !important; }}
#s-c735e2e7-43c7-4ffa-bded-a370d4ac1c0e {
  margin-top: 10px;
margin-left: 323px;
margin-right: 323px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c735e2e7-43c7-4ffa-bded-a370d4ac1c0e {
  display: none;
}
#s-c735e2e7-43c7-4ffa-bded-a370d4ac1c0e, #wrap-s-c735e2e7-43c7-4ffa-bded-a370d4ac1c0e { display:none !important; }}@media (max-width: 767px){#s-c735e2e7-43c7-4ffa-bded-a370d4ac1c0e {
  display: none;
}
#s-c735e2e7-43c7-4ffa-bded-a370d4ac1c0e, #wrap-s-c735e2e7-43c7-4ffa-bded-a370d4ac1c0e { display:none !important; }}
#s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3 {
  display: none;
}
#s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3, #wrap-s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3 {
  display: none;
}
#s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3, #wrap-s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3 { display:none !important; }}







#s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d28cbf3b-78c5-4d96-8d83-a68c9d65f3b3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-38884432-8524-436a-ac68-21b9ac7be85f {
  padding-top: 11%;
}

#s-b40e41c9-0974-49b0-8898-b3551d9b4796 {
  padding-top: 5%;
}

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

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

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

@media (min-width: 0px) {
[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-67265b35-d22f-4bd6-9a7a-f0d3ea14a0fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-66176484-a99a-4fd3-9280-32c6669cb1ae {
  text-align: center;
}




  #s-66176484-a99a-4fd3-9280-32c6669cb1ae img.shogun-image {
    
    width: px;
  }


#s-66176484-a99a-4fd3-9280-32c6669cb1ae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cf86e312-ac78-4081-bdef-f5633eaa4523 {
  text-align: center;
}




  #s-cf86e312-ac78-4081-bdef-f5633eaa4523 img.shogun-image {
    
    width: px;
  }


#s-cf86e312-ac78-4081-bdef-f5633eaa4523 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9cb4d477-1f3c-4d6a-84b1-e770869b951f {
  padding-top: 3%;
}

@media (min-width: 0px) {
[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9cb4d477-1f3c-4d6a-84b1-e770869b951f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-cbacc919-6015-435a-992c-b684aa6722b1 {
  text-align: center;
}




  #s-cbacc919-6015-435a-992c-b684aa6722b1 img.shogun-image {
    
    width: px;
  }


#s-cbacc919-6015-435a-992c-b684aa6722b1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cc8a1a1d-714f-41e4-858e-804865c8face {
  text-align: center;
}




  #s-cc8a1a1d-714f-41e4-858e-804865c8face img.shogun-image {
    
    width: px;
  }


#s-cc8a1a1d-714f-41e4-858e-804865c8face .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-45eefd5b-fdcf-4c01-a889-2bc0fa080338 {
  padding-top: 13%;
}

@media (min-width: 0px) {
[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c68cfde-8651-413f-ba11-d25960f7624b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-594485a5-dcd7-4b2b-a04e-1a3c433704ab {
  text-align: center;
}




  #s-594485a5-dcd7-4b2b-a04e-1a3c433704ab img.shogun-image {
    
    width: px;
  }


#s-594485a5-dcd7-4b2b-a04e-1a3c433704ab .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-526a971b-6e13-43ef-8076-1362a4b3e58f {
  text-align: center;
}




  #s-526a971b-6e13-43ef-8076-1362a4b3e58f img.shogun-image {
    
    width: px;
  }


#s-526a971b-6e13-43ef-8076-1362a4b3e58f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-000cc4df-8d19-42d1-8045-993100d95d9b {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-000cc4df-8d19-42d1-8045-993100d95d9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9c6a67d7-c9b1-457f-bfbc-d657387ffa90 {
  text-align: center;
}




  #s-9c6a67d7-c9b1-457f-bfbc-d657387ffa90 img.shogun-image {
    
    width: px;
  }


#s-9c6a67d7-c9b1-457f-bfbc-d657387ffa90 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a7fc5122-da91-4f82-a7a1-75809bfc3aa9 {
  text-align: center;
}




  #s-a7fc5122-da91-4f82-a7a1-75809bfc3aa9 img.shogun-image {
    
    width: px;
  }


#s-a7fc5122-da91-4f82-a7a1-75809bfc3aa9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9 {
  display: none;
}
#s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9, #wrap-s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9 {
  display: none;
}
#s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9, #wrap-s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9 { display:none !important; }}







#s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd24a184-bbf5-4859-84eb-f8b323a2b4b9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2 {
  padding-top: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2 {
  display: none;
}
#s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2, #wrap-s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2 {
  display: none;
}
#s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2, #wrap-s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2 { display:none !important; }}



  #s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2 img.shogun-image {
    
    width: px;
  }


#s-edea707d-df7d-4b0f-bfd5-d95d7801c6c2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7cdc8b86-14d0-4cff-b0ef-b7086f93920a {
  padding-top: 2%;
}

#s-abe4cb34-85a2-4606-8013-12040a0aae45 {
  padding-top: 11%;
}

#s-b64b40eb-0c14-4565-a9a7-16a6badacf69 {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-51229627-6c15-4b84-b75c-1c4265be3413"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0588c91f-f1b9-44ae-9a59-4838a55b6842 {
  text-align: center;
}




  #s-0588c91f-f1b9-44ae-9a59-4838a55b6842 img.shogun-image {
    
    width: px;
  }


#s-0588c91f-f1b9-44ae-9a59-4838a55b6842 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d4365348-9e46-49f0-97f5-7d6edcffd862 {
  text-align: center;
}




  #s-d4365348-9e46-49f0-97f5-7d6edcffd862 img.shogun-image {
    
    width: px;
  }


#s-d4365348-9e46-49f0-97f5-7d6edcffd862 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db4d69aa-7491-4a16-b499-c66c147bf218"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42822ce7-7c35-402b-a15d-f5f301569b01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-55eaa826-a9fe-4dfd-ab26-78fabde15d85 {
  text-align: center;
}




  #s-55eaa826-a9fe-4dfd-ab26-78fabde15d85 img.shogun-image {
    
    width: px;
  }


#s-55eaa826-a9fe-4dfd-ab26-78fabde15d85 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c196900c-7689-41c2-8533-350d9914de68 {
  text-align: center;
}




  #s-c196900c-7689-41c2-8533-350d9914de68 img.shogun-image {
    
    width: px;
  }


#s-c196900c-7689-41c2-8533-350d9914de68 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97ef17b5-c28f-48ae-9be9-01d845bab34e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-80000e4d-2b71-4207-bc10-613b9dd02768"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-04f44c2e-1797-4d8e-9c2e-00d9d64bcd6d {
  text-align: center;
}




  #s-04f44c2e-1797-4d8e-9c2e-00d9d64bcd6d img.shogun-image {
    
    width: px;
  }


#s-04f44c2e-1797-4d8e-9c2e-00d9d64bcd6d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e0e9e2ab-0aa6-4b32-94a1-6261adf47061 {
  text-align: center;
}




  #s-e0e9e2ab-0aa6-4b32-94a1-6261adf47061 img.shogun-image {
    
    width: px;
  }


#s-e0e9e2ab-0aa6-4b32-94a1-6261adf47061 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e553d46-e20a-45cc-9a6c-5b809a37f1b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e3bd7b43-e080-4569-a3d0-2c669760ef23 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3bd7b43-e080-4569-a3d0-2c669760ef23 {
  display: none;
}
#s-e3bd7b43-e080-4569-a3d0-2c669760ef23, #wrap-s-e3bd7b43-e080-4569-a3d0-2c669760ef23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3bd7b43-e080-4569-a3d0-2c669760ef23 {
  display: none;
}
#s-e3bd7b43-e080-4569-a3d0-2c669760ef23, #wrap-s-e3bd7b43-e080-4569-a3d0-2c669760ef23 { display:none !important; }}







#s-e3bd7b43-e080-4569-a3d0-2c669760ef23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3bd7b43-e080-4569-a3d0-2c669760ef23.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7d927962-147c-48c1-b678-1bbf5f19ba69 {
  padding-top: 11%;
text-align: center;
}




  #s-7d927962-147c-48c1-b678-1bbf5f19ba69 img.shogun-image {
    
    width: px;
  }


#s-7d927962-147c-48c1-b678-1bbf5f19ba69 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2b7dbbd1-515a-4ba1-a4ae-d560ffa993e6 {
  min-height: 50px;
}








#s-2b7dbbd1-515a-4ba1-a4ae-d560ffa993e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7dbbd1-515a-4ba1-a4ae-d560ffa993e6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-785adafd-755b-43cb-a41e-205a2105af95 {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-785adafd-755b-43cb-a41e-205a2105af95 {
  display: none;
}
#s-785adafd-755b-43cb-a41e-205a2105af95, #wrap-s-785adafd-755b-43cb-a41e-205a2105af95 { display:none !important; }}@media (max-width: 767px){#s-785adafd-755b-43cb-a41e-205a2105af95 {
  display: none;
}
#s-785adafd-755b-43cb-a41e-205a2105af95, #wrap-s-785adafd-755b-43cb-a41e-205a2105af95 { display:none !important; }}
#s-496c8f03-cd56-48f3-90c6-6bd438f2d6df {
  margin-left: 147px;
margin-right: 147px;
}
@media (min-width: 768px) and (max-width: 991px){#s-496c8f03-cd56-48f3-90c6-6bd438f2d6df {
  display: none;
}
#s-496c8f03-cd56-48f3-90c6-6bd438f2d6df, #wrap-s-496c8f03-cd56-48f3-90c6-6bd438f2d6df { display:none !important; }}@media (max-width: 767px){#s-496c8f03-cd56-48f3-90c6-6bd438f2d6df {
  display: none;
}
#s-496c8f03-cd56-48f3-90c6-6bd438f2d6df, #wrap-s-496c8f03-cd56-48f3-90c6-6bd438f2d6df { display:none !important; }}
@media (min-width: 0px) {
[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-496c8f03-cd56-48f3-90c6-6bd438f2d6df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-62c2ef47-06e0-4707-8431-3405c9e179bf {
  text-align: center;
}




  #s-62c2ef47-06e0-4707-8431-3405c9e179bf img.shogun-image {
    
    width: px;
  }


#s-62c2ef47-06e0-4707-8431-3405c9e179bf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e715f851-d799-499a-82d2-3f7501f9dad7 {
  text-align: center;
}




  #s-e715f851-d799-499a-82d2-3f7501f9dad7 img.shogun-image {
    
    width: px;
  }


#s-e715f851-d799-499a-82d2-3f7501f9dad7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-564cf36d-7bd2-4a9b-a702-926613460fbb {
  margin-top: 29px;
margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-564cf36d-7bd2-4a9b-a702-926613460fbb {
  display: none;
}
#s-564cf36d-7bd2-4a9b-a702-926613460fbb, #wrap-s-564cf36d-7bd2-4a9b-a702-926613460fbb { display:none !important; }}@media (max-width: 767px){#s-564cf36d-7bd2-4a9b-a702-926613460fbb {
  display: none;
}
#s-564cf36d-7bd2-4a9b-a702-926613460fbb, #wrap-s-564cf36d-7bd2-4a9b-a702-926613460fbb { display:none !important; }}
@media (min-width: 0px) {
[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-564cf36d-7bd2-4a9b-a702-926613460fbb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-199576bd-db76-4d73-b3f8-675ec04942d6 {
  text-align: center;
}




  #s-199576bd-db76-4d73-b3f8-675ec04942d6 img.shogun-image {
    
    width: px;
  }


#s-199576bd-db76-4d73-b3f8-675ec04942d6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0785ad09-a9c4-48a6-8434-e3d113b2619e {
  text-align: center;
}




  #s-0785ad09-a9c4-48a6-8434-e3d113b2619e img.shogun-image {
    
    width: px;
  }


#s-0785ad09-a9c4-48a6-8434-e3d113b2619e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4901e922-4f5e-4e03-b0ea-cb5226f0ff16 {
  padding-top: 7%;
}
@media (min-width: 1200px){#s-4901e922-4f5e-4e03-b0ea-cb5226f0ff16 {
  display: none;
}
#s-4901e922-4f5e-4e03-b0ea-cb5226f0ff16, #wrap-s-4901e922-4f5e-4e03-b0ea-cb5226f0ff16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4901e922-4f5e-4e03-b0ea-cb5226f0ff16 {
  display: none;
}
#s-4901e922-4f5e-4e03-b0ea-cb5226f0ff16, #wrap-s-4901e922-4f5e-4e03-b0ea-cb5226f0ff16 { display:none !important; }}
#s-5153c30b-af4d-4aed-b246-9b5b58255e8b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5153c30b-af4d-4aed-b246-9b5b58255e8b {
  display: none;
}
#s-5153c30b-af4d-4aed-b246-9b5b58255e8b, #wrap-s-5153c30b-af4d-4aed-b246-9b5b58255e8b { display:none !important; }}@media (max-width: 767px){#s-5153c30b-af4d-4aed-b246-9b5b58255e8b {
  display: none;
}
#s-5153c30b-af4d-4aed-b246-9b5b58255e8b, #wrap-s-5153c30b-af4d-4aed-b246-9b5b58255e8b { display:none !important; }}







#s-5153c30b-af4d-4aed-b246-9b5b58255e8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5153c30b-af4d-4aed-b246-9b5b58255e8b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6df06f9e-c96c-472c-977b-9a696d057b37 {
  margin-top: 4%;
margin-bottom: 1%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-6df06f9e-c96c-472c-977b-9a696d057b37 {
  display: none;
}
#s-6df06f9e-c96c-472c-977b-9a696d057b37, #wrap-s-6df06f9e-c96c-472c-977b-9a696d057b37 { display:none !important; }}@media (max-width: 767px){#s-6df06f9e-c96c-472c-977b-9a696d057b37 {
  display: none;
}
#s-6df06f9e-c96c-472c-977b-9a696d057b37, #wrap-s-6df06f9e-c96c-472c-977b-9a696d057b37 { display:none !important; }}
#s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714 {
  margin-left: 102px;
margin-right: 102px;
}

@media (min-width: 0px) {
[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6e5cfe3-2b0d-4205-a345-0cbb6b74f714"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-11dbba89-0aef-49cd-8797-4fbe4654788d {
  text-align: center;
}




  #s-11dbba89-0aef-49cd-8797-4fbe4654788d img.shogun-image {
    
    width: px;
  }


#s-11dbba89-0aef-49cd-8797-4fbe4654788d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f06226eb-89ca-405a-8e85-6cf125b12030 {
  text-align: center;
}




  #s-f06226eb-89ca-405a-8e85-6cf125b12030 img.shogun-image {
    
    width: px;
  }


#s-f06226eb-89ca-405a-8e85-6cf125b12030 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-817fb5e5-e360-4505-9193-dc9fc6573ef8 {
  text-align: center;
}




  #s-817fb5e5-e360-4505-9193-dc9fc6573ef8 img.shogun-image {
    
    width: px;
  }


#s-817fb5e5-e360-4505-9193-dc9fc6573ef8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-14c02059-f246-40a9-b1b1-705168a3ac16 {
  text-align: center;
}




  #s-14c02059-f246-40a9-b1b1-705168a3ac16 img.shogun-image {
    
    width: px;
  }


#s-14c02059-f246-40a9-b1b1-705168a3ac16 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5c406160-98dc-4507-8221-97d42c7abcf4 {
  min-height: 50px;
}








#s-5c406160-98dc-4507-8221-97d42c7abcf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c406160-98dc-4507-8221-97d42c7abcf4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d8c5486f-7aba-4fc4-b093-33b6dafee4af {
  margin-top: 5%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8c5486f-7aba-4fc4-b093-33b6dafee4af {
  display: none;
}
#s-d8c5486f-7aba-4fc4-b093-33b6dafee4af, #wrap-s-d8c5486f-7aba-4fc4-b093-33b6dafee4af { display:none !important; }}@media (max-width: 767px){#s-d8c5486f-7aba-4fc4-b093-33b6dafee4af {
  display: none;
}
#s-d8c5486f-7aba-4fc4-b093-33b6dafee4af, #wrap-s-d8c5486f-7aba-4fc4-b093-33b6dafee4af { display:none !important; }}



  #s-d8c5486f-7aba-4fc4-b093-33b6dafee4af img.shogun-image {
    
    width: px;
  }


#s-d8c5486f-7aba-4fc4-b093-33b6dafee4af .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2759e397-1fa8-453e-bdf9-6c07e7852b44 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2759e397-1fa8-453e-bdf9-6c07e7852b44 {
  display: none;
}
#s-2759e397-1fa8-453e-bdf9-6c07e7852b44, #wrap-s-2759e397-1fa8-453e-bdf9-6c07e7852b44 { display:none !important; }}@media (max-width: 767px){#s-2759e397-1fa8-453e-bdf9-6c07e7852b44 {
  display: none;
}
#s-2759e397-1fa8-453e-bdf9-6c07e7852b44, #wrap-s-2759e397-1fa8-453e-bdf9-6c07e7852b44 { display:none !important; }}







#s-2759e397-1fa8-453e-bdf9-6c07e7852b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2759e397-1fa8-453e-bdf9-6c07e7852b44.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5bc6a10e-07b5-4a9f-a1b6-e4c4716ee6ea {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-5bc6a10e-07b5-4a9f-a1b6-e4c4716ee6ea {
  display: none;
}
#s-5bc6a10e-07b5-4a9f-a1b6-e4c4716ee6ea, #wrap-s-5bc6a10e-07b5-4a9f-a1b6-e4c4716ee6ea { display:none !important; }}@media (max-width: 767px){#s-5bc6a10e-07b5-4a9f-a1b6-e4c4716ee6ea {
  display: none;
}
#s-5bc6a10e-07b5-4a9f-a1b6-e4c4716ee6ea, #wrap-s-5bc6a10e-07b5-4a9f-a1b6-e4c4716ee6ea { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef {
  display: none;
}
#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef, #wrap-s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef { display:none !important; }}@media (max-width: 767px){#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef {
  display: none;
}
#s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef, #wrap-s-b0d6396a-6267-42e7-bbb4-23ed4fae2eef { display:none !important; }}
#s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1 {
  margin-left: 75px;
margin-right: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1 {
  display: none;
}
#s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1, #wrap-s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1 { display:none !important; }}@media (max-width: 767px){#s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1 {
  display: none;
}
#s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1, #wrap-s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e56a6d4-bc8d-4ecc-87f8-57786c980db1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c2178a6d-f0f0-431d-9d5b-85714795d642 {
  text-align: center;
}




  #s-c2178a6d-f0f0-431d-9d5b-85714795d642 img.shogun-image {
    
    width: px;
  }


#s-c2178a6d-f0f0-431d-9d5b-85714795d642 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c708b318-024e-48a6-8b12-968e177c901e {
  text-align: center;
}




  #s-c708b318-024e-48a6-8b12-968e177c901e img.shogun-image {
    
    width: px;
  }


#s-c708b318-024e-48a6-8b12-968e177c901e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1d90253b-d998-469e-88b3-a5ae89695891 {
  text-align: center;
}




  #s-1d90253b-d998-469e-88b3-a5ae89695891 img.shogun-image {
    
    width: px;
  }


#s-1d90253b-d998-469e-88b3-a5ae89695891 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-25a3d564-8c54-4dd9-9152-aee40a9c0e36 {
  margin-left: 75px;
margin-right: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-25a3d564-8c54-4dd9-9152-aee40a9c0e36 {
  display: none;
}
#s-25a3d564-8c54-4dd9-9152-aee40a9c0e36, #wrap-s-25a3d564-8c54-4dd9-9152-aee40a9c0e36 { display:none !important; }}@media (max-width: 767px){#s-25a3d564-8c54-4dd9-9152-aee40a9c0e36 {
  display: none;
}
#s-25a3d564-8c54-4dd9-9152-aee40a9c0e36, #wrap-s-25a3d564-8c54-4dd9-9152-aee40a9c0e36 { display:none !important; }}
@media (min-width: 0px) {
[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-25a3d564-8c54-4dd9-9152-aee40a9c0e36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-60465df1-d6e2-40ab-8a44-af2b49a9e4f1 {
  text-align: center;
}




  #s-60465df1-d6e2-40ab-8a44-af2b49a9e4f1 img.shogun-image {
    
    width: px;
  }


#s-60465df1-d6e2-40ab-8a44-af2b49a9e4f1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c803e85c-b006-46f4-ace9-078c17ec748e {
  text-align: center;
}




  #s-c803e85c-b006-46f4-ace9-078c17ec748e img.shogun-image {
    
    width: px;
  }


#s-c803e85c-b006-46f4-ace9-078c17ec748e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1f57e82f-dff0-456d-a654-67d10d11502b {
  text-align: center;
}




  #s-1f57e82f-dff0-456d-a654-67d10d11502b img.shogun-image {
    
    width: px;
  }


#s-1f57e82f-dff0-456d-a654-67d10d11502b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  display: none;
}
#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c, #wrap-s-c1780a35-91f6-44b6-a9a9-d07f9227de9c { display:none !important; }}@media (max-width: 767px){#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c {
  display: none;
}
#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c, #wrap-s-c1780a35-91f6-44b6-a9a9-d07f9227de9c { display:none !important; }}







#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1780a35-91f6-44b6-a9a9-d07f9227de9c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 {
  margin-top: 55px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 {
  display: none;
}
#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4, #wrap-s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 { display:none !important; }}@media (max-width: 767px){#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 {
  display: none;
}
#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4, #wrap-s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 { display:none !important; }}



  #s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 img.shogun-image {
    
    width: px;
  }


#s-4bbc27cd-f3d2-4ebf-a309-0045ad5972d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-960e201a-729e-44c4-b5d9-a4a18047986e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-960e201a-729e-44c4-b5d9-a4a18047986e {
  display: none;
}
#s-960e201a-729e-44c4-b5d9-a4a18047986e, #wrap-s-960e201a-729e-44c4-b5d9-a4a18047986e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-960e201a-729e-44c4-b5d9-a4a18047986e {
  display: none;
}
#s-960e201a-729e-44c4-b5d9-a4a18047986e, #wrap-s-960e201a-729e-44c4-b5d9-a4a18047986e { display:none !important; }}







#s-960e201a-729e-44c4-b5d9-a4a18047986e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-960e201a-729e-44c4-b5d9-a4a18047986e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-98a930ed-24d8-4586-9e93-c306fc30d115 {
  padding-top: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-98a930ed-24d8-4586-9e93-c306fc30d115 {
  display: none;
}
#s-98a930ed-24d8-4586-9e93-c306fc30d115, #wrap-s-98a930ed-24d8-4586-9e93-c306fc30d115 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98a930ed-24d8-4586-9e93-c306fc30d115 {
  display: none;
}
#s-98a930ed-24d8-4586-9e93-c306fc30d115, #wrap-s-98a930ed-24d8-4586-9e93-c306fc30d115 { display:none !important; }}



  #s-98a930ed-24d8-4586-9e93-c306fc30d115 img.shogun-image {
    
    width: px;
  }


#s-98a930ed-24d8-4586-9e93-c306fc30d115 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 1200px){#s-1b4a8254-ee88-4b0d-a3bf-73ce9fc4bb8f {
  display: none;
}
#s-1b4a8254-ee88-4b0d-a3bf-73ce9fc4bb8f, #wrap-s-1b4a8254-ee88-4b0d-a3bf-73ce9fc4bb8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b4a8254-ee88-4b0d-a3bf-73ce9fc4bb8f {
  display: none;
}
#s-1b4a8254-ee88-4b0d-a3bf-73ce9fc4bb8f, #wrap-s-1b4a8254-ee88-4b0d-a3bf-73ce9fc4bb8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc05b69f-c6d0-4ed3-948c-e446c3074fd7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6110404e-024c-44b8-9305-878f0025d66d {
  text-align: center;
}




  #s-6110404e-024c-44b8-9305-878f0025d66d img.shogun-image {
    
    width: px;
  }


#s-6110404e-024c-44b8-9305-878f0025d66d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5dfda86a-157f-4ad4-a34c-f5bf9d953f12 {
  text-align: center;
}




  #s-5dfda86a-157f-4ad4-a34c-f5bf9d953f12 img.shogun-image {
    
    width: px;
  }


#s-5dfda86a-157f-4ad4-a34c-f5bf9d953f12 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 1200px){#s-79e2d389-427c-4d68-8569-66894292ec80 {
  display: none;
}
#s-79e2d389-427c-4d68-8569-66894292ec80, #wrap-s-79e2d389-427c-4d68-8569-66894292ec80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79e2d389-427c-4d68-8569-66894292ec80 {
  display: none;
}
#s-79e2d389-427c-4d68-8569-66894292ec80, #wrap-s-79e2d389-427c-4d68-8569-66894292ec80 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79e2d389-427c-4d68-8569-66894292ec80 {
  
}
}@media (max-width: 767px){#s-79e2d389-427c-4d68-8569-66894292ec80 {
  
}
}
@media (min-width: 0px) {
[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79e2d389-427c-4d68-8569-66894292ec80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b44885d-a5cc-4da8-9ce7-9b71a226523f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b44885d-a5cc-4da8-9ce7-9b71a226523f {
  display: none;
}
#s-4b44885d-a5cc-4da8-9ce7-9b71a226523f, #wrap-s-4b44885d-a5cc-4da8-9ce7-9b71a226523f { display:none !important; }}@media (max-width: 767px){#s-4b44885d-a5cc-4da8-9ce7-9b71a226523f {
  display: none;
}
#s-4b44885d-a5cc-4da8-9ce7-9b71a226523f, #wrap-s-4b44885d-a5cc-4da8-9ce7-9b71a226523f { display:none !important; }}







#s-4b44885d-a5cc-4da8-9ce7-9b71a226523f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b44885d-a5cc-4da8-9ce7-9b71a226523f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7a212ebf-d5a3-4336-b947-7f210e9c8930 {
  margin-top: 51px;
margin-bottom: 46px;
text-align: center;
}




  #s-7a212ebf-d5a3-4336-b947-7f210e9c8930 img.shogun-image {
    
    width: px;
  }


#s-7a212ebf-d5a3-4336-b947-7f210e9c8930 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-63ba3d55-11d0-4aed-af1e-881aa873c350 {
  margin-top: -51px;
margin-left: 250px;
margin-bottom: 44px;
margin-right: 250px;
}

@media (min-width: 0px) {
[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63ba3d55-11d0-4aed-af1e-881aa873c350"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f1333ea7-f57f-4294-9a5e-1495ccf5a7fd {
  text-align: center;
}




  #s-f1333ea7-f57f-4294-9a5e-1495ccf5a7fd img.shogun-image {
    
    width: px;
  }


#s-f1333ea7-f57f-4294-9a5e-1495ccf5a7fd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a1fe8b8e-8f72-412e-9685-5cba60993678 {
  padding-top: 3%;
}

#s-13cb98ef-fe7b-4752-afbf-76a750437bbe {
  text-align: center;
}




  #s-13cb98ef-fe7b-4752-afbf-76a750437bbe img.shogun-image {
    
    width: px;
  }


#s-13cb98ef-fe7b-4752-afbf-76a750437bbe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e1f846d3-a825-4016-a5b2-9b44c431f3d8 {
  padding-top: 3%;
}

#s-1849fbe4-8ee7-4581-9257-a417fb6a8487 {
  margin-top: 34px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1849fbe4-8ee7-4581-9257-a417fb6a8487 {
  display: none;
}
#s-1849fbe4-8ee7-4581-9257-a417fb6a8487, #wrap-s-1849fbe4-8ee7-4581-9257-a417fb6a8487 { display:none !important; }}@media (max-width: 767px){#s-1849fbe4-8ee7-4581-9257-a417fb6a8487 {
  display: none;
}
#s-1849fbe4-8ee7-4581-9257-a417fb6a8487, #wrap-s-1849fbe4-8ee7-4581-9257-a417fb6a8487 { display:none !important; }}



  #s-1849fbe4-8ee7-4581-9257-a417fb6a8487 img.shogun-image {
    
    width: px;
  }


#s-1849fbe4-8ee7-4581-9257-a417fb6a8487 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9245c8cf-0e4b-4c95-921f-aa65a973112c {
  margin-top: 50px;
margin-left: 159px;
margin-bottom: 35px;
margin-right: 159px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9245c8cf-0e4b-4c95-921f-aa65a973112c {
  display: none;
}
#s-9245c8cf-0e4b-4c95-921f-aa65a973112c, #wrap-s-9245c8cf-0e4b-4c95-921f-aa65a973112c { display:none !important; }}@media (max-width: 767px){#s-9245c8cf-0e4b-4c95-921f-aa65a973112c {
  display: none;
}
#s-9245c8cf-0e4b-4c95-921f-aa65a973112c, #wrap-s-9245c8cf-0e4b-4c95-921f-aa65a973112c { display:none !important; }}
#s-c2522820-432e-400c-ad44-ef8340660ffa {
  padding-top: 5%;
padding-bottom: 4%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2522820-432e-400c-ad44-ef8340660ffa {
  display: none;
}
#s-c2522820-432e-400c-ad44-ef8340660ffa, #wrap-s-c2522820-432e-400c-ad44-ef8340660ffa { display:none !important; }}@media (max-width: 767px){#s-c2522820-432e-400c-ad44-ef8340660ffa {
  display: none;
}
#s-c2522820-432e-400c-ad44-ef8340660ffa, #wrap-s-c2522820-432e-400c-ad44-ef8340660ffa { display:none !important; }}







#s-c2522820-432e-400c-ad44-ef8340660ffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2522820-432e-400c-ad44-ef8340660ffa.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7d406ee7-344a-49e8-92c0-241c53973456 {
  text-align: center;
}




  #s-7d406ee7-344a-49e8-92c0-241c53973456 img.shogun-image {
    
    width: px;
  }


#s-7d406ee7-344a-49e8-92c0-241c53973456 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9d29f148-1773-44d6-ac86-e69ea95fa931 {
  padding-top: 17%;
padding-left: 12%;
}

#s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3 {
  margin-top: 63px;
text-align: center;
}
@media (min-width: 1200px){#s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3 {
  display: none;
}
#s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3, #wrap-s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3 {
  display: none;
}
#s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3, #wrap-s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3 { display:none !important; }}



  #s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3 img.shogun-image {
    
    width: px;
  }


#s-03f5a5b4-cc4c-48ba-a1bd-6b5ca793e0e3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fc403bcb-a491-42a9-a079-282c2cae90fe {
  margin-top: 29px;
margin-bottom: 78px;
}
@media (min-width: 1200px){#s-fc403bcb-a491-42a9-a079-282c2cae90fe {
  display: none;
}
#s-fc403bcb-a491-42a9-a079-282c2cae90fe, #wrap-s-fc403bcb-a491-42a9-a079-282c2cae90fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc403bcb-a491-42a9-a079-282c2cae90fe {
  display: none;
}
#s-fc403bcb-a491-42a9-a079-282c2cae90fe, #wrap-s-fc403bcb-a491-42a9-a079-282c2cae90fe { display:none !important; }}
#s-aea3d566-011f-43d7-bdfb-e69540a455a2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aea3d566-011f-43d7-bdfb-e69540a455a2 {
  display: none;
}
#s-aea3d566-011f-43d7-bdfb-e69540a455a2, #wrap-s-aea3d566-011f-43d7-bdfb-e69540a455a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aea3d566-011f-43d7-bdfb-e69540a455a2 {
  display: none;
}
#s-aea3d566-011f-43d7-bdfb-e69540a455a2, #wrap-s-aea3d566-011f-43d7-bdfb-e69540a455a2 { display:none !important; }}







#s-aea3d566-011f-43d7-bdfb-e69540a455a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aea3d566-011f-43d7-bdfb-e69540a455a2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fbd08bea-8ccf-4b78-92d6-d68707e793d4 {
  text-align: center;
}




  #s-fbd08bea-8ccf-4b78-92d6-d68707e793d4 img.shogun-image {
    
    width: px;
  }


#s-fbd08bea-8ccf-4b78-92d6-d68707e793d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-16300bff-5163-43fc-9cf0-1612375932b2 {
  min-height: 50px;
}








#s-16300bff-5163-43fc-9cf0-1612375932b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16300bff-5163-43fc-9cf0-1612375932b2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e2abb747-5803-45d3-9471-63d842917f98 {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2abb747-5803-45d3-9471-63d842917f98 {
  display: none;
}
#s-e2abb747-5803-45d3-9471-63d842917f98, #wrap-s-e2abb747-5803-45d3-9471-63d842917f98 { display:none !important; }}@media (max-width: 767px){#s-e2abb747-5803-45d3-9471-63d842917f98 {
  display: none;
}
#s-e2abb747-5803-45d3-9471-63d842917f98, #wrap-s-e2abb747-5803-45d3-9471-63d842917f98 { display:none !important; }}
#s-dea42f7c-d956-4761-adda-8898f43f367b {
  margin-bottom: 37px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dea42f7c-d956-4761-adda-8898f43f367b {
  display: none;
}
#s-dea42f7c-d956-4761-adda-8898f43f367b, #wrap-s-dea42f7c-d956-4761-adda-8898f43f367b { display:none !important; }}@media (max-width: 767px){#s-dea42f7c-d956-4761-adda-8898f43f367b {
  display: none;
}
#s-dea42f7c-d956-4761-adda-8898f43f367b, #wrap-s-dea42f7c-d956-4761-adda-8898f43f367b { display:none !important; }}
@media (min-width: 0px) {
[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dea42f7c-d956-4761-adda-8898f43f367b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

#s-104749f8-d6be-46f7-bef6-f89159a7897e {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-104749f8-d6be-46f7-bef6-f89159a7897e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-104749f8-d6be-46f7-bef6-f89159a7897e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-104749f8-d6be-46f7-bef6-f89159a7897e {
  display: none;
}
#s-104749f8-d6be-46f7-bef6-f89159a7897e, #wrap-s-104749f8-d6be-46f7-bef6-f89159a7897e { display:none !important; }}@media (max-width: 767px){#s-104749f8-d6be-46f7-bef6-f89159a7897e {
  display: none;
}
#s-104749f8-d6be-46f7-bef6-f89159a7897e, #wrap-s-104749f8-d6be-46f7-bef6-f89159a7897e { display:none !important; }}


#s-104749f8-d6be-46f7-bef6-f89159a7897e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-255ee822-092a-499c-9b90-5070a901c011 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-255ee822-092a-499c-9b90-5070a901c011:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-255ee822-092a-499c-9b90-5070a901c011:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-255ee822-092a-499c-9b90-5070a901c011 {
  display: none;
}
#s-255ee822-092a-499c-9b90-5070a901c011, #wrap-s-255ee822-092a-499c-9b90-5070a901c011 { display:none !important; }}@media (max-width: 767px){#s-255ee822-092a-499c-9b90-5070a901c011 {
  display: none;
}
#s-255ee822-092a-499c-9b90-5070a901c011, #wrap-s-255ee822-092a-499c-9b90-5070a901c011 { display:none !important; }}


#s-255ee822-092a-499c-9b90-5070a901c011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d8606af3-ff65-4d29-90f1-23e1557b528e {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-d8606af3-ff65-4d29-90f1-23e1557b528e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d8606af3-ff65-4d29-90f1-23e1557b528e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-d8606af3-ff65-4d29-90f1-23e1557b528e {
  display: none;
}
#s-d8606af3-ff65-4d29-90f1-23e1557b528e, #wrap-s-d8606af3-ff65-4d29-90f1-23e1557b528e { display:none !important; }}@media (max-width: 767px){#s-d8606af3-ff65-4d29-90f1-23e1557b528e {
  display: none;
}
#s-d8606af3-ff65-4d29-90f1-23e1557b528e, #wrap-s-d8606af3-ff65-4d29-90f1-23e1557b528e { display:none !important; }}


#s-d8606af3-ff65-4d29-90f1-23e1557b528e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51f63ccf-d78a-4451-8354-bcdd0169428b {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-51f63ccf-d78a-4451-8354-bcdd0169428b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-51f63ccf-d78a-4451-8354-bcdd0169428b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-51f63ccf-d78a-4451-8354-bcdd0169428b {
  display: none;
}
#s-51f63ccf-d78a-4451-8354-bcdd0169428b, #wrap-s-51f63ccf-d78a-4451-8354-bcdd0169428b { display:none !important; }}@media (max-width: 767px){#s-51f63ccf-d78a-4451-8354-bcdd0169428b {
  display: none;
}
#s-51f63ccf-d78a-4451-8354-bcdd0169428b, #wrap-s-51f63ccf-d78a-4451-8354-bcdd0169428b { display:none !important; }}


#s-51f63ccf-d78a-4451-8354-bcdd0169428b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-56fba03a-c071-4b70-9a9b-5bcf737215f2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-56fba03a-c071-4b70-9a9b-5bcf737215f2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-56fba03a-c071-4b70-9a9b-5bcf737215f2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-56fba03a-c071-4b70-9a9b-5bcf737215f2 {
  display: none;
}
#s-56fba03a-c071-4b70-9a9b-5bcf737215f2, #wrap-s-56fba03a-c071-4b70-9a9b-5bcf737215f2 { display:none !important; }}@media (max-width: 767px){#s-56fba03a-c071-4b70-9a9b-5bcf737215f2 {
  display: none;
}
#s-56fba03a-c071-4b70-9a9b-5bcf737215f2, #wrap-s-56fba03a-c071-4b70-9a9b-5bcf737215f2 { display:none !important; }}


#s-56fba03a-c071-4b70-9a9b-5bcf737215f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eea44b04-146c-4a28-b330-af9635bd6d06 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-eea44b04-146c-4a28-b330-af9635bd6d06:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-eea44b04-146c-4a28-b330-af9635bd6d06:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-eea44b04-146c-4a28-b330-af9635bd6d06 {
  display: none;
}
#s-eea44b04-146c-4a28-b330-af9635bd6d06, #wrap-s-eea44b04-146c-4a28-b330-af9635bd6d06 { display:none !important; }}@media (max-width: 767px){#s-eea44b04-146c-4a28-b330-af9635bd6d06 {
  display: none;
}
#s-eea44b04-146c-4a28-b330-af9635bd6d06, #wrap-s-eea44b04-146c-4a28-b330-af9635bd6d06 { display:none !important; }}


#s-eea44b04-146c-4a28-b330-af9635bd6d06.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-42d02f11-fd56-45b4-8b9d-4253f89433ab {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-42d02f11-fd56-45b4-8b9d-4253f89433ab:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-42d02f11-fd56-45b4-8b9d-4253f89433ab:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-42d02f11-fd56-45b4-8b9d-4253f89433ab {
  display: none;
}
#s-42d02f11-fd56-45b4-8b9d-4253f89433ab, #wrap-s-42d02f11-fd56-45b4-8b9d-4253f89433ab { display:none !important; }}@media (max-width: 767px){#s-42d02f11-fd56-45b4-8b9d-4253f89433ab {
  display: none;
}
#s-42d02f11-fd56-45b4-8b9d-4253f89433ab, #wrap-s-42d02f11-fd56-45b4-8b9d-4253f89433ab { display:none !important; }}


#s-42d02f11-fd56-45b4-8b9d-4253f89433ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bd71eb59-1d23-4538-a961-80f067739a66 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-bd71eb59-1d23-4538-a961-80f067739a66:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-bd71eb59-1d23-4538-a961-80f067739a66:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-bd71eb59-1d23-4538-a961-80f067739a66 {
  display: none;
}
#s-bd71eb59-1d23-4538-a961-80f067739a66, #wrap-s-bd71eb59-1d23-4538-a961-80f067739a66 { display:none !important; }}@media (max-width: 767px){#s-bd71eb59-1d23-4538-a961-80f067739a66 {
  display: none;
}
#s-bd71eb59-1d23-4538-a961-80f067739a66, #wrap-s-bd71eb59-1d23-4538-a961-80f067739a66 { display:none !important; }}


#s-bd71eb59-1d23-4538-a961-80f067739a66.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94 {
  display: none;
}
#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94, #wrap-s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94 {
  display: none;
}
#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94, #wrap-s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94 {
  
}
}







#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e7b7a41-7683-4dae-be2b-9ca7bca86f94.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586 {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 2%;
padding-bottom: %;
}
@media (min-width: 1200px){#s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586 {
  display: none;
}
#s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586, #wrap-s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586 {
  display: none;
}
#s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586, #wrap-s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586 {
  
}
}@media (max-width: 767px){#s-3c2bbf59-f0c7-43ce-8860-33dfc4ee7586 {
  
}
}
#s-53d8182c-4e54-4c13-b13c-3263f316961c {
  margin-bottom: 37px;
}
@media (min-width: 1200px){#s-53d8182c-4e54-4c13-b13c-3263f316961c {
  display: none;
}
#s-53d8182c-4e54-4c13-b13c-3263f316961c, #wrap-s-53d8182c-4e54-4c13-b13c-3263f316961c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53d8182c-4e54-4c13-b13c-3263f316961c {
  display: none;
}
#s-53d8182c-4e54-4c13-b13c-3263f316961c, #wrap-s-53d8182c-4e54-4c13-b13c-3263f316961c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53d8182c-4e54-4c13-b13c-3263f316961c {
  
}
}@media (max-width: 767px){#s-53d8182c-4e54-4c13-b13c-3263f316961c {
  
}
}
@media (min-width: 0px) {
[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-53d8182c-4e54-4c13-b13c-3263f316961c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1 {
  display: none;
}
#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1, #wrap-s-e72139bf-380c-4301-88ec-b9c06e8dc6a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1 {
  display: none;
}
#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1, #wrap-s-e72139bf-380c-4301-88ec-b9c06e8dc6a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1 {
  
}
}@media (max-width: 767px){#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1 {
  
}
}


#s-e72139bf-380c-4301-88ec-b9c06e8dc6a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f {
  display: none;
}
#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f, #wrap-s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f {
  display: none;
}
#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f, #wrap-s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f {
  
}
}@media (max-width: 767px){#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f {
  
}
}


#s-c2b5ee23-dc0b-4538-a2ee-b513548e9e8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3e4d4bd5-9ab0-47fa-8218-339cff951528 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-3e4d4bd5-9ab0-47fa-8218-339cff951528:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3e4d4bd5-9ab0-47fa-8218-339cff951528:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3e4d4bd5-9ab0-47fa-8218-339cff951528 {
  display: none;
}
#s-3e4d4bd5-9ab0-47fa-8218-339cff951528, #wrap-s-3e4d4bd5-9ab0-47fa-8218-339cff951528 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e4d4bd5-9ab0-47fa-8218-339cff951528 {
  display: none;
}
#s-3e4d4bd5-9ab0-47fa-8218-339cff951528, #wrap-s-3e4d4bd5-9ab0-47fa-8218-339cff951528 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e4d4bd5-9ab0-47fa-8218-339cff951528 {
  
}
}@media (max-width: 767px){#s-3e4d4bd5-9ab0-47fa-8218-339cff951528 {
  
}
}


#s-3e4d4bd5-9ab0-47fa-8218-339cff951528.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec {
  display: none;
}
#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec, #wrap-s-113c2c2a-fa46-423b-b050-83b4fc1e76ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec {
  display: none;
}
#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec, #wrap-s-113c2c2a-fa46-423b-b050-83b4fc1e76ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec {
  
}
}@media (max-width: 767px){#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec {
  
}
}


#s-113c2c2a-fa46-423b-b050-83b4fc1e76ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560 {
  display: none;
}
#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560, #wrap-s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560 {
  display: none;
}
#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560, #wrap-s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560 {
  
}
}@media (max-width: 767px){#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560 {
  
}
}


#s-9646dad0-2b3a-46bc-b8bd-d8e08e9ac560.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a99af01c-0ebe-4acd-911f-8caaff507422 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-a99af01c-0ebe-4acd-911f-8caaff507422:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a99af01c-0ebe-4acd-911f-8caaff507422:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a99af01c-0ebe-4acd-911f-8caaff507422 {
  display: none;
}
#s-a99af01c-0ebe-4acd-911f-8caaff507422, #wrap-s-a99af01c-0ebe-4acd-911f-8caaff507422 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a99af01c-0ebe-4acd-911f-8caaff507422 {
  display: none;
}
#s-a99af01c-0ebe-4acd-911f-8caaff507422, #wrap-s-a99af01c-0ebe-4acd-911f-8caaff507422 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a99af01c-0ebe-4acd-911f-8caaff507422 {
  
}
}@media (max-width: 767px){#s-a99af01c-0ebe-4acd-911f-8caaff507422 {
  
}
}


#s-a99af01c-0ebe-4acd-911f-8caaff507422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874 {
  display: none;
}
#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874, #wrap-s-4b4f06af-4592-42ff-9dba-ee6b69d1d874 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874 {
  display: none;
}
#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874, #wrap-s-4b4f06af-4592-42ff-9dba-ee6b69d1d874 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874 {
  
}
}@media (max-width: 767px){#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874 {
  
}
}


#s-4b4f06af-4592-42ff-9dba-ee6b69d1d874.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9f459f33-146c-4f45-b803-ece649b44b6c {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
padding-top: 16px;
padding-left: 1px;
padding-bottom: 16px;
padding-right: 1px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 206, 26, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
hover-type: color;
}
#s-9f459f33-146c-4f45-b803-ece649b44b6c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9f459f33-146c-4f45-b803-ece649b44b6c:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 206, 26, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9f459f33-146c-4f45-b803-ece649b44b6c {
  display: none;
}
#s-9f459f33-146c-4f45-b803-ece649b44b6c, #wrap-s-9f459f33-146c-4f45-b803-ece649b44b6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f459f33-146c-4f45-b803-ece649b44b6c {
  display: none;
}
#s-9f459f33-146c-4f45-b803-ece649b44b6c, #wrap-s-9f459f33-146c-4f45-b803-ece649b44b6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f459f33-146c-4f45-b803-ece649b44b6c {
  
}
}@media (max-width: 767px){#s-9f459f33-146c-4f45-b803-ece649b44b6c {
  
}
}


#s-9f459f33-146c-4f45-b803-ece649b44b6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 1200px){#s-a2f4e203-f7ed-4781-9419-8901d844d681 {
  display: none;
}
#s-a2f4e203-f7ed-4781-9419-8901d844d681, #wrap-s-a2f4e203-f7ed-4781-9419-8901d844d681 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2f4e203-f7ed-4781-9419-8901d844d681 {
  display: none;
}
#s-a2f4e203-f7ed-4781-9419-8901d844d681, #wrap-s-a2f4e203-f7ed-4781-9419-8901d844d681 { display:none !important; }}
#s-ca551421-fa09-423f-be1a-762bafcb81c9 {
  padding-top: 3px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
