.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-c72ce250-c7ce-4cf2-aaad-fa8f1086fad8 {
  min-height: 50px;
}








#s-c72ce250-c7ce-4cf2-aaad-fa8f1086fad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c72ce250-c7ce-4cf2-aaad-fa8f1086fad8.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-caa32b8e-1921-45c2-af1d-460d131698e8 {
  text-align: center;
}




  #s-caa32b8e-1921-45c2-af1d-460d131698e8 img.shogun-image {
    
    width: px;
  }


#s-caa32b8e-1921-45c2-af1d-460d131698e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c822acfe-7d1d-467b-9eaf-90667e2db83a {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
min-height: 50px;
}








#s-c822acfe-7d1d-467b-9eaf-90667e2db83a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c822acfe-7d1d-467b-9eaf-90667e2db83a.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-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7b57ee0-bb77-47f7-9be0-252e936bf7ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c4af7904-5627-404b-9e67-4d816f15b328 {
  min-height: 50px;
}








#s-c4af7904-5627-404b-9e67-4d816f15b328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4af7904-5627-404b-9e67-4d816f15b328.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-146375d0-a9ca-4108-947b-652b973290bd {
  text-align: center;
}




  #s-146375d0-a9ca-4108-947b-652b973290bd img.shogun-image {
    
    width: px;
  }


#s-146375d0-a9ca-4108-947b-652b973290bd .shogun-image-content {
  
    align-items: center;
  
}

#s-946f9597-c9b1-4611-a290-eee181e424b1 {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-946f9597-c9b1-4611-a290-eee181e424b1 {
  
}
}@media (max-width: 767px){#s-946f9597-c9b1-4611-a290-eee181e424b1 {
  
}
}







#s-946f9597-c9b1-4611-a290-eee181e424b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-946f9597-c9b1-4611-a290-eee181e424b1.shg-box.shg-c {
  justify-content: center;
}

#s-7658c283-7140-4d63-ac71-c50110dc0587 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7658c283-7140-4d63-ac71-c50110dc0587"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-87f1add6-9d1e-4ee7-9b86-2eb1f7ad81ae hr {
  border: 0;
  width: 100%;
  border-top: 6px solid #ddd;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 {
  padding-left: 2px;
padding-right: 2px;
}

#s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 .shogun-tabs {
  justify-content: center;
}


  #s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(184, 184, 184, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}

#s-b4b7c63f-14ba-4a52-9421-02dc3b5a84a0 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-66f1cfd6-577d-4408-9028-6b8ab2723fa5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bbd2d006-4d01-4851-a3c1-a0a0f0250f56 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e03e5ade-e4fc-4611-b8ec-dea6248f36f2 {
  min-height: 50px;
}








#s-e03e5ade-e4fc-4611-b8ec-dea6248f36f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e03e5ade-e4fc-4611-b8ec-dea6248f36f2.shg-box.shg-c {
  justify-content: center;
}

#s-3d39b0c8-06f9-4ff1-86fc-191cada6ce29 {
  min-height: 50px;
}








#s-3d39b0c8-06f9-4ff1-86fc-191cada6ce29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d39b0c8-06f9-4ff1-86fc-191cada6ce29.shg-box.shg-c {
  justify-content: center;
}

#s-23e7e221-8e0c-40a4-bd69-4a8c60a4ba67 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ff247f70-6d7e-4b21-b5c1-29ccfb65b8fc {
  min-height: 50px;
}








#s-ff247f70-6d7e-4b21-b5c1-29ccfb65b8fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff247f70-6d7e-4b21-b5c1-29ccfb65b8fc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-61cd8ee7-93cb-4cc8-aa92-c2d15fac949f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-ea9e5523-8f98-4fdc-aae8-a5e6ecd1e382 {
  min-height: 50px;
}








#s-ea9e5523-8f98-4fdc-aae8-a5e6ecd1e382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea9e5523-8f98-4fdc-aae8-a5e6ecd1e382.shg-box.shg-c {
  justify-content: center;
}

#s-cb31d3b6-4f71-4704-a874-5b75aa13166d {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 {
  text-align: left;
}


.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 {
  max-width: 100%;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom,
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 {
  max-width: 100%;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom,
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 {
  max-width: 100%;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom,
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 {
  max-width: 100%;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom,
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 {
  max-width: 100%;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom,
.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fad5e17b-dcf3-48eb-b6b1-ac0a90f34a91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b0a04afb-f05c-4f6e-9fee-a3ad52af2019 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-b0a04afb-f05c-4f6e-9fee-a3ad52af2019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-b0a04afb-f05c-4f6e-9fee-a3ad52af2019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b0a04afb-f05c-4f6e-9fee-a3ad52af2019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-b0a04afb-f05c-4f6e-9fee-a3ad52af2019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b0a04afb-f05c-4f6e-9fee-a3ad52af2019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-211e02b5-d534-44d9-85ad-f37732082246 {
  display: none;
}
#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 {
  text-align: left;
}


.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 {
  max-width: 100%;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom,
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 {
  max-width: 100%;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom,
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 {
  max-width: 100%;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom,
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 {
  max-width: 100%;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom,
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 {
  max-width: 100%;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom,
.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c605dbeb-9faa-4837-8a20-84c35fb536a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c800d533-7276-44f6-bc48-891126e1e447 {
  min-height: 50px;
}








#s-c800d533-7276-44f6-bc48-891126e1e447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c800d533-7276-44f6-bc48-891126e1e447.shg-box.shg-c {
  justify-content: center;
}

#s-3c32617f-3857-45d3-9765-ba817734fb20 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-3c32617f-3857-45d3-9765-ba817734fb20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-3c32617f-3857-45d3-9765-ba817734fb20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3c32617f-3857-45d3-9765-ba817734fb20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-3c32617f-3857-45d3-9765-ba817734fb20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3c32617f-3857-45d3-9765-ba817734fb20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fea9e590-fd0e-4051-ae3c-84fef0cb1e72 {
  display: none;
}
#s-e50b11a6-c157-45ae-96e8-73175bb380ad {
  text-align: left;
}


.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad {
  max-width: 100%;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom,
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad {
  max-width: 100%;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom,
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad {
  max-width: 100%;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom,
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad {
  max-width: 100%;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom,
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad {
  max-width: 100%;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom,
.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e50b11a6-c157-45ae-96e8-73175bb380ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4199b673-b3f0-4c55-908a-795b9b185bac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-4199b673-b3f0-4c55-908a-795b9b185bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-4199b673-b3f0-4c55-908a-795b9b185bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4199b673-b3f0-4c55-908a-795b9b185bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-4199b673-b3f0-4c55-908a-795b9b185bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4199b673-b3f0-4c55-908a-795b9b185bac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-4db8af86-03d3-49c9-a10c-f0b6a7d05eb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-b0b791fd-299e-47c6-b53c-05ae73bdd5d0 {
  min-height: 50px;
}








#s-b0b791fd-299e-47c6-b53c-05ae73bdd5d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0b791fd-299e-47c6-b53c-05ae73bdd5d0.shg-box.shg-c {
  justify-content: center;
}

#s-c897e47f-3b39-449a-89b9-919b18121a08 {
  display: none;
}
#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 {
  text-align: left;
}


.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 {
  max-width: 100%;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom,
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 {
  max-width: 100%;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom,
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 {
  max-width: 100%;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom,
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 {
  max-width: 100%;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom,
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 {
  max-width: 100%;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom,
.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d9ea39f-4fd6-4f2a-b930-9d4db27dc798 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9a19721d-566a-4b24-9bd0-923c63ec8d41 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-9a19721d-566a-4b24-9bd0-923c63ec8d41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-9a19721d-566a-4b24-9bd0-923c63ec8d41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9a19721d-566a-4b24-9bd0-923c63ec8d41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-9a19721d-566a-4b24-9bd0-923c63ec8d41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9a19721d-566a-4b24-9bd0-923c63ec8d41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6a85e7e6-37ae-4ab8-a2f0-3b12c6372116 {
  min-height: 50px;
}








#s-6a85e7e6-37ae-4ab8-a2f0-3b12c6372116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a85e7e6-37ae-4ab8-a2f0-3b12c6372116.shg-box.shg-c {
  justify-content: center;
}

#s-085d59a3-a3c3-4ec7-981f-7304c93cbd8f {
  min-height: 50px;
}








#s-085d59a3-a3c3-4ec7-981f-7304c93cbd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-085d59a3-a3c3-4ec7-981f-7304c93cbd8f.shg-box.shg-c {
  justify-content: center;
}

#s-ceede88f-f9e1-4187-9193-6de7ee5047eb {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-3e7b929b-bc37-4ce7-8717-5458e3ff865b {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-3e7b929b-bc37-4ce7-8717-5458e3ff865b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e7b929b-bc37-4ce7-8717-5458e3ff865b.shg-box.shg-c {
  justify-content: center;
}

#s-dbbd8cc0-b2a2-4499-a28b-1036da981414 {
  min-height: 50px;
}








#s-dbbd8cc0-b2a2-4499-a28b-1036da981414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbbd8cc0-b2a2-4499-a28b-1036da981414.shg-box.shg-c {
  justify-content: center;
}

#s-6f5fbcf2-bd11-4ba2-8bc9-8d436a044d0f {
  min-height: 50px;
}








#s-6f5fbcf2-bd11-4ba2-8bc9-8d436a044d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f5fbcf2-bd11-4ba2-8bc9-8d436a044d0f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-b04d8ecc-48c1-4afb-972b-8cad00ab18b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-a9dbde18-fd95-47e9-9e7e-e9dc7a5eaaed {
  display: none;
}
#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b {
  text-align: left;
}


.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b {
  max-width: 100%;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom,
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b {
  max-width: 100%;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom,
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b {
  max-width: 100%;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom,
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b {
  max-width: 100%;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom,
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b {
  max-width: 100%;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom,
.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7814309b-bf5c-4d51-9d84-e22401f6dd3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e99df829-5166-4c08-bd68-7d9a6f61e917 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-e99df829-5166-4c08-bd68-7d9a6f61e917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-e99df829-5166-4c08-bd68-7d9a6f61e917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e99df829-5166-4c08-bd68-7d9a6f61e917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-e99df829-5166-4c08-bd68-7d9a6f61e917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e99df829-5166-4c08-bd68-7d9a6f61e917 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7849658e-e986-4cfa-8bc7-a4e42cdc7ef5 {
  min-height: 50px;
}








#s-7849658e-e986-4cfa-8bc7-a4e42cdc7ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7849658e-e986-4cfa-8bc7-a4e42cdc7ef5.shg-box.shg-c {
  justify-content: center;
}

#s-2beef49c-5d56-4f2e-8304-30735cb79ea0 {
  min-height: 50px;
}








#s-2beef49c-5d56-4f2e-8304-30735cb79ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2beef49c-5d56-4f2e-8304-30735cb79ea0.shg-box.shg-c {
  justify-content: center;
}

#s-fc7e4fa2-5890-44fe-8c3b-45f1be8c9122 {
  text-align: center;
}




  #s-fc7e4fa2-5890-44fe-8c3b-45f1be8c9122 img.shogun-image {
    
    width: px;
  }


#s-fc7e4fa2-5890-44fe-8c3b-45f1be8c9122 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9875e06-17f0-4a4a-be57-952c2a7a4ead > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-f9875e06-17f0-4a4a-be57-952c2a7a4ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-f9875e06-17f0-4a4a-be57-952c2a7a4ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f9875e06-17f0-4a4a-be57-952c2a7a4ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-f9875e06-17f0-4a4a-be57-952c2a7a4ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f9875e06-17f0-4a4a-be57-952c2a7a4ead > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5cf5a6bc-be63-48f0-8f36-896ed922386e {
  display: none;
}
#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 {
  text-align: left;
}


.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 {
  max-width: 100%;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom,
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 {
  max-width: 100%;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom,
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 {
  max-width: 100%;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom,
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 {
  max-width: 100%;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom,
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 {
  max-width: 100%;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom,
.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfc20b7c-a28f-48d7-9e58-dad5d6f59e01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-76b94950-f6cd-49bb-b14c-9815710ca034 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-76b94950-f6cd-49bb-b14c-9815710ca034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-76b94950-f6cd-49bb-b14c-9815710ca034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-76b94950-f6cd-49bb-b14c-9815710ca034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-76b94950-f6cd-49bb-b14c-9815710ca034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-76b94950-f6cd-49bb-b14c-9815710ca034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-af4af3e2-90a5-49c5-b2d9-280a2c2e44f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-ed90fd06-57ec-47c3-82d2-81483411ef73 {
  display: none;
}
#s-52dde298-3650-4bd4-a129-714bf452e582 {
  text-align: left;
}


.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 {
  max-width: 100%;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom,
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 {
  max-width: 100%;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom,
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 {
  max-width: 100%;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom,
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 {
  max-width: 100%;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom,
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 {
  max-width: 100%;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom,
.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52dde298-3650-4bd4-a129-714bf452e582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4401ef77-365d-4a23-9860-74512610e8bc {
  min-height: 50px;
}








#s-4401ef77-365d-4a23-9860-74512610e8bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4401ef77-365d-4a23-9860-74512610e8bc.shg-box.shg-c {
  justify-content: center;
}

#s-a67f0df2-176e-4352-9c40-3dee5e2d488e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-a67f0df2-176e-4352-9c40-3dee5e2d488e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-a67f0df2-176e-4352-9c40-3dee5e2d488e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a67f0df2-176e-4352-9c40-3dee5e2d488e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-a67f0df2-176e-4352-9c40-3dee5e2d488e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a67f0df2-176e-4352-9c40-3dee5e2d488e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2ea41810-fc44-4cac-9316-e06216936cd3 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-2ea41810-fc44-4cac-9316-e06216936cd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea41810-fc44-4cac-9316-e06216936cd3.shg-box.shg-c {
  justify-content: center;
}

#s-234b3485-6ddc-4a4e-b897-deab3fd83f0c {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-84aa3408-84ed-4256-a8c1-6d629c43aac6 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-84aa3408-84ed-4256-a8c1-6d629c43aac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84aa3408-84ed-4256-a8c1-6d629c43aac6.shg-box.shg-c {
  justify-content: center;
}

#s-3f7b072d-c172-40d7-afb7-fbec81b679ec {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-3f7b072d-c172-40d7-afb7-fbec81b679ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f7b072d-c172-40d7-afb7-fbec81b679ec.shg-box.shg-c {
  justify-content: center;
}

#s-f3f1b7fa-4f21-4fa9-9774-1fa27f169302 {
  min-height: 50px;
}








#s-f3f1b7fa-4f21-4fa9-9774-1fa27f169302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3f1b7fa-4f21-4fa9-9774-1fa27f169302.shg-box.shg-c {
  justify-content: center;
}

#s-a456cdcf-baeb-4000-84cc-92c8ad42f36d {
  min-height: 50px;
}








#s-a456cdcf-baeb-4000-84cc-92c8ad42f36d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a456cdcf-baeb-4000-84cc-92c8ad42f36d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-3a5a47cd-00aa-48e0-a5d2-3e6833174153"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-58d9c598-aaa4-4121-a846-3e082d532133 {
  display: none;
}
#s-d87d8473-c0ee-4328-b229-8be069635fbf {
  text-align: left;
}


.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf {
  max-width: 100%;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom,
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf {
  max-width: 100%;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom,
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf {
  max-width: 100%;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom,
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf {
  max-width: 100%;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom,
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf {
  max-width: 100%;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom,
.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d87d8473-c0ee-4328-b229-8be069635fbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4ddb99b-a696-4ce0-9ca6-3f5734287a69 {
  min-height: 50px;
}








#s-c4ddb99b-a696-4ce0-9ca6-3f5734287a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4ddb99b-a696-4ce0-9ca6-3f5734287a69.shg-box.shg-c {
  justify-content: center;
}

#s-71d8efa9-1cd6-4d53-9354-c395d76002dc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-71d8efa9-1cd6-4d53-9354-c395d76002dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-71d8efa9-1cd6-4d53-9354-c395d76002dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-71d8efa9-1cd6-4d53-9354-c395d76002dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-71d8efa9-1cd6-4d53-9354-c395d76002dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-71d8efa9-1cd6-4d53-9354-c395d76002dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-164cd73c-27a5-4778-b15d-aeb0b8d30d1b {
  min-height: 50px;
}








#s-164cd73c-27a5-4778-b15d-aeb0b8d30d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-164cd73c-27a5-4778-b15d-aeb0b8d30d1b.shg-box.shg-c {
  justify-content: center;
}

#s-5197238d-7eee-4c29-948b-896e61a5ae73 {
  display: none;
}
#s-d53d93ae-2308-41b0-9411-cba447f49b2d {
  text-align: left;
}


.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d {
  max-width: 100%;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom,
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d {
  max-width: 100%;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom,
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d {
  max-width: 100%;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom,
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d {
  max-width: 100%;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom,
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d {
  max-width: 100%;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom,
.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d53d93ae-2308-41b0-9411-cba447f49b2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0e1ceb9a-9c40-4df2-882f-d15444512759 {
  min-height: 50px;
}








#s-0e1ceb9a-9c40-4df2-882f-d15444512759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e1ceb9a-9c40-4df2-882f-d15444512759.shg-box.shg-c {
  justify-content: center;
}

#s-bf81b227-d6f8-45f0-9994-72a1963390b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-bf81b227-d6f8-45f0-9994-72a1963390b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-bf81b227-d6f8-45f0-9994-72a1963390b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-bf81b227-d6f8-45f0-9994-72a1963390b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-bf81b227-d6f8-45f0-9994-72a1963390b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bf81b227-d6f8-45f0-9994-72a1963390b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c74155b4-8283-4971-82bf-49c003711970 {
  display: none;
}
#s-06d40f21-057c-4dcd-854d-d1327bad09a2 {
  text-align: left;
}


.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 {
  max-width: 100%;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom,
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 {
  max-width: 100%;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom,
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 {
  max-width: 100%;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom,
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 {
  max-width: 100%;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom,
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 {
  max-width: 100%;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom,
.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d40f21-057c-4dcd-854d-d1327bad09a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e11e96fd-20a1-4d93-a477-e8f7530b4cc5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-e11e96fd-20a1-4d93-a477-e8f7530b4cc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-e11e96fd-20a1-4d93-a477-e8f7530b4cc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e11e96fd-20a1-4d93-a477-e8f7530b4cc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-e11e96fd-20a1-4d93-a477-e8f7530b4cc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e11e96fd-20a1-4d93-a477-e8f7530b4cc5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-d4799dc7-6092-40f7-8020-9d795f2bf81f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-ac6c965d-039a-4912-bd0f-62e79fac1d42 {
  display: none;
}
#s-f60d09d6-5ff9-474d-b09d-594be78e508c {
  text-align: left;
}


.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c {
  max-width: 100%;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom,
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c {
  max-width: 100%;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom,
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c {
  max-width: 100%;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom,
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c {
  max-width: 100%;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom,
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c {
  max-width: 100%;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom,
.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f60d09d6-5ff9-474d-b09d-594be78e508c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b66f9700-db05-40de-b466-ba18269fc6a9 {
  min-height: 50px;
}








#s-b66f9700-db05-40de-b466-ba18269fc6a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b66f9700-db05-40de-b466-ba18269fc6a9.shg-box.shg-c {
  justify-content: center;
}

#s-65f45a76-9a39-4b41-98db-5b3e17f1407a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-65f45a76-9a39-4b41-98db-5b3e17f1407a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-65f45a76-9a39-4b41-98db-5b3e17f1407a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-65f45a76-9a39-4b41-98db-5b3e17f1407a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-65f45a76-9a39-4b41-98db-5b3e17f1407a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-65f45a76-9a39-4b41-98db-5b3e17f1407a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f66bb995-321c-4c8f-be7c-b64772d69fca {
  min-height: 50px;
}








#s-f66bb995-321c-4c8f-be7c-b64772d69fca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66bb995-321c-4c8f-be7c-b64772d69fca.shg-box.shg-c {
  justify-content: center;
}

#s-d74e7554-de22-4088-8a29-dfdb7fe4abd9 {
  min-height: 50px;
}








#s-d74e7554-de22-4088-8a29-dfdb7fe4abd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d74e7554-de22-4088-8a29-dfdb7fe4abd9.shg-box.shg-c {
  justify-content: center;
}

#s-927d8838-0f4a-4d87-a666-34499735de6e {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-927d8838-0f4a-4d87-a666-34499735de6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-927d8838-0f4a-4d87-a666-34499735de6e.shg-box.shg-c {
  justify-content: center;
}

#s-00dbc335-4d31-48f0-accb-63d6e2510058 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-80f09ec4-9722-49cd-94a4-edeedcf9e611 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-80f09ec4-9722-49cd-94a4-edeedcf9e611 {
  
}
}@media (max-width: 767px){#s-80f09ec4-9722-49cd-94a4-edeedcf9e611 {
  
}
}







#s-80f09ec4-9722-49cd-94a4-edeedcf9e611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80f09ec4-9722-49cd-94a4-edeedcf9e611.shg-box.shg-c {
  justify-content: center;
}

#s-4b897c41-5ef5-4cbc-bdbf-b29b25385562 {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b897c41-5ef5-4cbc-bdbf-b29b25385562 {
  
}
}@media (max-width: 767px){#s-4b897c41-5ef5-4cbc-bdbf-b29b25385562 {
  
}
}







#s-4b897c41-5ef5-4cbc-bdbf-b29b25385562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b897c41-5ef5-4cbc-bdbf-b29b25385562.shg-box.shg-c {
  justify-content: center;
}

#s-89bb3eed-f6cc-46ff-84e4-c631734eb28e {
  min-height: 50px;
}








#s-89bb3eed-f6cc-46ff-84e4-c631734eb28e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89bb3eed-f6cc-46ff-84e4-c631734eb28e.shg-box.shg-c {
  justify-content: center;
}

#s-03eea14f-5cff-4055-89b2-22e5466642d3 {
  margin-top: 25px;
}

#s-010bff63-28f2-42d0-8bd7-e92562eb50d3 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-010bff63-28f2-42d0-8bd7-e92562eb50d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4584a7cd-5458-4503-bb59-113b270e3b1a hr {
  border: 0;
  width: 100%;
  border-top: 6px solid #ddd;
}

#s-03f6eb28-984c-4997-b112-b4a2a3036fdd .shogun-tabs {
  justify-content: center;
}


  #s-03f6eb28-984c-4997-b112-b4a2a3036fdd .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-03f6eb28-984c-4997-b112-b4a2a3036fdd .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-03f6eb28-984c-4997-b112-b4a2a3036fdd .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(184, 184, 184, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-03f6eb28-984c-4997-b112-b4a2a3036fdd .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-03f6eb28-984c-4997-b112-b4a2a3036fdd .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}

#s-03f6eb28-984c-4997-b112-b4a2a3036fdd .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-360489fa-3840-4287-af07-da8382d8c50d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-05715264-fbe8-4bdd-932e-5384fe18aecb {
  min-height: 50px;
}








#s-05715264-fbe8-4bdd-932e-5384fe18aecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05715264-fbe8-4bdd-932e-5384fe18aecb.shg-box.shg-c {
  justify-content: center;
}

#s-a668a298-c779-4d5b-b54a-4e2e15ae2227 {
  min-height: 50px;
}








#s-a668a298-c779-4d5b-b54a-4e2e15ae2227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a668a298-c779-4d5b-b54a-4e2e15ae2227.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bb2b7c2-3ec3-4fae-982e-478cc7e9c372"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c12bd511-9404-4706-9616-c03cd44c1fc9 {
  text-align: center;
}




  #s-c12bd511-9404-4706-9616-c03cd44c1fc9 img.shogun-image {
    
    width: px;
  }


#s-c12bd511-9404-4706-9616-c03cd44c1fc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dff19e1-6c91-441a-a3cc-6cb00825e309 {
  min-height: 50px;
}








#s-7dff19e1-6c91-441a-a3cc-6cb00825e309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dff19e1-6c91-441a-a3cc-6cb00825e309.shg-box.shg-c {
  justify-content: center;
}

#s-abbbbb43-536e-490c-a422-611535793e3b {
  min-height: 50px;
}








#s-abbbbb43-536e-490c-a422-611535793e3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abbbbb43-536e-490c-a422-611535793e3b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51214fe7-06f7-48fd-b6f6-db4a74d33d96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c3667e18-7ced-4d1b-b26f-2c26a7e2427e {
  display: none;
}
#s-09ab321b-876c-4980-ad89-25255ed724cb {
  text-align: left;
}


.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb {
  max-width: 100%;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom,
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb {
  max-width: 100%;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom,
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb {
  max-width: 100%;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom,
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb {
  max-width: 100%;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom,
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb {
  max-width: 100%;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom,
.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09ab321b-876c-4980-ad89-25255ed724cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-92b8c363-c3cb-46fc-a50d-06a5a786511a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-92b8c363-c3cb-46fc-a50d-06a5a786511a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-92b8c363-c3cb-46fc-a50d-06a5a786511a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-92b8c363-c3cb-46fc-a50d-06a5a786511a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-92b8c363-c3cb-46fc-a50d-06a5a786511a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-92b8c363-c3cb-46fc-a50d-06a5a786511a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2b4290ad-1dec-4a7a-871f-2ebfee4db4f6 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-67bd8c6f-a2e8-424d-bef0-4e7749e6f58f {
  min-height: 50px;
}








#s-67bd8c6f-a2e8-424d-bef0-4e7749e6f58f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67bd8c6f-a2e8-424d-bef0-4e7749e6f58f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e974ca81-9706-4797-b11c-b69b3759140d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7245bd2b-f9aa-4a63-aaed-7ea14e100bf4 {
  display: none;
}
#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 {
  text-align: left;
}


.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 {
  max-width: 100%;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom,
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 {
  max-width: 100%;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom,
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 {
  max-width: 100%;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom,
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 {
  max-width: 100%;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom,
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 {
  max-width: 100%;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom,
.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9cbd15e-fd76-47c1-a8e4-45e3ba4286c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bb51e4fe-754c-462a-aecb-fc763b1c7d0f {
  margin-left: 15px;
margin-right: 15px;
}

#s-c979dd88-a6a6-4586-b484-360552bf43bf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5a175b02-c960-41d8-9b6f-f6cdfa3c0a44 {
  min-height: 25px;
}








#s-5a175b02-c960-41d8-9b6f-f6cdfa3c0a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a175b02-c960-41d8-9b6f-f6cdfa3c0a44.shg-box.shg-c {
  justify-content: center;
}

#s-f2271751-cae0-499d-9400-1058a0138fa0 {
  margin-top: 25px;
}

#s-edbb4a5c-1322-47b9-ad57-f702efe92d83 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edbb4a5c-1322-47b9-ad57-f702efe92d83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-345704db-6ef8-42af-af37-9adbe11388e5 hr {
  border: 0;
  width: 100%;
  border-top: 6px solid #ddd;
}

@media (min-width: 0px) {
[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-2dabfd02-6ab2-4c00-8d7b-de7ce2d75791"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-d2304648-5498-4e9b-9f95-3633b251dccf {
  margin-top: 25px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-d2304648-5498-4e9b-9f95-3633b251dccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2304648-5498-4e9b-9f95-3633b251dccf.shg-box.shg-c {
  justify-content: center;
}

#s-f5c88124-c78d-4f49-94b9-092a7c89766f {
  min-height: 50px;
}








#s-f5c88124-c78d-4f49-94b9-092a7c89766f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c88124-c78d-4f49-94b9-092a7c89766f.shg-box.shg-c {
  justify-content: center;
}

#s-a03f19fb-2e83-427b-96d3-6ede7928b965 {
  padding-left: 15px;
padding-right: 15px;
}

#s-a03f19fb-2e83-427b-96d3-6ede7928b965 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

#s-4d783fc0-b295-40d4-9b2b-29c803da6ef6 {
  margin-top: 25px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-4d783fc0-b295-40d4-9b2b-29c803da6ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d783fc0-b295-40d4-9b2b-29c803da6ef6.shg-box.shg-c {
  justify-content: center;
}

#s-db99d10e-1eac-47e8-b319-bb8aef346df9 {
  min-height: 50px;
}








#s-db99d10e-1eac-47e8-b319-bb8aef346df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db99d10e-1eac-47e8-b319-bb8aef346df9.shg-box.shg-c {
  justify-content: center;
}

#s-a014239e-c9c6-41c3-a1e6-51e26aacf2b4 {
  padding-left: 15px;
padding-right: 15px;
}

#s-a014239e-c9c6-41c3-a1e6-51e26aacf2b4 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

#s-3605db3a-8b07-4314-80d1-f7b8c8c87e0c {
  margin-top: 25px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-3605db3a-8b07-4314-80d1-f7b8c8c87e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3605db3a-8b07-4314-80d1-f7b8c8c87e0c.shg-box.shg-c {
  justify-content: center;
}

#s-c77f01e7-06a3-4ea7-abcb-fe4354f7dd82 {
  min-height: 50px;
}








#s-c77f01e7-06a3-4ea7-abcb-fe4354f7dd82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c77f01e7-06a3-4ea7-abcb-fe4354f7dd82.shg-box.shg-c {
  justify-content: center;
}

#s-5b33e1d1-a4bc-4fe3-8466-449280500b65 {
  padding-left: 15px;
padding-right: 15px;
}

#s-5b33e1d1-a4bc-4fe3-8466-449280500b65 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

#s-c106f522-75f7-4da8-8347-b36184e8112f {
  margin-top: 25px;
}

#s-1114c84a-000f-424b-95d0-65353a18c1f4 {
  min-height: 50px;
}








#s-1114c84a-000f-424b-95d0-65353a18c1f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1114c84a-000f-424b-95d0-65353a18c1f4.shg-box.shg-c {
  justify-content: center;
}

#s-80c606ea-435f-4ab4-b236-596b0ee52519 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-80c606ea-435f-4ab4-b236-596b0ee52519 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-80c606ea-435f-4ab4-b236-596b0ee52519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-80c606ea-435f-4ab4-b236-596b0ee52519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-80c606ea-435f-4ab4-b236-596b0ee52519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-80c606ea-435f-4ab4-b236-596b0ee52519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-80c606ea-435f-4ab4-b236-596b0ee52519 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-4f8082fe-d6c5-4f86-9d67-b4c44cd4116b {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4f8082fe-d6c5-4f86-9d67-b4c44cd4116b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f8082fe-d6c5-4f86-9d67-b4c44cd4116b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f8082fe-d6c5-4f86-9d67-b4c44cd4116b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6275ad97-a552-4bf6-b308-f95df5f90e07 {
  min-height: 50px;
}








#s-6275ad97-a552-4bf6-b308-f95df5f90e07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6275ad97-a552-4bf6-b308-f95df5f90e07.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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