.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-148f2789-b799-4593-9b20-4668470f15da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-148f2789-b799-4593-9b20-4668470f15da {
  display: none;
}
#s-148f2789-b799-4593-9b20-4668470f15da, #wrap-s-148f2789-b799-4593-9b20-4668470f15da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-148f2789-b799-4593-9b20-4668470f15da {
  display: none;
}
#s-148f2789-b799-4593-9b20-4668470f15da, #wrap-s-148f2789-b799-4593-9b20-4668470f15da { display:none !important; }}@media (max-width: 767px){#s-148f2789-b799-4593-9b20-4668470f15da {
  
}
}







#s-148f2789-b799-4593-9b20-4668470f15da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-148f2789-b799-4593-9b20-4668470f15da.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-6d5b9819-b524-4f9e-8f57-2acb6c135b2f {
  text-align: center;
}





#s-6d5b9819-b524-4f9e-8f57-2acb6c135b2f .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  display: none;
}
#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c, #wrap-s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  display: none;
}
#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c, #wrap-s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c { display:none !important; }}
#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  background-color: rgba(255, 255, 255, 1);
}








#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  min-height: 70px;
}
@media (min-width: 1200px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (max-width: 767px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}







#s-c5b2261a-9c59-4703-9441-356280f81a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b2261a-9c59-4703-9441-356280f81a8a.shg-box.shg-c {
  justify-content: center;
}

#s-12694a4e-a962-4255-b3d2-75d4ce744289 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12694a4e-a962-4255-b3d2-75d4ce744289 {
  display: none;
}
#s-12694a4e-a962-4255-b3d2-75d4ce744289, #wrap-s-12694a4e-a962-4255-b3d2-75d4ce744289 { display:none !important; }}@media (max-width: 767px){#s-12694a4e-a962-4255-b3d2-75d4ce744289 {
  display: none;
}
#s-12694a4e-a962-4255-b3d2-75d4ce744289, #wrap-s-12694a4e-a962-4255-b3d2-75d4ce744289 { display:none !important; }}







#s-12694a4e-a962-4255-b3d2-75d4ce744289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12694a4e-a962-4255-b3d2-75d4ce744289.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c655405e-a1d2-4c6b-a757-7271a401dffb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5bedbb33-cc05-477a-972f-9e54c36d6371 {
  text-align: center;
}





#s-5bedbb33-cc05-477a-972f-9e54c36d6371 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26351265-9a0a-4c2c-b6e0-06b1bd6db8d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f {
  display: none;
}
#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f, #wrap-s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f { display:none !important; }}@media (max-width: 767px){#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f {
  display: none;
}
#s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f, #wrap-s-d5be5c98-fdba-4a25-9345-7bf3dc8f108f { display:none !important; }}
#s-6b223ed0-2e8e-4834-bd77-ed05e5c1004c {
  text-align: center;
}





#s-6b223ed0-2e8e-4834-bd77-ed05e5c1004c .shogun-image-content {
  
    align-items: center;
  
}

#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}@media (max-width: 767px){#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 {
  
}
}







#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ffaa85-c86e-43b3-b25f-f5a6c97ae3d9.shg-box.shg-c {
  justify-content: center;
}

#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}@media (max-width: 767px){#s-84a967e1-e20a-4b66-a3dd-657e332971f7 {
  display: none;
}
#s-84a967e1-e20a-4b66-a3dd-657e332971f7, #wrap-s-84a967e1-e20a-4b66-a3dd-657e332971f7 { display:none !important; }}







#s-84a967e1-e20a-4b66-a3dd-657e332971f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a967e1-e20a-4b66-a3dd-657e332971f7.shg-box.shg-c {
  justify-content: center;
}

#s-fff870df-8b45-4187-abdd-be961db29733 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fff870df-8b45-4187-abdd-be961db29733 {
  display: none;
}
#s-fff870df-8b45-4187-abdd-be961db29733, #wrap-s-fff870df-8b45-4187-abdd-be961db29733 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fff870df-8b45-4187-abdd-be961db29733 {
  display: none;
}
#s-fff870df-8b45-4187-abdd-be961db29733, #wrap-s-fff870df-8b45-4187-abdd-be961db29733 { display:none !important; }}







#s-fff870df-8b45-4187-abdd-be961db29733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff870df-8b45-4187-abdd-be961db29733.shg-box.shg-c {
  justify-content: center;
}

#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 {
  display: none;
}
#s-cbf21e4b-a6d5-443a-8d24-3abf37654751, #wrap-s-cbf21e4b-a6d5-443a-8d24-3abf37654751 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 {
  display: none;
}
#s-cbf21e4b-a6d5-443a-8d24-3abf37654751, #wrap-s-cbf21e4b-a6d5-443a-8d24-3abf37654751 { display:none !important; }}







#s-cbf21e4b-a6d5-443a-8d24-3abf37654751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf21e4b-a6d5-443a-8d24-3abf37654751.shg-box.shg-c {
  justify-content: center;
}

#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d {
  display: none;
}
#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d, #wrap-s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d {
  display: none;
}
#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d, #wrap-s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d { display:none !important; }}







#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a4caf1b-d535-4e46-ba74-f9584e2fba7d.shg-box.shg-c {
  justify-content: center;
}

#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  display: none;
}
#s-d497bc86-ad42-4034-b704-83a66c0a7015, #wrap-s-d497bc86-ad42-4034-b704-83a66c0a7015 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  display: none;
}
#s-d497bc86-ad42-4034-b704-83a66c0a7015, #wrap-s-d497bc86-ad42-4034-b704-83a66c0a7015 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d497bc86-ad42-4034-b704-83a66c0a7015 {
  
}
}
#s-0ad077e4-9087-4e90-9f3c-eb51142b0d84 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ad077e4-9087-4e90-9f3c-eb51142b0d84 {
  display: none;
}
#s-0ad077e4-9087-4e90-9f3c-eb51142b0d84, #wrap-s-0ad077e4-9087-4e90-9f3c-eb51142b0d84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ad077e4-9087-4e90-9f3c-eb51142b0d84 {
  display: none;
}
#s-0ad077e4-9087-4e90-9f3c-eb51142b0d84, #wrap-s-0ad077e4-9087-4e90-9f3c-eb51142b0d84 { display:none !important; }}







#s-0ad077e4-9087-4e90-9f3c-eb51142b0d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad077e4-9087-4e90-9f3c-eb51142b0d84.shg-box.shg-c {
  justify-content: center;
}

#s-b68c988e-5b7f-4568-b250-834ed58a576c {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-b68c988e-5b7f-4568-b250-834ed58a576c {
  display: none;
}
#s-b68c988e-5b7f-4568-b250-834ed58a576c, #wrap-s-b68c988e-5b7f-4568-b250-834ed58a576c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b68c988e-5b7f-4568-b250-834ed58a576c {
  display: none;
}
#s-b68c988e-5b7f-4568-b250-834ed58a576c, #wrap-s-b68c988e-5b7f-4568-b250-834ed58a576c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b68c988e-5b7f-4568-b250-834ed58a576c {
  
}
}
#s-8255a1f7-275d-42af-97c0-e98864827501 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8255a1f7-275d-42af-97c0-e98864827501 {
  display: none;
}
#s-8255a1f7-275d-42af-97c0-e98864827501, #wrap-s-8255a1f7-275d-42af-97c0-e98864827501 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8255a1f7-275d-42af-97c0-e98864827501 {
  display: none;
}
#s-8255a1f7-275d-42af-97c0-e98864827501, #wrap-s-8255a1f7-275d-42af-97c0-e98864827501 { display:none !important; }}







#s-8255a1f7-275d-42af-97c0-e98864827501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8255a1f7-275d-42af-97c0-e98864827501.shg-box.shg-c {
  justify-content: center;
}

#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 {
  display: none;
}
#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86, #wrap-s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 {
  display: none;
}
#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86, #wrap-s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 { display:none !important; }}







#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fab7ab2d-6ca3-4957-9e3c-075a38c9cc86.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-db531634-06e6-45cd-9099-bb661d270bc9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db531634-06e6-45cd-9099-bb661d270bc9 {
  display: none;
}
#s-db531634-06e6-45cd-9099-bb661d270bc9, #wrap-s-db531634-06e6-45cd-9099-bb661d270bc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db531634-06e6-45cd-9099-bb661d270bc9 {
  display: none;
}
#s-db531634-06e6-45cd-9099-bb661d270bc9, #wrap-s-db531634-06e6-45cd-9099-bb661d270bc9 { display:none !important; }}







#s-db531634-06e6-45cd-9099-bb661d270bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db531634-06e6-45cd-9099-bb661d270bc9.shg-box.shg-c {
  justify-content: center;
}

#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  display: none;
}
#s-a75ef7af-504e-43b6-9c2c-b8642e01989a, #wrap-s-a75ef7af-504e-43b6-9c2c-b8642e01989a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  display: none;
}
#s-a75ef7af-504e-43b6-9c2c-b8642e01989a, #wrap-s-a75ef7af-504e-43b6-9c2c-b8642e01989a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a75ef7af-504e-43b6-9c2c-b8642e01989a {
  
}
}
#s-ad92b4ea-c760-4266-9634-10eaeedf899f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ad92b4ea-c760-4266-9634-10eaeedf899f {
  display: none;
}
#s-ad92b4ea-c760-4266-9634-10eaeedf899f, #wrap-s-ad92b4ea-c760-4266-9634-10eaeedf899f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad92b4ea-c760-4266-9634-10eaeedf899f {
  display: none;
}
#s-ad92b4ea-c760-4266-9634-10eaeedf899f, #wrap-s-ad92b4ea-c760-4266-9634-10eaeedf899f { display:none !important; }}







#s-ad92b4ea-c760-4266-9634-10eaeedf899f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad92b4ea-c760-4266-9634-10eaeedf899f.shg-box.shg-c {
  justify-content: center;
}

#s-654cc00a-11f8-464c-a1bd-617738af96fa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-654cc00a-11f8-464c-a1bd-617738af96fa {
  display: none;
}
#s-654cc00a-11f8-464c-a1bd-617738af96fa, #wrap-s-654cc00a-11f8-464c-a1bd-617738af96fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-654cc00a-11f8-464c-a1bd-617738af96fa {
  display: none;
}
#s-654cc00a-11f8-464c-a1bd-617738af96fa, #wrap-s-654cc00a-11f8-464c-a1bd-617738af96fa { display:none !important; }}







#s-654cc00a-11f8-464c-a1bd-617738af96fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-654cc00a-11f8-464c-a1bd-617738af96fa.shg-box.shg-c {
  justify-content: center;
}

#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  display: none;
}
#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc, #wrap-s-00cdfdd8-2810-40e4-aece-60ffecbde8cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  display: none;
}
#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc, #wrap-s-00cdfdd8-2810-40e4-aece-60ffecbde8cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00cdfdd8-2810-40e4-aece-60ffecbde8cc {
  
}
}
#s-b949174f-a664-4f27-b5b6-c33cfacfb26a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b949174f-a664-4f27-b5b6-c33cfacfb26a {
  display: none;
}
#s-b949174f-a664-4f27-b5b6-c33cfacfb26a, #wrap-s-b949174f-a664-4f27-b5b6-c33cfacfb26a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b949174f-a664-4f27-b5b6-c33cfacfb26a {
  display: none;
}
#s-b949174f-a664-4f27-b5b6-c33cfacfb26a, #wrap-s-b949174f-a664-4f27-b5b6-c33cfacfb26a { display:none !important; }}







#s-b949174f-a664-4f27-b5b6-c33cfacfb26a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b949174f-a664-4f27-b5b6-c33cfacfb26a.shg-box.shg-c {
  justify-content: center;
}

#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 {
  display: none;
}
#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1, #wrap-s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 {
  display: none;
}
#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1, #wrap-s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 { display:none !important; }}







#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391b2de8-3f3c-4671-83d6-eb23059f2dd1.shg-box.shg-c {
  justify-content: center;
}

#s-258af9b7-1da3-449a-b639-1f9097d97196 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-258af9b7-1da3-449a-b639-1f9097d97196"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d66bba42-784d-4c3d-875c-1f1f1692f711 {
  text-align: center;
}




  #s-d66bba42-784d-4c3d-875c-1f1f1692f711 img.shogun-image {
    
    width: px;
  }


#s-d66bba42-784d-4c3d-875c-1f1f1692f711 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-df74975d-27d9-4fd9-b528-51ec7a215517 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df74975d-27d9-4fd9-b528-51ec7a215517 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-472e3a4b-43a3-4632-9274-de0c28b5afa8 {
  min-height: 50px;
}








#s-472e3a4b-43a3-4632-9274-de0c28b5afa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-472e3a4b-43a3-4632-9274-de0c28b5afa8.shg-box.shg-c {
  justify-content: center;
}

#s-44b80acc-c4ca-41db-906e-d98bd8ea3ac1 {
  text-align: center;
}




  #s-44b80acc-c4ca-41db-906e-d98bd8ea3ac1 img.shogun-image {
    
    width: px;
  }


#s-44b80acc-c4ca-41db-906e-d98bd8ea3ac1 .shogun-image-content {
  
    align-items: center;
  
}

#s-477826c5-edfd-44f5-b909-c3df73e0aefa {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-477826c5-edfd-44f5-b909-c3df73e0aefa .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-0f032584-7576-412d-a857-206eec81447b {
  min-height: 50px;
}








#s-0f032584-7576-412d-a857-206eec81447b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f032584-7576-412d-a857-206eec81447b.shg-box.shg-c {
  justify-content: center;
}

#s-3173cb36-0489-4f00-a3b8-6fc7709adfb6 {
  text-align: center;
}




  #s-3173cb36-0489-4f00-a3b8-6fc7709adfb6 img.shogun-image {
    
    width: px;
  }


#s-3173cb36-0489-4f00-a3b8-6fc7709adfb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f6e1dd6-3af4-4703-99df-c7277a0ec7ee {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f6e1dd6-3af4-4703-99df-c7277a0ec7ee .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-860050db-41c4-46a0-bc28-f63c613c1cc6 {
  min-height: 50px;
}








#s-860050db-41c4-46a0-bc28-f63c613c1cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-860050db-41c4-46a0-bc28-f63c613c1cc6.shg-box.shg-c {
  justify-content: center;
}

#s-7bcb29e6-487b-436d-b084-4c3a7cc75ab9 {
  text-align: center;
}




  #s-7bcb29e6-487b-436d-b084-4c3a7cc75ab9 img.shogun-image {
    
    width: px;
  }


#s-7bcb29e6-487b-436d-b084-4c3a7cc75ab9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e9ad088-dad9-4687-964e-1dbcd66870f5 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e9ad088-dad9-4687-964e-1dbcd66870f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-db2db89f-5a0e-4fdf-810b-67b58dcc80f6 {
  min-height: 50px;
}








#s-db2db89f-5a0e-4fdf-810b-67b58dcc80f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db2db89f-5a0e-4fdf-810b-67b58dcc80f6.shg-box.shg-c {
  justify-content: center;
}

#s-0c191b94-8547-403d-95d9-71e3c601a672 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0c191b94-8547-403d-95d9-71e3c601a672 {
  display: none;
}
#s-0c191b94-8547-403d-95d9-71e3c601a672, #wrap-s-0c191b94-8547-403d-95d9-71e3c601a672 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c191b94-8547-403d-95d9-71e3c601a672 {
  display: none;
}
#s-0c191b94-8547-403d-95d9-71e3c601a672, #wrap-s-0c191b94-8547-403d-95d9-71e3c601a672 { display:none !important; }}







#s-0c191b94-8547-403d-95d9-71e3c601a672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c191b94-8547-403d-95d9-71e3c601a672.shg-box.shg-c {
  justify-content: center;
}

#s-6719ec5e-2abb-4870-bcb3-893116b60af7 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6719ec5e-2abb-4870-bcb3-893116b60af7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e329ceae-1bb8-4a79-a8e0-20b1f9065530 {
  text-align: center;
}




  #s-e329ceae-1bb8-4a79-a8e0-20b1f9065530 img.shogun-image {
    
    width: px;
  }


#s-e329ceae-1bb8-4a79-a8e0-20b1f9065530 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6d50953-7c12-49bc-ab2a-64c4ba35d2b9 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6d50953-7c12-49bc-ab2a-64c4ba35d2b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-49bc11f6-0793-46a9-b521-c7fa58bbbf3e {
  min-height: 50px;
}








#s-49bc11f6-0793-46a9-b521-c7fa58bbbf3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49bc11f6-0793-46a9-b521-c7fa58bbbf3e.shg-box.shg-c {
  justify-content: center;
}

#s-e93b1b88-7346-4e72-8a53-4881845c21fa {
  text-align: center;
}




  #s-e93b1b88-7346-4e72-8a53-4881845c21fa img.shogun-image {
    
    width: px;
  }


#s-e93b1b88-7346-4e72-8a53-4881845c21fa .shogun-image-content {
  
    align-items: center;
  
}

#s-bf7c96f8-74f5-434b-89d9-2472f6d36860 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf7c96f8-74f5-434b-89d9-2472f6d36860 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-dec57636-bea2-44e2-89f8-88c9ad82611f {
  min-height: 50px;
}








#s-dec57636-bea2-44e2-89f8-88c9ad82611f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dec57636-bea2-44e2-89f8-88c9ad82611f.shg-box.shg-c {
  justify-content: center;
}

#s-b1fef42c-3288-4934-a61e-a18efdbc80a1 {
  min-height: 50px;
}








#s-b1fef42c-3288-4934-a61e-a18efdbc80a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1fef42c-3288-4934-a61e-a18efdbc80a1.shg-box.shg-c {
  justify-content: center;
}

#s-ff97bb0e-d0bd-4178-9d24-eac30452895e {
  text-align: center;
}




  #s-ff97bb0e-d0bd-4178-9d24-eac30452895e img.shogun-image {
    
    width: px;
  }


#s-ff97bb0e-d0bd-4178-9d24-eac30452895e .shogun-image-content {
  
    align-items: center;
  
}

#s-a352d7c6-9b07-4ad4-b286-09ba45d88b1f {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a352d7c6-9b07-4ad4-b286-09ba45d88b1f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-2f780638-077e-4373-a013-c021184bc371 {
  text-align: center;
}




  #s-2f780638-077e-4373-a013-c021184bc371 img.shogun-image {
    
    width: px;
  }


#s-2f780638-077e-4373-a013-c021184bc371 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5b64038-0cbe-4565-b591-ecd7feb4486a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5b64038-0cbe-4565-b591-ecd7feb4486a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5 {
  display: none;
}
#s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5, #wrap-s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5 {
  display: none;
}
#s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5, #wrap-s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5 { display:none !important; }}







#s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eb83bf4-42c2-4240-b6fe-f37cd77a83d5.shg-box.shg-c {
  justify-content: center;
}

#s-333a2966-4e4e-4b22-9376-58be69a329f2 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-333a2966-4e4e-4b22-9376-58be69a329f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f591ba60-bd26-40fb-91f0-dda8fb3e30e8 {
  text-align: center;
}




  #s-f591ba60-bd26-40fb-91f0-dda8fb3e30e8 img.shogun-image {
    
    width: px;
  }


#s-f591ba60-bd26-40fb-91f0-dda8fb3e30e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f00d08f-b772-4cce-a265-4e613f454ddf {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f00d08f-b772-4cce-a265-4e613f454ddf .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-b8a720b1-30ff-4bbc-9962-14b2f522a32c {
  min-height: 50px;
}








#s-b8a720b1-30ff-4bbc-9962-14b2f522a32c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a720b1-30ff-4bbc-9962-14b2f522a32c.shg-box.shg-c {
  justify-content: center;
}

#s-b86cfbf4-0c43-4d7a-8a29-18c8f9c6a737 {
  text-align: center;
}




  #s-b86cfbf4-0c43-4d7a-8a29-18c8f9c6a737 img.shogun-image {
    
    width: px;
  }


#s-b86cfbf4-0c43-4d7a-8a29-18c8f9c6a737 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab60623f-549c-4acd-9a33-e11745d2deb6 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab60623f-549c-4acd-9a33-e11745d2deb6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-fdaf8609-08ec-4603-bf80-28e27068392d {
  min-height: 50px;
}








#s-fdaf8609-08ec-4603-bf80-28e27068392d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdaf8609-08ec-4603-bf80-28e27068392d.shg-box.shg-c {
  justify-content: center;
}

#s-1cacb572-b29e-4abb-8015-d51b89af4b79 {
  min-height: 50px;
}








#s-1cacb572-b29e-4abb-8015-d51b89af4b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cacb572-b29e-4abb-8015-d51b89af4b79.shg-box.shg-c {
  justify-content: center;
}

#s-58e45cc2-b2ae-40dd-a601-8cf686bf83ba {
  text-align: center;
}




  #s-58e45cc2-b2ae-40dd-a601-8cf686bf83ba img.shogun-image {
    
    width: px;
  }


#s-58e45cc2-b2ae-40dd-a601-8cf686bf83ba .shogun-image-content {
  
    align-items: center;
  
}

#s-a3f9d7aa-29df-423c-9da7-c18140767b3c {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3f9d7aa-29df-423c-9da7-c18140767b3c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-68dfbfef-8649-4438-89d1-5b5f60616cc8 {
  text-align: center;
}




  #s-68dfbfef-8649-4438-89d1-5b5f60616cc8 img.shogun-image {
    
    width: px;
  }


#s-68dfbfef-8649-4438-89d1-5b5f60616cc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-39114e73-1d16-4f09-82e8-b8f8a871a1e3 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39114e73-1d16-4f09-82e8-b8f8a871a1e3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e {
  display: none;
}
#s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e, #wrap-s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e {
  display: none;
}
#s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e, #wrap-s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e { display:none !important; }}







#s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc4b4db3-8de6-45dd-a982-e4135e5a4e6e.shg-box.shg-c {
  justify-content: center;
}

#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  display: none;
}
#s-2035335e-6fcf-413c-9028-5fc9e0606756, #wrap-s-2035335e-6fcf-413c-9028-5fc9e0606756 { display:none !important; }}@media (max-width: 767px){#s-2035335e-6fcf-413c-9028-5fc9e0606756 {
  display: none;
}
#s-2035335e-6fcf-413c-9028-5fc9e0606756, #wrap-s-2035335e-6fcf-413c-9028-5fc9e0606756 { display:none !important; }}







#s-2035335e-6fcf-413c-9028-5fc9e0606756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2035335e-6fcf-413c-9028-5fc9e0606756.shg-box.shg-c {
  justify-content: center;
}

#s-22611d4b-8923-49be-97d3-639a36f5339e {
  min-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22611d4b-8923-49be-97d3-639a36f5339e {
  display: none;
}
#s-22611d4b-8923-49be-97d3-639a36f5339e, #wrap-s-22611d4b-8923-49be-97d3-639a36f5339e { display:none !important; }}@media (max-width: 767px){#s-22611d4b-8923-49be-97d3-639a36f5339e {
  display: none;
}
#s-22611d4b-8923-49be-97d3-639a36f5339e, #wrap-s-22611d4b-8923-49be-97d3-639a36f5339e { display:none !important; }}







#s-22611d4b-8923-49be-97d3-639a36f5339e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22611d4b-8923-49be-97d3-639a36f5339e.shg-box.shg-c {
  justify-content: center;
}

#s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-396dcf81-c9ec-472b-8f5e-cbdafeaa0395"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-36677f5d-b0a1-47e0-9fad-d461b4e5c1fd {
  min-height: 50px;
}








#s-36677f5d-b0a1-47e0-9fad-d461b4e5c1fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36677f5d-b0a1-47e0-9fad-d461b4e5c1fd.shg-box.shg-c {
  justify-content: center;
}

#s-a4f14a19-1d78-4850-97b6-38d7ffbd2e7c {
  padding-left: 0px;
padding-right: 0px;
}

#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 {
  display: none;
}
#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115, #wrap-s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 { display:none !important; }}@media (max-width: 767px){#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 {
  display: none;
}
#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115, #wrap-s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 { display:none !important; }}







#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a5ddd67-84c2-48fa-ba0e-f2c498f4b115.shg-box.shg-c {
  justify-content: center;
}

#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c {
  display: none;
}
#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c, #wrap-s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c { display:none !important; }}@media (max-width: 767px){#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c {
  display: none;
}
#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c, #wrap-s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c { display:none !important; }}







#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07724b45-c2bb-4b55-9886-3fd3fd7f8d6c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70480695-c1be-4ae4-b5e0-c83460b4e8f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 {
  display: none;
}
#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63, #wrap-s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 { display:none !important; }}@media (max-width: 767px){#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 {
  display: none;
}
#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63, #wrap-s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 { display:none !important; }}







#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb4c296-2f47-4e8e-b2b2-e6cbd2d82d63.shg-box.shg-c {
  justify-content: center;
}

#s-36098df0-38d3-4eae-bb78-a1ba6bceb851 {
  min-height: 50px;
}








#s-36098df0-38d3-4eae-bb78-a1ba6bceb851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36098df0-38d3-4eae-bb78-a1ba6bceb851.shg-box.shg-c {
  justify-content: center;
}

#s-2421f212-1a48-41fc-bcca-61a82c4ba56d {
  min-height: 50px;
}








#s-2421f212-1a48-41fc-bcca-61a82c4ba56d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2421f212-1a48-41fc-bcca-61a82c4ba56d.shg-box.shg-c {
  justify-content: center;
}

#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df {
  min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df {
  display: none;
}
#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df, #wrap-s-c5aff02a-c201-4222-b0fc-f0824b2ea5df { display:none !important; }}@media (max-width: 767px){#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df {
  display: none;
}
#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df, #wrap-s-c5aff02a-c201-4222-b0fc-f0824b2ea5df { display:none !important; }}







#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5aff02a-c201-4222-b0fc-f0824b2ea5df.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-21e01c02-682d-4d0a-959d-99bcedf09ca3 {
  display: none;
}
#s-21e01c02-682d-4d0a-959d-99bcedf09ca3, #wrap-s-21e01c02-682d-4d0a-959d-99bcedf09ca3 { display:none !important; }}@media (max-width: 767px){#s-21e01c02-682d-4d0a-959d-99bcedf09ca3 {
  display: none;
}
#s-21e01c02-682d-4d0a-959d-99bcedf09ca3, #wrap-s-21e01c02-682d-4d0a-959d-99bcedf09ca3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-21e01c02-682d-4d0a-959d-99bcedf09ca3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-faae7512-c6aa-4664-990f-951a6c08ca8a {
  padding-left: 0px;
padding-right: 0px;
}

#s-14173fa6-cc55-4938-95ca-b28284575d60 {
  min-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14173fa6-cc55-4938-95ca-b28284575d60 {
  display: none;
}
#s-14173fa6-cc55-4938-95ca-b28284575d60, #wrap-s-14173fa6-cc55-4938-95ca-b28284575d60 { display:none !important; }}@media (max-width: 767px){#s-14173fa6-cc55-4938-95ca-b28284575d60 {
  display: none;
}
#s-14173fa6-cc55-4938-95ca-b28284575d60, #wrap-s-14173fa6-cc55-4938-95ca-b28284575d60 { display:none !important; }}







#s-14173fa6-cc55-4938-95ca-b28284575d60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14173fa6-cc55-4938-95ca-b28284575d60.shg-box.shg-c {
  justify-content: center;
}

#s-d3474016-0229-4f2c-8059-7a066e2f228c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3474016-0229-4f2c-8059-7a066e2f228c {
  display: none;
}
#s-d3474016-0229-4f2c-8059-7a066e2f228c, #wrap-s-d3474016-0229-4f2c-8059-7a066e2f228c { display:none !important; }}@media (max-width: 767px){#s-d3474016-0229-4f2c-8059-7a066e2f228c {
  display: none;
}
#s-d3474016-0229-4f2c-8059-7a066e2f228c, #wrap-s-d3474016-0229-4f2c-8059-7a066e2f228c { display:none !important; }}







#s-d3474016-0229-4f2c-8059-7a066e2f228c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3474016-0229-4f2c-8059-7a066e2f228c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0fdacf27-2eac-456c-9050-54faf3cff73a {
  display: none;
}
#s-0fdacf27-2eac-456c-9050-54faf3cff73a, #wrap-s-0fdacf27-2eac-456c-9050-54faf3cff73a { display:none !important; }}@media (max-width: 767px){#s-0fdacf27-2eac-456c-9050-54faf3cff73a {
  display: none;
}
#s-0fdacf27-2eac-456c-9050-54faf3cff73a, #wrap-s-0fdacf27-2eac-456c-9050-54faf3cff73a { display:none !important; }}
@media (min-width: 0px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fdacf27-2eac-456c-9050-54faf3cff73a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 {
  display: none;
}
#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092, #wrap-s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 { display:none !important; }}@media (max-width: 767px){#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 {
  display: none;
}
#s-de376b4e-b390-4bed-98ba-6cbc2c7b7092, #wrap-s-de376b4e-b390-4bed-98ba-6cbc2c7b7092 { display:none !important; }}
#s-83e5c4bb-e998-4da0-83fe-09d9f474d603 {
  min-height: 80px;
}








#s-83e5c4bb-e998-4da0-83fe-09d9f474d603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e5c4bb-e998-4da0-83fe-09d9f474d603.shg-box.shg-c {
  justify-content: center;
}

#s-9f363aee-8bfe-43f6-9a01-8f54a4c5d2cc {
  min-height: 50px;
}








#s-9f363aee-8bfe-43f6-9a01-8f54a4c5d2cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f363aee-8bfe-43f6-9a01-8f54a4c5d2cc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f01c7c47-7d24-4260-823d-70e20b33b4d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ecb7e74d-5379-441e-9eeb-670e18dfc2d0 {
  text-align: center;
}




  #s-ecb7e74d-5379-441e-9eeb-670e18dfc2d0 img.shogun-image {
    
    width: px;
  }


#s-ecb7e74d-5379-441e-9eeb-670e18dfc2d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d807b166-2c3b-4e77-b1fe-96984c042a73 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d807b166-2c3b-4e77-b1fe-96984c042a73 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-0ad55b36-cd04-46a3-a535-aa68ad1e55e6 {
  min-height: 50px;
}








#s-0ad55b36-cd04-46a3-a535-aa68ad1e55e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad55b36-cd04-46a3-a535-aa68ad1e55e6.shg-box.shg-c {
  justify-content: center;
}

#s-f20886b7-a886-45d8-b22e-90ea6154f730 {
  text-align: center;
}




  #s-f20886b7-a886-45d8-b22e-90ea6154f730 img.shogun-image {
    
    width: px;
  }


#s-f20886b7-a886-45d8-b22e-90ea6154f730 .shogun-image-content {
  
    align-items: center;
  
}

#s-0abf9d0c-40ef-4938-8564-fb72580df25e {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0abf9d0c-40ef-4938-8564-fb72580df25e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7e38bf1d-c372-4282-b8cc-f7aa706d78db {
  min-height: 50px;
}








#s-7e38bf1d-c372-4282-b8cc-f7aa706d78db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e38bf1d-c372-4282-b8cc-f7aa706d78db.shg-box.shg-c {
  justify-content: center;
}

#s-53d678e3-65fc-45e4-92d4-38e4772ccaf7 {
  text-align: center;
}




  #s-53d678e3-65fc-45e4-92d4-38e4772ccaf7 img.shogun-image {
    
    width: px;
  }


#s-53d678e3-65fc-45e4-92d4-38e4772ccaf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-155c92e5-c3e0-420f-82d2-048aab314f1d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-155c92e5-c3e0-420f-82d2-048aab314f1d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-4d45eab9-c176-4327-8caa-bf06237e95c1 {
  min-height: 50px;
}








#s-4d45eab9-c176-4327-8caa-bf06237e95c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d45eab9-c176-4327-8caa-bf06237e95c1.shg-box.shg-c {
  justify-content: center;
}

#s-6a025d14-3937-4fb7-826f-1bf63c9f14dd {
  text-align: center;
}




  #s-6a025d14-3937-4fb7-826f-1bf63c9f14dd img.shogun-image {
    
    width: px;
  }


#s-6a025d14-3937-4fb7-826f-1bf63c9f14dd .shogun-image-content {
  
    align-items: center;
  
}

#s-d0bf2765-972e-429e-a225-0ba502fd6918 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0bf2765-972e-429e-a225-0ba502fd6918 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-825c7cb2-9eb7-4d28-adb1-a7a22e25d10d {
  min-height: 50px;
}








#s-825c7cb2-9eb7-4d28-adb1-a7a22e25d10d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825c7cb2-9eb7-4d28-adb1-a7a22e25d10d.shg-box.shg-c {
  justify-content: center;
}

#s-ce93b8b4-c569-4c66-86ff-726bb3133d76 {
  min-height: 50px;
}








#s-ce93b8b4-c569-4c66-86ff-726bb3133d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce93b8b4-c569-4c66-86ff-726bb3133d76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eaaac399-cd2a-4be6-ae53-264758df8edd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4e98e86b-7e34-4fb3-bc2b-4a6f4d089818 {
  text-align: center;
}




  #s-4e98e86b-7e34-4fb3-bc2b-4a6f4d089818 img.shogun-image {
    
    width: px;
  }


#s-4e98e86b-7e34-4fb3-bc2b-4a6f4d089818 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ed090e-d295-4cf2-a6cb-c8de0eb299c2 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7ed090e-d295-4cf2-a6cb-c8de0eb299c2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-a1405aa1-3a29-4a6f-b2ee-c8f4df3c6742 {
  min-height: 50px;
}








#s-a1405aa1-3a29-4a6f-b2ee-c8f4df3c6742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1405aa1-3a29-4a6f-b2ee-c8f4df3c6742.shg-box.shg-c {
  justify-content: center;
}

#s-21901684-31fc-4bc8-b25c-f2a9581e116b {
  text-align: center;
}




  #s-21901684-31fc-4bc8-b25c-f2a9581e116b img.shogun-image {
    
    width: px;
  }


#s-21901684-31fc-4bc8-b25c-f2a9581e116b .shogun-image-content {
  
    align-items: center;
  
}

#s-edad33ad-d966-4647-8eee-1ffb4601acda {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edad33ad-d966-4647-8eee-1ffb4601acda .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-c7931460-f61c-4bf6-be1f-bf5f1b29dcd7 {
  min-height: 50px;
}








#s-c7931460-f61c-4bf6-be1f-bf5f1b29dcd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7931460-f61c-4bf6-be1f-bf5f1b29dcd7.shg-box.shg-c {
  justify-content: center;
}

#s-07bc0d7f-9352-45e3-812f-cbef1f671a61 {
  min-height: 50px;
}








#s-07bc0d7f-9352-45e3-812f-cbef1f671a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07bc0d7f-9352-45e3-812f-cbef1f671a61.shg-box.shg-c {
  justify-content: center;
}

#s-d14ac4ac-5d6e-44e3-a9b3-8e59efcfdf8a {
  text-align: center;
}




  #s-d14ac4ac-5d6e-44e3-a9b3-8e59efcfdf8a img.shogun-image {
    
    width: px;
  }


#s-d14ac4ac-5d6e-44e3-a9b3-8e59efcfdf8a .shogun-image-content {
  
    align-items: center;
  
}

#s-e57fffec-c529-46d2-9696-4c234cf3cff9 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e57fffec-c529-46d2-9696-4c234cf3cff9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ce4afd46-cb24-46ee-8722-d767eb7b74ba {
  text-align: center;
}




  #s-ce4afd46-cb24-46ee-8722-d767eb7b74ba img.shogun-image {
    
    width: px;
  }


#s-ce4afd46-cb24-46ee-8722-d767eb7b74ba .shogun-image-content {
  
    align-items: center;
  
}

#s-4d747648-a0da-4ebc-b489-9f48977bb182 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d747648-a0da-4ebc-b489-9f48977bb182 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-84c673f1-4894-4ad2-988b-e4dcfcfe6a6d {
  min-height: 50px;
}








#s-84c673f1-4894-4ad2-988b-e4dcfcfe6a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84c673f1-4894-4ad2-988b-e4dcfcfe6a6d.shg-box.shg-c {
  justify-content: center;
}

#s-b9e77fc6-44be-47ad-95ae-5758e56da202 {
  min-height: 50px;
}








#s-b9e77fc6-44be-47ad-95ae-5758e56da202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e77fc6-44be-47ad-95ae-5758e56da202.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9074c7fd-34b5-4c4a-922e-a4e52e63f925"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a2b990f3-514f-4c37-9f8f-20e6d22b454e {
  text-align: center;
}




  #s-a2b990f3-514f-4c37-9f8f-20e6d22b454e img.shogun-image {
    
    width: px;
  }


#s-a2b990f3-514f-4c37-9f8f-20e6d22b454e .shogun-image-content {
  
    align-items: center;
  
}

#s-6ae8325b-61db-465e-a884-256ac0999b42 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ae8325b-61db-465e-a884-256ac0999b42 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-58f24c24-6350-4235-b7dc-ec5d40505cfb {
  min-height: 50px;
}








#s-58f24c24-6350-4235-b7dc-ec5d40505cfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58f24c24-6350-4235-b7dc-ec5d40505cfb.shg-box.shg-c {
  justify-content: center;
}

#s-1b1b803c-5da0-4f07-9227-ceb8aefe339e {
  text-align: center;
}




  #s-1b1b803c-5da0-4f07-9227-ceb8aefe339e img.shogun-image {
    
    width: px;
  }


#s-1b1b803c-5da0-4f07-9227-ceb8aefe339e .shogun-image-content {
  
    align-items: center;
  
}

#s-5e402166-e3bc-4e03-9a52-436eba3344af {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e402166-e3bc-4e03-9a52-436eba3344af .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ccc84c34-4600-43c3-88ca-823b3129652f {
  min-height: 50px;
}








#s-ccc84c34-4600-43c3-88ca-823b3129652f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccc84c34-4600-43c3-88ca-823b3129652f.shg-box.shg-c {
  justify-content: center;
}

#s-8db71606-1f1a-40c9-938b-0f07faae6aa5 {
  min-height: 50px;
}








#s-8db71606-1f1a-40c9-938b-0f07faae6aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db71606-1f1a-40c9-938b-0f07faae6aa5.shg-box.shg-c {
  justify-content: center;
}

#s-24a8b45b-d139-45dc-9c65-486567de7932 {
  text-align: center;
}




  #s-24a8b45b-d139-45dc-9c65-486567de7932 img.shogun-image {
    
    width: px;
  }


#s-24a8b45b-d139-45dc-9c65-486567de7932 .shogun-image-content {
  
    align-items: center;
  
}

#s-49db25c4-8419-458e-b9ae-66086cee9e3d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49db25c4-8419-458e-b9ae-66086cee9e3d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-0e66584f-a13e-4c78-8a74-65943534c240 {
  text-align: center;
}




  #s-0e66584f-a13e-4c78-8a74-65943534c240 img.shogun-image {
    
    width: px;
  }


#s-0e66584f-a13e-4c78-8a74-65943534c240 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2ba5aa3-3050-470c-ad0c-b4ab3120c212 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2ba5aa3-3050-470c-ad0c-b4ab3120c212 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-8bd4f3ea-e46c-4a63-b0d4-a6241bd109e0 {
  min-height: 50px;
}








#s-8bd4f3ea-e46c-4a63-b0d4-a6241bd109e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bd4f3ea-e46c-4a63-b0d4-a6241bd109e0.shg-box.shg-c {
  justify-content: center;
}

#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (max-width: 767px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}







#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a.shg-box.shg-c {
  justify-content: center;
}

#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (max-width: 767px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}







#s-b47c5b91-0a2d-4370-a128-c130ace0e094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47c5b91-0a2d-4370-a128-c130ace0e094.shg-box.shg-c {
  justify-content: center;
}

#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}@media (max-width: 767px){#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 {
  display: none;
}
#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99, #wrap-s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 { display:none !important; }}







#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfd1a90-0a3b-45d9-8eb4-5ad040602a99.shg-box.shg-c {
  justify-content: center;
}

#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}@media (max-width: 767px){#s-7df903c9-5527-4993-983f-3cad8bc106f6 {
  display: none;
}
#s-7df903c9-5527-4993-983f-3cad8bc106f6, #wrap-s-7df903c9-5527-4993-983f-3cad8bc106f6 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
