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

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

.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-88e153e0-82ce-4ede-a50e-125542d1f749 {
  padding-left: 70px;
padding-right: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-88e153e0-82ce-4ede-a50e-125542d1f749 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-88e153e0-82ce-4ede-a50e-125542d1f749 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-88e153e0-82ce-4ede-a50e-125542d1f749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88e153e0-82ce-4ede-a50e-125542d1f749.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-7aa3d108-3eb2-4071-b474-aa9aff1919d3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7aa3d108-3eb2-4071-b474-aa9aff1919d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aa3d108-3eb2-4071-b474-aa9aff1919d3.shg-box.shg-c {
  justify-content: center;
}

#s-48a62640-5091-4067-8e69-00e81e7a096c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48a62640-5091-4067-8e69-00e81e7a096c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a62640-5091-4067-8e69-00e81e7a096c.shg-box.shg-c {
  justify-content: center;
}

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

.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;
  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-overflow: ellipsis;
  overflow: hidden;
  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-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tabs {
  justify-content: center;
}


  #s-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-885ab1e8-15ba-46a1-a8b9-9e92172a82e3 .shogun-tab {
  max-width: calc(100% / 3 - (3 - 2) * 2px / 3);
}

#s-895ef97c-1aad-447d-abda-a9bad9cfb277 {
  min-height: 40px;
}








#s-895ef97c-1aad-447d-abda-a9bad9cfb277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-895ef97c-1aad-447d-abda-a9bad9cfb277.shg-box.shg-c {
  justify-content: center;
}

#s-afb52629-c048-4b98-a009-646a69f1d370 {
  min-height: 40px;
}








#s-afb52629-c048-4b98-a009-646a69f1d370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb52629-c048-4b98-a009-646a69f1d370.shg-box.shg-c {
  justify-content: center;
}

#s-26784c42-e1ff-41b2-99db-c20e27212980 {
  min-height: 40px;
}








#s-26784c42-e1ff-41b2-99db-c20e27212980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26784c42-e1ff-41b2-99db-c20e27212980.shg-box.shg-c {
  justify-content: center;
}

#s-47b057e3-802a-4382-b956-b0a416b3f746 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-47b057e3-802a-4382-b956-b0a416b3f746 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47b057e3-802a-4382-b956-b0a416b3f746 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47b057e3-802a-4382-b956-b0a416b3f746 {
  
}
}@media (max-width: 767px){#s-47b057e3-802a-4382-b956-b0a416b3f746 {
  
}
}







#s-47b057e3-802a-4382-b956-b0a416b3f746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47b057e3-802a-4382-b956-b0a416b3f746.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f2ddd0b8-f49f-4e60-a254-704f1ffc2b99 {
  min-height: 50px;
}








#s-f2ddd0b8-f49f-4e60-a254-704f1ffc2b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2ddd0b8-f49f-4e60-a254-704f1ffc2b99.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-60b3be21-6a4b-45ec-b9c7-70387d2dec24 {
  text-align: center;
}




  #s-60b3be21-6a4b-45ec-b9c7-70387d2dec24 img.shogun-image {
    
    width: px;
  }


#s-60b3be21-6a4b-45ec-b9c7-70387d2dec24 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-60de772a-6440-4c2c-bd03-69ed71008725 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-60de772a-6440-4c2c-bd03-69ed71008725 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-60de772a-6440-4c2c-bd03-69ed71008725 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-60de772a-6440-4c2c-bd03-69ed71008725"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c9e77be0-ee30-4ffc-8a92-5fb815be6912 {
  text-align: center;
}
#s-c9e77be0-ee30-4ffc-8a92-5fb815be6912:hover {opacity: 0.7 !important;}



  #s-c9e77be0-ee30-4ffc-8a92-5fb815be6912 img.shogun-image {
    
    width: px;
  }


#s-c9e77be0-ee30-4ffc-8a92-5fb815be6912 .shogun-image-content {
  
    align-items: center;
  
}

#s-79affc31-4109-4b35-8208-9c916ceaf680 {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-79affc31-4109-4b35-8208-9c916ceaf680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79affc31-4109-4b35-8208-9c916ceaf680.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-b78846e8-bb9b-4af7-b5d1-c22f0b514cdc {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-b78846e8-bb9b-4af7-b5d1-c22f0b514cdc {
  padding-top: 0px;
}
}
#s-b78846e8-bb9b-4af7-b5d1-c22f0b514cdc .shogun-heading-component h1 {
  color: rgba(37, 60, 112, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-a51de206-fd2a-4419-afd5-47b98b33b46d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a51de206-fd2a-4419-afd5-47b98b33b46d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a51de206-fd2a-4419-afd5-47b98b33b46d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a51de206-fd2a-4419-afd5-47b98b33b46d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

.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-d62372f5-d4b3-462d-b6da-355b7321c444 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d62372f5-d4b3-462d-b6da-355b7321c444 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d62372f5-d4b3-462d-b6da-355b7321c444 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d62372f5-d4b3-462d-b6da-355b7321c444 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d62372f5-d4b3-462d-b6da-355b7321c444 > .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-d62372f5-d4b3-462d-b6da-355b7321c444 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9ddc5b0f-7487-48b9-a067-83a5be637923 {
  display: none;
}
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-ebafc3f7-4825-4da7-9bd5-a6b71d6ee554 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-ebafc3f7-4825-4da7-9bd5-a6b71d6ee554 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ebafc3f7-4825-4da7-9bd5-a6b71d6ee554 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-8df4982b-ec95-462b-ae28-247abe3449b8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-313daef8-5b55-4fb9-82c0-d4084d246332 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-313daef8-5b55-4fb9-82c0-d4084d246332 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-313daef8-5b55-4fb9-82c0-d4084d246332 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-313daef8-5b55-4fb9-82c0-d4084d246332"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6ca7037e-9fae-4bd3-8ed2-28b29464a443 {
  text-align: center;
}
#s-6ca7037e-9fae-4bd3-8ed2-28b29464a443:hover {opacity: 0.7 !important;}



  #s-6ca7037e-9fae-4bd3-8ed2-28b29464a443 img.shogun-image {
    
    width: px;
  }


#s-6ca7037e-9fae-4bd3-8ed2-28b29464a443 .shogun-image-content {
  
    align-items: center;
  
}

#s-5be152ab-f5a2-46cf-9169-371217298e67 {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-5be152ab-f5a2-46cf-9169-371217298e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be152ab-f5a2-46cf-9169-371217298e67.shg-box.shg-c {
  justify-content: center;
}

#s-b6a91dff-1a11-4889-9317-ea520152e676 {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-b6a91dff-1a11-4889-9317-ea520152e676 {
  padding-top: 0px;
}
}
#s-b6a91dff-1a11-4889-9317-ea520152e676 .shogun-heading-component h1 {
  color: rgba(37, 60, 112, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af8737c6-f4f5-41da-af60-dcddd2219630 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-af8737c6-f4f5-41da-af60-dcddd2219630:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af8737c6-f4f5-41da-af60-dcddd2219630:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af8737c6-f4f5-41da-af60-dcddd2219630.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-010fc346-2776-4c7c-878b-b3bde4f72b60 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-010fc346-2776-4c7c-878b-b3bde4f72b60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-010fc346-2776-4c7c-878b-b3bde4f72b60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-010fc346-2776-4c7c-878b-b3bde4f72b60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-010fc346-2776-4c7c-878b-b3bde4f72b60 > .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-010fc346-2776-4c7c-878b-b3bde4f72b60 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a00d53cd-8ec4-40ff-962c-e92b0fde6715 {
  display: none;
}
#s-4b5823c0-7146-4b7c-8b62-393342931746 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-4b5823c0-7146-4b7c-8b62-393342931746 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-4b5823c0-7146-4b7c-8b62-393342931746 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a19947ed-fe8c-4d14-bfa2-313bf1c1f189 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-497f4c48-9f20-4b60-844a-87bcf27c000b {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-497f4c48-9f20-4b60-844a-87bcf27c000b {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-497f4c48-9f20-4b60-844a-87bcf27c000b {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-497f4c48-9f20-4b60-844a-87bcf27c000b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a81050c8-6483-40dd-8f64-06d0e58cc9f6 {
  text-align: center;
}
#s-a81050c8-6483-40dd-8f64-06d0e58cc9f6:hover {opacity: 0.7 !important;}



  #s-a81050c8-6483-40dd-8f64-06d0e58cc9f6 img.shogun-image {
    
    width: px;
  }


#s-a81050c8-6483-40dd-8f64-06d0e58cc9f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-47241521-0db9-4782-82d4-20e1e0e3f0cb {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-47241521-0db9-4782-82d4-20e1e0e3f0cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47241521-0db9-4782-82d4-20e1e0e3f0cb.shg-box.shg-c {
  justify-content: center;
}

#s-d21b055b-173b-4948-9c29-14c05b983828 {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-d21b055b-173b-4948-9c29-14c05b983828 {
  padding-top: 0px;
}
}
#s-d21b055b-173b-4948-9c29-14c05b983828 .shogun-heading-component h1 {
  color: rgba(37, 60, 112, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-317ce73d-c716-4b66-b29f-8f66ba42a7c9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-317ce73d-c716-4b66-b29f-8f66ba42a7c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-317ce73d-c716-4b66-b29f-8f66ba42a7c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-317ce73d-c716-4b66-b29f-8f66ba42a7c9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a0dbb53d-8c1f-4582-ac3a-af14af842d1a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a0dbb53d-8c1f-4582-ac3a-af14af842d1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a0dbb53d-8c1f-4582-ac3a-af14af842d1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a0dbb53d-8c1f-4582-ac3a-af14af842d1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a0dbb53d-8c1f-4582-ac3a-af14af842d1a > .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-a0dbb53d-8c1f-4582-ac3a-af14af842d1a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-23bc82ba-85c7-496b-8e7f-c9c5ce9b86ce {
  display: none;
}
#s-50e48c01-7721-49a0-856f-cf4aecccf09f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-50e48c01-7721-49a0-856f-cf4aecccf09f .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-50e48c01-7721-49a0-856f-cf4aecccf09f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b748a6e8-4d37-44ee-8194-abfa41b2fb20 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-fdf8045c-6c56-4996-ae1a-13dabafd7b74 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fdf8045c-6c56-4996-ae1a-13dabafd7b74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdf8045c-6c56-4996-ae1a-13dabafd7b74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdf8045c-6c56-4996-ae1a-13dabafd7b74 {
  
}
}@media (max-width: 767px){#s-fdf8045c-6c56-4996-ae1a-13dabafd7b74 {
  
}
}







#s-fdf8045c-6c56-4996-ae1a-13dabafd7b74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdf8045c-6c56-4996-ae1a-13dabafd7b74.shg-box.shg-c {
  justify-content: flex-start;
}

#s-48225744-8ec8-44fa-ae82-8f34c6fb41e6 {
  min-height: 50px;
}








#s-48225744-8ec8-44fa-ae82-8f34c6fb41e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48225744-8ec8-44fa-ae82-8f34c6fb41e6.shg-box.shg-c {
  justify-content: center;
}

#s-52fc825b-3394-487f-ac3c-159a3e3a2bb3 {
  text-align: center;
}




  #s-52fc825b-3394-487f-ac3c-159a3e3a2bb3 img.shogun-image {
    
    width: px;
  }


#s-52fc825b-3394-487f-ac3c-159a3e3a2bb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec4caa6c-e547-4bb0-8723-88483c669e8c {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec4caa6c-e547-4bb0-8723-88483c669e8c {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-ec4caa6c-e547-4bb0-8723-88483c669e8c {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec4caa6c-e547-4bb0-8723-88483c669e8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b64c465f-cc5e-49a6-ba85-d0ac50309346 {
  text-align: center;
}
#s-b64c465f-cc5e-49a6-ba85-d0ac50309346:hover {opacity: 0.7 !important;}



  #s-b64c465f-cc5e-49a6-ba85-d0ac50309346 img.shogun-image {
    
    width: px;
  }


#s-b64c465f-cc5e-49a6-ba85-d0ac50309346 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed953069-dcfd-429c-ac22-85f602be67a0 {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-ed953069-dcfd-429c-ac22-85f602be67a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed953069-dcfd-429c-ac22-85f602be67a0.shg-box.shg-c {
  justify-content: center;
}

#s-cc96d960-f038-4605-8fe7-39b5b4ff01ff {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-cc96d960-f038-4605-8fe7-39b5b4ff01ff {
  padding-top: 0px;
}
}
#s-cc96d960-f038-4605-8fe7-39b5b4ff01ff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ae72dd03-1282-4307-810c-00f7822f6629 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ae72dd03-1282-4307-810c-00f7822f6629:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae72dd03-1282-4307-810c-00f7822f6629:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ae72dd03-1282-4307-810c-00f7822f6629.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-b1efab9e-b509-42a5-b883-004ff1e5e66b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b1efab9e-b509-42a5-b883-004ff1e5e66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-b1efab9e-b509-42a5-b883-004ff1e5e66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b1efab9e-b509-42a5-b883-004ff1e5e66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b1efab9e-b509-42a5-b883-004ff1e5e66b > .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-b1efab9e-b509-42a5-b883-004ff1e5e66b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2a9e4faf-33cf-4cdc-aa38-a28660f1257c {
  display: none;
}
#s-459e709b-7bfa-472e-8b0d-184594d756fd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-459e709b-7bfa-472e-8b0d-184594d756fd .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-459e709b-7bfa-472e-8b0d-184594d756fd .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-ddf4140d-0d0a-4f85-9f42-caac3ff2bd58 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-c540c4ca-3ffd-4103-aa2a-6e8e9b29372e {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c540c4ca-3ffd-4103-aa2a-6e8e9b29372e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c540c4ca-3ffd-4103-aa2a-6e8e9b29372e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c540c4ca-3ffd-4103-aa2a-6e8e9b29372e {
  
}
}@media (max-width: 767px){#s-c540c4ca-3ffd-4103-aa2a-6e8e9b29372e {
  
}
}







#s-c540c4ca-3ffd-4103-aa2a-6e8e9b29372e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c540c4ca-3ffd-4103-aa2a-6e8e9b29372e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-203f39ee-afa9-45d9-ba20-e0471c6b3896 {
  min-height: 50px;
}








#s-203f39ee-afa9-45d9-ba20-e0471c6b3896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-203f39ee-afa9-45d9-ba20-e0471c6b3896.shg-box.shg-c {
  justify-content: center;
}

#s-1e8b6447-e5cc-4096-8d55-ee04aedf37de {
  text-align: center;
}




  #s-1e8b6447-e5cc-4096-8d55-ee04aedf37de img.shogun-image {
    
    width: px;
  }


#s-1e8b6447-e5cc-4096-8d55-ee04aedf37de .shogun-image-content {
  
    align-items: center;
  
}

#s-0e59a8a0-49dd-4a2a-ae83-94058b109917 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e59a8a0-49dd-4a2a-ae83-94058b109917 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-0e59a8a0-49dd-4a2a-ae83-94058b109917 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e59a8a0-49dd-4a2a-ae83-94058b109917"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e1669012-e2be-4891-96cd-450f154cb81b {
  text-align: center;
}
#s-e1669012-e2be-4891-96cd-450f154cb81b:hover {opacity: 0.7 !important;}



  #s-e1669012-e2be-4891-96cd-450f154cb81b img.shogun-image {
    
    width: px;
  }


#s-e1669012-e2be-4891-96cd-450f154cb81b .shogun-image-content {
  
    align-items: center;
  
}

#s-31166880-0dab-4645-bcba-7072fa61035f {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-31166880-0dab-4645-bcba-7072fa61035f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31166880-0dab-4645-bcba-7072fa61035f.shg-box.shg-c {
  justify-content: center;
}

#s-b35b8eaf-cd5e-456e-8356-479a5cdd8f91 {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-b35b8eaf-cd5e-456e-8356-479a5cdd8f91 {
  padding-top: 0px;
}
}
#s-b35b8eaf-cd5e-456e-8356-479a5cdd8f91 .shogun-heading-component h1 {
  color: rgba(130, 23, 43, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c3e8825-ddfa-4072-a169-87007b4c0e5e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4c3e8825-ddfa-4072-a169-87007b4c0e5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c3e8825-ddfa-4072-a169-87007b4c0e5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c3e8825-ddfa-4072-a169-87007b4c0e5e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-b44c9db9-9a32-45ac-b51a-04f70f19642f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b44c9db9-9a32-45ac-b51a-04f70f19642f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-b44c9db9-9a32-45ac-b51a-04f70f19642f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b44c9db9-9a32-45ac-b51a-04f70f19642f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b44c9db9-9a32-45ac-b51a-04f70f19642f > .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-b44c9db9-9a32-45ac-b51a-04f70f19642f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1373b46d-e3e1-4f7e-9a5b-d7f4de2d40ae {
  display: none;
}
#s-4f720720-ca68-4fb3-a68f-e62f5dcdff66 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-4f720720-ca68-4fb3-a68f-e62f5dcdff66 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-4f720720-ca68-4fb3-a68f-e62f5dcdff66 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f559bbdd-e33e-4897-8f06-ab4cb92b265a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-998146c3-4cfe-4dbd-a2d1-2119c4d30cf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bcf89fae-6432-4426-aa10-6d16d7ec5a42 {
  text-align: center;
}
#s-bcf89fae-6432-4426-aa10-6d16d7ec5a42:hover {opacity: 0.7 !important;}



  #s-bcf89fae-6432-4426-aa10-6d16d7ec5a42 img.shogun-image {
    
    width: px;
  }


#s-bcf89fae-6432-4426-aa10-6d16d7ec5a42 .shogun-image-content {
  
    align-items: center;
  
}

#s-5464cd01-7498-4fc6-be91-4a572c55487b {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-5464cd01-7498-4fc6-be91-4a572c55487b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5464cd01-7498-4fc6-be91-4a572c55487b.shg-box.shg-c {
  justify-content: center;
}

#s-5a17249d-c9f5-4c6c-a87f-61c44ed3527c {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-5a17249d-c9f5-4c6c-a87f-61c44ed3527c {
  padding-top: 0px;
}
}
#s-5a17249d-c9f5-4c6c-a87f-61c44ed3527c .shogun-heading-component h1 {
  color: rgba(130, 23, 43, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2a60e41f-21d7-4f89-86c0-aa83d5d9230f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2a60e41f-21d7-4f89-86c0-aa83d5d9230f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a60e41f-21d7-4f89-86c0-aa83d5d9230f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a60e41f-21d7-4f89-86c0-aa83d5d9230f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-957b8929-3805-494d-accd-a98cb10bd427 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-957b8929-3805-494d-accd-a98cb10bd427 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-957b8929-3805-494d-accd-a98cb10bd427 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-957b8929-3805-494d-accd-a98cb10bd427 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-957b8929-3805-494d-accd-a98cb10bd427 > .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-957b8929-3805-494d-accd-a98cb10bd427 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2a3e41f2-8a06-4a74-bdf2-e717e25dfe5e {
  display: none;
}
#s-3876b12e-3594-4727-86d6-f489e2977a0b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-3876b12e-3594-4727-86d6-f489e2977a0b .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-3876b12e-3594-4727-86d6-f489e2977a0b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-af96ee3b-126b-4f24-bdb0-f283580f4ead {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c5a4f1b-8885-4337-b3b2-0df35a6bb857"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b98027d1-b77c-48db-beff-b7f71d0c596c {
  text-align: center;
}
#s-b98027d1-b77c-48db-beff-b7f71d0c596c:hover {opacity: 0.7 !important;}



  #s-b98027d1-b77c-48db-beff-b7f71d0c596c img.shogun-image {
    
    width: px;
  }


#s-b98027d1-b77c-48db-beff-b7f71d0c596c .shogun-image-content {
  
    align-items: center;
  
}

#s-30cf69b0-33a3-47db-81ca-45225e76ce39 {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-30cf69b0-33a3-47db-81ca-45225e76ce39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30cf69b0-33a3-47db-81ca-45225e76ce39.shg-box.shg-c {
  justify-content: center;
}

#s-b032e0df-dd7c-4830-98fa-11d2a65cde2a {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-b032e0df-dd7c-4830-98fa-11d2a65cde2a {
  padding-top: 0px;
}
}
#s-b032e0df-dd7c-4830-98fa-11d2a65cde2a .shogun-heading-component h1 {
  color: rgba(130, 23, 43, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-105d7708-bf22-4eb0-b75d-0d60665353b3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-105d7708-bf22-4eb0-b75d-0d60665353b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-105d7708-bf22-4eb0-b75d-0d60665353b3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-105d7708-bf22-4eb0-b75d-0d60665353b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1d29c068-6371-43d7-ba48-e5052a4f9b84 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1d29c068-6371-43d7-ba48-e5052a4f9b84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1d29c068-6371-43d7-ba48-e5052a4f9b84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1d29c068-6371-43d7-ba48-e5052a4f9b84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1d29c068-6371-43d7-ba48-e5052a4f9b84 > .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-1d29c068-6371-43d7-ba48-e5052a4f9b84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e23b55cb-020e-4d45-8c22-f24bb04e52c3 {
  display: none;
}
#s-5cc11472-1d58-49ee-baa5-cbb33d2029ad {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-5cc11472-1d58-49ee-baa5-cbb33d2029ad .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-5cc11472-1d58-49ee-baa5-cbb33d2029ad .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6dbfd641-c803-4e01-980c-9505f3ec0dd3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-d12cd841-4b00-4313-84d7-0962b3b3a170 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d12cd841-4b00-4313-84d7-0962b3b3a170 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-d12cd841-4b00-4313-84d7-0962b3b3a170 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d12cd841-4b00-4313-84d7-0962b3b3a170"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9c685698-c57a-4684-b000-e0f6a99de6b4 {
  text-align: center;
}
#s-9c685698-c57a-4684-b000-e0f6a99de6b4:hover {opacity: 0.7 !important;}



  #s-9c685698-c57a-4684-b000-e0f6a99de6b4 img.shogun-image {
    
    width: px;
  }


#s-9c685698-c57a-4684-b000-e0f6a99de6b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5706e948-c5ee-441a-8f67-06fee1d015ce {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-5706e948-c5ee-441a-8f67-06fee1d015ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5706e948-c5ee-441a-8f67-06fee1d015ce.shg-box.shg-c {
  justify-content: center;
}

#s-51bb580b-301f-4d44-861c-c7bcb62e4873 {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-51bb580b-301f-4d44-861c-c7bcb62e4873 {
  padding-top: 0px;
}
}
#s-51bb580b-301f-4d44-861c-c7bcb62e4873 .shogun-heading-component h1 {
  color: rgba(130, 23, 43, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fd15f5b-5105-439d-97d7-668dcc84b551 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0fd15f5b-5105-439d-97d7-668dcc84b551:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fd15f5b-5105-439d-97d7-668dcc84b551:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0fd15f5b-5105-439d-97d7-668dcc84b551.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-9476843e-13d3-451b-943f-c3efcab0ada8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9476843e-13d3-451b-943f-c3efcab0ada8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9476843e-13d3-451b-943f-c3efcab0ada8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9476843e-13d3-451b-943f-c3efcab0ada8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9476843e-13d3-451b-943f-c3efcab0ada8 > .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-9476843e-13d3-451b-943f-c3efcab0ada8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a6324e27-cd75-4358-8db6-a1fcd1cb270c {
  display: none;
}
#s-2e65c93b-ce49-496f-8bad-f37d3b2a8ca5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-2e65c93b-ce49-496f-8bad-f37d3b2a8ca5 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-2e65c93b-ce49-496f-8bad-f37d3b2a8ca5 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e93e3290-9f17-4358-8eff-327fff4e1b1d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-7d3338c5-00b7-42b1-b685-682fb4b8c101 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d3338c5-00b7-42b1-b685-682fb4b8c101 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-7d3338c5-00b7-42b1-b685-682fb4b8c101 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d3338c5-00b7-42b1-b685-682fb4b8c101"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-13727ad4-b8e3-477b-9a22-6e855fbc3953 {
  text-align: center;
}
#s-13727ad4-b8e3-477b-9a22-6e855fbc3953:hover {opacity: 0.7 !important;}



  #s-13727ad4-b8e3-477b-9a22-6e855fbc3953 img.shogun-image {
    
    width: px;
  }


#s-13727ad4-b8e3-477b-9a22-6e855fbc3953 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ea13c8d-391f-4fe1-a480-3c97926056f4 {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-8ea13c8d-391f-4fe1-a480-3c97926056f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea13c8d-391f-4fe1-a480-3c97926056f4.shg-box.shg-c {
  justify-content: center;
}

#s-feaf0527-9f3f-4d84-81c4-c6659ab6530d {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-feaf0527-9f3f-4d84-81c4-c6659ab6530d {
  padding-top: 0px;
}
}
#s-feaf0527-9f3f-4d84-81c4-c6659ab6530d .shogun-heading-component h1 {
  color: rgba(130, 23, 43, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ca256b5d-defc-4583-a8f2-14198bca5acf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ca256b5d-defc-4583-a8f2-14198bca5acf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca256b5d-defc-4583-a8f2-14198bca5acf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca256b5d-defc-4583-a8f2-14198bca5acf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-46ebf6be-689f-44f2-b130-23e2adad83cc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-46ebf6be-689f-44f2-b130-23e2adad83cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-46ebf6be-689f-44f2-b130-23e2adad83cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-46ebf6be-689f-44f2-b130-23e2adad83cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-46ebf6be-689f-44f2-b130-23e2adad83cc > .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-46ebf6be-689f-44f2-b130-23e2adad83cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2f30ccbb-d67a-48d4-b9c9-e233f003356b {
  display: none;
}
#s-f87fabd1-6f5e-4756-8c9c-52770313f3fe {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-f87fabd1-6f5e-4756-8c9c-52770313f3fe .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-f87fabd1-6f5e-4756-8c9c-52770313f3fe .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-4ab5d99b-0f88-434b-a6ec-51e77dd6d1bc {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-05117c57-af08-42dd-8d3d-480bc711e501 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05117c57-af08-42dd-8d3d-480bc711e501 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-05117c57-af08-42dd-8d3d-480bc711e501 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-05117c57-af08-42dd-8d3d-480bc711e501"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b21ac48e-fe7c-4581-b736-ddff499fdecb {
  text-align: center;
}
#s-b21ac48e-fe7c-4581-b736-ddff499fdecb:hover {opacity: 0.7 !important;}



  #s-b21ac48e-fe7c-4581-b736-ddff499fdecb img.shogun-image {
    
    width: px;
  }


#s-b21ac48e-fe7c-4581-b736-ddff499fdecb .shogun-image-content {
  
    align-items: center;
  
}

#s-db3f8d0e-aa52-4da2-887f-a9d9ce2d301b {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-db3f8d0e-aa52-4da2-887f-a9d9ce2d301b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db3f8d0e-aa52-4da2-887f-a9d9ce2d301b.shg-box.shg-c {
  justify-content: center;
}

#s-16724cfc-4ca2-479a-92ff-94c4d3e28804 {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-16724cfc-4ca2-479a-92ff-94c4d3e28804 {
  padding-top: 0px;
}
}
#s-16724cfc-4ca2-479a-92ff-94c4d3e28804 .shogun-heading-component h1 {
  color: rgba(130, 23, 43, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc9bb592-a677-4363-9ca1-f83564a91241 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bc9bb592-a677-4363-9ca1-f83564a91241:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc9bb592-a677-4363-9ca1-f83564a91241:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc9bb592-a677-4363-9ca1-f83564a91241.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-67638a40-12a2-44d8-9a41-9d0c9d10b608 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-67638a40-12a2-44d8-9a41-9d0c9d10b608 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-67638a40-12a2-44d8-9a41-9d0c9d10b608 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-67638a40-12a2-44d8-9a41-9d0c9d10b608 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-67638a40-12a2-44d8-9a41-9d0c9d10b608 > .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-67638a40-12a2-44d8-9a41-9d0c9d10b608 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bdcafcf2-86b6-4c59-ab38-8d8b81d4a747 {
  display: none;
}
#s-c8b0ea1b-5e62-40d1-90fe-ea2e8c078060 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-c8b0ea1b-5e62-40d1-90fe-ea2e8c078060 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-c8b0ea1b-5e62-40d1-90fe-ea2e8c078060 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-93aebe9f-7289-4cb7-b4f2-11db82264022 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-e6f287c7-87be-47bf-b5d9-bce68673e284 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e6f287c7-87be-47bf-b5d9-bce68673e284 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6f287c7-87be-47bf-b5d9-bce68673e284 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6f287c7-87be-47bf-b5d9-bce68673e284 {
  
}
}@media (max-width: 767px){#s-e6f287c7-87be-47bf-b5d9-bce68673e284 {
  
}
}







#s-e6f287c7-87be-47bf-b5d9-bce68673e284 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6f287c7-87be-47bf-b5d9-bce68673e284.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1f4c5553-957b-42f4-9eb2-68d9a1f5fa44 {
  min-height: 50px;
}








#s-1f4c5553-957b-42f4-9eb2-68d9a1f5fa44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f4c5553-957b-42f4-9eb2-68d9a1f5fa44.shg-box.shg-c {
  justify-content: center;
}

#s-8b466011-d8b9-4933-b2f9-175b0f7ce0d9 {
  text-align: center;
}




  #s-8b466011-d8b9-4933-b2f9-175b0f7ce0d9 img.shogun-image {
    
    width: px;
  }


#s-8b466011-d8b9-4933-b2f9-175b0f7ce0d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6deed48-9c59-4c6f-bbcc-1902eee62c21 {
  margin-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6deed48-9c59-4c6f-bbcc-1902eee62c21 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-f6deed48-9c59-4c6f-bbcc-1902eee62c21 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6deed48-9c59-4c6f-bbcc-1902eee62c21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-65d8bf43-9a9d-4a07-b092-e0d89a98adfe {
  text-align: center;
}
#s-65d8bf43-9a9d-4a07-b092-e0d89a98adfe:hover {opacity: 0.7 !important;}



  #s-65d8bf43-9a9d-4a07-b092-e0d89a98adfe img.shogun-image {
    
    width: px;
  }


#s-65d8bf43-9a9d-4a07-b092-e0d89a98adfe .shogun-image-content {
  
    align-items: center;
  
}

#s-451194d6-ad8e-4744-b2a2-819b4f86ed36 {
  margin-top: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-451194d6-ad8e-4744-b2a2-819b4f86ed36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-451194d6-ad8e-4744-b2a2-819b4f86ed36.shg-box.shg-c {
  justify-content: center;
}

#s-f7c343cf-e5b3-4a5c-86cf-c9ceb3d5f984 {
  padding-top: 100px;
text-align: center;
}
@media (max-width: 767px){#s-f7c343cf-e5b3-4a5c-86cf-c9ceb3d5f984 {
  padding-top: 0px;
}
}
#s-f7c343cf-e5b3-4a5c-86cf-c9ceb3d5f984 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ac1d07bd-44a2-4cef-9248-fb6091ba5a66 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ac1d07bd-44a2-4cef-9248-fb6091ba5a66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac1d07bd-44a2-4cef-9248-fb6091ba5a66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac1d07bd-44a2-4cef-9248-fb6091ba5a66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-c58e8204-ac45-4e7c-bd10-7e014c43a812 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c58e8204-ac45-4e7c-bd10-7e014c43a812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c58e8204-ac45-4e7c-bd10-7e014c43a812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c58e8204-ac45-4e7c-bd10-7e014c43a812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c58e8204-ac45-4e7c-bd10-7e014c43a812 > .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-c58e8204-ac45-4e7c-bd10-7e014c43a812 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-65c553f4-3ad9-4c49-9298-f8002ad7718f {
  display: none;
}
#s-d6714b24-ffb6-476c-925e-136a5bf0f469 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}

#s-d6714b24-ffb6-476c-925e-136a5bf0f469 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-d6714b24-ffb6-476c-925e-136a5bf0f469 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-c60556f9-9d7f-48e5-8bcb-800d580ceefd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

/*
  $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;
}
