.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-ad8882c4-4861-40dd-a52d-20e1367eb088 {
  min-height: 100px;
}
@media (max-width: 767px){#s-ad8882c4-4861-40dd-a52d-20e1367eb088 {
  display: none;
}
#s-ad8882c4-4861-40dd-a52d-20e1367eb088, #wrap-s-ad8882c4-4861-40dd-a52d-20e1367eb088 { display:none !important; }}







#s-ad8882c4-4861-40dd-a52d-20e1367eb088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8882c4-4861-40dd-a52d-20e1367eb088.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e {
  min-height: 0px;
text-align: center;
}
#s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;}@media (min-width: 768px) and (max-width: 991px){#s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e {
  display: none;
}
#s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e, #wrap-s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e { display:none !important; }}@media (max-width: 767px){#s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e {
  display: none;
}
#s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e, #wrap-s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e { display:none !important; }}



  #s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e img.shogun-image {
    
    width: px;
  }


#s-d8e6ebb2-7c27-4b3e-b93a-7de05e98f22e .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

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

#s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4210d21-0bae-4083-86c8-6c1aa3bc1a3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-8f708738-f756-45f0-b540-85a19b059b27 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 200px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0761a452-8cb2-4769-ab8f-4077b9d96d8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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-87e964c8-61a5-4765-9e1c-d8ddb264078d {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 100px;
margin-right: 100px;
padding-top: 7px;
padding-left: 19px;
padding-bottom: 7px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-87e964c8-61a5-4765-9e1c-d8ddb264078d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-87e964c8-61a5-4765-9e1c-d8ddb264078d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-87e964c8-61a5-4765-9e1c-d8ddb264078d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-5f08052b-5774-4ff2-b452-bef129daed08 {
  min-height: 0px;
text-align: center;
}
#s-5f08052b-5774-4ff2-b452-bef129daed08:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;}@media (min-width: 1200px){#s-5f08052b-5774-4ff2-b452-bef129daed08 {
  display: none;
}
#s-5f08052b-5774-4ff2-b452-bef129daed08, #wrap-s-5f08052b-5774-4ff2-b452-bef129daed08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f08052b-5774-4ff2-b452-bef129daed08 {
  display: none;
}
#s-5f08052b-5774-4ff2-b452-bef129daed08, #wrap-s-5f08052b-5774-4ff2-b452-bef129daed08 { display:none !important; }}@media (max-width: 767px){#s-5f08052b-5774-4ff2-b452-bef129daed08 {
  display: none;
}
#s-5f08052b-5774-4ff2-b452-bef129daed08, #wrap-s-5f08052b-5774-4ff2-b452-bef129daed08 { display:none !important; }}



  #s-5f08052b-5774-4ff2-b452-bef129daed08 img.shogun-image {
    
    width: px;
  }


#s-5f08052b-5774-4ff2-b452-bef129daed08 .shogun-image-content {
  
    align-items: center;
  
}

#s-daa85c34-bc9c-4799-8c15-3dadc44720e6 {
  border-style: solid;
margin-left: 51px;
margin-right: 375px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0fffca8-daf6-4879-ad41-3896d7618a7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75293663-164b-4949-a1b5-3f0144462513 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-75293663-164b-4949-a1b5-3f0144462513:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-75293663-164b-4949-a1b5-3f0144462513:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-75293663-164b-4949-a1b5-3f0144462513.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-755c0e3c-4602-431e-b153-fdcd91a997dd {
  min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-755c0e3c-4602-431e-b153-fdcd91a997dd {
  display: none;
}
#s-755c0e3c-4602-431e-b153-fdcd91a997dd, #wrap-s-755c0e3c-4602-431e-b153-fdcd91a997dd { display:none !important; }}@media (max-width: 767px){#s-755c0e3c-4602-431e-b153-fdcd91a997dd {
  display: none;
}
#s-755c0e3c-4602-431e-b153-fdcd91a997dd, #wrap-s-755c0e3c-4602-431e-b153-fdcd91a997dd { display:none !important; }}







#s-755c0e3c-4602-431e-b153-fdcd91a997dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-755c0e3c-4602-431e-b153-fdcd91a997dd.shg-box.shg-c {
  justify-content: center;
}

#s-3131897c-a406-4156-85e0-98079863fbd1 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 1200px){#s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb {
  display: none;
}
#s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb, #wrap-s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb {
  display: none;
}
#s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb, #wrap-s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb {
  display: none;
}
#s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb, #wrap-s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb { display:none !important; }}
@media (min-width: 0px) {
[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea711a31-833e-4c66-bf6c-89b7aaf98cdb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-010a76f0-5d98-4890-8747-a5456d72df58 {
  text-align: center;
}




  #s-010a76f0-5d98-4890-8747-a5456d72df58 img.shogun-image {
    
    width: px;
  }


#s-010a76f0-5d98-4890-8747-a5456d72df58 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc1a6289-d02e-4f1b-8a36-1cc460f27edf {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6fdf21d7-863f-41dc-8a91-cb163b015815 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-6fdf21d7-863f-41dc-8a91-cb163b015815:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6fdf21d7-863f-41dc-8a91-cb163b015815:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-6fdf21d7-863f-41dc-8a91-cb163b015815.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c65d29d0-1359-4f4c-8370-42552a4d7907 {
  text-align: center;
}




  #s-c65d29d0-1359-4f4c-8370-42552a4d7907 img.shogun-image {
    
    width: px;
  }


#s-c65d29d0-1359-4f4c-8370-42552a4d7907 .shogun-image-content {
  
    align-items: center;
  
}

#s-02eedd7a-aff9-4359-8f40-a3c8065bf611 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 50px;
padding-bottom: 50px;
}
@media (min-width: 1200px){#s-02eedd7a-aff9-4359-8f40-a3c8065bf611 {
  display: none;
}
#s-02eedd7a-aff9-4359-8f40-a3c8065bf611, #wrap-s-02eedd7a-aff9-4359-8f40-a3c8065bf611 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02eedd7a-aff9-4359-8f40-a3c8065bf611 {
  display: none;
}
#s-02eedd7a-aff9-4359-8f40-a3c8065bf611, #wrap-s-02eedd7a-aff9-4359-8f40-a3c8065bf611 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02eedd7a-aff9-4359-8f40-a3c8065bf611 {
  display: none;
}
#s-02eedd7a-aff9-4359-8f40-a3c8065bf611, #wrap-s-02eedd7a-aff9-4359-8f40-a3c8065bf611 { display:none !important; }}







#s-02eedd7a-aff9-4359-8f40-a3c8065bf611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02eedd7a-aff9-4359-8f40-a3c8065bf611.shg-box.shg-c {
  justify-content: center;
}

#s-68144037-9f47-43a5-847c-01b1767a462a {
  margin-left: 25px;
margin-right: 25px;
}

#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e {
  min-height: 200px;
}
@media (min-width: 1200px){#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e {
  display: none;
}
#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e, #wrap-s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e {
  display: none;
}
#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e, #wrap-s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e { display:none !important; }}@media (max-width: 767px){#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e {
  display: none;
}
#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e, #wrap-s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e { display:none !important; }}







#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b13cc04-fcbe-4d1b-a29b-8fc7c6f9b46e.shg-box.shg-c {
  justify-content: center;
}

#s-23b31321-db1d-4b0a-9530-274b4b09676b {
  margin-left: 50px;
margin-right: 50px;
}

#s-49671fd8-e52b-4493-8cad-4c40756b2712 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49671fd8-e52b-4493-8cad-4c40756b2712 {
  display: none;
}
#s-49671fd8-e52b-4493-8cad-4c40756b2712, #wrap-s-49671fd8-e52b-4493-8cad-4c40756b2712 { display:none !important; }}@media (max-width: 767px){#s-49671fd8-e52b-4493-8cad-4c40756b2712 {
  display: none;
}
#s-49671fd8-e52b-4493-8cad-4c40756b2712, #wrap-s-49671fd8-e52b-4493-8cad-4c40756b2712 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-49671fd8-e52b-4493-8cad-4c40756b2712"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-916fa225-d7c9-4bbd-a8e6-ab5815a532db {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}




  #s-916fa225-d7c9-4bbd-a8e6-ab5815a532db img.shogun-image {
    
    width: px;
  }


#s-916fa225-d7c9-4bbd-a8e6-ab5815a532db .shogun-image-content {
  
    align-items: center;
  
}

#s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ea29a361-e2fe-4e9f-9c29-5ffac23f3026"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-35c201b5-588f-4680-96a1-e9a9d93b8e35 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-35c201b5-588f-4680-96a1-e9a9d93b8e35:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-35c201b5-588f-4680-96a1-e9a9d93b8e35:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-35c201b5-588f-4680-96a1-e9a9d93b8e35.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-48dc1d4a-346e-47e5-9e60-973f17363a6b {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}




  #s-48dc1d4a-346e-47e5-9e60-973f17363a6b img.shogun-image {
    
    width: px;
  }


#s-48dc1d4a-346e-47e5-9e60-973f17363a6b .shogun-image-content {
  
    align-items: center;
  
}

#s-d1f4cc7d-677f-476b-a3d1-7509e616cd76 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1f4cc7d-677f-476b-a3d1-7509e616cd76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-09032a4d-9dcc-4e00-939a-c69f46ef4aa1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-09032a4d-9dcc-4e00-939a-c69f46ef4aa1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-09032a4d-9dcc-4e00-939a-c69f46ef4aa1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-09032a4d-9dcc-4e00-939a-c69f46ef4aa1.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-8f92429a-18f6-4bf0-9232-609d4dbf6068 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-8f92429a-18f6-4bf0-9232-609d4dbf6068 {
  display: none;
}
#s-8f92429a-18f6-4bf0-9232-609d4dbf6068, #wrap-s-8f92429a-18f6-4bf0-9232-609d4dbf6068 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f92429a-18f6-4bf0-9232-609d4dbf6068 {
  display: none;
}
#s-8f92429a-18f6-4bf0-9232-609d4dbf6068, #wrap-s-8f92429a-18f6-4bf0-9232-609d4dbf6068 { display:none !important; }}@media (max-width: 767px){#s-8f92429a-18f6-4bf0-9232-609d4dbf6068 {
  display: none;
}
#s-8f92429a-18f6-4bf0-9232-609d4dbf6068, #wrap-s-8f92429a-18f6-4bf0-9232-609d4dbf6068 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8f92429a-18f6-4bf0-9232-609d4dbf6068"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-26eeeda3-2e21-4d34-bf10-4fa886b4ac6f {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}




  #s-26eeeda3-2e21-4d34-bf10-4fa886b4ac6f img.shogun-image {
    
    width: px;
  }


#s-26eeeda3-2e21-4d34-bf10-4fa886b4ac6f .shogun-image-content {
  
    align-items: center;
  
}

#s-8aa3da7b-b9b6-4a29-9c7d-97e2d6c39dc6 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
}

#s-7b75caf1-37ff-44d9-adf6-8d1702ed088e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-7b75caf1-37ff-44d9-adf6-8d1702ed088e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7b75caf1-37ff-44d9-adf6-8d1702ed088e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7b75caf1-37ff-44d9-adf6-8d1702ed088e.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-a76eebee-e5fe-4a2a-af44-bd9040016dc4 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}




  #s-a76eebee-e5fe-4a2a-af44-bd9040016dc4 img.shogun-image {
    
    width: px;
  }


#s-a76eebee-e5fe-4a2a-af44-bd9040016dc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0ae2775-f3dd-4a9e-9236-0cfe19923622 {
  margin-left: 25px;
margin-right: 25px;
padding-bottom: 15px;
}

#s-0b23baf3-9785-4928-97e2-a1bb0e9cfb8f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-0b23baf3-9785-4928-97e2-a1bb0e9cfb8f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0b23baf3-9785-4928-97e2-a1bb0e9cfb8f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-0b23baf3-9785-4928-97e2-a1bb0e9cfb8f.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909 {
  margin-right: 50px;
padding-top: 100px;
padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909 {
  display: none;
}
#s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909, #wrap-s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909 { display:none !important; }}@media (max-width: 767px){#s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909 {
  display: none;
}
#s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909, #wrap-s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1a2c946-3a15-449b-9e0b-4e49ebf6c909"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bce488ab-9917-433f-bac0-370ef6c40495 {
  text-align: center;
}
@media (min-width: 1200px){#s-bce488ab-9917-433f-bac0-370ef6c40495 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bce488ab-9917-433f-bac0-370ef6c40495 {
  
}
}@media (max-width: 767px){#s-bce488ab-9917-433f-bac0-370ef6c40495 {
  
}
}



  #s-bce488ab-9917-433f-bac0-370ef6c40495 img.shogun-image {
    
    width: px;
  }


#s-bce488ab-9917-433f-bac0-370ef6c40495 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f1affa5-2dc8-48aa-b1a1-3dff4fba3925 {
  min-height: 100px;
}








#s-1f1affa5-2dc8-48aa-b1a1-3dff4fba3925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1affa5-2dc8-48aa-b1a1-3dff4fba3925.shg-box.shg-c {
  justify-content: center;
}

#s-e1d82b36-1c83-4007-a750-d06fef146b8f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-150e79f8-54cc-43c6-8f67-e5d856f55abc {
  min-height: 50px;
}








#s-150e79f8-54cc-43c6-8f67-e5d856f55abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-150e79f8-54cc-43c6-8f67-e5d856f55abc {
  cursor: pointer;
}#s-150e79f8-54cc-43c6-8f67-e5d856f55abc.shg-box.shg-c {
  justify-content: center;
}

#s-93681a0f-5006-476d-9832-d6c54b80038d {
  margin-top: 25px;
}

#s-a6df9fbe-2cda-4011-bebe-ffefa54a2323 {
  max-width: 25px;
text-align: center;
}




  #s-a6df9fbe-2cda-4011-bebe-ffefa54a2323 img.shogun-image {
    
    width: px;
  }


#s-a6df9fbe-2cda-4011-bebe-ffefa54a2323 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a866c63-6320-42f6-b18c-29101fc47c34 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9a866c63-6320-42f6-b18c-29101fc47c34 {
  display: none;
}
#s-9a866c63-6320-42f6-b18c-29101fc47c34, #wrap-s-9a866c63-6320-42f6-b18c-29101fc47c34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a866c63-6320-42f6-b18c-29101fc47c34 {
  display: none;
}
#s-9a866c63-6320-42f6-b18c-29101fc47c34, #wrap-s-9a866c63-6320-42f6-b18c-29101fc47c34 { display:none !important; }}@media (max-width: 767px){#s-9a866c63-6320-42f6-b18c-29101fc47c34 {
  display: none;
}
#s-9a866c63-6320-42f6-b18c-29101fc47c34, #wrap-s-9a866c63-6320-42f6-b18c-29101fc47c34 { display:none !important; }}







#s-9a866c63-6320-42f6-b18c-29101fc47c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a866c63-6320-42f6-b18c-29101fc47c34.shg-box.shg-c {
  justify-content: center;
}

#s-3f22d681-e66d-44da-9fa8-5c5addea3239 {
  text-align: center;
}
@media (min-width: 1200px){#s-3f22d681-e66d-44da-9fa8-5c5addea3239 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f22d681-e66d-44da-9fa8-5c5addea3239 {
  
}
}@media (max-width: 767px){#s-3f22d681-e66d-44da-9fa8-5c5addea3239 {
  
}
}



  #s-3f22d681-e66d-44da-9fa8-5c5addea3239 img.shogun-image {
    
    width: px;
  }


#s-3f22d681-e66d-44da-9fa8-5c5addea3239 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac264b9e-6c06-4d98-abd9-c1ff2c3e6325 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 50px;
padding-bottom: 10px;
}

#s-129b5105-cdc1-4909-93ba-f3e4dfb20fa3 {
  margin-left: 40px;
margin-right: 40px;
}

#s-95bc0f8c-5cd2-4979-bb1d-59611e953656 {
  min-height: 50px;
}








#s-95bc0f8c-5cd2-4979-bb1d-59611e953656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95bc0f8c-5cd2-4979-bb1d-59611e953656 {
  cursor: pointer;
}#s-95bc0f8c-5cd2-4979-bb1d-59611e953656.shg-box.shg-c {
  justify-content: center;
}

#s-28667231-b075-44bb-ad69-de5aff4f789d {
  margin-top: 25px;
margin-left: 40px;
margin-right: 40px;
}

#s-966254b6-72d7-44bb-9c98-3b7054e57124 {
  margin-left: 40px;
margin-right: 40px;
max-width: 25px;
text-align: center;
}




  #s-966254b6-72d7-44bb-9c98-3b7054e57124 img.shogun-image {
    
    width: px;
  }


#s-966254b6-72d7-44bb-9c98-3b7054e57124 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d05e084-9545-4db2-a2f9-94add5a991b8 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0d05e084-9545-4db2-a2f9-94add5a991b8 {
  display: none;
}
#s-0d05e084-9545-4db2-a2f9-94add5a991b8, #wrap-s-0d05e084-9545-4db2-a2f9-94add5a991b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d05e084-9545-4db2-a2f9-94add5a991b8 {
  display: none;
}
#s-0d05e084-9545-4db2-a2f9-94add5a991b8, #wrap-s-0d05e084-9545-4db2-a2f9-94add5a991b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d05e084-9545-4db2-a2f9-94add5a991b8 {
  display: none;
}
#s-0d05e084-9545-4db2-a2f9-94add5a991b8, #wrap-s-0d05e084-9545-4db2-a2f9-94add5a991b8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d05e084-9545-4db2-a2f9-94add5a991b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-44a59aaa-9ebf-4a53-9b80-332b1149a013 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-44a59aaa-9ebf-4a53-9b80-332b1149a013 {
  display: none;
}
#s-44a59aaa-9ebf-4a53-9b80-332b1149a013, #wrap-s-44a59aaa-9ebf-4a53-9b80-332b1149a013 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44a59aaa-9ebf-4a53-9b80-332b1149a013 {
  display: none;
}
#s-44a59aaa-9ebf-4a53-9b80-332b1149a013, #wrap-s-44a59aaa-9ebf-4a53-9b80-332b1149a013 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44a59aaa-9ebf-4a53-9b80-332b1149a013 {
  display: none;
}
#s-44a59aaa-9ebf-4a53-9b80-332b1149a013, #wrap-s-44a59aaa-9ebf-4a53-9b80-332b1149a013 { display:none !important; }}



  #s-44a59aaa-9ebf-4a53-9b80-332b1149a013 img.shogun-image {
    
    width: px;
  }


#s-44a59aaa-9ebf-4a53-9b80-332b1149a013 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0bf86b4-56e5-4877-81a5-93cdead194fb {
  padding-bottom: 25px;
}

#s-0601b2ae-4ecf-4b51-ab7a-2d043aab04f9 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-0601b2ae-4ecf-4b51-ab7a-2d043aab04f9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0601b2ae-4ecf-4b51-ab7a-2d043aab04f9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-0601b2ae-4ecf-4b51-ab7a-2d043aab04f9.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 {
  display: none;
}
#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41, #wrap-s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 {
  display: none;
}
#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41, #wrap-s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 {
  display: none;
}
#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41, #wrap-s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 { display:none !important; }}



  #s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 img.shogun-image {
    
    width: px;
  }


#s-6b705deb-61cf-4cca-9ebc-7cb0e64f0f41 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ef8ae50-86f0-46d2-84f5-56fbd1924da5 {
  padding-bottom: 25px;
}

#s-79a021aa-9a04-4d76-9ca3-dc006b967cd8 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-79a021aa-9a04-4d76-9ca3-dc006b967cd8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79a021aa-9a04-4d76-9ca3-dc006b967cd8:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-79a021aa-9a04-4d76-9ca3-dc006b967cd8.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-a91272f0-f698-4351-a382-db3781c4aecb {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-a91272f0-f698-4351-a382-db3781c4aecb {
  display: none;
}
#s-a91272f0-f698-4351-a382-db3781c4aecb, #wrap-s-a91272f0-f698-4351-a382-db3781c4aecb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a91272f0-f698-4351-a382-db3781c4aecb {
  display: none;
}
#s-a91272f0-f698-4351-a382-db3781c4aecb, #wrap-s-a91272f0-f698-4351-a382-db3781c4aecb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a91272f0-f698-4351-a382-db3781c4aecb {
  display: none;
}
#s-a91272f0-f698-4351-a382-db3781c4aecb, #wrap-s-a91272f0-f698-4351-a382-db3781c4aecb { display:none !important; }}



  #s-a91272f0-f698-4351-a382-db3781c4aecb img.shogun-image {
    
    width: px;
  }


#s-a91272f0-f698-4351-a382-db3781c4aecb .shogun-image-content {
  
    align-items: center;
  
}

#s-9c9cf64e-c702-437b-81af-2d6a20a6e9d7 {
  padding-bottom: 25px;
}

#s-a7a2bfe1-0a23-451e-bd43-194d497228f2 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-a7a2bfe1-0a23-451e-bd43-194d497228f2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a7a2bfe1-0a23-451e-bd43-194d497228f2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-a7a2bfe1-0a23-451e-bd43-194d497228f2.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd {
  display: none;
}
#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd, #wrap-s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd {
  display: none;
}
#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd, #wrap-s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd {
  display: none;
}
#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd, #wrap-s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd { display:none !important; }}



  #s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd img.shogun-image {
    
    width: px;
  }


#s-c2d63af1-e6c0-4fff-b448-bb76eb9145dd .shogun-image-content {
  
    align-items: center;
  
}

#s-b1f17c53-d96a-4e7d-badd-ebfa240b65b8 {
  padding-bottom: 25px;
}

#s-3d9d110b-606a-4c8d-9bde-11224c651a88 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-3d9d110b-606a-4c8d-9bde-11224c651a88:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(88, 89, 91, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3d9d110b-606a-4c8d-9bde-11224c651a88:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-3d9d110b-606a-4c8d-9bde-11224c651a88.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f {
  display: none;
}
#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f, #wrap-s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f {
  display: none;
}
#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f, #wrap-s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f {
  display: none;
}
#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f, #wrap-s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f { display:none !important; }}@media (max-width: 767px){#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f {
  
}
}







#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1793bc0-7cab-4ce0-abfa-1d1d1330be3f.shg-box.shg-c {
  justify-content: center;
}

#s-2d8d95ae-79a2-4098-84a8-95fc51ed961f {
  text-align: center;
}
@media (min-width: 1200px){#s-2d8d95ae-79a2-4098-84a8-95fc51ed961f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d8d95ae-79a2-4098-84a8-95fc51ed961f {
  
}
}@media (max-width: 767px){#s-2d8d95ae-79a2-4098-84a8-95fc51ed961f {
  
}
}



  #s-2d8d95ae-79a2-4098-84a8-95fc51ed961f img.shogun-image {
    
    width: px;
  }


#s-2d8d95ae-79a2-4098-84a8-95fc51ed961f .shogun-image-content {
  
    align-items: center;
  
}

#s-bebcd44c-2a72-4031-a660-36fe01fd52b9 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 50px;
padding-bottom: 10px;
}

#s-fe74c17c-1d24-4f96-8908-6d6ab3973ac1 {
  margin-left: 25px;
margin-right: 25px;
}

#s-2e886b28-0ead-4fea-9245-fbc568da20a0 {
  min-height: 50px;
}








#s-2e886b28-0ead-4fea-9245-fbc568da20a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e886b28-0ead-4fea-9245-fbc568da20a0 {
  cursor: pointer;
}#s-2e886b28-0ead-4fea-9245-fbc568da20a0.shg-box.shg-c {
  justify-content: center;
}

#s-8e97716e-88cb-43b1-a83a-2e37c3af0067 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}

#s-7e44afee-5e8f-4764-b13d-af320c683d24 {
  margin-left: 25px;
margin-right: 25px;
max-width: 25px;
text-align: center;
}




  #s-7e44afee-5e8f-4764-b13d-af320c683d24 img.shogun-image {
    
    width: px;
  }


#s-7e44afee-5e8f-4764-b13d-af320c683d24 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-581472de-cb15-4b95-9723-7b9af4243b58 {
  display: none;
}
#s-581472de-cb15-4b95-9723-7b9af4243b58, #wrap-s-581472de-cb15-4b95-9723-7b9af4243b58 { display:none !important; }}@media (max-width: 767px){#s-581472de-cb15-4b95-9723-7b9af4243b58 {
  display: none;
}
#s-581472de-cb15-4b95-9723-7b9af4243b58, #wrap-s-581472de-cb15-4b95-9723-7b9af4243b58 { display:none !important; }}
@media (min-width: 0px) {
[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-581472de-cb15-4b95-9723-7b9af4243b58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2e06bff8-7cea-4c2b-9a68-8af51070b5af {
  min-height: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-2e06bff8-7cea-4c2b-9a68-8af51070b5af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e06bff8-7cea-4c2b-9a68-8af51070b5af {
  
}
}@media (max-width: 767px){#s-2e06bff8-7cea-4c2b-9a68-8af51070b5af {
  display: none;
}
#s-2e06bff8-7cea-4c2b-9a68-8af51070b5af, #wrap-s-2e06bff8-7cea-4c2b-9a68-8af51070b5af { display:none !important; }}



  #s-2e06bff8-7cea-4c2b-9a68-8af51070b5af img.shogun-image {
    
    width: px;
  }


#s-2e06bff8-7cea-4c2b-9a68-8af51070b5af .shogun-image-content {
  
    align-items: center;
  
}

#s-75e39778-6f2e-4e17-907e-f3a349593871 {
  text-align: center;
}




  #s-75e39778-6f2e-4e17-907e-f3a349593871 img.shogun-image {
    
    width: px;
  }


#s-75e39778-6f2e-4e17-907e-f3a349593871 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43 {
  display: none;
}
#s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43, #wrap-s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43 {
  display: none;
}
#s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43, #wrap-s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43 { display:none !important; }}@media (max-width: 767px){#s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43 {
  display: none;
}
#s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43, #wrap-s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-3e1d8bea-0b6f-4dc1-9719-336cda9fad43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-65b0f5a2-4cf9-44c7-83c0-825a5f645dcd {
  text-align: center;
}




  #s-65b0f5a2-4cf9-44c7-83c0-825a5f645dcd img.shogun-image {
    
    width: px;
  }


#s-65b0f5a2-4cf9-44c7-83c0-825a5f645dcd .shogun-image-content {
  
    align-items: center;
  
}

#s-94458b57-6a46-41f6-8b36-9674774b984c {
  text-align: center;
}




  #s-94458b57-6a46-41f6-8b36-9674774b984c img.shogun-image {
    
    width: px;
  }


#s-94458b57-6a46-41f6-8b36-9674774b984c .shogun-image-content {
  
    align-items: center;
  
}

#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 {
  display: none;
}
#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00, #wrap-s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 {
  display: none;
}
#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00, #wrap-s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 { display:none !important; }}@media (max-width: 767px){#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 {
  display: none;
}
#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00, #wrap-s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 { display:none !important; }}







#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59144b5f-4ad6-4761-ad1b-60dd8ee7bf00.shg-box.shg-c {
  justify-content: center;
}

#s-ceb3b21d-a914-4850-a508-5bffa9472419 {
  background-image: url(https://i.shgcdn.com/1ccea493-5752-44e8-a41c-9e255f5451d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
text-align: center;
background-position: center center;
}
@media (min-width: 1200px){#s-ceb3b21d-a914-4850-a508-5bffa9472419 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceb3b21d-a914-4850-a508-5bffa9472419 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceb3b21d-a914-4850-a508-5bffa9472419 {
  display: none;
}
#s-ceb3b21d-a914-4850-a508-5bffa9472419, #wrap-s-ceb3b21d-a914-4850-a508-5bffa9472419 { display:none !important; }}@media (max-width: 767px){#s-ceb3b21d-a914-4850-a508-5bffa9472419 {
  display: none;
}
#s-ceb3b21d-a914-4850-a508-5bffa9472419, #wrap-s-ceb3b21d-a914-4850-a508-5bffa9472419 { display:none !important; }}



  #s-ceb3b21d-a914-4850-a508-5bffa9472419 img.shogun-image {
    
    width: px;
  }


#s-ceb3b21d-a914-4850-a508-5bffa9472419 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-93f8312c-1156-4af9-99fa-8fa038ed718d {
  display: none;
}
#s-93f8312c-1156-4af9-99fa-8fa038ed718d, #wrap-s-93f8312c-1156-4af9-99fa-8fa038ed718d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93f8312c-1156-4af9-99fa-8fa038ed718d {
  display: none;
}
#s-93f8312c-1156-4af9-99fa-8fa038ed718d, #wrap-s-93f8312c-1156-4af9-99fa-8fa038ed718d { display:none !important; }}@media (max-width: 767px){#s-93f8312c-1156-4af9-99fa-8fa038ed718d {
  display: none;
}
#s-93f8312c-1156-4af9-99fa-8fa038ed718d, #wrap-s-93f8312c-1156-4af9-99fa-8fa038ed718d { display:none !important; }}
@media (min-width: 0px) {
[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-93f8312c-1156-4af9-99fa-8fa038ed718d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d78d7852-1134-4f92-bcf5-8f834b9c5569 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-d78d7852-1134-4f92-bcf5-8f834b9c5569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d78d7852-1134-4f92-bcf5-8f834b9c5569 {
  cursor: pointer;
}#s-d78d7852-1134-4f92-bcf5-8f834b9c5569.shg-box.shg-c {
  justify-content: center;
}

#s-55e3a0c7-2751-4e61-98fb-9c17e98a9e71 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6ac2647a-3498-4b97-a491-409638cf1ef9 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-f420886d-d203-41b7-a829-3079ca65faa4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-f420886d-d203-41b7-a829-3079ca65faa4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f420886d-d203-41b7-a829-3079ca65faa4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f420886d-d203-41b7-a829-3079ca65faa4 {
  
}
}@media (max-width: 767px){#s-f420886d-d203-41b7-a829-3079ca65faa4 {
  display: none;
}
#s-f420886d-d203-41b7-a829-3079ca65faa4, #wrap-s-f420886d-d203-41b7-a829-3079ca65faa4 { display:none !important; }}







#s-f420886d-d203-41b7-a829-3079ca65faa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f420886d-d203-41b7-a829-3079ca65faa4 {
  cursor: pointer;
}#s-f420886d-d203-41b7-a829-3079ca65faa4.shg-box.shg-c {
  justify-content: center;
}

#s-738416ab-68c3-462d-8a4c-431c187bac02 {
  min-height: 50px;
}








#s-738416ab-68c3-462d-8a4c-431c187bac02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738416ab-68c3-462d-8a4c-431c187bac02.shg-box.shg-c {
  justify-content: center;
}

#s-2af14936-f5c8-4f0b-86d4-701c920eb7e5 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4297d495-5bc9-4b96-beff-606068815d0e {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-738a4d29-affd-4c1d-bb8b-3844de1f0117 {
  min-height: 400px;
background-color: rgba(217, 231, 154, 1);
}
@media (min-width: 1200px){#s-738a4d29-affd-4c1d-bb8b-3844de1f0117 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-738a4d29-affd-4c1d-bb8b-3844de1f0117 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-738a4d29-affd-4c1d-bb8b-3844de1f0117 {
  display: none;
}
#s-738a4d29-affd-4c1d-bb8b-3844de1f0117, #wrap-s-738a4d29-affd-4c1d-bb8b-3844de1f0117 { display:none !important; }}@media (max-width: 767px){#s-738a4d29-affd-4c1d-bb8b-3844de1f0117 {
  display: none;
}
#s-738a4d29-affd-4c1d-bb8b-3844de1f0117, #wrap-s-738a4d29-affd-4c1d-bb8b-3844de1f0117 { display:none !important; }}







#s-738a4d29-affd-4c1d-bb8b-3844de1f0117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738a4d29-affd-4c1d-bb8b-3844de1f0117.shg-box.shg-c {
  justify-content: center;
}

#s-6fd7a0c6-7272-464e-b3fd-ee71b583d54f {
  min-height: 50px;
}








#s-6fd7a0c6-7272-464e-b3fd-ee71b583d54f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fd7a0c6-7272-464e-b3fd-ee71b583d54f.shg-box.shg-c {
  justify-content: center;
}

#s-0d7adc85-b703-4464-8b56-42f99bb9dd81 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
}

#s-f5b695c4-bad0-40cb-9894-aff9134629bf {
  margin-left: 100px;
margin-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9910c468-0a07-423e-b290-0aa0c9bbfac7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 {
  padding-top: 75px;
padding-bottom: 75px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 {
  display: none;
}
#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79, #wrap-s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 {
  display: none;
}
#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79, #wrap-s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 {
  display: none;
}
#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79, #wrap-s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 { display:none !important; }}@media (max-width: 767px){#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 {
  display: none;
}
#s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79, #wrap-s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79 { display:none !important; }}
@media (min-width: 0px) {
[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-edca9b56-9858-4a4a-aeae-5bad3b6a1a79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

#s-8c55751f-470b-447c-9197-89a88e515a5c {
  padding-bottom: 25px;
text-align: center;
}

#s-8c55751f-470b-447c-9197-89a88e515a5c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-205d6905-9144-409b-8861-c2d31948477d {
  margin-left: 50px;
margin-right: 50px;
}

#s-3204ee55-666e-4ceb-afda-c8c0a26b9d2f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3edd0443-3ab6-43b5-bf63-48dabf939e96 {
  min-height: 50px;
}








#s-3edd0443-3ab6-43b5-bf63-48dabf939e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3edd0443-3ab6-43b5-bf63-48dabf939e96.shg-box.shg-c {
  justify-content: center;
}

#s-e24c984f-e355-4719-a5f3-a9422381a34e {
  min-height: 50px;
}








#s-e24c984f-e355-4719-a5f3-a9422381a34e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24c984f-e355-4719-a5f3-a9422381a34e.shg-box.shg-c {
  justify-content: center;
}

#s-adcfe8b2-dfb6-43d0-b9b4-00f665c1708f {
  min-height: 50px;
}








#s-adcfe8b2-dfb6-43d0-b9b4-00f665c1708f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adcfe8b2-dfb6-43d0-b9b4-00f665c1708f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32b03d68-838b-4279-8140-088b31cf179c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-25e8e653-37f8-4ce2-a36c-224a5e79712b {
  text-align: center;
}




  #s-25e8e653-37f8-4ce2-a36c-224a5e79712b img.shogun-image {
    
    width: px;
  }


#s-25e8e653-37f8-4ce2-a36c-224a5e79712b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-be21fdab-ce96-4cf2-a4f7-ccb10d664710"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-041f2154-3c96-4b22-b3ec-70e0c5d891f6 {
  text-align: center;
}




  #s-041f2154-3c96-4b22-b3ec-70e0c5d891f6 img.shogun-image {
    
    width: px;
  }


#s-041f2154-3c96-4b22-b3ec-70e0c5d891f6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8edb36e8-05b8-43e2-bc19-c5ea51112ce8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b37a906f-64d9-48ff-8123-0c0a208062f4 {
  text-align: center;
}




  #s-b37a906f-64d9-48ff-8123-0c0a208062f4 img.shogun-image {
    
    width: px;
  }


#s-b37a906f-64d9-48ff-8123-0c0a208062f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-844e5aa6-17f5-4aa2-b26b-35cfed905b89 {
  padding-left: 0px;
padding-right: 0px;
}

#s-2a54d4b2-87c7-40bc-a72e-6d53aa01b8db {
  min-height: 50px;
}








#s-2a54d4b2-87c7-40bc-a72e-6d53aa01b8db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a54d4b2-87c7-40bc-a72e-6d53aa01b8db.shg-box.shg-c {
  justify-content: center;
}

#s-d3709337-3f4f-4dba-87cd-d07d58a366f5 {
  min-height: 50px;
}








#s-d3709337-3f4f-4dba-87cd-d07d58a366f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3709337-3f4f-4dba-87cd-d07d58a366f5.shg-box.shg-c {
  justify-content: center;
}

#s-7cc6879e-8550-4453-93dd-0c9beb668248 {
  min-height: 50px;
}








#s-7cc6879e-8550-4453-93dd-0c9beb668248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc6879e-8550-4453-93dd-0c9beb668248.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2b7701d-5692-4ec1-ad6c-1d5624c112c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6b269b78-b2a6-4693-af15-b28fb315fb55 {
  text-align: center;
}




  #s-6b269b78-b2a6-4693-af15-b28fb315fb55 img.shogun-image {
    
    width: px;
  }


#s-6b269b78-b2a6-4693-af15-b28fb315fb55 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a4f31277-d3c4-4157-ba70-a93eca6b4fb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e12629a6-97f9-493a-812b-6cb94f03bcc8 {
  min-height: 50px;
}








#s-e12629a6-97f9-493a-812b-6cb94f03bcc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e12629a6-97f9-493a-812b-6cb94f03bcc8.shg-box.shg-c {
  justify-content: center;
}

#s-58837c06-db59-4d7e-acf4-618997c67a6c {
  text-align: center;
}




  #s-58837c06-db59-4d7e-acf4-618997c67a6c img.shogun-image {
    
    width: px;
  }


#s-58837c06-db59-4d7e-acf4-618997c67a6c .shogun-image-content {
  
    align-items: center;
  
}

#s-8fd191dd-5f76-4d2f-81f4-4d837eec30c4 {
  min-height: 50px;
}








#s-8fd191dd-5f76-4d2f-81f4-4d837eec30c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd191dd-5f76-4d2f-81f4-4d837eec30c4.shg-box.shg-c {
  justify-content: center;
}

#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a {
  display: none;
}
#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a, #wrap-s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a {
  display: none;
}
#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a, #wrap-s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a {
  display: none;
}
#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a, #wrap-s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a { display:none !important; }}







#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d43f9e28-b9e8-4eee-ad99-4e85748f1b0a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e969ccf-87e3-4859-9d0b-8f3130eda261"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce {
  display: none;
}
#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce, #wrap-s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce {
  display: none;
}
#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce, #wrap-s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce {
  display: none;
}
#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce, #wrap-s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce { display:none !important; }}@media (max-width: 767px){#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce {
  
}
}







#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce {
  cursor: pointer;
}#s-1b3c33db-4cde-47e1-b5e2-e3a5f2a485ce.shg-box.shg-c {
  justify-content: center;
}

#s-e1276e4b-78c6-498d-928b-88e2e0d19649 {
  min-height: 50px;
}








#s-e1276e4b-78c6-498d-928b-88e2e0d19649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1276e4b-78c6-498d-928b-88e2e0d19649.shg-box.shg-c {
  justify-content: center;
}

#s-c117c32d-49b9-4861-8610-582b274a1bc7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8ef65b2b-372f-4526-8297-619ede6a4c6d {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-e6df76da-3d74-4b44-93ae-827e69a79d5e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-e6df76da-3d74-4b44-93ae-827e69a79d5e {
  display: none;
}
#s-e6df76da-3d74-4b44-93ae-827e69a79d5e, #wrap-s-e6df76da-3d74-4b44-93ae-827e69a79d5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6df76da-3d74-4b44-93ae-827e69a79d5e {
  display: none;
}
#s-e6df76da-3d74-4b44-93ae-827e69a79d5e, #wrap-s-e6df76da-3d74-4b44-93ae-827e69a79d5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6df76da-3d74-4b44-93ae-827e69a79d5e {
  display: none;
}
#s-e6df76da-3d74-4b44-93ae-827e69a79d5e, #wrap-s-e6df76da-3d74-4b44-93ae-827e69a79d5e { display:none !important; }}@media (max-width: 767px){#s-e6df76da-3d74-4b44-93ae-827e69a79d5e {
  
}
}







#s-e6df76da-3d74-4b44-93ae-827e69a79d5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6df76da-3d74-4b44-93ae-827e69a79d5e {
  cursor: pointer;
}#s-e6df76da-3d74-4b44-93ae-827e69a79d5e.shg-box.shg-c {
  justify-content: center;
}

#s-b2c51eaa-e4c0-4177-ab29-4f7ee8dec83b {
  min-height: 50px;
}








#s-b2c51eaa-e4c0-4177-ab29-4f7ee8dec83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2c51eaa-e4c0-4177-ab29-4f7ee8dec83b.shg-box.shg-c {
  justify-content: center;
}

#s-16cc9eda-798c-4d79-917f-101444e5afe8 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3465abac-7949-4fc4-85b4-026081eb1864 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-10611765-e4f1-4521-a1fb-049e4bf2f687 {
  display: none;
}
#s-10611765-e4f1-4521-a1fb-049e4bf2f687, #wrap-s-10611765-e4f1-4521-a1fb-049e4bf2f687 { display:none !important; }}@media (max-width: 767px){#s-10611765-e4f1-4521-a1fb-049e4bf2f687 {
  display: none;
}
#s-10611765-e4f1-4521-a1fb-049e4bf2f687, #wrap-s-10611765-e4f1-4521-a1fb-049e4bf2f687 { display:none !important; }}
@media (min-width: 0px) {
[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-10611765-e4f1-4521-a1fb-049e4bf2f687"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0514903a-6042-43ff-8092-ce21293d6fb6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-0514903a-6042-43ff-8092-ce21293d6fb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0514903a-6042-43ff-8092-ce21293d6fb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0514903a-6042-43ff-8092-ce21293d6fb6 {
  display: none;
}
#s-0514903a-6042-43ff-8092-ce21293d6fb6, #wrap-s-0514903a-6042-43ff-8092-ce21293d6fb6 { display:none !important; }}@media (max-width: 767px){#s-0514903a-6042-43ff-8092-ce21293d6fb6 {
  display: none;
}
#s-0514903a-6042-43ff-8092-ce21293d6fb6, #wrap-s-0514903a-6042-43ff-8092-ce21293d6fb6 { display:none !important; }}







#s-0514903a-6042-43ff-8092-ce21293d6fb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0514903a-6042-43ff-8092-ce21293d6fb6 {
  cursor: pointer;
}#s-0514903a-6042-43ff-8092-ce21293d6fb6.shg-box.shg-c {
  justify-content: center;
}

#s-fe1a37d8-98b7-46c4-9251-35594ac9ac90 {
  min-height: 50px;
}








#s-fe1a37d8-98b7-46c4-9251-35594ac9ac90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe1a37d8-98b7-46c4-9251-35594ac9ac90.shg-box.shg-c {
  justify-content: center;
}

#s-17467286-e4df-4b7d-b7f5-ada8606617ee {
  margin-left: 150px;
margin-right: 150px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7a51c8fd-febf-4cc1-8527-b63683e718aa {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-ebce8a13-3971-4a75-8101-6572d8729d79 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-ebce8a13-3971-4a75-8101-6572d8729d79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebce8a13-3971-4a75-8101-6572d8729d79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebce8a13-3971-4a75-8101-6572d8729d79 {
  display: none;
}
#s-ebce8a13-3971-4a75-8101-6572d8729d79, #wrap-s-ebce8a13-3971-4a75-8101-6572d8729d79 { display:none !important; }}@media (max-width: 767px){#s-ebce8a13-3971-4a75-8101-6572d8729d79 {
  display: none;
}
#s-ebce8a13-3971-4a75-8101-6572d8729d79, #wrap-s-ebce8a13-3971-4a75-8101-6572d8729d79 { display:none !important; }}







#s-ebce8a13-3971-4a75-8101-6572d8729d79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebce8a13-3971-4a75-8101-6572d8729d79 {
  cursor: pointer;
}#s-ebce8a13-3971-4a75-8101-6572d8729d79.shg-box.shg-c {
  justify-content: center;
}

#s-29e94177-a10a-487b-8eec-f4d5bd3802c5 {
  min-height: 50px;
}








#s-29e94177-a10a-487b-8eec-f4d5bd3802c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29e94177-a10a-487b-8eec-f4d5bd3802c5.shg-box.shg-c {
  justify-content: center;
}

#s-ccb0503a-0df6-46bb-b741-9c71b59e5445 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-460aa5c3-5488-4a65-aedd-54a3cc0f37cd {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-12302597-5f1e-4c12-9493-d666cd2cd5de {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12302597-5f1e-4c12-9493-d666cd2cd5de {
  display: none;
}
#s-12302597-5f1e-4c12-9493-d666cd2cd5de, #wrap-s-12302597-5f1e-4c12-9493-d666cd2cd5de { display:none !important; }}@media (max-width: 767px){#s-12302597-5f1e-4c12-9493-d666cd2cd5de {
  display: none;
}
#s-12302597-5f1e-4c12-9493-d666cd2cd5de, #wrap-s-12302597-5f1e-4c12-9493-d666cd2cd5de { display:none !important; }}







#s-12302597-5f1e-4c12-9493-d666cd2cd5de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12302597-5f1e-4c12-9493-d666cd2cd5de.shg-box.shg-c {
  justify-content: center;
}

#s-f9771093-bf55-4276-b332-589e8c2ad8c2 {
  padding-bottom: 25px;
}

#s-eebf52de-974e-4642-bc64-3e350daa4110 {
  margin-left: 400px;
margin-right: 400px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 200px;
}

#s-b6a8d7fa-a9ee-43f3-a74b-509f203a3902 {
  padding-bottom: 50px;
}

#s-4b9b2de5-bfe6-4910-a72b-fda4caaeb979 {
  padding-bottom: 50px;
}

#s-828e66b9-374d-4ad0-aa99-0b17db68181d {
  padding-bottom: 50px;
}

#s-66541c55-b200-41d0-a37e-6ce1b29542c1 {
  min-height: 425px;
}
@media (min-width: 1200px){#s-66541c55-b200-41d0-a37e-6ce1b29542c1 {
  display: none;
}
#s-66541c55-b200-41d0-a37e-6ce1b29542c1, #wrap-s-66541c55-b200-41d0-a37e-6ce1b29542c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66541c55-b200-41d0-a37e-6ce1b29542c1 {
  display: none;
}
#s-66541c55-b200-41d0-a37e-6ce1b29542c1, #wrap-s-66541c55-b200-41d0-a37e-6ce1b29542c1 { display:none !important; }}@media (max-width: 767px){#s-66541c55-b200-41d0-a37e-6ce1b29542c1 {
  display: none;
}
#s-66541c55-b200-41d0-a37e-6ce1b29542c1, #wrap-s-66541c55-b200-41d0-a37e-6ce1b29542c1 { display:none !important; }}







#s-66541c55-b200-41d0-a37e-6ce1b29542c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66541c55-b200-41d0-a37e-6ce1b29542c1.shg-box.shg-c {
  justify-content: center;
}

#s-8d64462e-6f0c-47b5-a7e2-0ede69216d9e {
  padding-top: 50px;
padding-bottom: 10px;
text-align: center;
}

#s-8d64462e-6f0c-47b5-a7e2-0ede69216d9e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b373c33a-bad9-4e79-9f6a-fb260ddc7cd4 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8b7b29c3-6c64-4adb-9c1a-310c4ddf20bb {
  margin-left: 40px;
margin-right: 40px;
}

#s-71b11c7d-b09b-4954-ab11-f62044ead0f2 {
  margin-left: 40px;
margin-right: 40px;
}

#s-ec5e91d3-514f-434f-be2c-f2c88bf64513 {
  margin-left: 40px;
margin-right: 40px;
}

#s-ebca81b6-eb22-4189-a0fe-1d59e120829e {
  min-height: 50px;
}








#s-ebca81b6-eb22-4189-a0fe-1d59e120829e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebca81b6-eb22-4189-a0fe-1d59e120829e.shg-box.shg-c {
  justify-content: center;
}

#s-aacabb36-8705-4411-ba80-62a63911fadd {
  min-height: 50px;
}








#s-aacabb36-8705-4411-ba80-62a63911fadd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aacabb36-8705-4411-ba80-62a63911fadd.shg-box.shg-c {
  justify-content: center;
}

#s-ef02e38d-1468-4189-8104-2324172031eb {
  min-height: 50px;
}








#s-ef02e38d-1468-4189-8104-2324172031eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef02e38d-1468-4189-8104-2324172031eb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18b490e4-5f31-4a0d-808a-377b0fc40527"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a1ac4a36-ac31-4c81-b7c0-6418658ca40f {
  text-align: center;
}




  #s-a1ac4a36-ac31-4c81-b7c0-6418658ca40f img.shogun-image {
    
    width: px;
  }


#s-a1ac4a36-ac31-4c81-b7c0-6418658ca40f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c16b5801-2d50-4763-a0c2-0f2e03839ebf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-52da8fe1-b35b-45a9-b4b2-0d9cfe6efefa {
  text-align: center;
}




  #s-52da8fe1-b35b-45a9-b4b2-0d9cfe6efefa img.shogun-image {
    
    width: px;
  }


#s-52da8fe1-b35b-45a9-b4b2-0d9cfe6efefa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b953bc3-0c0d-4d3b-97e5-a779e9454588"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a60e8b74-5631-460e-b663-478cd9086fd8 {
  text-align: center;
}




  #s-a60e8b74-5631-460e-b663-478cd9086fd8 img.shogun-image {
    
    width: px;
  }


#s-a60e8b74-5631-460e-b663-478cd9086fd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 300px;
}
@media (min-width: 1200px){#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a {
  display: none;
}
#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a, #wrap-s-f67278eb-c834-4a4f-ac30-48e87d55ae3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a {
  display: none;
}
#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a, #wrap-s-f67278eb-c834-4a4f-ac30-48e87d55ae3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a {
  display: none;
}
#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a, #wrap-s-f67278eb-c834-4a4f-ac30-48e87d55ae3a { display:none !important; }}







#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f67278eb-c834-4a4f-ac30-48e87d55ae3a.shg-box.shg-c {
  justify-content: center;
}

#s-e68d0268-5882-40c6-9ac4-73bd742b5a41 {
  margin-top: 50px;
}

#s-1cdcade0-02f5-4978-9fe2-036aa31fd67d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cc2d5e9f-8972-4b95-9494-68dd0fe362eb {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-20556482-c334-4f84-99be-dbb5496de7b8 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-49435976-e3a7-4dd3-acf0-736b8cc6e125 {
  margin-top: 25px;
margin-bottom: 25px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
